清除api lint告警

Signed-off-by: WangJiazhen <wangjiazhen4@huawei.com>
This commit is contained in:
WangJiazhen 2024-07-24 16:02:26 +08:00
parent 3808e2f714
commit dc8280c10c
4 changed files with 19 additions and 7 deletions

View File

@ -18306,7 +18306,7 @@ declare class CommonMethod<T> {
* @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 };

View File

@ -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;

View File

@ -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

View File

@ -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