mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 15:20:17 +00:00
add dimension_1_1
Signed-off-by: zhangdawei40 <zhangdawei40@huawei.com> Change-Id: I54a994917b55828d50f35391e6c488331445ef2f Signed-off-by: zhangdawei40 <zhangdawei40@huawei.com>
This commit is contained in:
parent
3cff60937b
commit
fa10bc16c3
10
api/@internal/component/ets/form_component.d.ts
vendored
10
api/@internal/component/ets/form_component.d.ts
vendored
@ -66,6 +66,16 @@ declare enum FormDimension {
|
||||
* @since 9
|
||||
*/
|
||||
Dimension_2_1,
|
||||
|
||||
/**
|
||||
* 1 x 1 cards
|
||||
* The default value is 6
|
||||
*
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @systemapi
|
||||
* @since 11
|
||||
*/
|
||||
DIMENSION_1_1 = 6,
|
||||
}
|
||||
|
||||
/**
|
||||
|
11
api/@ohos.app.form.formInfo.d.ts
vendored
11
api/@ohos.app.form.formInfo.d.ts
vendored
@ -1045,7 +1045,16 @@ declare namespace formInfo {
|
||||
* @atomicservice
|
||||
* @since 11
|
||||
*/
|
||||
Dimension_2_1
|
||||
Dimension_2_1,
|
||||
|
||||
/**
|
||||
* 1 x 1 form
|
||||
*
|
||||
* @syscap SystemCapability.Ability.Form
|
||||
* @atomicservice
|
||||
* @since 11
|
||||
*/
|
||||
DIMENSION_1_1,
|
||||
}
|
||||
/**
|
||||
* The visibility of a form.
|
||||
|
Loading…
Reference in New Issue
Block a user