@dcloudio/uni-app-x 0.7.81 → 0.7.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/{dom2 → dom2-internal}/UniCSSTransition.d.ts +1 -0
- package/types/dom2-internal/UniElement.d.ts +42 -6
- package/types/{dom2 → dom2-internal}/UniImageElement.d.ts +2 -0
- package/types/{dom2 → dom2-internal}/UniNativeBaseView.d.ts +1 -0
- package/types/dom2-internal/UniNativeScrollView.d.ts +49 -0
- package/types/dom2-internal/UniNestedScrollBodyElement.d.ts +14 -0
- package/types/dom2-internal/UniNestedScrollHeaderElement.d.ts +14 -0
- package/types/{dom2 → dom2-internal}/UniPage.d.ts +30 -81
- package/types/dom2-internal/global.d.ts +280 -1
- package/types/dom2-internal/index.d.ts +44 -1
- package/types/{dom2 → dom2-internal}/sharedData.d.ts +2 -0
- package/types/index.d.ts +0 -1
- package/types/native/UniElement.d.ts +3 -0
- package/types/native/UniPage.d.ts +150 -0
- package/types/node_modules/.package-lock.json +20 -0
- package/types/node_modules/typescript/LICENSE.txt +55 -0
- package/types/node_modules/typescript/ThirdPartyNoticeText.txt +193 -0
- package/types/node_modules/typescript/bin/tsc +2 -0
- package/types/node_modules/typescript/bin/tsserver +2 -0
- package/types/node_modules/typescript/lib/cancellationToken.js +90 -0
- package/types/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +1880 -0
- package/types/node_modules/typescript/lib/de/diagnosticMessages.generated.json +1880 -0
- package/types/node_modules/typescript/lib/es/diagnosticMessages.generated.json +1880 -0
- package/types/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +1880 -0
- package/types/node_modules/typescript/lib/it/diagnosticMessages.generated.json +1880 -0
- package/types/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +1880 -0
- package/types/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +1880 -0
- package/types/node_modules/typescript/lib/lib.d.ts +22 -0
- package/types/node_modules/typescript/lib/lib.decorators.d.ts +386 -0
- package/types/node_modules/typescript/lib/lib.decorators.legacy.d.ts +22 -0
- package/types/node_modules/typescript/lib/lib.dom.asynciterable.d.ts +33 -0
- package/types/node_modules/typescript/lib/lib.dom.d.ts +28596 -0
- package/types/node_modules/typescript/lib/lib.dom.iterable.d.ts +475 -0
- package/types/node_modules/typescript/lib/lib.es2015.collection.d.ts +147 -0
- package/types/node_modules/typescript/lib/lib.es2015.core.d.ts +597 -0
- package/types/node_modules/typescript/lib/lib.es2015.d.ts +28 -0
- package/types/node_modules/typescript/lib/lib.es2015.generator.d.ts +77 -0
- package/types/node_modules/typescript/lib/lib.es2015.iterable.d.ts +495 -0
- package/types/node_modules/typescript/lib/lib.es2015.promise.d.ts +81 -0
- package/types/node_modules/typescript/lib/lib.es2015.proxy.d.ts +128 -0
- package/types/node_modules/typescript/lib/lib.es2015.reflect.d.ts +144 -0
- package/types/node_modules/typescript/lib/lib.es2015.symbol.d.ts +46 -0
- package/types/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts +326 -0
- package/types/node_modules/typescript/lib/lib.es2016.array.include.d.ts +116 -0
- package/types/node_modules/typescript/lib/lib.es2016.d.ts +21 -0
- package/types/node_modules/typescript/lib/lib.es2016.full.d.ts +23 -0
- package/types/node_modules/typescript/lib/lib.es2016.intl.d.ts +31 -0
- package/types/node_modules/typescript/lib/lib.es2017.d.ts +25 -0
- package/types/node_modules/typescript/lib/lib.es2017.date.d.ts +31 -0
- package/types/node_modules/typescript/lib/lib.es2017.full.d.ts +23 -0
- package/types/node_modules/typescript/lib/lib.es2017.intl.d.ts +44 -0
- package/types/node_modules/typescript/lib/lib.es2017.object.d.ts +49 -0
- package/types/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts +135 -0
- package/types/node_modules/typescript/lib/lib.es2017.string.d.ts +45 -0
- package/types/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts +53 -0
- package/types/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts +77 -0
- package/types/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts +43 -0
- package/types/node_modules/typescript/lib/lib.es2018.d.ts +24 -0
- package/types/node_modules/typescript/lib/lib.es2018.full.d.ts +24 -0
- package/types/node_modules/typescript/lib/lib.es2018.intl.d.ts +83 -0
- package/types/node_modules/typescript/lib/lib.es2018.promise.d.ts +30 -0
- package/types/node_modules/typescript/lib/lib.es2018.regexp.d.ts +37 -0
- package/types/node_modules/typescript/lib/lib.es2019.array.d.ts +79 -0
- package/types/node_modules/typescript/lib/lib.es2019.d.ts +24 -0
- package/types/node_modules/typescript/lib/lib.es2019.full.d.ts +24 -0
- package/types/node_modules/typescript/lib/lib.es2019.intl.d.ts +23 -0
- package/types/node_modules/typescript/lib/lib.es2019.object.d.ts +33 -0
- package/types/node_modules/typescript/lib/lib.es2019.string.d.ts +37 -0
- package/types/node_modules/typescript/lib/lib.es2019.symbol.d.ts +24 -0
- package/types/node_modules/typescript/lib/lib.es2020.bigint.d.ts +727 -0
- package/types/node_modules/typescript/lib/lib.es2020.d.ts +27 -0
- package/types/node_modules/typescript/lib/lib.es2020.date.d.ts +42 -0
- package/types/node_modules/typescript/lib/lib.es2020.full.d.ts +24 -0
- package/types/node_modules/typescript/lib/lib.es2020.intl.d.ts +474 -0
- package/types/node_modules/typescript/lib/lib.es2020.number.d.ts +28 -0
- package/types/node_modules/typescript/lib/lib.es2020.promise.d.ts +47 -0
- package/types/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts +97 -0
- package/types/node_modules/typescript/lib/lib.es2020.string.d.ts +42 -0
- package/types/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts +37 -0
- package/types/node_modules/typescript/lib/lib.es2021.d.ts +23 -0
- package/types/node_modules/typescript/lib/lib.es2021.full.d.ts +24 -0
- package/types/node_modules/typescript/lib/lib.es2021.intl.d.ts +166 -0
- package/types/node_modules/typescript/lib/lib.es2021.promise.d.ts +48 -0
- package/types/node_modules/typescript/lib/lib.es2021.string.d.ts +33 -0
- package/types/node_modules/typescript/lib/lib.es2021.weakref.d.ts +76 -0
- package/types/node_modules/typescript/lib/lib.es2022.array.d.ts +121 -0
- package/types/node_modules/typescript/lib/lib.es2022.d.ts +26 -0
- package/types/node_modules/typescript/lib/lib.es2022.error.d.ts +73 -0
- package/types/node_modules/typescript/lib/lib.es2022.full.d.ts +24 -0
- package/types/node_modules/typescript/lib/lib.es2022.intl.d.ts +117 -0
- package/types/node_modules/typescript/lib/lib.es2022.object.d.ts +26 -0
- package/types/node_modules/typescript/lib/lib.es2022.regexp.d.ts +39 -0
- package/types/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts +39 -0
- package/types/node_modules/typescript/lib/lib.es2022.string.d.ts +25 -0
- package/types/node_modules/typescript/lib/lib.es2023.array.d.ts +924 -0
- package/types/node_modules/typescript/lib/lib.es2023.collection.d.ts +21 -0
- package/types/node_modules/typescript/lib/lib.es2023.d.ts +22 -0
- package/types/node_modules/typescript/lib/lib.es2023.full.d.ts +24 -0
- package/types/node_modules/typescript/lib/lib.es2023.intl.d.ts +56 -0
- package/types/node_modules/typescript/lib/lib.es5.d.ts +4585 -0
- package/types/node_modules/typescript/lib/lib.es6.d.ts +23 -0
- package/types/node_modules/typescript/lib/lib.esnext.array.d.ts +35 -0
- package/types/node_modules/typescript/lib/lib.esnext.collection.d.ts +106 -0
- package/types/node_modules/typescript/lib/lib.esnext.d.ts +28 -0
- package/types/node_modules/typescript/lib/lib.esnext.decorators.d.ts +28 -0
- package/types/node_modules/typescript/lib/lib.esnext.disposable.d.ts +185 -0
- package/types/node_modules/typescript/lib/lib.esnext.full.d.ts +24 -0
- package/types/node_modules/typescript/lib/lib.esnext.intl.d.ts +21 -0
- package/types/node_modules/typescript/lib/lib.esnext.object.d.ts +29 -0
- package/types/node_modules/typescript/lib/lib.esnext.promise.d.ts +35 -0
- package/types/node_modules/typescript/lib/lib.esnext.regexp.d.ts +25 -0
- package/types/node_modules/typescript/lib/lib.esnext.string.d.ts +29 -0
- package/types/node_modules/typescript/lib/lib.scripthost.d.ts +322 -0
- package/types/node_modules/typescript/lib/lib.webworker.asynciterable.d.ts +33 -0
- package/types/node_modules/typescript/lib/lib.webworker.d.ts +9431 -0
- package/types/node_modules/typescript/lib/lib.webworker.importscripts.d.ts +23 -0
- package/types/node_modules/typescript/lib/lib.webworker.iterable.d.ts +276 -0
- package/types/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +1880 -0
- package/types/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +1880 -0
- package/types/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +1880 -0
- package/types/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +1880 -0
- package/types/node_modules/typescript/lib/tsc.js +129741 -0
- package/types/node_modules/typescript/lib/tsserver.js +621 -0
- package/types/node_modules/typescript/lib/tsserverlibrary.d.ts +17 -0
- package/types/node_modules/typescript/lib/tsserverlibrary.js +21 -0
- package/types/node_modules/typescript/lib/typesMap.json +497 -0
- package/types/node_modules/typescript/lib/typescript.d.ts +11240 -0
- package/types/node_modules/typescript/lib/typescript.js +194910 -0
- package/types/node_modules/typescript/lib/typingsInstaller.js +236 -0
- package/types/node_modules/typescript/lib/watchGuard.js +53 -0
- package/types/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +1880 -0
- package/types/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +1880 -0
- package/types/node_modules/typescript/package.json +116 -0
- package/types/uni/uts-plugin-component/global.d.ts +1 -0
- package/types/uni/uts-plugin-component/index.d.ts +1 -0
- package/types/uni/uts-plugin-component/lib/uni-textarea/utssdk/global.d.ts +9 -0
- package/types/uni/uts-plugin-component/lib/uni-textarea/utssdk/index.d.ts +5 -0
- package/types/uni/uts-plugin-component/lib/uni-textarea/utssdk/interface.d.ts +0 -0
- package/types/dom2/UniElement.d.ts +0 -340
- package/types/dom2/UniNativeViewElement.d.ts +0 -72
- package/types/dom2/global.d.ts +0 -301
- package/types/dom2/index.d.ts +0 -41
- /package/types/{dom2 → dom2-internal}/UniCSSProperty.d.ts +0 -0
- /package/types/{dom2 → dom2-internal}/UniCSSTransform.d.ts +0 -0
- /package/types/{dom2 → dom2-internal}/UniCSSType.d.ts +0 -0
- /package/types/{dom2 → dom2-internal}/UniCommon.d.ts +0 -0
- /package/types/{dom2 → dom2-internal}/UniElementType.d.ts +0 -0
- /package/types/{dom2 → dom2-internal}/UniNativeCustomView.d.ts +0 -0
- /package/types/{dom2 → dom2-internal}/UniNativeDefines.d.ts +0 -0
- /package/types/{dom2 → dom2-internal}/UniNativeImageView.d.ts +0 -0
- /package/types/{dom2/UniNativeScrollView.d.ts → dom2-internal/UniNativeNestedScrollView.d.ts} +0 -0
- /package/types/{dom2 → dom2-internal}/UniNativeTextView.d.ts +0 -0
- /package/types/{dom2 → dom2-internal}/UniNativeView.d.ts +0 -0
- /package/types/{dom2 → dom2-internal}/UniNativeViewType.d.ts +0 -0
- /package/types/{dom2 → dom2-internal}/UniScrollViewElement.d.ts +0 -0
- /package/types/{dom2 → dom2-internal}/UniTextElement.d.ts +0 -0
- /package/types/{dom2 → dom2-internal}/UniTextLayout.d.ts +0 -0
- /package/types/{dom2 → dom2-internal}/UniViewElement.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { UniElementStyles } from '
|
|
2
|
-
import { UniCSSPropertyID, UniCSSPropertyName, UniCSSPropertyValue } from '
|
|
3
|
-
import { UniCSSUnitType, UniCSSUnitValue } from '
|
|
4
|
-
import { UniCSSBoxSizingType, UniCSSDisplayType, UniCSSPositionType, UniCSSBorderStyleType, UniCSSBorderWidthType } from '
|
|
5
|
-
import { UniCSSFlexDirectionType, UniCSSFlexWrapType, UniCSSJustifyContentType, UniCSSAlignItemsType, UniCSSAlignSelfType, UniCSSAlignContentType, UniCSSFlexBasisType } from '
|
|
6
|
-
import { UniCSSTransitions } from '
|
|
1
|
+
import { UniElementStyles } from './UniElementType'
|
|
2
|
+
import { UniCSSPropertyID, UniCSSPropertyName, UniCSSPropertyValue } from './UniCSSProperty'
|
|
3
|
+
import { UniCSSUnitType, UniCSSUnitValue } from './UniCSSType'
|
|
4
|
+
import { UniCSSBoxSizingType, UniCSSDisplayType, UniCSSPositionType, UniCSSBorderStyleType, UniCSSBorderWidthType } from './UniCSSProperty'
|
|
5
|
+
import { UniCSSFlexDirectionType, UniCSSFlexWrapType, UniCSSJustifyContentType, UniCSSAlignItemsType, UniCSSAlignSelfType, UniCSSAlignContentType, UniCSSFlexBasisType } from './UniCSSProperty'
|
|
6
|
+
import { UniCSSTransitions } from './UniCSSTransition'
|
|
7
7
|
|
|
8
8
|
declare global {
|
|
9
9
|
/**
|
|
@@ -177,6 +177,42 @@ declare global {
|
|
|
177
177
|
// 复用DOM1中定义,暂时注释
|
|
178
178
|
// getNodeId(): number
|
|
179
179
|
|
|
180
|
+
/**
|
|
181
|
+
* 以下方法在UniElement区分Node和Element概念
|
|
182
|
+
* 仅在C层实现,不对外公开
|
|
183
|
+
*/
|
|
184
|
+
/**
|
|
185
|
+
* Element 逻辑的属性获取
|
|
186
|
+
* 用于 js 层封装 DOM API 提供给开发者使用
|
|
187
|
+
*/
|
|
188
|
+
getFirstElementChild(): UniElement | null
|
|
189
|
+
getLastElementChild(): UniElement | null
|
|
190
|
+
getPreviousElementSibling(): UniElement | null
|
|
191
|
+
getNextElementSibling(): UniElement | null
|
|
192
|
+
getParentElement(): UniElement | null
|
|
193
|
+
getChildren(): UniElement | null
|
|
194
|
+
/**
|
|
195
|
+
* Node 逻辑的属性获取
|
|
196
|
+
* 用于支持vue框架运行
|
|
197
|
+
*/
|
|
198
|
+
getFirstChild(): UniElement | null
|
|
199
|
+
getLastChild(): UniElement | null
|
|
200
|
+
getPreviousSibling(): UniElement | null
|
|
201
|
+
getNextSibling(): UniElement | null
|
|
202
|
+
getParentNode(): UniElement | null
|
|
203
|
+
getChildNodes(): UniElement | null
|
|
204
|
+
|
|
205
|
+
/**
|
|
206
|
+
* 修改tagname
|
|
207
|
+
* 在c/kotlin层提供,仅对vue框架开放
|
|
208
|
+
*/
|
|
209
|
+
setCustomTagName(name: string): void
|
|
210
|
+
|
|
211
|
+
/**
|
|
212
|
+
* 获取内部节点唯一标识
|
|
213
|
+
*/
|
|
214
|
+
getNodeId(): number
|
|
215
|
+
|
|
180
216
|
/**
|
|
181
217
|
* 以下方法在FlexNode和DOM层封装
|
|
182
218
|
* - Android平台:c层和kt层都需要封装
|
|
@@ -92,11 +92,13 @@ declare global {
|
|
|
92
92
|
* 鸿蒙平台在子线程中加载图片
|
|
93
93
|
* @param src - 图片资源地址
|
|
94
94
|
* @param size - 图片大小,本地资源时编译器会传入大小,c层测量时直接使用,没有传入大小时优先从缓存中查找,没有查找到则通过kotlin/oc层获取
|
|
95
|
+
* @internal
|
|
95
96
|
*/
|
|
96
97
|
setSrc(src: string, size?: UniImageSize | null): void;
|
|
97
98
|
|
|
98
99
|
/**
|
|
99
100
|
* 设置图片裁剪、缩放模式 // c层实现
|
|
101
|
+
* @internal
|
|
100
102
|
*/
|
|
101
103
|
setMode(mode: UniImageModeType): void;
|
|
102
104
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { UniNativeColor } from './UniNativeDefines'
|
|
2
2
|
import { UniCSSPropertyID } from './UniCSSProperty'
|
|
3
|
+
import { UniCSSUnitType } from './UniCSSType'
|
|
3
4
|
import { UniNativeLayout, UniNativePadding } from './UniNativeDefines'
|
|
4
5
|
import { UniNativeBackgroundClip, UniNativeBackgroundImage } from './UniNativeDefines'
|
|
5
6
|
import { UniNativeBorderWidths, UniNativeBorderWidth, UniNativeBorderStyles, UniNativeBorderStyle, UniNativeBorderColors, UniNativeBorderColor, UniNativeBorderRadiuses, UniNativeBorderRadius } from './UniNativeDefines'
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { UniNativeBaseView, } from "./UniNativeBaseView"
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* 滚动容器组件 scroll-view
|
|
7
|
+
*/
|
|
8
|
+
export interface UniNativeScrollView extends UniNativeBaseView {
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* scroll-view组件构造参数
|
|
16
|
+
*/
|
|
17
|
+
export type UniNativeScrollViewOptions = {
|
|
18
|
+
/**
|
|
19
|
+
* 滚动方向
|
|
20
|
+
*/
|
|
21
|
+
direction: UniNativeScrollViewDirectionType
|
|
22
|
+
/**
|
|
23
|
+
* 是否开启下拉刷新
|
|
24
|
+
*/
|
|
25
|
+
refresherEnabled: boolean
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* scroll-view组件滚动方向枚举值
|
|
31
|
+
*/
|
|
32
|
+
export enum UniNativeScrollViewDirectionType {
|
|
33
|
+
/**
|
|
34
|
+
* 禁止滚动
|
|
35
|
+
*/
|
|
36
|
+
None,
|
|
37
|
+
/**
|
|
38
|
+
* 竖向滚动
|
|
39
|
+
*/
|
|
40
|
+
Vertical,
|
|
41
|
+
/**
|
|
42
|
+
* 横向滚动
|
|
43
|
+
*/
|
|
44
|
+
Horizontal,
|
|
45
|
+
/**
|
|
46
|
+
* 横向竖向都可滚动
|
|
47
|
+
*/
|
|
48
|
+
All,
|
|
49
|
+
}
|
|
@@ -31,26 +31,42 @@ declare global {
|
|
|
31
31
|
// createElement(type: UniElementType, flatten: boolean): UniElement
|
|
32
32
|
// createElement(type: UniElementType, flatten: boolean, style?: UniElementStyles | null): UniElement
|
|
33
33
|
/**
|
|
34
|
+
* 创建view组件的Element
|
|
34
35
|
* @internal
|
|
35
36
|
*/
|
|
36
37
|
createViewElement(flatten: boolean, style?: UniElementStyles | null): UniViewElement
|
|
37
38
|
/**
|
|
39
|
+
* 创建text组件的Element
|
|
38
40
|
* @internal
|
|
39
41
|
*/
|
|
40
42
|
createTextElement(flatten: boolean, style?: UniElementStyles | null): UniTextElement
|
|
41
43
|
/**
|
|
44
|
+
* 创建image组件的Element
|
|
42
45
|
* @internal
|
|
43
46
|
*/
|
|
44
47
|
createImageElement(flatten: boolean, style?: UniElementStyles | null): UniImageElement
|
|
45
48
|
/**
|
|
49
|
+
* 创建scroll-view组件的Element
|
|
46
50
|
* @internal
|
|
47
51
|
*/
|
|
48
52
|
createScrollViewElement(): UniScrollViewElement
|
|
49
53
|
/**
|
|
54
|
+
* 创建nested-scroll-header组件的Element
|
|
55
|
+
* @internal
|
|
56
|
+
*/
|
|
57
|
+
createNestedScrollHeaderElement(): UniNestedScrollHeaderElement
|
|
58
|
+
/**
|
|
59
|
+
* 创建nested-scroll-body组件的Element
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
62
|
+
createNestedScrollBodyElement(): UniNestedScrollBodyElement
|
|
63
|
+
/**
|
|
64
|
+
* 创建native-viewe组件的Element
|
|
50
65
|
* @internal
|
|
51
66
|
*/
|
|
52
67
|
createNativeViewElement(): UniNativeViewElement
|
|
53
68
|
/**
|
|
69
|
+
* 创建注释节点的Element
|
|
54
70
|
* @internal
|
|
55
71
|
*/
|
|
56
72
|
createComment(data: string): UniElement
|
|
@@ -80,24 +96,28 @@ declare global {
|
|
|
80
96
|
increaseTextLayoutCounter(count: number): void
|
|
81
97
|
|
|
82
98
|
/**
|
|
83
|
-
* 创建原生View
|
|
99
|
+
* 创建原生View(view)
|
|
84
100
|
* @param flatten 原生View是否被拍平(扁平化),true表示可拍平,false表示不可拍平,默认值false
|
|
85
101
|
* @internal
|
|
86
102
|
*/
|
|
87
103
|
createNativeView(flatten: boolean): UniNativeView
|
|
88
104
|
/**
|
|
105
|
+
* 创建原生文本View(text)
|
|
89
106
|
* @internal
|
|
90
107
|
*/
|
|
91
108
|
createNativeTextView(flatten: boolean): UniNativeTextView
|
|
92
109
|
/**
|
|
110
|
+
* 创建原生图片View(image)
|
|
93
111
|
* @internal
|
|
94
112
|
*/
|
|
95
113
|
createNativeImageView(flatten: boolean): UniNativeImageView
|
|
96
114
|
/**
|
|
115
|
+
* 创建原生滚动View(scroll-view)
|
|
97
116
|
* @internal
|
|
98
117
|
*/
|
|
99
118
|
createNativeScrollView(options: UniNativeScrollViewOptions): UniNativeScrollView
|
|
100
119
|
/**
|
|
120
|
+
* 创建原生自定义View(native-view)
|
|
101
121
|
* @internal
|
|
102
122
|
*/
|
|
103
123
|
createNativeCustomView(): UniNativeCustomView
|
|
@@ -106,53 +126,26 @@ declare global {
|
|
|
106
126
|
// createNativeView<T extends UniNativeBaseView>(type: UniNativeViewType, flatten: boolean): T
|
|
107
127
|
/**
|
|
108
128
|
* 增加原生view内部计数器,解决一些虚拟节点只需要创建UniElement,不需要创建UniNativeView的场景
|
|
109
|
-
*
|
|
129
|
+
* @param count - 增加计数器值,默认值为1
|
|
110
130
|
* @internal
|
|
111
131
|
*/
|
|
112
132
|
increaseNativeViewCounter(count: number): void
|
|
113
133
|
|
|
114
134
|
/**
|
|
115
|
-
*
|
|
116
|
-
*
|
|
117
|
-
|
|
118
|
-
/**
|
|
119
|
-
* 监听页面触摸开始事件
|
|
120
|
-
*/
|
|
121
|
-
onTouchStart(callback: UniPageOnTouchEventCallbakc): number
|
|
122
|
-
/**
|
|
123
|
-
* 取消监听页面触摸开始事件
|
|
124
|
-
*/
|
|
125
|
-
offTouchStart(id: number): void
|
|
126
|
-
/**
|
|
127
|
-
* 监听页面触摸结束事件
|
|
128
|
-
*/
|
|
129
|
-
onTouchEnd(callback: UniPageOnTouchEventCallbakc): number
|
|
130
|
-
/**
|
|
131
|
-
* 取消监听页面触摸结束事件
|
|
132
|
-
*/
|
|
133
|
-
offTouchEnd(id: number): void
|
|
134
|
-
|
|
135
|
-
/**
|
|
136
|
-
* 监听页面布局变化更新事件
|
|
137
|
-
* @internal
|
|
138
|
-
*/
|
|
139
|
-
onLayoutChange(callback: UniPageOnLayoutChangeCallback): number
|
|
140
|
-
/**
|
|
141
|
-
* 取消监听页面布局变化更新事件
|
|
135
|
+
* 通过内部NodeID查找节点
|
|
136
|
+
* @param id
|
|
137
|
+
* 内部Node id
|
|
142
138
|
* @internal
|
|
143
139
|
*/
|
|
144
|
-
|
|
140
|
+
getNodeById(id: number): UniElement | null
|
|
145
141
|
|
|
146
142
|
/**
|
|
147
|
-
*
|
|
148
|
-
* @
|
|
149
|
-
|
|
150
|
-
onRenderChange(callback: UniPageOnRenderChangeCallback): number
|
|
151
|
-
/**
|
|
152
|
-
* 取消监听页面渲染变化更新事件
|
|
143
|
+
* 通过id属性查找元素
|
|
144
|
+
* @param id
|
|
145
|
+
* 元素的id值
|
|
153
146
|
* @internal
|
|
154
147
|
*/
|
|
155
|
-
|
|
148
|
+
getElementById(id: string): UniElement | null
|
|
156
149
|
|
|
157
150
|
/**
|
|
158
151
|
* 定义CSS变量
|
|
@@ -162,48 +155,4 @@ declare global {
|
|
|
162
155
|
*/
|
|
163
156
|
defineStyleVariable(key: string, value: string): void
|
|
164
157
|
}
|
|
165
|
-
|
|
166
|
-
/**
|
|
167
|
-
* 监听页面触摸事件回调函数
|
|
168
|
-
*/
|
|
169
|
-
type UniPageOnTouchEventCallbakc = (event: UniTouchEvent) => void
|
|
170
|
-
|
|
171
|
-
/**
|
|
172
|
-
* 监听页面布局变化更新事件回调函数
|
|
173
|
-
*/
|
|
174
|
-
type UniPageOnLayoutChangeCallback = (res: UniPageOnLayoutChangeCallbackResult) => void
|
|
175
|
-
/**
|
|
176
|
-
* 监听页面布局变化更新事件回调参数
|
|
177
|
-
*/
|
|
178
|
-
type UniPageOnLayoutChangeCallbackResult = UniPagePerformanceTiming
|
|
179
|
-
|
|
180
|
-
/**
|
|
181
|
-
* 监听页面布局变化更新事件回调函数
|
|
182
|
-
*/
|
|
183
|
-
type UniPageOnRenderChangeCallback = (res: UniPageOnRenderChangeCallbackResult) => void
|
|
184
|
-
/**
|
|
185
|
-
* 监听页面布局变化更新事件回调参数
|
|
186
|
-
*/
|
|
187
|
-
type UniPageOnRenderChangeCallbackResult = UniPagePerformanceRenderTiming
|
|
188
|
-
|
|
189
|
-
/**
|
|
190
|
-
* 页面性能计时信息
|
|
191
|
-
*/
|
|
192
|
-
interface UniPagePerformanceTiming {
|
|
193
|
-
/**
|
|
194
|
-
* 性能计时持续的时间,单位为ms
|
|
195
|
-
*/
|
|
196
|
-
duration: number
|
|
197
|
-
}
|
|
198
|
-
/**
|
|
199
|
-
* 渲染性能计时信息
|
|
200
|
-
* UniPagePerformanceTiming基类的duration属性为渲染到屏幕的总时间
|
|
201
|
-
*/
|
|
202
|
-
interface UniPagePerformanceRenderTiming extends UniPagePerformanceTiming {
|
|
203
|
-
/**
|
|
204
|
-
* 更新渲染属性的总时间,单位为ms
|
|
205
|
-
*/
|
|
206
|
-
updateDuration: number
|
|
207
|
-
}
|
|
208
158
|
}
|
|
209
|
-
export { }
|
|
@@ -1 +1,280 @@
|
|
|
1
|
-
|
|
1
|
+
// 本文件为自动构建生成
|
|
2
|
+
import {
|
|
3
|
+
UniNativeViewType as UniNativeViewTypeOrigin,
|
|
4
|
+
UniNativeView as UniNativeViewOrigin,
|
|
5
|
+
UniNativeViewStyles as UniNativeViewStylesOrigin,
|
|
6
|
+
UniNativeTextView as UniNativeTextViewOrigin,
|
|
7
|
+
UniNativeScrollViewDirectionType as UniNativeScrollViewDirectionTypeOrigin,
|
|
8
|
+
UniNativeScrollView as UniNativeScrollViewOrigin,
|
|
9
|
+
UniNativeScrollViewOptions as UniNativeScrollViewOptionsOrigin,
|
|
10
|
+
UniNativeImageView as UniNativeImageViewOrigin,
|
|
11
|
+
UniNativeBackgroundClip as UniNativeBackgroundClipOrigin,
|
|
12
|
+
UniNativeLinearGradientDirectionType as UniNativeLinearGradientDirectionTypeOrigin,
|
|
13
|
+
UniNativeBorderStyle as UniNativeBorderStyleOrigin,
|
|
14
|
+
UniNativeOverflowType as UniNativeOverflowTypeOrigin,
|
|
15
|
+
UniNativePointerEventType as UniNativePointerEventTypeOrigin,
|
|
16
|
+
UniNativeDisplayType as UniNativeDisplayTypeOrigin,
|
|
17
|
+
UniNativePositionType as UniNativePositionTypeOrigin,
|
|
18
|
+
UniNativeVisibilityType as UniNativeVisibilityTypeOrigin,
|
|
19
|
+
UniNativeSlotType as UniNativeSlotTypeOrigin,
|
|
20
|
+
UniNativeColor as UniNativeColorOrigin,
|
|
21
|
+
UniNativeBackgroundImage as UniNativeBackgroundImageOrigin,
|
|
22
|
+
UniNativeLinearGradient as UniNativeLinearGradientOrigin,
|
|
23
|
+
UniNativeLinearGradientColorStop as UniNativeLinearGradientColorStopOrigin,
|
|
24
|
+
UniNativeLayout as UniNativeLayoutOrigin,
|
|
25
|
+
UniNativeLayoutSize as UniNativeLayoutSizeOrigin,
|
|
26
|
+
UniNativeLayoutPosition as UniNativeLayoutPositionOrigin,
|
|
27
|
+
UniNativePadding as UniNativePaddingOrigin,
|
|
28
|
+
UniNativeMargin as UniNativeMarginOrigin,
|
|
29
|
+
UniNativeMargins as UniNativeMarginsOrigin,
|
|
30
|
+
UniNativeBorderWidth as UniNativeBorderWidthOrigin,
|
|
31
|
+
UniNativeBorderWidths as UniNativeBorderWidthsOrigin,
|
|
32
|
+
UniNativeBorderColor as UniNativeBorderColorOrigin,
|
|
33
|
+
UniNativeBorderColors as UniNativeBorderColorsOrigin,
|
|
34
|
+
UniNativeBorderStyles as UniNativeBorderStylesOrigin,
|
|
35
|
+
UniNativeBorderRadius as UniNativeBorderRadiusOrigin,
|
|
36
|
+
UniNativeBorderRadiuses as UniNativeBorderRadiusesOrigin,
|
|
37
|
+
UniNativeBoxShadow as UniNativeBoxShadowOrigin,
|
|
38
|
+
UniNativeTransform as UniNativeTransformOrigin,
|
|
39
|
+
UniNativeTransformOrigin as UniNativeTransformOriginOrigin,
|
|
40
|
+
UniNativeTransition as UniNativeTransitionOrigin,
|
|
41
|
+
UniNativeTransitions as UniNativeTransitionsOrigin,
|
|
42
|
+
UniNativeTransitionProperty as UniNativeTransitionPropertyOrigin,
|
|
43
|
+
UniNativeTransitionProperties as UniNativeTransitionPropertiesOrigin,
|
|
44
|
+
UniNativeTransitionDuration as UniNativeTransitionDurationOrigin,
|
|
45
|
+
UniNativeTransitionDurations as UniNativeTransitionDurationsOrigin,
|
|
46
|
+
UniNativeTransitionDelay as UniNativeTransitionDelayOrigin,
|
|
47
|
+
UniNativeTransitionDelays as UniNativeTransitionDelaysOrigin,
|
|
48
|
+
UniNativeTransitionTimingFunction as UniNativeTransitionTimingFunctionOrigin,
|
|
49
|
+
UniNativeTransitionTimingFunctions as UniNativeTransitionTimingFunctionsOrigin,
|
|
50
|
+
UniNativeCustomView as UniNativeCustomViewOrigin,
|
|
51
|
+
UniNativeBaseView as UniNativeBaseViewOrigin,
|
|
52
|
+
UniImageModeType as UniImageModeTypeOrigin,
|
|
53
|
+
UniImageSize as UniImageSizeOrigin,
|
|
54
|
+
UniElementType as UniElementTypeOrigin,
|
|
55
|
+
UniElementStyles as UniElementStylesOrigin,
|
|
56
|
+
UniSlotType as UniSlotTypeOrigin,
|
|
57
|
+
UniPosition as UniPositionOrigin,
|
|
58
|
+
UniSize as UniSizeOrigin,
|
|
59
|
+
UniLTWH as UniLTWHOrigin,
|
|
60
|
+
UniLTRB as UniLTRBOrigin,
|
|
61
|
+
UniLayoutSize as UniLayoutSizeOrigin,
|
|
62
|
+
UniCSSUnitType as UniCSSUnitTypeOrigin,
|
|
63
|
+
UniCSSUnitValue as UniCSSUnitValueOrigin,
|
|
64
|
+
UniCSSTransitionTimingFunctionType as UniCSSTransitionTimingFunctionTypeOrigin,
|
|
65
|
+
UniCSSCubicBezier as UniCSSCubicBezierOrigin,
|
|
66
|
+
UniCSSTransitionTimingFunction as UniCSSTransitionTimingFunctionOrigin,
|
|
67
|
+
UniCSSTransitionTimingFunctions as UniCSSTransitionTimingFunctionsOrigin,
|
|
68
|
+
UniCSSTransition as UniCSSTransitionOrigin,
|
|
69
|
+
UniCSSTransitions as UniCSSTransitionsOrigin,
|
|
70
|
+
UniCSSTransitionProperty as UniCSSTransitionPropertyOrigin,
|
|
71
|
+
UniCSSTransitionProperties as UniCSSTransitionPropertiesOrigin,
|
|
72
|
+
UniCSSTransitionDuration as UniCSSTransitionDurationOrigin,
|
|
73
|
+
UniCSSTransitionDurations as UniCSSTransitionDurationsOrigin,
|
|
74
|
+
UniCSSTransitionDelay as UniCSSTransitionDelayOrigin,
|
|
75
|
+
UniCSSTransitionDelays as UniCSSTransitionDelaysOrigin,
|
|
76
|
+
UniCSSTransformType as UniCSSTransformTypeOrigin,
|
|
77
|
+
UniCSSTransformTranslate as UniCSSTransformTranslateOrigin,
|
|
78
|
+
UniCSSTransformScale as UniCSSTransformScaleOrigin,
|
|
79
|
+
UniCSSTransformRotate as UniCSSTransformRotateOrigin,
|
|
80
|
+
UniCSSTransformSkew as UniCSSTransformSkewOrigin,
|
|
81
|
+
UniCSSTransformMatrix as UniCSSTransformMatrixOrigin,
|
|
82
|
+
UniCSSTransformOriginKeywordType as UniCSSTransformOriginKeywordTypeOrigin,
|
|
83
|
+
UniCSSTransformFunction as UniCSSTransformFunctionOrigin,
|
|
84
|
+
UniCSSTransform3DBase as UniCSSTransform3DBaseOrigin,
|
|
85
|
+
UniCSSTransformRotate3D as UniCSSTransformRotate3DOrigin,
|
|
86
|
+
UniCSSTransformMatrix3D as UniCSSTransformMatrix3DOrigin,
|
|
87
|
+
UniCSSTransformPerspective as UniCSSTransformPerspectiveOrigin,
|
|
88
|
+
UniCSSTransform as UniCSSTransformOrigin,
|
|
89
|
+
UniCSSTransformOrigin as UniCSSTransformOriginOrigin,
|
|
90
|
+
UniCSSPropertyID as UniCSSPropertyIDOrigin,
|
|
91
|
+
UniCSSBoxSizingType as UniCSSBoxSizingTypeOrigin,
|
|
92
|
+
UniCSSDisplayType as UniCSSDisplayTypeOrigin,
|
|
93
|
+
UniCSSPositionType as UniCSSPositionTypeOrigin,
|
|
94
|
+
UniCSSVisibilityType as UniCSSVisibilityTypeOrigin,
|
|
95
|
+
UniCSSBorderStyleType as UniCSSBorderStyleTypeOrigin,
|
|
96
|
+
UniCSSBorderWidthType as UniCSSBorderWidthTypeOrigin,
|
|
97
|
+
UniCSSFlexDirectionType as UniCSSFlexDirectionTypeOrigin,
|
|
98
|
+
UniCSSFlexWrapType as UniCSSFlexWrapTypeOrigin,
|
|
99
|
+
UniCSSFlexAlignType as UniCSSFlexAlignTypeOrigin,
|
|
100
|
+
UniCSSFlexBasisType as UniCSSFlexBasisTypeOrigin,
|
|
101
|
+
UniCSSLineHeightType as UniCSSLineHeightTypeOrigin,
|
|
102
|
+
UniCSSFontStyleType as UniCSSFontStyleTypeOrigin,
|
|
103
|
+
UniCSSFontWeightType as UniCSSFontWeightTypeOrigin,
|
|
104
|
+
UniCSSTextAlign as UniCSSTextAlignOrigin,
|
|
105
|
+
UniCSSTextDecorationStyleType as UniCSSTextDecorationStyleTypeOrigin,
|
|
106
|
+
UniCSSTextDecorationLineType as UniCSSTextDecorationLineTypeOrigin,
|
|
107
|
+
UniCSSTextDecorationThicknessType as UniCSSTextDecorationThicknessTypeOrigin,
|
|
108
|
+
UniCSSTextOverflow as UniCSSTextOverflowOrigin,
|
|
109
|
+
UniCSSWhiteSpace as UniCSSWhiteSpaceOrigin,
|
|
110
|
+
UniCSSPropertyName as UniCSSPropertyNameOrigin,
|
|
111
|
+
UniCSSPropertyValue as UniCSSPropertyValueOrigin,
|
|
112
|
+
UniCSSJustifyContentType as UniCSSJustifyContentTypeOrigin,
|
|
113
|
+
UniCSSAlignItemsType as UniCSSAlignItemsTypeOrigin,
|
|
114
|
+
UniCSSAlignSelfType as UniCSSAlignSelfTypeOrigin,
|
|
115
|
+
UniCSSAlignContentType as UniCSSAlignContentTypeOrigin,
|
|
116
|
+
UniCSSTextDecorationStyle as UniCSSTextDecorationStyleOrigin,
|
|
117
|
+
UniCSSTextShadow as UniCSSTextShadowOrigin,
|
|
118
|
+
} from './index'
|
|
119
|
+
|
|
120
|
+
declare global {
|
|
121
|
+
const UniNativeViewType: typeof UniNativeViewTypeOrigin
|
|
122
|
+
type UniNativeViewType = UniNativeViewTypeOrigin
|
|
123
|
+
type UniNativeView = UniNativeViewOrigin
|
|
124
|
+
type UniNativeViewStyles = UniNativeViewStylesOrigin
|
|
125
|
+
type UniNativeTextView = UniNativeTextViewOrigin
|
|
126
|
+
const UniNativeScrollViewDirectionType: typeof UniNativeScrollViewDirectionTypeOrigin
|
|
127
|
+
type UniNativeScrollViewDirectionType = UniNativeScrollViewDirectionTypeOrigin
|
|
128
|
+
type UniNativeScrollView = UniNativeScrollViewOrigin
|
|
129
|
+
type UniNativeScrollViewOptions = UniNativeScrollViewOptionsOrigin
|
|
130
|
+
type UniNativeImageView = UniNativeImageViewOrigin
|
|
131
|
+
const UniNativeBackgroundClip: typeof UniNativeBackgroundClipOrigin
|
|
132
|
+
type UniNativeBackgroundClip = UniNativeBackgroundClipOrigin
|
|
133
|
+
const UniNativeLinearGradientDirectionType: typeof UniNativeLinearGradientDirectionTypeOrigin
|
|
134
|
+
type UniNativeLinearGradientDirectionType = UniNativeLinearGradientDirectionTypeOrigin
|
|
135
|
+
const UniNativeBorderStyle: typeof UniNativeBorderStyleOrigin
|
|
136
|
+
type UniNativeBorderStyle = UniNativeBorderStyleOrigin
|
|
137
|
+
const UniNativeOverflowType: typeof UniNativeOverflowTypeOrigin
|
|
138
|
+
type UniNativeOverflowType = UniNativeOverflowTypeOrigin
|
|
139
|
+
const UniNativePointerEventType: typeof UniNativePointerEventTypeOrigin
|
|
140
|
+
type UniNativePointerEventType = UniNativePointerEventTypeOrigin
|
|
141
|
+
const UniNativeDisplayType: typeof UniNativeDisplayTypeOrigin
|
|
142
|
+
type UniNativeDisplayType = UniNativeDisplayTypeOrigin
|
|
143
|
+
const UniNativePositionType: typeof UniNativePositionTypeOrigin
|
|
144
|
+
type UniNativePositionType = UniNativePositionTypeOrigin
|
|
145
|
+
const UniNativeVisibilityType: typeof UniNativeVisibilityTypeOrigin
|
|
146
|
+
type UniNativeVisibilityType = UniNativeVisibilityTypeOrigin
|
|
147
|
+
const UniNativeSlotType: typeof UniNativeSlotTypeOrigin
|
|
148
|
+
type UniNativeSlotType = UniNativeSlotTypeOrigin
|
|
149
|
+
type UniNativeColor = UniNativeColorOrigin
|
|
150
|
+
type UniNativeBackgroundImage = UniNativeBackgroundImageOrigin
|
|
151
|
+
type UniNativeLinearGradient = UniNativeLinearGradientOrigin
|
|
152
|
+
type UniNativeLinearGradientColorStop = UniNativeLinearGradientColorStopOrigin
|
|
153
|
+
type UniNativeLayout = UniNativeLayoutOrigin
|
|
154
|
+
type UniNativeLayoutSize = UniNativeLayoutSizeOrigin
|
|
155
|
+
type UniNativeLayoutPosition = UniNativeLayoutPositionOrigin
|
|
156
|
+
type UniNativePadding = UniNativePaddingOrigin
|
|
157
|
+
type UniNativeMargin = UniNativeMarginOrigin
|
|
158
|
+
type UniNativeMargins = UniNativeMarginsOrigin
|
|
159
|
+
type UniNativeBorderWidth = UniNativeBorderWidthOrigin
|
|
160
|
+
type UniNativeBorderWidths = UniNativeBorderWidthsOrigin
|
|
161
|
+
type UniNativeBorderColor = UniNativeBorderColorOrigin
|
|
162
|
+
type UniNativeBorderColors = UniNativeBorderColorsOrigin
|
|
163
|
+
type UniNativeBorderStyles = UniNativeBorderStylesOrigin
|
|
164
|
+
type UniNativeBorderRadius = UniNativeBorderRadiusOrigin
|
|
165
|
+
type UniNativeBorderRadiuses = UniNativeBorderRadiusesOrigin
|
|
166
|
+
type UniNativeBoxShadow = UniNativeBoxShadowOrigin
|
|
167
|
+
type UniNativeTransform = UniNativeTransformOrigin
|
|
168
|
+
type UniNativeTransformOrigin = UniNativeTransformOriginOrigin
|
|
169
|
+
type UniNativeTransition = UniNativeTransitionOrigin
|
|
170
|
+
type UniNativeTransitions = UniNativeTransitionsOrigin
|
|
171
|
+
type UniNativeTransitionProperty = UniNativeTransitionPropertyOrigin
|
|
172
|
+
type UniNativeTransitionProperties = UniNativeTransitionPropertiesOrigin
|
|
173
|
+
type UniNativeTransitionDuration = UniNativeTransitionDurationOrigin
|
|
174
|
+
type UniNativeTransitionDurations = UniNativeTransitionDurationsOrigin
|
|
175
|
+
type UniNativeTransitionDelay = UniNativeTransitionDelayOrigin
|
|
176
|
+
type UniNativeTransitionDelays = UniNativeTransitionDelaysOrigin
|
|
177
|
+
type UniNativeTransitionTimingFunction = UniNativeTransitionTimingFunctionOrigin
|
|
178
|
+
type UniNativeTransitionTimingFunctions = UniNativeTransitionTimingFunctionsOrigin
|
|
179
|
+
type UniNativeCustomView = UniNativeCustomViewOrigin
|
|
180
|
+
type UniNativeBaseView = UniNativeBaseViewOrigin
|
|
181
|
+
const UniImageModeType: typeof UniImageModeTypeOrigin
|
|
182
|
+
type UniImageModeType = UniImageModeTypeOrigin
|
|
183
|
+
type UniImageSize = UniImageSizeOrigin
|
|
184
|
+
const UniElementType: typeof UniElementTypeOrigin
|
|
185
|
+
type UniElementType = UniElementTypeOrigin
|
|
186
|
+
type UniElementStyles = UniElementStylesOrigin
|
|
187
|
+
const UniSlotType: typeof UniSlotTypeOrigin
|
|
188
|
+
type UniSlotType = UniSlotTypeOrigin
|
|
189
|
+
type UniPosition = UniPositionOrigin
|
|
190
|
+
type UniSize = UniSizeOrigin
|
|
191
|
+
type UniLTWH = UniLTWHOrigin
|
|
192
|
+
type UniLTRB = UniLTRBOrigin
|
|
193
|
+
type UniLayoutSize = UniLayoutSizeOrigin
|
|
194
|
+
const UniCSSUnitType: typeof UniCSSUnitTypeOrigin
|
|
195
|
+
type UniCSSUnitType = UniCSSUnitTypeOrigin
|
|
196
|
+
const UniCSSUnitValue: typeof UniCSSUnitValueOrigin
|
|
197
|
+
type UniCSSUnitValue = UniCSSUnitValueOrigin
|
|
198
|
+
const UniCSSTransitionTimingFunctionType: typeof UniCSSTransitionTimingFunctionTypeOrigin
|
|
199
|
+
type UniCSSTransitionTimingFunctionType = UniCSSTransitionTimingFunctionTypeOrigin
|
|
200
|
+
type UniCSSCubicBezier = UniCSSCubicBezierOrigin
|
|
201
|
+
type UniCSSTransitionTimingFunction = UniCSSTransitionTimingFunctionOrigin
|
|
202
|
+
type UniCSSTransitionTimingFunctions = UniCSSTransitionTimingFunctionsOrigin
|
|
203
|
+
type UniCSSTransition = UniCSSTransitionOrigin
|
|
204
|
+
type UniCSSTransitions = UniCSSTransitionsOrigin
|
|
205
|
+
type UniCSSTransitionProperty = UniCSSTransitionPropertyOrigin
|
|
206
|
+
type UniCSSTransitionProperties = UniCSSTransitionPropertiesOrigin
|
|
207
|
+
type UniCSSTransitionDuration = UniCSSTransitionDurationOrigin
|
|
208
|
+
type UniCSSTransitionDurations = UniCSSTransitionDurationsOrigin
|
|
209
|
+
type UniCSSTransitionDelay = UniCSSTransitionDelayOrigin
|
|
210
|
+
type UniCSSTransitionDelays = UniCSSTransitionDelaysOrigin
|
|
211
|
+
const UniCSSTransformType: typeof UniCSSTransformTypeOrigin
|
|
212
|
+
type UniCSSTransformType = UniCSSTransformTypeOrigin
|
|
213
|
+
const UniCSSTransformTranslate: typeof UniCSSTransformTranslateOrigin
|
|
214
|
+
const UniCSSTransformScale: typeof UniCSSTransformScaleOrigin
|
|
215
|
+
const UniCSSTransformRotate: typeof UniCSSTransformRotateOrigin
|
|
216
|
+
const UniCSSTransformSkew: typeof UniCSSTransformSkewOrigin
|
|
217
|
+
const UniCSSTransformMatrix: typeof UniCSSTransformMatrixOrigin
|
|
218
|
+
const UniCSSTransformOriginKeywordType: typeof UniCSSTransformOriginKeywordTypeOrigin
|
|
219
|
+
type UniCSSTransformOriginKeywordType = UniCSSTransformOriginKeywordTypeOrigin
|
|
220
|
+
type UniCSSTransformFunction = UniCSSTransformFunctionOrigin
|
|
221
|
+
type UniCSSTransform3DBase = UniCSSTransform3DBaseOrigin
|
|
222
|
+
type UniCSSTransformTranslate = UniCSSTransformTranslateOrigin
|
|
223
|
+
type UniCSSTransformScale = UniCSSTransformScaleOrigin
|
|
224
|
+
type UniCSSTransformRotate = UniCSSTransformRotateOrigin
|
|
225
|
+
type UniCSSTransformRotate3D = UniCSSTransformRotate3DOrigin
|
|
226
|
+
type UniCSSTransformSkew = UniCSSTransformSkewOrigin
|
|
227
|
+
type UniCSSTransformMatrix = UniCSSTransformMatrixOrigin
|
|
228
|
+
type UniCSSTransformMatrix3D = UniCSSTransformMatrix3DOrigin
|
|
229
|
+
type UniCSSTransformPerspective = UniCSSTransformPerspectiveOrigin
|
|
230
|
+
type UniCSSTransform = UniCSSTransformOrigin
|
|
231
|
+
type UniCSSTransformOrigin = UniCSSTransformOriginOrigin
|
|
232
|
+
const UniCSSPropertyID: typeof UniCSSPropertyIDOrigin
|
|
233
|
+
type UniCSSPropertyID = UniCSSPropertyIDOrigin
|
|
234
|
+
const UniCSSBoxSizingType: typeof UniCSSBoxSizingTypeOrigin
|
|
235
|
+
type UniCSSBoxSizingType = UniCSSBoxSizingTypeOrigin
|
|
236
|
+
const UniCSSDisplayType: typeof UniCSSDisplayTypeOrigin
|
|
237
|
+
type UniCSSDisplayType = UniCSSDisplayTypeOrigin
|
|
238
|
+
const UniCSSPositionType: typeof UniCSSPositionTypeOrigin
|
|
239
|
+
type UniCSSPositionType = UniCSSPositionTypeOrigin
|
|
240
|
+
const UniCSSVisibilityType: typeof UniCSSVisibilityTypeOrigin
|
|
241
|
+
type UniCSSVisibilityType = UniCSSVisibilityTypeOrigin
|
|
242
|
+
const UniCSSBorderStyleType: typeof UniCSSBorderStyleTypeOrigin
|
|
243
|
+
type UniCSSBorderStyleType = UniCSSBorderStyleTypeOrigin
|
|
244
|
+
const UniCSSBorderWidthType: typeof UniCSSBorderWidthTypeOrigin
|
|
245
|
+
type UniCSSBorderWidthType = UniCSSBorderWidthTypeOrigin
|
|
246
|
+
const UniCSSFlexDirectionType: typeof UniCSSFlexDirectionTypeOrigin
|
|
247
|
+
type UniCSSFlexDirectionType = UniCSSFlexDirectionTypeOrigin
|
|
248
|
+
const UniCSSFlexWrapType: typeof UniCSSFlexWrapTypeOrigin
|
|
249
|
+
type UniCSSFlexWrapType = UniCSSFlexWrapTypeOrigin
|
|
250
|
+
const UniCSSFlexAlignType: typeof UniCSSFlexAlignTypeOrigin
|
|
251
|
+
type UniCSSFlexAlignType = UniCSSFlexAlignTypeOrigin
|
|
252
|
+
const UniCSSFlexBasisType: typeof UniCSSFlexBasisTypeOrigin
|
|
253
|
+
type UniCSSFlexBasisType = UniCSSFlexBasisTypeOrigin
|
|
254
|
+
const UniCSSLineHeightType: typeof UniCSSLineHeightTypeOrigin
|
|
255
|
+
type UniCSSLineHeightType = UniCSSLineHeightTypeOrigin
|
|
256
|
+
const UniCSSFontStyleType: typeof UniCSSFontStyleTypeOrigin
|
|
257
|
+
type UniCSSFontStyleType = UniCSSFontStyleTypeOrigin
|
|
258
|
+
const UniCSSFontWeightType: typeof UniCSSFontWeightTypeOrigin
|
|
259
|
+
type UniCSSFontWeightType = UniCSSFontWeightTypeOrigin
|
|
260
|
+
const UniCSSTextAlign: typeof UniCSSTextAlignOrigin
|
|
261
|
+
type UniCSSTextAlign = UniCSSTextAlignOrigin
|
|
262
|
+
const UniCSSTextDecorationStyleType: typeof UniCSSTextDecorationStyleTypeOrigin
|
|
263
|
+
type UniCSSTextDecorationStyleType = UniCSSTextDecorationStyleTypeOrigin
|
|
264
|
+
const UniCSSTextDecorationLineType: typeof UniCSSTextDecorationLineTypeOrigin
|
|
265
|
+
type UniCSSTextDecorationLineType = UniCSSTextDecorationLineTypeOrigin
|
|
266
|
+
const UniCSSTextDecorationThicknessType: typeof UniCSSTextDecorationThicknessTypeOrigin
|
|
267
|
+
type UniCSSTextDecorationThicknessType = UniCSSTextDecorationThicknessTypeOrigin
|
|
268
|
+
const UniCSSTextOverflow: typeof UniCSSTextOverflowOrigin
|
|
269
|
+
type UniCSSTextOverflow = UniCSSTextOverflowOrigin
|
|
270
|
+
const UniCSSWhiteSpace: typeof UniCSSWhiteSpaceOrigin
|
|
271
|
+
type UniCSSWhiteSpace = UniCSSWhiteSpaceOrigin
|
|
272
|
+
type UniCSSPropertyName = UniCSSPropertyNameOrigin
|
|
273
|
+
type UniCSSPropertyValue = UniCSSPropertyValueOrigin
|
|
274
|
+
type UniCSSJustifyContentType = UniCSSJustifyContentTypeOrigin
|
|
275
|
+
type UniCSSAlignItemsType = UniCSSAlignItemsTypeOrigin
|
|
276
|
+
type UniCSSAlignSelfType = UniCSSAlignSelfTypeOrigin
|
|
277
|
+
type UniCSSAlignContentType = UniCSSAlignContentTypeOrigin
|
|
278
|
+
type UniCSSTextDecorationStyle = UniCSSTextDecorationStyleOrigin
|
|
279
|
+
type UniCSSTextShadow = UniCSSTextShadowOrigin
|
|
280
|
+
}
|