taro-plugin-qd 1.0.0 → 1.0.1

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,39 +1,39 @@
1
1
  export declare const components: {
2
2
  Progress: {
3
- 'border-radius': string;
4
- 'font-size': string;
3
+ "border-radius": string;
4
+ "font-size": string;
5
5
  duration: string;
6
6
  bindActiveEnd: string;
7
7
  };
8
8
  RichText: {
9
9
  space: string;
10
- 'user-select': string;
10
+ "user-select": string;
11
11
  };
12
12
  Text: {
13
- 'user-select': string;
13
+ "user-select": string;
14
14
  };
15
15
  Input: {
16
- 'always-embed': string;
17
- 'adjust-position': string;
18
- 'hold-keyboard': string;
19
- 'safe-password-cert-path': string;
20
- 'safe-password-length': string;
21
- 'safe-password-time-stamp': string;
22
- 'safe-password-nonce': string;
23
- 'safe-password-salt': string;
24
- 'safe-password-custom-hash': string;
16
+ "always-embed": string;
17
+ "adjust-position": string;
18
+ "hold-keyboard": string;
19
+ "safe-password-cert-path": string;
20
+ "safe-password-length": string;
21
+ "safe-password-time-stamp": string;
22
+ "safe-password-nonce": string;
23
+ "safe-password-salt": string;
24
+ "safe-password-custom-hash": string;
25
25
  bindKeyboardHeightChange: string;
26
26
  bindNicknameReview: string;
27
27
  };
28
28
  Button: {
29
29
  lang: string;
30
- 'session-from': string;
31
- 'send-message-title': string;
32
- 'send-message-path': string;
33
- 'send-message-img': string;
34
- 'app-parameter': string;
35
- 'show-message-card': string;
36
- 'phone-number-no-quota-toast': string;
30
+ "session-from": string;
31
+ "send-message-title": string;
32
+ "send-message-path": string;
33
+ "send-message-img": string;
34
+ "app-parameter": string;
35
+ "show-message-card": string;
36
+ "phone-number-no-quota-toast": string;
37
37
  bindGetUserInfo: string;
38
38
  bindContact: string;
39
39
  bindGetPhoneNumber: string;
@@ -52,11 +52,11 @@ export declare const components: {
52
52
  bindChange: string;
53
53
  };
54
54
  Editor: {
55
- 'read-only': string;
55
+ "read-only": string;
56
56
  placeholder: string;
57
- 'show-img-size': string;
58
- 'show-img-toolbar': string;
59
- 'show-img-resize': string;
57
+ "show-img-size": string;
58
+ "show-img-toolbar": string;
59
+ "show-img-resize": string;
60
60
  bindReady: string;
61
61
  bindFocus: string;
62
62
  bindBlur: string;
@@ -64,8 +64,8 @@ export declare const components: {
64
64
  bindStatusChange: string;
65
65
  };
66
66
  Form: {
67
- 'report-submit': string;
68
- 'report-submit-timeout': string;
67
+ "report-submit": string;
68
+ "report-submit-timeout": string;
69
69
  bindSubmit: string;
70
70
  bindReset: string;
71
71
  };
@@ -73,14 +73,14 @@ export declare const components: {
73
73
  for: string;
74
74
  };
75
75
  Picker: {
76
- 'header-text': string;
76
+ "header-text": string;
77
77
  bindCancel: string;
78
78
  };
79
79
  PickerView: {
80
- 'mask-style': string;
81
- 'mask-class': string;
82
- 'indicator-style': string;
83
- 'indicator-class': string;
80
+ "mask-style": string;
81
+ "mask-class": string;
82
+ "indicator-style": string;
83
+ "indicator-class": string;
84
84
  bindPickStart: string;
85
85
  bindPickEnd: string;
86
86
  };
@@ -92,32 +92,32 @@ export declare const components: {
92
92
  };
93
93
  Slider: {
94
94
  color: string;
95
- 'selected-color': string;
96
- 'block-size': string;
97
- 'block-color': string;
95
+ "selected-color": string;
96
+ "block-size": string;
97
+ "block-color": string;
98
98
  };
99
99
  Switch: {
100
100
  type: string;
101
101
  color: string;
102
102
  };
103
103
  Textarea: {
104
- 'show-confirm-bar': string;
105
- 'adjust-position': string;
106
- 'hold-keyboard': string;
107
- 'disable-default-padding': string;
108
- 'confirm-type': string;
109
- 'confirm-hold': string;
104
+ "show-confirm-bar": string;
105
+ "adjust-position": string;
106
+ "hold-keyboard": string;
107
+ "disable-default-padding": string;
108
+ "confirm-type": string;
109
+ "confirm-hold": string;
110
110
  bindKeyboardHeightChange: string;
111
111
  };
112
112
  Navigator: {
113
113
  target: string;
114
- 'open-type': string;
114
+ "open-type": string;
115
115
  delta: string;
116
- 'app-id': string;
116
+ "app-id": string;
117
117
  path: string;
118
- 'extra-data': string;
118
+ "extra-data": string;
119
119
  version: string;
120
- 'hover-stop-propagation': string;
120
+ "hover-stop-propagation": string;
121
121
  bindSuccess: string;
122
122
  bindFail: string;
123
123
  bindComplete: string;
@@ -138,9 +138,9 @@ export declare const components: {
138
138
  };
139
139
  Camera: {
140
140
  mode: string;
141
- 'device-position': string;
141
+ "device-position": string;
142
142
  flash: string;
143
- 'frame-size': string;
143
+ "frame-size": string;
144
144
  bindStop: string;
145
145
  bindError: string;
146
146
  bindInitDone: string;
@@ -148,34 +148,34 @@ export declare const components: {
148
148
  };
149
149
  Image: {
150
150
  webp: string;
151
- 'show-menu-by-longpress': string;
151
+ "show-menu-by-longpress": string;
152
152
  bindLoad: string;
153
153
  bindError: string;
154
154
  };
155
155
  Video: {
156
- 'show-mute-btn': string;
156
+ "show-mute-btn": string;
157
157
  title: string;
158
- 'play-btn-position': string;
159
- 'enable-play-gesture': string;
160
- 'auto-pause-if-navigate': string;
161
- 'auto-pause-if-open-native': string;
162
- 'vslide-gesture': string;
163
- 'vslide-gesture-in-fullscreen': string;
164
- 'ad-unit-id': string;
165
- 'poster-for-crawler': string;
166
- 'show-casting-button': string;
167
- 'picture-in-picture-mode': string;
168
- 'picture-in-picture-show-progress': string;
169
- 'enable-auto-rotation': string;
170
- 'show-screen-lock-button': string;
171
- 'show-snapshot-button': string;
172
- 'show-background-playback-button': string;
173
- 'background-poster': string;
174
- 'referrer-policy': string;
175
- 'is-drm': string;
176
- 'provision-url': string;
177
- 'certificate-url': string;
178
- 'license-url': string;
158
+ "play-btn-position": string;
159
+ "enable-play-gesture": string;
160
+ "auto-pause-if-navigate": string;
161
+ "auto-pause-if-open-native": string;
162
+ "vslide-gesture": string;
163
+ "vslide-gesture-in-fullscreen": string;
164
+ "ad-unit-id": string;
165
+ "poster-for-crawler": string;
166
+ "show-casting-button": string;
167
+ "picture-in-picture-mode": string;
168
+ "picture-in-picture-show-progress": string;
169
+ "enable-auto-rotation": string;
170
+ "show-screen-lock-button": string;
171
+ "show-snapshot-button": string;
172
+ "show-background-playback-button": string;
173
+ "background-poster": string;
174
+ "referrer-policy": string;
175
+ "is-drm": string;
176
+ "provision-url": string;
177
+ "certificate-url": string;
178
+ "license-url": string;
179
179
  bindProgress: string;
180
180
  bindLoadedMetaData: string;
181
181
  bindControlsToggle: string;
@@ -192,11 +192,11 @@ export declare const components: {
192
192
  };
193
193
  LivePlayer: {
194
194
  mode: string;
195
- 'sound-mode': string;
196
- 'auto-pause-if-navigate': string;
197
- 'auto-pause-if-open-native': string;
198
- 'picture-in-picture-mode': string;
199
- 'referrer-policy': string;
195
+ "sound-mode": string;
196
+ "auto-pause-if-navigate": string;
197
+ "auto-pause-if-open-native": string;
198
+ "picture-in-picture-mode": string;
199
+ "referrer-policy": string;
200
200
  bindStateChange: string;
201
201
  bindFullScreenChange: string;
202
202
  bindNetStatus: string;
@@ -209,33 +209,33 @@ export declare const components: {
209
209
  mode: string;
210
210
  autopush: string;
211
211
  muted: string;
212
- 'enable-camera': string;
213
- 'auto-focus': string;
212
+ "enable-camera": string;
213
+ "auto-focus": string;
214
214
  orientation: string;
215
215
  beauty: string;
216
216
  whiteness: string;
217
217
  aspect: string;
218
- 'min-bitrate': string;
219
- 'max-bitrate': string;
220
- 'audio-quality': string;
221
- 'waiting-image': string;
222
- 'waiting-image-hash': string;
218
+ "min-bitrate": string;
219
+ "max-bitrate": string;
220
+ "audio-quality": string;
221
+ "waiting-image": string;
222
+ "waiting-image-hash": string;
223
223
  zoom: string;
224
- 'device-position': string;
225
- 'background-mute': string;
224
+ "device-position": string;
225
+ "background-mute": string;
226
226
  mirror: string;
227
- 'remote-mirror': string;
228
- 'local-mirror': string;
229
- 'audio-reverb-type': string;
230
- 'enable-mic': string;
231
- 'enable-agc': string;
232
- 'enable-ans': string;
233
- 'audio-volume-type': string;
234
- 'video-width': string;
235
- 'video-height': string;
236
- 'beauty-style': string;
227
+ "remote-mirror": string;
228
+ "local-mirror": string;
229
+ "audio-reverb-type": string;
230
+ "enable-mic": string;
231
+ "enable-agc": string;
232
+ "enable-ans": string;
233
+ "audio-volume-type": string;
234
+ "video-width": string;
235
+ "video-height": string;
236
+ "beauty-style": string;
237
237
  filter: string;
238
- 'picture-in-picture-mode': string;
238
+ "picture-in-picture-mode": string;
239
239
  bindStateChange: string;
240
240
  bindNetStatus: string;
241
241
  bindBgmStart: string;
@@ -246,23 +246,23 @@ export declare const components: {
246
246
  bindLeavePictureInPicture: string;
247
247
  };
248
248
  Map: {
249
- 'show-location': string;
249
+ "show-location": string;
250
250
  polygons: string;
251
251
  subkey: string;
252
- 'layer-style': string;
252
+ "layer-style": string;
253
253
  rotate: string;
254
254
  skew: string;
255
- 'enable-3D': string;
256
- 'show-compass': string;
257
- 'show-scale': string;
258
- 'enable-overlooking': string;
259
- 'enable-zoom': string;
260
- 'enable-scroll': string;
261
- 'enable-rotate': string;
262
- 'enable-satellite': string;
263
- 'enable-traffic': string;
264
- 'enable-poi': string;
265
- 'enable-building': string;
255
+ "enable-3D": string;
256
+ "show-compass": string;
257
+ "show-scale": string;
258
+ "enable-overlooking": string;
259
+ "enable-zoom": string;
260
+ "enable-scroll": string;
261
+ "enable-rotate": string;
262
+ "enable-satellite": string;
263
+ "enable-traffic": string;
264
+ "enable-poi": string;
265
+ "enable-building": string;
266
266
  setting: string;
267
267
  bindMarkerTap: string;
268
268
  bindLabelTap: string;
@@ -289,17 +289,17 @@ export declare const components: {
289
289
  bindError: string;
290
290
  };
291
291
  Ad: {
292
- 'unit-id': string;
293
- 'ad-intervals': string;
294
- 'ad-type': string;
295
- 'ad-theme': string;
292
+ "unit-id": string;
293
+ "ad-intervals": string;
294
+ "ad-type": string;
295
+ "ad-theme": string;
296
296
  bindLoad: string;
297
297
  bindError: string;
298
298
  bindClose: string;
299
299
  };
300
300
  AdCustom: {
301
- 'unit-id': string;
302
- 'ad-intervals': string;
301
+ "unit-id": string;
302
+ "ad-intervals": string;
303
303
  bindLoad: string;
304
304
  bindError: string;
305
305
  bindClose: string;
@@ -310,22 +310,22 @@ export declare const components: {
310
310
  };
311
311
  OpenData: {
312
312
  type: string;
313
- 'open-gid': string;
313
+ "open-gid": string;
314
314
  lang: string;
315
- 'default-text': string;
316
- 'default-avatar': string;
315
+ "default-text": string;
316
+ "default-avatar": string;
317
317
  bindError: string;
318
318
  };
319
319
  PageMeta: {
320
- 'background-text-style': string;
321
- 'background-color': string;
322
- 'background-color-top': string;
323
- 'background-color-bottom': string;
324
- 'scroll-top': string;
325
- 'scroll-duration': string;
326
- 'page-style': string;
327
- 'root-font-size': string;
328
- 'page-font-size': string;
320
+ "background-text-style": string;
321
+ "background-color": string;
322
+ "background-color-top": string;
323
+ "background-color-bottom": string;
324
+ "scroll-top": string;
325
+ "scroll-duration": string;
326
+ "page-style": string;
327
+ "root-font-size": string;
328
+ "page-font-size": string;
329
329
  bindResize: string;
330
330
  bindScroll: string;
331
331
  bindScrollDone: string;
@@ -333,31 +333,31 @@ export declare const components: {
333
333
  NavigationBar: {
334
334
  title: string;
335
335
  loading: string;
336
- 'front-color': string;
337
- 'background-color': string;
338
- 'color-animation-duration': string;
339
- 'color-animation-timing-func': string;
336
+ "front-color": string;
337
+ "background-color": string;
338
+ "color-animation-duration": string;
339
+ "color-animation-timing-func": string;
340
340
  };
341
341
  ScrollView: {
342
- 'enable-flex': string;
343
- 'scroll-anchoring': string;
342
+ "enable-flex": string;
343
+ "scroll-anchoring": string;
344
344
  enhanced: string;
345
- 'refresher-enabled': string;
346
- 'refresher-threshold': string;
347
- 'refresher-default-style': string;
348
- 'refresher-background': string;
349
- 'refresher-triggered': string;
345
+ "refresher-enabled": string;
346
+ "refresher-threshold": string;
347
+ "refresher-default-style": string;
348
+ "refresher-background": string;
349
+ "refresher-triggered": string;
350
350
  bounces: string;
351
- 'show-scrollbar': string;
352
- 'paging-enabled': string;
353
- 'fast-deceleration': string;
354
- 'scroll-with-animation': string;
355
- 'enable-back-to-top': string;
356
- 'enable-passive': string;
357
- 'scroll-into-view-alignment': string;
351
+ "show-scrollbar": string;
352
+ "paging-enabled": string;
353
+ "fast-deceleration": string;
354
+ "scroll-with-animation": string;
355
+ "enable-back-to-top": string;
356
+ "enable-passive": string;
357
+ "scroll-into-view-alignment": string;
358
358
  type: string;
359
359
  reverse: string;
360
- 'cache-extent': string;
360
+ "cache-extent": string;
361
361
  padding: string;
362
362
  bindDragStart: string;
363
363
  bindDragging: string;
@@ -370,43 +370,43 @@ export declare const components: {
370
370
  bindScrollEnd: string;
371
371
  };
372
372
  Swiper: {
373
- 'indicator-dots': string;
374
- 'indicator-color': string;
375
- 'indicator-active-color': string;
373
+ "indicator-dots": string;
374
+ "indicator-color": string;
375
+ "indicator-active-color": string;
376
376
  autoplay: string;
377
377
  current: string;
378
378
  interval: string;
379
379
  duration: string;
380
380
  circular: string;
381
381
  vertical: string;
382
- 'previous-margin': string;
383
- 'next-margin': string;
384
- 'snap-to-edge': string;
385
- 'display-multiple-items': string;
386
- 'easing-function': string;
382
+ "previous-margin": string;
383
+ "next-margin": string;
384
+ "snap-to-edge": string;
385
+ "display-multiple-items": string;
386
+ "easing-function": string;
387
387
  bindChange: string;
388
388
  bindTransition: string;
389
389
  bindAnimationFinish: string;
390
390
  };
391
391
  SwiperItem: {
392
- 'item-id': string;
392
+ "item-id": string;
393
393
  };
394
394
  MovableArea: {
395
- 'scale-area': string;
395
+ "scale-area": string;
396
396
  };
397
397
  MovableView: {
398
398
  direction: string;
399
399
  inertia: string;
400
- 'out-of-bounds': string;
400
+ "out-of-bounds": string;
401
401
  x: string;
402
402
  y: string;
403
403
  damping: string;
404
404
  friction: string;
405
405
  disabled: string;
406
406
  scale: string;
407
- 'scale-min': string;
408
- 'scale-max': string;
409
- 'scale-value': string;
407
+ "scale-min": string;
408
+ "scale-max": string;
409
+ "scale-value": string;
410
410
  animation: string;
411
411
  bindChange: string;
412
412
  bindScale: string;
@@ -414,11 +414,11 @@ export declare const components: {
414
414
  bindVTouchMove: string;
415
415
  };
416
416
  MatchMedia: {
417
- 'min-width': string;
418
- 'max-width': string;
417
+ "min-width": string;
418
+ "max-width": string;
419
419
  width: string;
420
- 'min-height': string;
421
- 'max-height': string;
420
+ "min-height": string;
421
+ "max-height": string;
422
422
  height: string;
423
423
  orientation: string;
424
424
  };
@@ -426,18 +426,18 @@ export declare const components: {
426
426
  key: string;
427
427
  transform: string;
428
428
  duration: string;
429
- 'easing-function': string;
429
+ "easing-function": string;
430
430
  };
431
431
  PageContainer: {
432
432
  show: string;
433
433
  duration: string;
434
- 'z-index': string;
434
+ "z-index": string;
435
435
  overlay: string;
436
436
  position: string;
437
437
  round: string;
438
- 'close-on-slide-down': string;
439
- 'overlay-style': string;
440
- 'custom-style': string;
438
+ "close-on-slide-down": string;
439
+ "overlay-style": string;
440
+ "custom-style": string;
441
441
  bindBeforeEnter: string;
442
442
  bindEnter: string;
443
443
  bindAfterEnter: string;
@@ -450,24 +450,24 @@ export declare const components: {
450
450
  VoipRoom: {
451
451
  openid: string;
452
452
  mode: string;
453
- 'device-position': string;
453
+ "device-position": string;
454
454
  bindError: string;
455
455
  };
456
456
  GridView: {
457
457
  type: string;
458
- 'cross-axis-count': string;
459
- 'main-axis-gap': string;
460
- 'cross-axis-gap': string;
461
- 'max-cross-axis-extent': string;
458
+ "cross-axis-count": string;
459
+ "main-axis-gap": string;
460
+ "cross-axis-gap": string;
461
+ "max-cross-axis-extent": string;
462
462
  padding: string;
463
463
  };
464
464
  ListView: {
465
- 'scroll-y': string;
466
- 'scroll-into-view': string;
467
- 'scroll-with-animation': string;
465
+ "scroll-y": string;
466
+ "scroll-into-view": string;
467
+ "scroll-with-animation": string;
468
468
  padding: string;
469
- 'upper-threshold': string;
470
- 'lower-threshold': string;
469
+ "upper-threshold": string;
470
+ "lower-threshold": string;
471
471
  bindScrollToUpper: string;
472
472
  bindScrollToLower: string;
473
473
  bindScroll: string;
@@ -477,6 +477,6 @@ export declare const components: {
477
477
  };
478
478
  StickySection: {
479
479
  padding: string;
480
- 'push-pinned-header': string;
480
+ "push-pinned-header": string;
481
481
  };
482
482
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taro-plugin-qd",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Taro 插件 - 编译到千岛小程序",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/types/index.d.ts",