mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 07:10:52 +00:00
!14479 卡片】穿戴设备定制尺寸2*3 ,3*3卡片,并过滤非穿戴设备使用此定制尺寸
Merge pull request !14479 from 刘政宏/master
This commit is contained in:
commit
d0d4a37420
18
api/@internal/component/ets/form_component.d.ts
vendored
18
api/@internal/component/ets/form_component.d.ts
vendored
@ -90,6 +90,24 @@ declare enum FormDimension {
|
||||
* @since 12
|
||||
*/
|
||||
DIMENSION_6_4,
|
||||
|
||||
/**
|
||||
* 2 x 3 cards used for wearable devices
|
||||
*
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @systemapi
|
||||
* @since 14
|
||||
*/
|
||||
DIMENSION_2_3 = 8,
|
||||
|
||||
/**
|
||||
* 3 x 3 cards used for wearable devices
|
||||
*
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @systemapi
|
||||
* @since 14
|
||||
*/
|
||||
DIMENSION_3_3 = 9,
|
||||
}
|
||||
|
||||
/**
|
||||
|
18
api/@ohos.app.form.formInfo.d.ts
vendored
18
api/@ohos.app.form.formInfo.d.ts
vendored
@ -1226,6 +1226,24 @@ declare namespace formInfo {
|
||||
* @since 12
|
||||
*/
|
||||
DIMENSION_6_4,
|
||||
|
||||
/**
|
||||
* 2 x 3 form used for wearable devices
|
||||
*
|
||||
* @syscap SystemCapability.Ability.Form
|
||||
* @atomicservice
|
||||
* @since 14
|
||||
*/
|
||||
DIMENSION_2_3 = 8,
|
||||
|
||||
/**
|
||||
* 3 x 3 form used for wearable devices
|
||||
*
|
||||
* @syscap SystemCapability.Ability.Form
|
||||
* @atomicservice
|
||||
* @since 14
|
||||
*/
|
||||
DIMENSION_3_3 = 9,
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user