diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index 4f71f7b58..46dac66a0 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -18306,7 +18306,7 @@ declare class CommonMethod { * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 * @deprecated since 9 - * @useinstead grid_col/[GridColColumnOption] and grid_row/[GridRowColumnOption] + * @useinstead grid_col/GridColColumnOption and grid_row/GridRowColumnOption */ useSizeType(value: { xs?: number | { span: number; offset: number }; diff --git a/api/@internal/component/ets/grid_container.d.ts b/api/@internal/component/ets/grid_container.d.ts index 4bda1b5b5..8ad219f26 100644 --- a/api/@internal/component/ets/grid_container.d.ts +++ b/api/@internal/component/ets/grid_container.d.ts @@ -25,7 +25,7 @@ * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 * @deprecated since 9 - * @useinstead grid_col/[GridColColumnOption] and grid_row/[GridRowColumnOption] + * @useinstead grid_col/GridColColumnOption and grid_row/GridRowColumnOption */ declare enum SizeType { /** @@ -81,7 +81,7 @@ declare enum SizeType { * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 * @deprecated since 9 - * @useinstead grid_col/[GridColOptions] and grid_row/[GridRowOptions] + * @useinstead grid_col/GridColOptions and grid_row/GridRowOptions */ declare interface GridContainerOptions { /** @@ -132,7 +132,7 @@ declare interface GridContainerOptions { * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 * @deprecated since 9 - * @useinstead grid_col/[GridColInterface] and grid_row/[GridRowInterface] + * @useinstead grid_col/GridColInterface and grid_row/GridRowInterface */ interface GridContainerInterface { /** @@ -154,7 +154,7 @@ interface GridContainerInterface { * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 * @deprecated since 9 - * @useinstead grid_col/[GridColAttribute] and grid_row/[GridRowAttribute] + * @useinstead grid_col/GridColAttribute and grid_row/GridRowAttribute */ declare class GridContainerAttribute extends ColumnAttribute {} @@ -164,7 +164,7 @@ declare class GridContainerAttribute extends ColumnAttribute {} * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 * @deprecated since 9 - * @useinstead grid_col/[GridColColumnOption] and grid_row/[GridRowColumnOption] + * @useinstead grid_col/GridColColumnOption and grid_row/GridRowColumnOption */ declare const GridContainer: GridContainerInterface @@ -174,6 +174,6 @@ declare const GridContainer: GridContainerInterface * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 * @deprecated since 9 - * @useinstead grid_col/[GridColAttribute] and grid_row/[GridRowAttribute] + * @useinstead grid_col/GridColAttribute and grid_row/GridRowAttribute */ declare const GridContainerInstance: GridContainerAttribute; diff --git a/api/@internal/component/ets/grid_row.d.ts b/api/@internal/component/ets/grid_row.d.ts index 34cb7a039..711a44772 100644 --- a/api/@internal/component/ets/grid_row.d.ts +++ b/api/@internal/component/ets/grid_row.d.ts @@ -194,6 +194,7 @@ declare interface GridRowSizeOption { /** * Grid Row Size Option xxl, select xxl gutter size based on gridRow current breakpoint * + * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @form * @since 9 @@ -201,6 +202,7 @@ declare interface GridRowSizeOption { /** * Grid Row Size Option xxl, select xxl gutter size based on gridRow current breakpoint * + * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @form @@ -209,6 +211,7 @@ declare interface GridRowSizeOption { /** * Grid Row Size Option xxl, select xxl gutter size based on gridRow current breakpoint * + * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @form @@ -394,6 +397,7 @@ declare interface GridRowColumnOption { /** * Grid Row Column Option xxl, select xxl column num based on gridRow current breakpoint * + * @type { ?number } * @syscap SystemCapability.ArkUI.ArkUI.Full * @form * @since 9 @@ -401,6 +405,7 @@ declare interface GridRowColumnOption { /** * Grid Row Column Option xxl, select xxl column num based on gridRow current breakpoint * + * @type { ?number } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @form @@ -409,6 +414,7 @@ declare interface GridRowColumnOption { /** * Grid Row Column Option xxl, select xxl column num based on gridRow current breakpoint * + * @type { ?number } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @form diff --git a/api/@ohos.pluginComponent.d.ts b/api/@ohos.pluginComponent.d.ts index d298f0a2c..40b064b1b 100644 --- a/api/@ohos.pluginComponent.d.ts +++ b/api/@ohos.pluginComponent.d.ts @@ -91,12 +91,14 @@ declare namespace pluginComponentManager { /** * Defines KVObject * + * @typedef { object } KVObject * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 8 */ /** * Defines KVObject * + * @typedef { object } KVObject * @syscap SystemCapability.ArkUI.ArkUI.Full * @atomicservice * @since 12 @@ -559,12 +561,14 @@ declare namespace pluginComponentManager { /** * Plugin component push event callback. * + * @typedef { function } OnPushEventCallback * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 8 */ /** * Plugin component push event callback. * + * @typedef { function } OnPushEventCallback * @syscap SystemCapability.ArkUI.ArkUI.Full * @atomicservice * @since 12 @@ -575,12 +579,14 @@ declare namespace pluginComponentManager { /** * Plugin component request event callback. * + * @typedef { function } OnRequestEventCallback * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 8 */ /** * Plugin component request event callback. * + * @typedef { function } OnRequestEventCallback * @syscap SystemCapability.ArkUI.ArkUI.Full * @atomicservice * @since 12