diff --git a/api/@ohos.arkui.advanced.ProgressButton.d.ets b/api/@ohos.arkui.advanced.ProgressButton.d.ets index 82307edadfbeb8b0f3bebe0642f3e15b57c9d4f5..af298952447b72390d373b7e4a9f34219e77de3b 100644 --- a/api/@ohos.arkui.advanced.ProgressButton.d.ets +++ b/api/@ohos.arkui.advanced.ProgressButton.d.ets @@ -59,7 +59,15 @@ export declare struct ProgressButton { * @atomicservice * @since 11 */ - @Prop content: string; + /** + * Sets the ProgressButton content. + * @type { ResourceStr }. + * @syscap SystemCapability.ArkUI.ArkUI.Full + * @crossplatform + * @atomicservice + * @since 20 + */ + @Prop content: ResourceStr; /** * Sets the ProgressButton progressButtonWidth. diff --git a/api/@ohos.arkui.advanced.SubHeader.d.ets b/api/@ohos.arkui.advanced.SubHeader.d.ets index 3bc64397e0aa6135f35bd851bdbfa2d5c8c35187..59333deced06926fdd2e805d78fafba1900b3bba 100644 --- a/api/@ohos.arkui.advanced.SubHeader.d.ets +++ b/api/@ohos.arkui.advanced.SubHeader.d.ets @@ -314,7 +314,15 @@ export declare class SelectOptions { * @atomicservice * @since 18 */ - value?: string; + /** + * The default text value. + * @type { ?ResourceStr }. + * @syscap SystemCapability.ArkUI.ArkUI.Full + * @crossplatform + * @atomicservice + * @since 20 + */ + value?: ResourceStr; /** * Callback when the select is selected. diff --git a/api/@ohos.arkui.advanced.SubHeaderV2.d.ets b/api/@ohos.arkui.advanced.SubHeaderV2.d.ets index 10872122ab0c54e68cae8958365c17bb05d5ea6c..fbc8463724b2f2f47f4da58b42dd6fa786e42b94 100644 --- a/api/@ohos.arkui.advanced.SubHeaderV2.d.ets +++ b/api/@ohos.arkui.advanced.SubHeaderV2.d.ets @@ -187,7 +187,16 @@ export interface SubHeaderV2SelectOptions { * @atomicservice * @since 18 */ - selectedContent?: string; + /** + * Sets the selected content of the SubHeaderV2SelectOptions. + * + * @type { ?ResourceStr } + * @syscap SystemCapability.ArkUI.ArkUI.Full + * @crossplatform + * @atomicservice + * @since 20 + */ + selectedContent?: ResourceStr; /** * Sets the onSelect of the SubHeaderV2SelectOptions. * @@ -248,7 +257,16 @@ export declare class SubHeaderV2Select { * @atomicservice * @since 18 */ - @Trace selectedContent?: string; + /** + * Sets the selected content of the SubHeaderV2SelectOptions. + * + * @type { ?ResourceStr } + * @syscap SystemCapability.ArkUI.ArkUI.Full + * @crossplatform + * @atomicservice + * @since 20 + */ + @Trace selectedContent?: ResourceStr; /** * Sets the onSelect of the SubHeaderV2SelectOptions. * diff --git a/api/@ohos.arkui.advanced.SwipeRefresher.d.ets b/api/@ohos.arkui.advanced.SwipeRefresher.d.ets index 25e3b6a78d3b0e2b0cf76d801ecfc0c2aa5dc748..c34bf82e9c216a022cf4c1c25dd8735b3e65ccc1 100644 --- a/api/@ohos.arkui.advanced.SwipeRefresher.d.ets +++ b/api/@ohos.arkui.advanced.SwipeRefresher.d.ets @@ -44,7 +44,15 @@ export declare struct SwipeRefresher { * @atomicservice * @since 11 */ - @Prop content?: string; + /** + * Sets the content when loading. + * @type { ?ResourceStr } + * @syscap SystemCapability.ArkUI.ArkUI.Full + * @crossplatform + * @atomicservice + * @since 20 + */ + @Prop content?: ResourceStr; /** * Whether the component is loading.