@dcloudio/uni-app-x 0.7.48 → 0.7.49
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/native/global.d.ts +662 -0
- package/types/native/index.d.ts +1 -0
package/package.json
CHANGED
|
@@ -0,0 +1,662 @@
|
|
|
1
|
+
// 本文件为自动构建生成
|
|
2
|
+
import {
|
|
3
|
+
WebViewStyles as WebViewStylesOrigin,
|
|
4
|
+
WebViewProgressStyles as WebViewProgressStylesOrigin,
|
|
5
|
+
ViewToTempFilePathSuccess as ViewToTempFilePathSuccessOrigin,
|
|
6
|
+
ViewToTempFilePathFail as ViewToTempFilePathFailOrigin,
|
|
7
|
+
ViewToTempFilePathOptions as ViewToTempFilePathOptionsOrigin,
|
|
8
|
+
UniWebViewServiceMessageEvent as UniWebViewServiceMessageEventOrigin,
|
|
9
|
+
WebViewServiceMessageEvent as WebViewServiceMessageEventOrigin,
|
|
10
|
+
UniWebViewMessageEventDetail as UniWebViewMessageEventDetailOrigin,
|
|
11
|
+
UniWebViewMessageEvent as UniWebViewMessageEventOrigin,
|
|
12
|
+
WebViewMessageEventDetail as WebViewMessageEventDetailOrigin,
|
|
13
|
+
WebViewMessageEvent as WebViewMessageEventOrigin,
|
|
14
|
+
UniWebViewLoadingEventDetail as UniWebViewLoadingEventDetailOrigin,
|
|
15
|
+
UniWebViewLoadingEvent as UniWebViewLoadingEventOrigin,
|
|
16
|
+
WebViewLoadingEventDetail as WebViewLoadingEventDetailOrigin,
|
|
17
|
+
WebViewLoadingEvent as WebViewLoadingEventOrigin,
|
|
18
|
+
UniWebViewLoadEventDetail as UniWebViewLoadEventDetailOrigin,
|
|
19
|
+
UniWebViewLoadEvent as UniWebViewLoadEventOrigin,
|
|
20
|
+
WebViewLoadedEventDetail as WebViewLoadedEventDetailOrigin,
|
|
21
|
+
WebViewLoadedEvent as WebViewLoadedEventOrigin,
|
|
22
|
+
UniWebViewErrorEventDetail as UniWebViewErrorEventDetailOrigin,
|
|
23
|
+
UniWebViewErrorEvent as UniWebViewErrorEventOrigin,
|
|
24
|
+
WebViewErrorEventDetail as WebViewErrorEventDetailOrigin,
|
|
25
|
+
WebViewErrorEvent as WebViewErrorEventOrigin,
|
|
26
|
+
UniWebViewElementImpl as UniWebViewElementImplOrigin,
|
|
27
|
+
UniWebViewDownloadEventDetail as UniWebViewDownloadEventDetailOrigin,
|
|
28
|
+
UniWebViewDownloadEvent as UniWebViewDownloadEventOrigin,
|
|
29
|
+
WebViewDownloadEventDetail as WebViewDownloadEventDetailOrigin,
|
|
30
|
+
WebViewDownloadEvent as WebViewDownloadEventOrigin,
|
|
31
|
+
UniVideoElement as UniVideoElementOrigin,
|
|
32
|
+
Danmu as DanmuOrigin,
|
|
33
|
+
RequestFullScreenOptions as RequestFullScreenOptionsOrigin,
|
|
34
|
+
UniTouch as UniTouchOrigin,
|
|
35
|
+
UniTouchEvent as UniTouchEventOrigin,
|
|
36
|
+
Touch as TouchOrigin,
|
|
37
|
+
TouchEvent as TouchEventOrigin,
|
|
38
|
+
UniTextareaLineChangeEventDetail as UniTextareaLineChangeEventDetailOrigin,
|
|
39
|
+
UniTextareaLineChangeEvent as UniTextareaLineChangeEventOrigin,
|
|
40
|
+
TextareaLineChangeEvent as TextareaLineChangeEventOrigin,
|
|
41
|
+
TextareaLineChangeEventDetail as TextareaLineChangeEventDetailOrigin,
|
|
42
|
+
UniTextareaFocusEventDetail as UniTextareaFocusEventDetailOrigin,
|
|
43
|
+
UniTextareaFocusEvent as UniTextareaFocusEventOrigin,
|
|
44
|
+
TextareaFocusEvent as TextareaFocusEventOrigin,
|
|
45
|
+
TextareaFocusEventDetail as TextareaFocusEventDetailOrigin,
|
|
46
|
+
UniTextareaBlurEventDetail as UniTextareaBlurEventDetailOrigin,
|
|
47
|
+
UniTextareaBlurEvent as UniTextareaBlurEventOrigin,
|
|
48
|
+
TextareaBlurEvent as TextareaBlurEventOrigin,
|
|
49
|
+
TextareaBlurEventDetail as TextareaBlurEventDetailOrigin,
|
|
50
|
+
UniTextElementImpl as UniTextElementImplOrigin,
|
|
51
|
+
UniTabsElementImpl as UniTabsElementImplOrigin,
|
|
52
|
+
UniTabTapEvent as UniTabTapEventOrigin,
|
|
53
|
+
TabTapEvent as TabTapEventOrigin,
|
|
54
|
+
UniSwiperTransitionEventDetail as UniSwiperTransitionEventDetailOrigin,
|
|
55
|
+
UniSwiperTransitionEvent as UniSwiperTransitionEventOrigin,
|
|
56
|
+
SwiperTransitionEvent as SwiperTransitionEventOrigin,
|
|
57
|
+
UniSwiperChangeEventDetail as UniSwiperChangeEventDetailOrigin,
|
|
58
|
+
UniSwiperChangeEvent as UniSwiperChangeEventOrigin,
|
|
59
|
+
SwiperChangeEvent as SwiperChangeEventOrigin,
|
|
60
|
+
UniSwiperAnimationFinishEventDetail as UniSwiperAnimationFinishEventDetailOrigin,
|
|
61
|
+
UniSwiperAnimationFinishEvent as UniSwiperAnimationFinishEventOrigin,
|
|
62
|
+
SwiperAnimationFinishEvent as SwiperAnimationFinishEventOrigin,
|
|
63
|
+
UniStopNestedScrollEvent as UniStopNestedScrollEventOrigin,
|
|
64
|
+
StopNestedScrollEvent as StopNestedScrollEventOrigin,
|
|
65
|
+
UniStartNestedScrollEvent as UniStartNestedScrollEventOrigin,
|
|
66
|
+
StartNestedScrollEvent as StartNestedScrollEventOrigin,
|
|
67
|
+
UniScrollToUpperEventDetail as UniScrollToUpperEventDetailOrigin,
|
|
68
|
+
UniScrollToUpperEvent as UniScrollToUpperEventOrigin,
|
|
69
|
+
ScrollToUpperEvent as ScrollToUpperEventOrigin,
|
|
70
|
+
UniScrollToLowerEventDetail as UniScrollToLowerEventDetailOrigin,
|
|
71
|
+
UniScrollToLowerEvent as UniScrollToLowerEventOrigin,
|
|
72
|
+
ScrollToLowerEvent as ScrollToLowerEventOrigin,
|
|
73
|
+
UniScrollEventDetail as UniScrollEventDetailOrigin,
|
|
74
|
+
UniScrollEvent as UniScrollEventOrigin,
|
|
75
|
+
ScrollEvent as ScrollEventOrigin,
|
|
76
|
+
UniSafeAreaInsets as UniSafeAreaInsetsOrigin,
|
|
77
|
+
UniRichTextItemClickEventDetail as UniRichTextItemClickEventDetailOrigin,
|
|
78
|
+
UniRichTextItemClickEvent as UniRichTextItemClickEventOrigin,
|
|
79
|
+
RichTextItemClickEventDetail as RichTextItemClickEventDetailOrigin,
|
|
80
|
+
RichTextItemClickEvent as RichTextItemClickEventOrigin,
|
|
81
|
+
UniResizeObserver as UniResizeObserverOrigin,
|
|
82
|
+
UniResizeObserverEntry as UniResizeObserverEntryOrigin,
|
|
83
|
+
UniBorderBoxSize as UniBorderBoxSizeOrigin,
|
|
84
|
+
UniContentBoxSize as UniContentBoxSizeOrigin,
|
|
85
|
+
UniDevicePixelContentBoxSize as UniDevicePixelContentBoxSizeOrigin,
|
|
86
|
+
UniResizeEvent as UniResizeEventOrigin,
|
|
87
|
+
ResizeEvent as ResizeEventOrigin,
|
|
88
|
+
UniRefresherEventDetail as UniRefresherEventDetailOrigin,
|
|
89
|
+
UniRefresherEvent as UniRefresherEventOrigin,
|
|
90
|
+
RefresherEvent as RefresherEventOrigin,
|
|
91
|
+
UniProvider as UniProviderOrigin,
|
|
92
|
+
UniPointerEvent as UniPointerEventOrigin,
|
|
93
|
+
PointerEvent as PointerEventOrigin,
|
|
94
|
+
MouseEvent as MouseEventOrigin,
|
|
95
|
+
UniMouseEvent as UniMouseEventOrigin,
|
|
96
|
+
UniPageScrollEvent as UniPageScrollEventOrigin,
|
|
97
|
+
PageScrollEvent as PageScrollEventOrigin,
|
|
98
|
+
UniPageManager as UniPageManagerOrigin,
|
|
99
|
+
IPageManager as IPageManagerOrigin,
|
|
100
|
+
UniPageEvent as UniPageEventOrigin,
|
|
101
|
+
PageEvent as PageEventOrigin,
|
|
102
|
+
UniPageBody as UniPageBodyOrigin,
|
|
103
|
+
UniPage as UniPageOrigin,
|
|
104
|
+
UniNormalPage as UniNormalPageOrigin,
|
|
105
|
+
UniDialogPage as UniDialogPageOrigin,
|
|
106
|
+
UniNestedPreScrollEvent as UniNestedPreScrollEventOrigin,
|
|
107
|
+
NestedPreScrollEvent as NestedPreScrollEventOrigin,
|
|
108
|
+
UniNativePage as UniNativePageOrigin,
|
|
109
|
+
IPage as IPageOrigin,
|
|
110
|
+
UniNativeApp as UniNativeAppOrigin,
|
|
111
|
+
IApp as IAppOrigin,
|
|
112
|
+
UniInputKeyboardHeightChangeEventDetail as UniInputKeyboardHeightChangeEventDetailOrigin,
|
|
113
|
+
UniInputKeyboardHeightChangeEvent as UniInputKeyboardHeightChangeEventOrigin,
|
|
114
|
+
InputKeyboardHeightChangeEvent as InputKeyboardHeightChangeEventOrigin,
|
|
115
|
+
InputKeyboardHeightChangeEventDetail as InputKeyboardHeightChangeEventDetailOrigin,
|
|
116
|
+
UniInputFocusEventDetail as UniInputFocusEventDetailOrigin,
|
|
117
|
+
UniInputFocusEvent as UniInputFocusEventOrigin,
|
|
118
|
+
InputFocusEvent as InputFocusEventOrigin,
|
|
119
|
+
InputFocusEventDetail as InputFocusEventDetailOrigin,
|
|
120
|
+
UniInputEventDetail as UniInputEventDetailOrigin,
|
|
121
|
+
UniInputEvent as UniInputEventOrigin,
|
|
122
|
+
InputEvent as InputEventOrigin,
|
|
123
|
+
InputEventDetail as InputEventDetailOrigin,
|
|
124
|
+
UniInputConfirmEventDetail as UniInputConfirmEventDetailOrigin,
|
|
125
|
+
UniInputConfirmEvent as UniInputConfirmEventOrigin,
|
|
126
|
+
InputConfirmEvent as InputConfirmEventOrigin,
|
|
127
|
+
InputConfirmEventDetail as InputConfirmEventDetailOrigin,
|
|
128
|
+
UniInputBlurEventDetail as UniInputBlurEventDetailOrigin,
|
|
129
|
+
UniInputBlurEvent as UniInputBlurEventOrigin,
|
|
130
|
+
InputBlurEvent as InputBlurEventOrigin,
|
|
131
|
+
InputBlurEventDetail as InputBlurEventDetailOrigin,
|
|
132
|
+
UniImageLoadEventDetail as UniImageLoadEventDetailOrigin,
|
|
133
|
+
UniImageLoadEvent as UniImageLoadEventOrigin,
|
|
134
|
+
ImageLoadEventDetail as ImageLoadEventDetailOrigin,
|
|
135
|
+
ImageLoadEvent as ImageLoadEventOrigin,
|
|
136
|
+
UniImageErrorEventDetail as UniImageErrorEventDetailOrigin,
|
|
137
|
+
UniImageErrorEvent as UniImageErrorEventOrigin,
|
|
138
|
+
ImageErrorEventDetail as ImageErrorEventDetailOrigin,
|
|
139
|
+
ImageErrorEvent as ImageErrorEventOrigin,
|
|
140
|
+
UniFormControlElement as UniFormControlElementOrigin,
|
|
141
|
+
UniEvent as UniEventOrigin,
|
|
142
|
+
UniKeyEvent as UniKeyEventOrigin,
|
|
143
|
+
Event as EventOrigin,
|
|
144
|
+
KeyEvent as KeyEventOrigin,
|
|
145
|
+
UniAppEvent as UniAppEventOrigin,
|
|
146
|
+
UniThemeChangeEvent as UniThemeChangeEventOrigin,
|
|
147
|
+
UniAppErrorEvent as UniAppErrorEventOrigin,
|
|
148
|
+
UniError as UniErrorOrigin,
|
|
149
|
+
UniElementImpl as UniElementImplOrigin,
|
|
150
|
+
UniViewElementImpl as UniViewElementImplOrigin,
|
|
151
|
+
UniDocument as UniDocumentOrigin,
|
|
152
|
+
IDocument as IDocumentOrigin,
|
|
153
|
+
UniCustomEventOptions as UniCustomEventOptionsOrigin,
|
|
154
|
+
UniCustomEvent as UniCustomEventOrigin,
|
|
155
|
+
CustomEventOptions as CustomEventOptionsOrigin,
|
|
156
|
+
CustomEvent as CustomEventOrigin,
|
|
157
|
+
UniCanvasElementImpl as UniCanvasElementImplOrigin,
|
|
158
|
+
UniCallbackWrapper as UniCallbackWrapperOrigin,
|
|
159
|
+
UniAnimationPlaybackEvent as UniAnimationPlaybackEventOrigin,
|
|
160
|
+
UniAnimation as UniAnimationOrigin,
|
|
161
|
+
UniAggregateError as UniAggregateErrorOrigin,
|
|
162
|
+
UTSAndroidHookProxy as UTSAndroidHookProxyOrigin,
|
|
163
|
+
SourceError as SourceErrorOrigin,
|
|
164
|
+
TakeSnapshotOptions as TakeSnapshotOptionsOrigin,
|
|
165
|
+
TakeSnapshotSuccess as TakeSnapshotSuccessOrigin,
|
|
166
|
+
TakeSnapshotFail as TakeSnapshotFailOrigin,
|
|
167
|
+
TakeSnapshotSuccessCallback as TakeSnapshotSuccessCallbackOrigin,
|
|
168
|
+
TakeSnapshotFailCallback as TakeSnapshotFailCallbackOrigin,
|
|
169
|
+
TakeSnapshotCompleteCallback as TakeSnapshotCompleteCallbackOrigin,
|
|
170
|
+
Path2D as Path2DOrigin,
|
|
171
|
+
PageNode as PageNodeOrigin,
|
|
172
|
+
NodeData as NodeDataOrigin,
|
|
173
|
+
INodeData as INodeDataOrigin,
|
|
174
|
+
NativeLoadFontFaceFail as NativeLoadFontFaceFailOrigin,
|
|
175
|
+
NativeLoadFontFaceOptions as NativeLoadFontFaceOptionsOrigin,
|
|
176
|
+
UniNativeViewElement as UniNativeViewElementOrigin,
|
|
177
|
+
UniNativeViewEvent as UniNativeViewEventOrigin,
|
|
178
|
+
UniNativeViewInitEventDetail as UniNativeViewInitEventDetailOrigin,
|
|
179
|
+
UniNativeViewInitEvent as UniNativeViewInitEventOrigin,
|
|
180
|
+
IUniForm as IUniFormOrigin,
|
|
181
|
+
IUniError as IUniErrorOrigin,
|
|
182
|
+
UniElement as UniElementOrigin,
|
|
183
|
+
UniButtonElement as UniButtonElementOrigin,
|
|
184
|
+
UniCanvasElement as UniCanvasElementOrigin,
|
|
185
|
+
UniCommentElement as UniCommentElementOrigin,
|
|
186
|
+
UniImageElement as UniImageElementOrigin,
|
|
187
|
+
Image as ImageOrigin,
|
|
188
|
+
UniInputElement as UniInputElementOrigin,
|
|
189
|
+
UniListItemElement as UniListItemElementOrigin,
|
|
190
|
+
UniListViewElement as UniListViewElementOrigin,
|
|
191
|
+
UniNestedScrollBodyElement as UniNestedScrollBodyElementOrigin,
|
|
192
|
+
UniNestedScrollHeaderElement as UniNestedScrollHeaderElementOrigin,
|
|
193
|
+
UniRichTextElement as UniRichTextElementOrigin,
|
|
194
|
+
UniScrollViewElement as UniScrollViewElementOrigin,
|
|
195
|
+
UniStickyHeaderElement as UniStickyHeaderElementOrigin,
|
|
196
|
+
UniStickySectionElement as UniStickySectionElementOrigin,
|
|
197
|
+
UniSwiperElement as UniSwiperElementOrigin,
|
|
198
|
+
UniSwiperItemElement as UniSwiperItemElementOrigin,
|
|
199
|
+
UniTabsElement as UniTabsElementOrigin,
|
|
200
|
+
UniTextElement as UniTextElementOrigin,
|
|
201
|
+
UniTextareaElement as UniTextareaElementOrigin,
|
|
202
|
+
UniViewElement as UniViewElementOrigin,
|
|
203
|
+
UniWebViewElement as UniWebViewElementOrigin,
|
|
204
|
+
UniWaterFlowElement as UniWaterFlowElementOrigin,
|
|
205
|
+
UniFlowItemElement as UniFlowItemElementOrigin,
|
|
206
|
+
UniShareElement as UniShareElementOrigin,
|
|
207
|
+
GetBoundingClientRectAsyncSuccessCallback as GetBoundingClientRectAsyncSuccessCallbackOrigin,
|
|
208
|
+
GetBoundingClientRectAsyncFailCallback as GetBoundingClientRectAsyncFailCallbackOrigin,
|
|
209
|
+
GetBoundingClientRectAsyncCompleteCallback as GetBoundingClientRectAsyncCompleteCallbackOrigin,
|
|
210
|
+
GetBoundingClientRectAsyncOptions as GetBoundingClientRectAsyncOptionsOrigin,
|
|
211
|
+
UniAnimationKeyframe as UniAnimationKeyframeOrigin,
|
|
212
|
+
UniAnimationOptionDirection as UniAnimationOptionDirectionOrigin,
|
|
213
|
+
UniAnimationOptionEasing as UniAnimationOptionEasingOrigin,
|
|
214
|
+
UniAnimationOptionFill as UniAnimationOptionFillOrigin,
|
|
215
|
+
UniAnimationOption as UniAnimationOptionOrigin,
|
|
216
|
+
INode as INodeOrigin,
|
|
217
|
+
Element as ElementOrigin,
|
|
218
|
+
ITabsNode as ITabsNodeOrigin,
|
|
219
|
+
TextElement as TextElementOrigin,
|
|
220
|
+
IWebViewNode as IWebViewNodeOrigin,
|
|
221
|
+
IComment as ICommentOrigin,
|
|
222
|
+
INavigationBar as INavigationBarOrigin,
|
|
223
|
+
DrawableContext as DrawableContextOrigin,
|
|
224
|
+
DOMRect as DOMRectOrigin,
|
|
225
|
+
TextMetrics as TextMetricsOrigin,
|
|
226
|
+
CanvasDirection as CanvasDirectionOrigin,
|
|
227
|
+
CanvasLineCap as CanvasLineCapOrigin,
|
|
228
|
+
CanvasFontStretch as CanvasFontStretchOrigin,
|
|
229
|
+
CanvasGlobalCompositeOperation as CanvasGlobalCompositeOperationOrigin,
|
|
230
|
+
CanvasSmoothingQuality as CanvasSmoothingQualityOrigin,
|
|
231
|
+
CanvasLineJoin as CanvasLineJoinOrigin,
|
|
232
|
+
CanvasTextAlign as CanvasTextAlignOrigin,
|
|
233
|
+
CanvasTextBaseline as CanvasTextBaselineOrigin,
|
|
234
|
+
CanvasTextRendering as CanvasTextRenderingOrigin,
|
|
235
|
+
ImageData as ImageDataOrigin,
|
|
236
|
+
CanvasPattern as CanvasPatternOrigin,
|
|
237
|
+
CanvasGradient as CanvasGradientOrigin,
|
|
238
|
+
CanvasRenderingContext2D as CanvasRenderingContext2DOrigin,
|
|
239
|
+
CSSStyleDeclaration as CSSStyleDeclarationOrigin,
|
|
240
|
+
AsyncApiResult as AsyncApiResultOrigin,
|
|
241
|
+
AsyncApiSuccessResult as AsyncApiSuccessResultOrigin,
|
|
242
|
+
} from './index'
|
|
243
|
+
|
|
244
|
+
declare global {
|
|
245
|
+
const WebViewStyles: typeof WebViewStylesOrigin
|
|
246
|
+
type WebViewStyles = WebViewStylesOrigin
|
|
247
|
+
const WebViewProgressStyles: typeof WebViewProgressStylesOrigin
|
|
248
|
+
type WebViewProgressStyles = WebViewProgressStylesOrigin
|
|
249
|
+
const ViewToTempFilePathSuccess: typeof ViewToTempFilePathSuccessOrigin
|
|
250
|
+
type ViewToTempFilePathSuccess = ViewToTempFilePathSuccessOrigin
|
|
251
|
+
const ViewToTempFilePathFail: typeof ViewToTempFilePathFailOrigin
|
|
252
|
+
type ViewToTempFilePathFail = ViewToTempFilePathFailOrigin
|
|
253
|
+
const ViewToTempFilePathOptions: typeof ViewToTempFilePathOptionsOrigin
|
|
254
|
+
type ViewToTempFilePathOptions = ViewToTempFilePathOptionsOrigin
|
|
255
|
+
const UniWebViewServiceMessageEvent: typeof UniWebViewServiceMessageEventOrigin
|
|
256
|
+
type UniWebViewServiceMessageEvent = UniWebViewServiceMessageEventOrigin
|
|
257
|
+
const WebViewServiceMessageEvent: typeof WebViewServiceMessageEventOrigin
|
|
258
|
+
type WebViewServiceMessageEvent = WebViewServiceMessageEventOrigin
|
|
259
|
+
const UniWebViewMessageEventDetail: typeof UniWebViewMessageEventDetailOrigin
|
|
260
|
+
type UniWebViewMessageEventDetail = UniWebViewMessageEventDetailOrigin
|
|
261
|
+
const UniWebViewMessageEvent: typeof UniWebViewMessageEventOrigin
|
|
262
|
+
type UniWebViewMessageEvent = UniWebViewMessageEventOrigin
|
|
263
|
+
const WebViewMessageEventDetail: typeof WebViewMessageEventDetailOrigin
|
|
264
|
+
const WebViewMessageEvent: typeof WebViewMessageEventOrigin
|
|
265
|
+
type WebViewMessageEventDetail = WebViewMessageEventDetailOrigin
|
|
266
|
+
type WebViewMessageEvent = WebViewMessageEventOrigin
|
|
267
|
+
const UniWebViewLoadingEventDetail: typeof UniWebViewLoadingEventDetailOrigin
|
|
268
|
+
type UniWebViewLoadingEventDetail = UniWebViewLoadingEventDetailOrigin
|
|
269
|
+
const UniWebViewLoadingEvent: typeof UniWebViewLoadingEventOrigin
|
|
270
|
+
type UniWebViewLoadingEvent = UniWebViewLoadingEventOrigin
|
|
271
|
+
const WebViewLoadingEventDetail: typeof WebViewLoadingEventDetailOrigin
|
|
272
|
+
const WebViewLoadingEvent: typeof WebViewLoadingEventOrigin
|
|
273
|
+
type WebViewLoadingEventDetail = WebViewLoadingEventDetailOrigin
|
|
274
|
+
type WebViewLoadingEvent = WebViewLoadingEventOrigin
|
|
275
|
+
const UniWebViewLoadEventDetail: typeof UniWebViewLoadEventDetailOrigin
|
|
276
|
+
type UniWebViewLoadEventDetail = UniWebViewLoadEventDetailOrigin
|
|
277
|
+
const UniWebViewLoadEvent: typeof UniWebViewLoadEventOrigin
|
|
278
|
+
type UniWebViewLoadEvent = UniWebViewLoadEventOrigin
|
|
279
|
+
const WebViewLoadedEventDetail: typeof WebViewLoadedEventDetailOrigin
|
|
280
|
+
const WebViewLoadedEvent: typeof WebViewLoadedEventOrigin
|
|
281
|
+
type WebViewLoadedEventDetail = WebViewLoadedEventDetailOrigin
|
|
282
|
+
type WebViewLoadedEvent = WebViewLoadedEventOrigin
|
|
283
|
+
const UniWebViewErrorEventDetail: typeof UniWebViewErrorEventDetailOrigin
|
|
284
|
+
type UniWebViewErrorEventDetail = UniWebViewErrorEventDetailOrigin
|
|
285
|
+
const UniWebViewErrorEvent: typeof UniWebViewErrorEventOrigin
|
|
286
|
+
type UniWebViewErrorEvent = UniWebViewErrorEventOrigin
|
|
287
|
+
const WebViewErrorEventDetail: typeof WebViewErrorEventDetailOrigin
|
|
288
|
+
const WebViewErrorEvent: typeof WebViewErrorEventOrigin
|
|
289
|
+
type WebViewErrorEventDetail = WebViewErrorEventDetailOrigin
|
|
290
|
+
type WebViewErrorEvent = WebViewErrorEventOrigin
|
|
291
|
+
const UniWebViewElementImpl: typeof UniWebViewElementImplOrigin
|
|
292
|
+
type UniWebViewElementImpl = UniWebViewElementImplOrigin
|
|
293
|
+
const UniWebViewDownloadEventDetail: typeof UniWebViewDownloadEventDetailOrigin
|
|
294
|
+
type UniWebViewDownloadEventDetail = UniWebViewDownloadEventDetailOrigin
|
|
295
|
+
const UniWebViewDownloadEvent: typeof UniWebViewDownloadEventOrigin
|
|
296
|
+
type UniWebViewDownloadEvent = UniWebViewDownloadEventOrigin
|
|
297
|
+
const WebViewDownloadEventDetail: typeof WebViewDownloadEventDetailOrigin
|
|
298
|
+
const WebViewDownloadEvent: typeof WebViewDownloadEventOrigin
|
|
299
|
+
type WebViewDownloadEventDetail = WebViewDownloadEventDetailOrigin
|
|
300
|
+
type WebViewDownloadEvent = WebViewDownloadEventOrigin
|
|
301
|
+
const UniVideoElement: typeof UniVideoElementOrigin
|
|
302
|
+
type UniVideoElement = UniVideoElementOrigin
|
|
303
|
+
type Danmu = DanmuOrigin
|
|
304
|
+
type RequestFullScreenOptions = RequestFullScreenOptionsOrigin
|
|
305
|
+
const UniTouch: typeof UniTouchOrigin
|
|
306
|
+
type UniTouch = UniTouchOrigin
|
|
307
|
+
const UniTouchEvent: typeof UniTouchEventOrigin
|
|
308
|
+
type UniTouchEvent = UniTouchEventOrigin
|
|
309
|
+
const Touch: typeof TouchOrigin
|
|
310
|
+
const TouchEvent: typeof TouchEventOrigin
|
|
311
|
+
type Touch = TouchOrigin
|
|
312
|
+
type TouchEvent = TouchEventOrigin
|
|
313
|
+
const UniTextareaLineChangeEventDetail: typeof UniTextareaLineChangeEventDetailOrigin
|
|
314
|
+
type UniTextareaLineChangeEventDetail = UniTextareaLineChangeEventDetailOrigin
|
|
315
|
+
const UniTextareaLineChangeEvent: typeof UniTextareaLineChangeEventOrigin
|
|
316
|
+
type UniTextareaLineChangeEvent = UniTextareaLineChangeEventOrigin
|
|
317
|
+
const TextareaLineChangeEvent: typeof TextareaLineChangeEventOrigin
|
|
318
|
+
const TextareaLineChangeEventDetail: typeof TextareaLineChangeEventDetailOrigin
|
|
319
|
+
type TextareaLineChangeEvent = TextareaLineChangeEventOrigin
|
|
320
|
+
type TextareaLineChangeEventDetail = TextareaLineChangeEventDetailOrigin
|
|
321
|
+
const UniTextareaFocusEventDetail: typeof UniTextareaFocusEventDetailOrigin
|
|
322
|
+
type UniTextareaFocusEventDetail = UniTextareaFocusEventDetailOrigin
|
|
323
|
+
const UniTextareaFocusEvent: typeof UniTextareaFocusEventOrigin
|
|
324
|
+
type UniTextareaFocusEvent = UniTextareaFocusEventOrigin
|
|
325
|
+
const TextareaFocusEvent: typeof TextareaFocusEventOrigin
|
|
326
|
+
const TextareaFocusEventDetail: typeof TextareaFocusEventDetailOrigin
|
|
327
|
+
type TextareaFocusEvent = TextareaFocusEventOrigin
|
|
328
|
+
type TextareaFocusEventDetail = TextareaFocusEventDetailOrigin
|
|
329
|
+
const UniTextareaBlurEventDetail: typeof UniTextareaBlurEventDetailOrigin
|
|
330
|
+
type UniTextareaBlurEventDetail = UniTextareaBlurEventDetailOrigin
|
|
331
|
+
const UniTextareaBlurEvent: typeof UniTextareaBlurEventOrigin
|
|
332
|
+
type UniTextareaBlurEvent = UniTextareaBlurEventOrigin
|
|
333
|
+
const TextareaBlurEvent: typeof TextareaBlurEventOrigin
|
|
334
|
+
const TextareaBlurEventDetail: typeof TextareaBlurEventDetailOrigin
|
|
335
|
+
type TextareaBlurEvent = TextareaBlurEventOrigin
|
|
336
|
+
type TextareaBlurEventDetail = TextareaBlurEventDetailOrigin
|
|
337
|
+
const UniTextElementImpl: typeof UniTextElementImplOrigin
|
|
338
|
+
type UniTextElementImpl = UniTextElementImplOrigin
|
|
339
|
+
const UniTabsElementImpl: typeof UniTabsElementImplOrigin
|
|
340
|
+
type UniTabsElementImpl = UniTabsElementImplOrigin
|
|
341
|
+
const UniTabTapEvent: typeof UniTabTapEventOrigin
|
|
342
|
+
type UniTabTapEvent = UniTabTapEventOrigin
|
|
343
|
+
const TabTapEvent: typeof TabTapEventOrigin
|
|
344
|
+
type TabTapEvent = TabTapEventOrigin
|
|
345
|
+
const UniSwiperTransitionEventDetail: typeof UniSwiperTransitionEventDetailOrigin
|
|
346
|
+
type UniSwiperTransitionEventDetail = UniSwiperTransitionEventDetailOrigin
|
|
347
|
+
const UniSwiperTransitionEvent: typeof UniSwiperTransitionEventOrigin
|
|
348
|
+
type UniSwiperTransitionEvent = UniSwiperTransitionEventOrigin
|
|
349
|
+
const SwiperTransitionEvent: typeof SwiperTransitionEventOrigin
|
|
350
|
+
type SwiperTransitionEvent = SwiperTransitionEventOrigin
|
|
351
|
+
const UniSwiperChangeEventDetail: typeof UniSwiperChangeEventDetailOrigin
|
|
352
|
+
type UniSwiperChangeEventDetail = UniSwiperChangeEventDetailOrigin
|
|
353
|
+
const UniSwiperChangeEvent: typeof UniSwiperChangeEventOrigin
|
|
354
|
+
type UniSwiperChangeEvent = UniSwiperChangeEventOrigin
|
|
355
|
+
const SwiperChangeEvent: typeof SwiperChangeEventOrigin
|
|
356
|
+
type SwiperChangeEvent = SwiperChangeEventOrigin
|
|
357
|
+
const UniSwiperAnimationFinishEventDetail: typeof UniSwiperAnimationFinishEventDetailOrigin
|
|
358
|
+
type UniSwiperAnimationFinishEventDetail = UniSwiperAnimationFinishEventDetailOrigin
|
|
359
|
+
const UniSwiperAnimationFinishEvent: typeof UniSwiperAnimationFinishEventOrigin
|
|
360
|
+
type UniSwiperAnimationFinishEvent = UniSwiperAnimationFinishEventOrigin
|
|
361
|
+
const SwiperAnimationFinishEvent: typeof SwiperAnimationFinishEventOrigin
|
|
362
|
+
type SwiperAnimationFinishEvent = SwiperAnimationFinishEventOrigin
|
|
363
|
+
const UniStopNestedScrollEvent: typeof UniStopNestedScrollEventOrigin
|
|
364
|
+
type UniStopNestedScrollEvent = UniStopNestedScrollEventOrigin
|
|
365
|
+
const StopNestedScrollEvent: typeof StopNestedScrollEventOrigin
|
|
366
|
+
type StopNestedScrollEvent = StopNestedScrollEventOrigin
|
|
367
|
+
const UniStartNestedScrollEvent: typeof UniStartNestedScrollEventOrigin
|
|
368
|
+
type UniStartNestedScrollEvent = UniStartNestedScrollEventOrigin
|
|
369
|
+
const StartNestedScrollEvent: typeof StartNestedScrollEventOrigin
|
|
370
|
+
type StartNestedScrollEvent = StartNestedScrollEventOrigin
|
|
371
|
+
const UniScrollToUpperEventDetail: typeof UniScrollToUpperEventDetailOrigin
|
|
372
|
+
type UniScrollToUpperEventDetail = UniScrollToUpperEventDetailOrigin
|
|
373
|
+
const UniScrollToUpperEvent: typeof UniScrollToUpperEventOrigin
|
|
374
|
+
type UniScrollToUpperEvent = UniScrollToUpperEventOrigin
|
|
375
|
+
const ScrollToUpperEvent: typeof ScrollToUpperEventOrigin
|
|
376
|
+
type ScrollToUpperEvent = ScrollToUpperEventOrigin
|
|
377
|
+
const UniScrollToLowerEventDetail: typeof UniScrollToLowerEventDetailOrigin
|
|
378
|
+
type UniScrollToLowerEventDetail = UniScrollToLowerEventDetailOrigin
|
|
379
|
+
const UniScrollToLowerEvent: typeof UniScrollToLowerEventOrigin
|
|
380
|
+
type UniScrollToLowerEvent = UniScrollToLowerEventOrigin
|
|
381
|
+
const ScrollToLowerEvent: typeof ScrollToLowerEventOrigin
|
|
382
|
+
type ScrollToLowerEvent = ScrollToLowerEventOrigin
|
|
383
|
+
const UniScrollEventDetail: typeof UniScrollEventDetailOrigin
|
|
384
|
+
type UniScrollEventDetail = UniScrollEventDetailOrigin
|
|
385
|
+
const UniScrollEvent: typeof UniScrollEventOrigin
|
|
386
|
+
type UniScrollEvent = UniScrollEventOrigin
|
|
387
|
+
const ScrollEvent: typeof ScrollEventOrigin
|
|
388
|
+
type ScrollEvent = ScrollEventOrigin
|
|
389
|
+
type UniSafeAreaInsets = UniSafeAreaInsetsOrigin
|
|
390
|
+
const UniRichTextItemClickEventDetail: typeof UniRichTextItemClickEventDetailOrigin
|
|
391
|
+
type UniRichTextItemClickEventDetail = UniRichTextItemClickEventDetailOrigin
|
|
392
|
+
const UniRichTextItemClickEvent: typeof UniRichTextItemClickEventOrigin
|
|
393
|
+
type UniRichTextItemClickEvent = UniRichTextItemClickEventOrigin
|
|
394
|
+
const RichTextItemClickEventDetail: typeof RichTextItemClickEventDetailOrigin
|
|
395
|
+
const RichTextItemClickEvent: typeof RichTextItemClickEventOrigin
|
|
396
|
+
type RichTextItemClickEventDetail = RichTextItemClickEventDetailOrigin
|
|
397
|
+
type RichTextItemClickEvent = RichTextItemClickEventOrigin
|
|
398
|
+
const UniResizeObserver: typeof UniResizeObserverOrigin
|
|
399
|
+
type UniResizeObserver = UniResizeObserverOrigin
|
|
400
|
+
type UniResizeObserverEntry = UniResizeObserverEntryOrigin
|
|
401
|
+
type UniBorderBoxSize = UniBorderBoxSizeOrigin
|
|
402
|
+
type UniContentBoxSize = UniContentBoxSizeOrigin
|
|
403
|
+
type UniDevicePixelContentBoxSize = UniDevicePixelContentBoxSizeOrigin
|
|
404
|
+
const UniResizeEvent: typeof UniResizeEventOrigin
|
|
405
|
+
type UniResizeEvent = UniResizeEventOrigin
|
|
406
|
+
const ResizeEvent: typeof ResizeEventOrigin
|
|
407
|
+
type ResizeEvent = ResizeEventOrigin
|
|
408
|
+
const UniRefresherEventDetail: typeof UniRefresherEventDetailOrigin
|
|
409
|
+
type UniRefresherEventDetail = UniRefresherEventDetailOrigin
|
|
410
|
+
const UniRefresherEvent: typeof UniRefresherEventOrigin
|
|
411
|
+
type UniRefresherEvent = UniRefresherEventOrigin
|
|
412
|
+
const RefresherEvent: typeof RefresherEventOrigin
|
|
413
|
+
type RefresherEvent = RefresherEventOrigin
|
|
414
|
+
type UniProvider = UniProviderOrigin
|
|
415
|
+
const UniPointerEvent: typeof UniPointerEventOrigin
|
|
416
|
+
type UniPointerEvent = UniPointerEventOrigin
|
|
417
|
+
const PointerEvent: typeof PointerEventOrigin
|
|
418
|
+
const MouseEvent: typeof MouseEventOrigin
|
|
419
|
+
const UniMouseEvent: typeof UniMouseEventOrigin
|
|
420
|
+
type PointerEvent = PointerEventOrigin
|
|
421
|
+
type MouseEvent = MouseEventOrigin
|
|
422
|
+
type UniMouseEvent = UniMouseEventOrigin
|
|
423
|
+
const UniPageScrollEvent: typeof UniPageScrollEventOrigin
|
|
424
|
+
type UniPageScrollEvent = UniPageScrollEventOrigin
|
|
425
|
+
const PageScrollEvent: typeof PageScrollEventOrigin
|
|
426
|
+
type PageScrollEvent = PageScrollEventOrigin
|
|
427
|
+
type UniPageManager = UniPageManagerOrigin
|
|
428
|
+
type IPageManager = IPageManagerOrigin
|
|
429
|
+
const UniPageEvent: typeof UniPageEventOrigin
|
|
430
|
+
type UniPageEvent = UniPageEventOrigin
|
|
431
|
+
const PageEvent: typeof PageEventOrigin
|
|
432
|
+
type PageEvent = PageEventOrigin
|
|
433
|
+
type UniPageBody = UniPageBodyOrigin
|
|
434
|
+
type UniPage = UniPageOrigin
|
|
435
|
+
type UniNormalPage = UniNormalPageOrigin
|
|
436
|
+
type UniDialogPage = UniDialogPageOrigin
|
|
437
|
+
const UniNestedPreScrollEvent: typeof UniNestedPreScrollEventOrigin
|
|
438
|
+
type UniNestedPreScrollEvent = UniNestedPreScrollEventOrigin
|
|
439
|
+
const NestedPreScrollEvent: typeof NestedPreScrollEventOrigin
|
|
440
|
+
type NestedPreScrollEvent = NestedPreScrollEventOrigin
|
|
441
|
+
type UniNativePage = UniNativePageOrigin
|
|
442
|
+
type IPage = IPageOrigin
|
|
443
|
+
type UniNativeApp = UniNativeAppOrigin
|
|
444
|
+
type IApp = IAppOrigin
|
|
445
|
+
const UniInputKeyboardHeightChangeEventDetail: typeof UniInputKeyboardHeightChangeEventDetailOrigin
|
|
446
|
+
type UniInputKeyboardHeightChangeEventDetail = UniInputKeyboardHeightChangeEventDetailOrigin
|
|
447
|
+
const UniInputKeyboardHeightChangeEvent: typeof UniInputKeyboardHeightChangeEventOrigin
|
|
448
|
+
type UniInputKeyboardHeightChangeEvent = UniInputKeyboardHeightChangeEventOrigin
|
|
449
|
+
const InputKeyboardHeightChangeEvent: typeof InputKeyboardHeightChangeEventOrigin
|
|
450
|
+
const InputKeyboardHeightChangeEventDetail: typeof InputKeyboardHeightChangeEventDetailOrigin
|
|
451
|
+
type InputKeyboardHeightChangeEvent = InputKeyboardHeightChangeEventOrigin
|
|
452
|
+
type InputKeyboardHeightChangeEventDetail = InputKeyboardHeightChangeEventDetailOrigin
|
|
453
|
+
const UniInputFocusEventDetail: typeof UniInputFocusEventDetailOrigin
|
|
454
|
+
type UniInputFocusEventDetail = UniInputFocusEventDetailOrigin
|
|
455
|
+
const UniInputFocusEvent: typeof UniInputFocusEventOrigin
|
|
456
|
+
type UniInputFocusEvent = UniInputFocusEventOrigin
|
|
457
|
+
const InputFocusEvent: typeof InputFocusEventOrigin
|
|
458
|
+
const InputFocusEventDetail: typeof InputFocusEventDetailOrigin
|
|
459
|
+
type InputFocusEvent = InputFocusEventOrigin
|
|
460
|
+
type InputFocusEventDetail = InputFocusEventDetailOrigin
|
|
461
|
+
const UniInputEventDetail: typeof UniInputEventDetailOrigin
|
|
462
|
+
type UniInputEventDetail = UniInputEventDetailOrigin
|
|
463
|
+
const UniInputEvent: typeof UniInputEventOrigin
|
|
464
|
+
type UniInputEvent = UniInputEventOrigin
|
|
465
|
+
const InputEvent: typeof InputEventOrigin
|
|
466
|
+
const InputEventDetail: typeof InputEventDetailOrigin
|
|
467
|
+
type InputEvent = InputEventOrigin
|
|
468
|
+
type InputEventDetail = InputEventDetailOrigin
|
|
469
|
+
const UniInputConfirmEventDetail: typeof UniInputConfirmEventDetailOrigin
|
|
470
|
+
type UniInputConfirmEventDetail = UniInputConfirmEventDetailOrigin
|
|
471
|
+
const UniInputConfirmEvent: typeof UniInputConfirmEventOrigin
|
|
472
|
+
type UniInputConfirmEvent = UniInputConfirmEventOrigin
|
|
473
|
+
const InputConfirmEvent: typeof InputConfirmEventOrigin
|
|
474
|
+
const InputConfirmEventDetail: typeof InputConfirmEventDetailOrigin
|
|
475
|
+
type InputConfirmEvent = InputConfirmEventOrigin
|
|
476
|
+
type InputConfirmEventDetail = InputConfirmEventDetailOrigin
|
|
477
|
+
const UniInputBlurEventDetail: typeof UniInputBlurEventDetailOrigin
|
|
478
|
+
type UniInputBlurEventDetail = UniInputBlurEventDetailOrigin
|
|
479
|
+
const UniInputBlurEvent: typeof UniInputBlurEventOrigin
|
|
480
|
+
type UniInputBlurEvent = UniInputBlurEventOrigin
|
|
481
|
+
const InputBlurEvent: typeof InputBlurEventOrigin
|
|
482
|
+
const InputBlurEventDetail: typeof InputBlurEventDetailOrigin
|
|
483
|
+
type InputBlurEvent = InputBlurEventOrigin
|
|
484
|
+
type InputBlurEventDetail = InputBlurEventDetailOrigin
|
|
485
|
+
const UniImageLoadEventDetail: typeof UniImageLoadEventDetailOrigin
|
|
486
|
+
type UniImageLoadEventDetail = UniImageLoadEventDetailOrigin
|
|
487
|
+
const UniImageLoadEvent: typeof UniImageLoadEventOrigin
|
|
488
|
+
type UniImageLoadEvent = UniImageLoadEventOrigin
|
|
489
|
+
const ImageLoadEventDetail: typeof ImageLoadEventDetailOrigin
|
|
490
|
+
const ImageLoadEvent: typeof ImageLoadEventOrigin
|
|
491
|
+
type ImageLoadEventDetail = ImageLoadEventDetailOrigin
|
|
492
|
+
type ImageLoadEvent = ImageLoadEventOrigin
|
|
493
|
+
const UniImageErrorEventDetail: typeof UniImageErrorEventDetailOrigin
|
|
494
|
+
type UniImageErrorEventDetail = UniImageErrorEventDetailOrigin
|
|
495
|
+
const UniImageErrorEvent: typeof UniImageErrorEventOrigin
|
|
496
|
+
type UniImageErrorEvent = UniImageErrorEventOrigin
|
|
497
|
+
const ImageErrorEventDetail: typeof ImageErrorEventDetailOrigin
|
|
498
|
+
const ImageErrorEvent: typeof ImageErrorEventOrigin
|
|
499
|
+
type ImageErrorEventDetail = ImageErrorEventDetailOrigin
|
|
500
|
+
type ImageErrorEvent = ImageErrorEventOrigin
|
|
501
|
+
const UniFormControlElement: typeof UniFormControlElementOrigin
|
|
502
|
+
type UniFormControlElement<T> = UniFormControlElementOrigin<T>
|
|
503
|
+
const UniEvent: typeof UniEventOrigin
|
|
504
|
+
type UniEvent = UniEventOrigin
|
|
505
|
+
const UniKeyEvent: typeof UniKeyEventOrigin
|
|
506
|
+
type UniKeyEvent = UniKeyEventOrigin
|
|
507
|
+
const Event: typeof EventOrigin
|
|
508
|
+
const KeyEvent: typeof KeyEventOrigin
|
|
509
|
+
const UniAppEvent: typeof UniAppEventOrigin
|
|
510
|
+
type UniAppEvent = UniAppEventOrigin
|
|
511
|
+
const UniThemeChangeEvent: typeof UniThemeChangeEventOrigin
|
|
512
|
+
type UniThemeChangeEvent = UniThemeChangeEventOrigin
|
|
513
|
+
const UniAppErrorEvent: typeof UniAppErrorEventOrigin
|
|
514
|
+
type UniAppErrorEvent = UniAppErrorEventOrigin
|
|
515
|
+
type Event = EventOrigin
|
|
516
|
+
type KeyEvent = KeyEventOrigin
|
|
517
|
+
const UniError: typeof UniErrorOrigin
|
|
518
|
+
type UniError = UniErrorOrigin
|
|
519
|
+
const UniElementImpl: typeof UniElementImplOrigin
|
|
520
|
+
type UniElementImpl = UniElementImplOrigin
|
|
521
|
+
const UniViewElementImpl: typeof UniViewElementImplOrigin
|
|
522
|
+
type UniViewElementImpl = UniViewElementImplOrigin
|
|
523
|
+
type UniDocument = UniDocumentOrigin
|
|
524
|
+
type IDocument = IDocumentOrigin
|
|
525
|
+
const UniCustomEventOptions: typeof UniCustomEventOptionsOrigin
|
|
526
|
+
type UniCustomEventOptions<T> = UniCustomEventOptionsOrigin<T>
|
|
527
|
+
const UniCustomEvent: typeof UniCustomEventOrigin
|
|
528
|
+
type UniCustomEvent<T> = UniCustomEventOrigin<T>
|
|
529
|
+
const CustomEventOptions: typeof CustomEventOptionsOrigin
|
|
530
|
+
const CustomEvent: typeof CustomEventOrigin
|
|
531
|
+
type CustomEventOptions<T> = CustomEventOptionsOrigin<T>
|
|
532
|
+
type CustomEvent<T> = CustomEventOrigin<T>
|
|
533
|
+
const UniCanvasElementImpl: typeof UniCanvasElementImplOrigin
|
|
534
|
+
type UniCanvasElementImpl = UniCanvasElementImplOrigin
|
|
535
|
+
const UniCallbackWrapper: typeof UniCallbackWrapperOrigin
|
|
536
|
+
type UniCallbackWrapper = UniCallbackWrapperOrigin
|
|
537
|
+
const UniAnimationPlaybackEvent: typeof UniAnimationPlaybackEventOrigin
|
|
538
|
+
type UniAnimationPlaybackEvent = UniAnimationPlaybackEventOrigin
|
|
539
|
+
const UniAnimation: typeof UniAnimationOrigin
|
|
540
|
+
type UniAnimation = UniAnimationOrigin
|
|
541
|
+
const UniAggregateError: typeof UniAggregateErrorOrigin
|
|
542
|
+
type UniAggregateError = UniAggregateErrorOrigin
|
|
543
|
+
type UTSAndroidHookProxy = UTSAndroidHookProxyOrigin
|
|
544
|
+
const SourceError: typeof SourceErrorOrigin
|
|
545
|
+
type SourceError = SourceErrorOrigin
|
|
546
|
+
const TakeSnapshotOptions: typeof TakeSnapshotOptionsOrigin
|
|
547
|
+
type TakeSnapshotOptions = TakeSnapshotOptionsOrigin
|
|
548
|
+
type TakeSnapshotSuccess = TakeSnapshotSuccessOrigin
|
|
549
|
+
type TakeSnapshotFail = TakeSnapshotFailOrigin
|
|
550
|
+
type TakeSnapshotSuccessCallback = TakeSnapshotSuccessCallbackOrigin
|
|
551
|
+
type TakeSnapshotFailCallback = TakeSnapshotFailCallbackOrigin
|
|
552
|
+
type TakeSnapshotCompleteCallback = TakeSnapshotCompleteCallbackOrigin
|
|
553
|
+
const Path2D: typeof Path2DOrigin
|
|
554
|
+
type Path2D = Path2DOrigin
|
|
555
|
+
const PageNode: typeof PageNodeOrigin
|
|
556
|
+
type PageNode = PageNodeOrigin
|
|
557
|
+
const NodeData: typeof NodeDataOrigin
|
|
558
|
+
type NodeData = NodeDataOrigin
|
|
559
|
+
type INodeData = INodeDataOrigin
|
|
560
|
+
const NativeLoadFontFaceFail: typeof NativeLoadFontFaceFailOrigin
|
|
561
|
+
type NativeLoadFontFaceFail = NativeLoadFontFaceFailOrigin
|
|
562
|
+
const NativeLoadFontFaceOptions: typeof NativeLoadFontFaceOptionsOrigin
|
|
563
|
+
type NativeLoadFontFaceOptions = NativeLoadFontFaceOptionsOrigin
|
|
564
|
+
const UniNativeViewElement: typeof UniNativeViewElementOrigin
|
|
565
|
+
const UniNativeViewEvent: typeof UniNativeViewEventOrigin
|
|
566
|
+
type UniNativeViewEvent = UniNativeViewEventOrigin
|
|
567
|
+
const UniNativeViewInitEventDetail: typeof UniNativeViewInitEventDetailOrigin
|
|
568
|
+
type UniNativeViewInitEventDetail = UniNativeViewInitEventDetailOrigin
|
|
569
|
+
const UniNativeViewInitEvent: typeof UniNativeViewInitEventOrigin
|
|
570
|
+
type UniNativeViewInitEvent = UniNativeViewInitEventOrigin
|
|
571
|
+
type UniNativeViewElement = UniNativeViewElementOrigin
|
|
572
|
+
type IUniForm = IUniFormOrigin
|
|
573
|
+
type IUniError = IUniErrorOrigin
|
|
574
|
+
const UniElement: typeof UniElementOrigin
|
|
575
|
+
const UniButtonElement: typeof UniButtonElementOrigin
|
|
576
|
+
const UniCanvasElement: typeof UniCanvasElementOrigin
|
|
577
|
+
const UniCommentElement: typeof UniCommentElementOrigin
|
|
578
|
+
const UniImageElement: typeof UniImageElementOrigin
|
|
579
|
+
const Image: typeof ImageOrigin
|
|
580
|
+
const UniInputElement: typeof UniInputElementOrigin
|
|
581
|
+
const UniListItemElement: typeof UniListItemElementOrigin
|
|
582
|
+
const UniListViewElement: typeof UniListViewElementOrigin
|
|
583
|
+
const UniNestedScrollBodyElement: typeof UniNestedScrollBodyElementOrigin
|
|
584
|
+
const UniNestedScrollHeaderElement: typeof UniNestedScrollHeaderElementOrigin
|
|
585
|
+
const UniRichTextElement: typeof UniRichTextElementOrigin
|
|
586
|
+
const UniScrollViewElement: typeof UniScrollViewElementOrigin
|
|
587
|
+
const UniStickyHeaderElement: typeof UniStickyHeaderElementOrigin
|
|
588
|
+
const UniStickySectionElement: typeof UniStickySectionElementOrigin
|
|
589
|
+
const UniSwiperElement: typeof UniSwiperElementOrigin
|
|
590
|
+
const UniSwiperItemElement: typeof UniSwiperItemElementOrigin
|
|
591
|
+
const UniTabsElement: typeof UniTabsElementOrigin
|
|
592
|
+
const UniTextElement: typeof UniTextElementOrigin
|
|
593
|
+
const UniTextareaElement: typeof UniTextareaElementOrigin
|
|
594
|
+
const UniViewElement: typeof UniViewElementOrigin
|
|
595
|
+
const UniWebViewElement: typeof UniWebViewElementOrigin
|
|
596
|
+
const UniWaterFlowElement: typeof UniWaterFlowElementOrigin
|
|
597
|
+
const UniFlowItemElement: typeof UniFlowItemElementOrigin
|
|
598
|
+
const UniShareElement: typeof UniShareElementOrigin
|
|
599
|
+
type GetBoundingClientRectAsyncSuccessCallback = GetBoundingClientRectAsyncSuccessCallbackOrigin
|
|
600
|
+
type GetBoundingClientRectAsyncFailCallback = GetBoundingClientRectAsyncFailCallbackOrigin
|
|
601
|
+
type GetBoundingClientRectAsyncCompleteCallback = GetBoundingClientRectAsyncCompleteCallbackOrigin
|
|
602
|
+
type GetBoundingClientRectAsyncOptions = GetBoundingClientRectAsyncOptionsOrigin
|
|
603
|
+
type UniElement = UniElementOrigin
|
|
604
|
+
type UniAnimationKeyframe = UniAnimationKeyframeOrigin
|
|
605
|
+
type UniAnimationOptionDirection = UniAnimationOptionDirectionOrigin
|
|
606
|
+
type UniAnimationOptionEasing = UniAnimationOptionEasingOrigin
|
|
607
|
+
type UniAnimationOptionFill = UniAnimationOptionFillOrigin
|
|
608
|
+
type UniAnimationOption = UniAnimationOptionOrigin
|
|
609
|
+
type INode = INodeOrigin
|
|
610
|
+
type Element = ElementOrigin
|
|
611
|
+
type UniViewElement = UniViewElementOrigin
|
|
612
|
+
type UniScrollViewElement = UniScrollViewElementOrigin
|
|
613
|
+
type UniListViewElement = UniListViewElementOrigin
|
|
614
|
+
type UniListItemElement = UniListItemElementOrigin
|
|
615
|
+
type UniSwiperElement = UniSwiperElementOrigin
|
|
616
|
+
type UniSwiperItemElement = UniSwiperItemElementOrigin
|
|
617
|
+
type UniImageElement = UniImageElementOrigin
|
|
618
|
+
type Image = ImageOrigin
|
|
619
|
+
type UniInputElement = UniInputElementOrigin
|
|
620
|
+
type UniTextareaElement = UniTextareaElementOrigin
|
|
621
|
+
type UniRichTextElement = UniRichTextElementOrigin
|
|
622
|
+
type UniStickyHeaderElement = UniStickyHeaderElementOrigin
|
|
623
|
+
type UniStickySectionElement = UniStickySectionElementOrigin
|
|
624
|
+
type UniTabsElement = UniTabsElementOrigin
|
|
625
|
+
type ITabsNode = ITabsNodeOrigin
|
|
626
|
+
type UniTextElement = UniTextElementOrigin
|
|
627
|
+
type TextElement = TextElementOrigin
|
|
628
|
+
type UniWebViewElement = UniWebViewElementOrigin
|
|
629
|
+
type IWebViewNode = IWebViewNodeOrigin
|
|
630
|
+
type UniCommentElement = UniCommentElementOrigin
|
|
631
|
+
type IComment = ICommentOrigin
|
|
632
|
+
type UniButtonElement = UniButtonElementOrigin
|
|
633
|
+
type UniNestedScrollHeaderElement = UniNestedScrollHeaderElementOrigin
|
|
634
|
+
type UniNestedScrollBodyElement = UniNestedScrollBodyElementOrigin
|
|
635
|
+
type UniCanvasElement = UniCanvasElementOrigin
|
|
636
|
+
type UniWaterFlowElement = UniWaterFlowElementOrigin
|
|
637
|
+
type UniFlowItemElement = UniFlowItemElementOrigin
|
|
638
|
+
type UniShareElement = UniShareElementOrigin
|
|
639
|
+
type INavigationBar = INavigationBarOrigin
|
|
640
|
+
const DrawableContext: typeof DrawableContextOrigin
|
|
641
|
+
type DrawableContext = DrawableContextOrigin
|
|
642
|
+
const DOMRect: typeof DOMRectOrigin
|
|
643
|
+
type DOMRect = DOMRectOrigin
|
|
644
|
+
type TextMetrics = TextMetricsOrigin
|
|
645
|
+
type CanvasDirection = CanvasDirectionOrigin
|
|
646
|
+
type CanvasLineCap = CanvasLineCapOrigin
|
|
647
|
+
type CanvasFontStretch = CanvasFontStretchOrigin
|
|
648
|
+
type CanvasGlobalCompositeOperation = CanvasGlobalCompositeOperationOrigin
|
|
649
|
+
type CanvasSmoothingQuality = CanvasSmoothingQualityOrigin
|
|
650
|
+
type CanvasLineJoin = CanvasLineJoinOrigin
|
|
651
|
+
type CanvasTextAlign = CanvasTextAlignOrigin
|
|
652
|
+
type CanvasTextBaseline = CanvasTextBaselineOrigin
|
|
653
|
+
type CanvasTextRendering = CanvasTextRenderingOrigin
|
|
654
|
+
type ImageData = ImageDataOrigin
|
|
655
|
+
type CanvasPattern = CanvasPatternOrigin
|
|
656
|
+
type CanvasGradient = CanvasGradientOrigin
|
|
657
|
+
type CanvasRenderingContext2D = CanvasRenderingContext2DOrigin
|
|
658
|
+
const CSSStyleDeclaration: typeof CSSStyleDeclarationOrigin
|
|
659
|
+
type CSSStyleDeclaration = CSSStyleDeclarationOrigin
|
|
660
|
+
type AsyncApiResult = AsyncApiResultOrigin
|
|
661
|
+
type AsyncApiSuccessResult = AsyncApiSuccessResultOrigin
|
|
662
|
+
}
|
package/types/native/index.d.ts
CHANGED
|
@@ -35,6 +35,7 @@ export * from './UniPageScrollEvent'
|
|
|
35
35
|
export * from './UniPageManager'
|
|
36
36
|
export * from './UniPageEvent'
|
|
37
37
|
export * from './UniPageBody'
|
|
38
|
+
export * from './UniPage'
|
|
38
39
|
export * from './UniNestedPreScrollEvent'
|
|
39
40
|
export * from './UniNativePage'
|
|
40
41
|
export * from './UniNativeApp'
|