mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 09:22:53 +00:00
元服务高阶API需求--修复门禁
Signed-off-by:zhaoyong70 <zhaoyong70@huawei.com>
This commit is contained in:
parent
7e7ae0d907
commit
e14e42c5e3
9
api/@internal/component/ets/common.d.ts
vendored
9
api/@internal/component/ets/common.d.ts
vendored
@ -6116,15 +6116,6 @@ declare interface CustomPopupOptions {
|
||||
* @crossplatform
|
||||
* @since 10
|
||||
*/
|
||||
/**
|
||||
* is Visible.
|
||||
*
|
||||
* @type { boolean }
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @crossplatform
|
||||
* @atomicservice
|
||||
* @since 11
|
||||
*/
|
||||
isVisible: boolean
|
||||
}) => void;
|
||||
|
||||
|
28
api/@internal/component/ets/scroll.d.ts
vendored
28
api/@internal/component/ets/scroll.d.ts
vendored
@ -270,15 +270,6 @@ declare class Scroller {
|
||||
* @crossplatform
|
||||
* @since 10
|
||||
*/
|
||||
/**
|
||||
* The X-axis offset.
|
||||
*
|
||||
* @type { number | string }
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @crossplatform
|
||||
* @atomicservice
|
||||
* @since 11
|
||||
*/
|
||||
xOffset: number | string;
|
||||
|
||||
/**
|
||||
@ -289,15 +280,6 @@ declare class Scroller {
|
||||
* @crossplatform
|
||||
* @since 10
|
||||
*/
|
||||
/**
|
||||
* The Y-axis offset.
|
||||
*
|
||||
* @type { number | string }
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @crossplatform
|
||||
* @atomicservice
|
||||
* @since 11
|
||||
*/
|
||||
yOffset: number | string;
|
||||
|
||||
/**
|
||||
@ -309,16 +291,6 @@ declare class Scroller {
|
||||
* @crossplatform
|
||||
* @since 10
|
||||
*/
|
||||
/**
|
||||
* Descriptive animation.
|
||||
*
|
||||
* @type { ?({ duration?: number; curve?: Curve | ICurve } | boolean) } The object type provides custom animation parameters
|
||||
* and the boolean type enables default spring animation.
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @crossplatform
|
||||
* @atomicservice
|
||||
* @since 11
|
||||
*/
|
||||
animation?: { duration?: number; curve?: Curve | ICurve } | boolean;
|
||||
});
|
||||
|
||||
|
1
api/@ohos.arkui.componentUtils.d.ts
vendored
1
api/@ohos.arkui.componentUtils.d.ts
vendored
@ -522,7 +522,6 @@ declare namespace componentUtils {
|
||||
*/
|
||||
/**
|
||||
* The matrix is column-first fourth-order matrix.
|
||||
* @typedef Matrix4Result
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @atomicservice
|
||||
* @since 11
|
||||
|
Loading…
Reference in New Issue
Block a user