@tarojs/plugin-platform-weapp 4.0.0-alpha.2 → 4.0.0-alpha.21

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.
@@ -1,425 +0,0 @@
1
- declare function initNativeApi(taro: any): void;
2
- declare const needPromiseApis: Set<string>;
3
- declare const components: {
4
- Progress: {
5
- "border-radius": string;
6
- "font-size": string;
7
- duration: string;
8
- bindActiveEnd: string;
9
- };
10
- RichText: {
11
- space: string;
12
- "user-select": string;
13
- };
14
- Text: {
15
- "user-select": string;
16
- };
17
- Map: {
18
- polygons: string;
19
- subkey: string;
20
- rotate: string;
21
- skew: string;
22
- "max-scale": string;
23
- "min-scale": string;
24
- "enable-3D": string;
25
- "show-compass": string;
26
- "show-scale": string;
27
- "enable-overlooking": string;
28
- "enable-auto-max-overlooking": string;
29
- "enable-zoom": string;
30
- "enable-scroll": string;
31
- "enable-rotate": string;
32
- "enable-satellite": string;
33
- "enable-traffic": string;
34
- "enable-poi": string;
35
- "enable-building": string;
36
- setting: string;
37
- bindLabelTap: string;
38
- bindRegionChange: string;
39
- bindPoiTap: string;
40
- bindPolylineTap: string;
41
- bindAbilitySuccess: string;
42
- bindAbilityFailed: string;
43
- bindAuthSuccess: string;
44
- bindInterpolatePoint: string;
45
- bindError: string;
46
- bindAnchorPointTap: string;
47
- };
48
- Button: {
49
- lang: string;
50
- "session-from": string;
51
- "send-message-title": string;
52
- "send-message-path": string;
53
- "send-message-img": string;
54
- "app-parameter": string;
55
- "show-message-card": string;
56
- "business-id": string;
57
- bindGetUserInfo: string;
58
- bindContact: string;
59
- bindGetPhoneNumber: string;
60
- bindGetRealTimePhoneNumber: string;
61
- bindChooseAvatar: string;
62
- bindError: string;
63
- bindOpenSetting: string;
64
- bindLaunchApp: string;
65
- bindAgreePrivacyAuthorization: string;
66
- };
67
- Form: {
68
- "report-submit-timeout": string;
69
- };
70
- Input: {
71
- "always-embed": string;
72
- "adjust-position": string;
73
- "hold-keyboard": string;
74
- "safe-password-cert-path": string;
75
- "safe-password-length": string;
76
- "safe-password-time-stamp": string;
77
- "safe-password-nonce": string;
78
- "safe-password-salt": string;
79
- "safe-password-custom-hash": string;
80
- "auto-fill": string;
81
- bindKeyboardHeightChange: string;
82
- bindNicknameReview: string;
83
- };
84
- Picker: {
85
- "header-text": string;
86
- level: string;
87
- };
88
- PickerView: {
89
- "immediate-change": string;
90
- bindPickStart: string;
91
- bindPickEnd: string;
92
- };
93
- Slider: {
94
- color: string;
95
- "selected-color": string;
96
- };
97
- Textarea: {
98
- "show-confirm-bar": string;
99
- "adjust-position": string;
100
- "hold-keyboard": string;
101
- "disable-default-padding": string;
102
- "confirm-type": string;
103
- "confirm-hold": string;
104
- bindKeyboardHeightChange: string;
105
- };
106
- ScrollView: {
107
- "enable-flex": string;
108
- "scroll-anchoring": string;
109
- enhanced: string;
110
- "paging-enabled": string;
111
- "enable-passive": string;
112
- "refresher-enabled": string;
113
- "refresher-threshold": string;
114
- "refresher-default-style": string;
115
- "refresher-background": string;
116
- "refresher-triggered": string;
117
- bounces: string;
118
- "show-scrollbar": string;
119
- "fast-deceleration": string;
120
- type: string;
121
- reverse: string;
122
- clip: string;
123
- "enable-back-to-top": string;
124
- "cache-extent": string;
125
- "min-drag-distance": string;
126
- "scroll-into-view-within-extent": string;
127
- "scroll-into-view-alignment": string;
128
- padding: string;
129
- "refresher-two-level-enabled": string;
130
- "refresher-two-level-triggered": string;
131
- "refresher-two-level-threshold": string;
132
- "refresher-two-level-close-threshold": string;
133
- "refresher-two-level-scroll-enabled": string;
134
- "refresher-ballistic-refresh-enabled": string;
135
- "refresher-two-level-pinned": string;
136
- bindDragStart: string;
137
- bindDragging: string;
138
- bindDragEnd: string;
139
- bindRefresherPulling: string;
140
- bindRefresherRefresh: string;
141
- bindRefresherRestore: string;
142
- bindRefresherAbort: string;
143
- bindScrollStart: string;
144
- bindScrollEnd: string;
145
- bindRefresherWillRefresh: string;
146
- bindRefresherStatusChange: string;
147
- };
148
- StickySection: {
149
- "push-pinned-header": string;
150
- };
151
- GridView: {
152
- type: string;
153
- "cross-axis-count": string;
154
- "max-cross-axis-extent": string;
155
- "main-axis-gap": string;
156
- "cross-axis-gap": string;
157
- };
158
- ListView: {};
159
- StickyHeader: {};
160
- Swiper: {
161
- "snap-to-edge": string;
162
- "easing-function": string;
163
- };
164
- SwiperItem: {
165
- "skip-hidden-item-layout": string;
166
- };
167
- Navigator: {
168
- target: string;
169
- "app-id": string;
170
- path: string;
171
- "extra-data": string;
172
- version: string;
173
- };
174
- Camera: {
175
- mode: string;
176
- resolution: string;
177
- "frame-size": string;
178
- bindInitDone: string;
179
- bindScanCode: string;
180
- };
181
- Image: {
182
- webp: string;
183
- "show-menu-by-longpress": string;
184
- };
185
- LivePlayer: {
186
- mode: string;
187
- "sound-mode": string;
188
- "auto-pause-if-navigate": string;
189
- "auto-pause-if-open-native": string;
190
- "picture-in-picture-mode": string;
191
- "enable-auto-rotation": string;
192
- "referrer-policy": string;
193
- "enable-casting": string;
194
- bindstatechange: string;
195
- bindfullscreenchange: string;
196
- bindnetstatus: string;
197
- bindAudioVolumeNotify: string;
198
- bindEnterPictureInPicture: string;
199
- bindLeavePictureInPicture: string;
200
- bindCastingUserSelect: string;
201
- bindCastingStateChange: string;
202
- bindCastingInterrupt: string;
203
- };
204
- Video: {
205
- title: string;
206
- "play-btn-position": string;
207
- "enable-play-gesture": string;
208
- "auto-pause-if-navigate": string;
209
- "auto-pause-if-open-native": string;
210
- "vslide-gesture": string;
211
- "vslide-gesture-in-fullscreen": string;
212
- "show-bottom-progress": string;
213
- "ad-unit-id": string;
214
- "poster-for-crawler": string;
215
- "show-casting-button": string;
216
- "picture-in-picture-mode": string;
217
- "enable-auto-rotation": string;
218
- "show-screen-lock-button": string;
219
- "show-snapshot-button": string;
220
- "show-background-playback-button": string;
221
- "background-poster": string;
222
- "referrer-policy": string;
223
- "is-drm": string;
224
- "is-live": string;
225
- "provision-url": string;
226
- "certificate-url": string;
227
- "license-url": string;
228
- "preferred-peak-bit-rate": string;
229
- bindProgress: string;
230
- bindLoadedMetadata: string;
231
- bindControlsToggle: string;
232
- bindEnterPictureInPicture: string;
233
- bindLeavePictureInPicture: string;
234
- bindSeekComplete: string;
235
- bindCastingUserSelect: string;
236
- bindCastingStateChange: string;
237
- bindCastingInterrupt: string;
238
- bindAdLoad: string;
239
- bindAdError: string;
240
- bindAdClose: string;
241
- bindAdPlay: string;
242
- };
243
- Canvas: {
244
- type: string;
245
- };
246
- Ad: {
247
- "ad-type": string;
248
- "ad-theme": string;
249
- };
250
- CoverView: {
251
- "marker-id": string;
252
- slot: string;
253
- };
254
- Editor: {
255
- "read-only": string;
256
- placeholder: string;
257
- "show-img-size": string;
258
- "show-img-toolbar": string;
259
- "show-img-resize": string;
260
- focus: string;
261
- bindReady: string;
262
- bindFocus: string;
263
- bindBlur: string;
264
- bindInput: string;
265
- bindStatusChange: string;
266
- name: string;
267
- };
268
- MatchMedia: {
269
- "min-width": string;
270
- "max-width": string;
271
- width: string;
272
- "min-height": string;
273
- "max-height": string;
274
- height: string;
275
- orientation: string;
276
- };
277
- FunctionalPageNavigator: {
278
- version: string;
279
- name: string;
280
- args: string;
281
- bindSuccess: string;
282
- bindFail: string;
283
- bindCancel: string;
284
- };
285
- LivePusher: {
286
- url: string;
287
- mode: string;
288
- autopush: string;
289
- muted: string;
290
- "enable-camera": string;
291
- "auto-focus": string;
292
- orientation: string;
293
- beauty: string;
294
- whiteness: string;
295
- aspect: string;
296
- "min-bitrate": string;
297
- "max-bitrate": string;
298
- "audio-quality": string;
299
- "waiting-image": string;
300
- "waiting-image-hash": string;
301
- zoom: string;
302
- "device-position": string;
303
- "background-mute": string;
304
- mirror: string;
305
- "remote-mirror": string;
306
- "local-mirror": string;
307
- "audio-reverb-type": string;
308
- "enable-mic": string;
309
- "enable-agc": string;
310
- "enable-ans": string;
311
- "audio-volume-type": string;
312
- "video-width": string;
313
- "video-height": string;
314
- "beauty-style": string;
315
- filter: string;
316
- "picture-in-picture-mode": string;
317
- animation: string;
318
- bindStateChange: string;
319
- bindNetStatus: string;
320
- bindBgmStart: string;
321
- bindBgmProgress: string;
322
- bindBgmComplete: string;
323
- bindAudioVolumeNotify: string;
324
- };
325
- OfficialAccount: {
326
- bindLoad: string;
327
- bindError: string;
328
- };
329
- OpenData: {
330
- type: string;
331
- "open-gid": string;
332
- lang: string;
333
- "default-text": string;
334
- "default-avatar": string;
335
- bindError: string;
336
- };
337
- NavigationBar: {
338
- title: string;
339
- loading: string;
340
- "front-color": string;
341
- "background-color": string;
342
- "color-animation-duration": string;
343
- "color-animation-timing-func": string;
344
- };
345
- PageMeta: {
346
- "background-text-style": string;
347
- "background-color": string;
348
- "background-color-top": string;
349
- "background-color-bottom": string;
350
- "root-background-color": string;
351
- "scroll-top": string;
352
- "scroll-duration": string;
353
- "page-style": string;
354
- "root-font-size": string;
355
- "page-orientation": string;
356
- bindResize: string;
357
- bindScroll: string;
358
- bindScrollDone: string;
359
- };
360
- VoipRoom: {
361
- openid: string;
362
- mode: string;
363
- "device-position": string;
364
- bindError: string;
365
- };
366
- AdCustom: {
367
- "unit-id": string;
368
- "ad-intervals": string;
369
- bindLoad: string;
370
- bindError: string;
371
- };
372
- PageContainer: {
373
- show: string;
374
- duration: string;
375
- "z-index": string;
376
- overlay: string;
377
- position: string;
378
- round: string;
379
- "close-on-slide-down": string;
380
- "overlay-style": string;
381
- "custom-style": string;
382
- bindBeforeEnter: string;
383
- bindEnter: string;
384
- bindAfterEnter: string;
385
- bindBeforeLeave: string;
386
- bindLeave: string;
387
- bindAfterLeave: string;
388
- bindClickOverlay: string;
389
- };
390
- ShareElement: {
391
- mapkey: string;
392
- transform: string;
393
- duration: string;
394
- "easing-function": string;
395
- };
396
- KeyboardAccessory: {};
397
- RootPortal: {
398
- enable: string;
399
- };
400
- ChannelLive: {
401
- "feed-id": string;
402
- "finder-user-name": string;
403
- };
404
- ChannelVideo: {
405
- "feed-id": string;
406
- "finder-user-name": string;
407
- "feed-token": string;
408
- autoplay: string;
409
- loop: string;
410
- muted: string;
411
- "object-fit": string;
412
- bindError: string;
413
- };
414
- Snapshot: {};
415
- };
416
- declare const hostConfig: {
417
- initNativeApi: typeof initNativeApi;
418
- getMiniLifecycle(config: any): any;
419
- transferHydrateData(data: any, element: any, componentsAlias: any): {
420
- sid: any;
421
- v: string;
422
- nn: any;
423
- } | undefined;
424
- };
425
- export { initNativeApi, needPromiseApis, components, hostConfig };
File without changes