vant 3.6.10 → 3.6.11
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/es/field/Field.mjs +38 -5
- package/es/index.d.ts +1 -1
- package/es/index.mjs +1 -1
- package/lib/field/Field.js +38 -5
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/vant.cjs.js +39 -6
- package/lib/vant.es.js +39 -6
- package/lib/vant.js +39 -6
- package/lib/vant.min.js +1 -1
- package/lib/web-types.json +1499 -1499
- package/package.json +1 -1
package/lib/web-types.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
3
3
|
"framework": "vue",
|
4
4
|
"name": "vant",
|
5
|
-
"version": "3.6.
|
5
|
+
"version": "3.6.11",
|
6
6
|
"contributions": {
|
7
7
|
"html": {
|
8
8
|
"tags": [
|
@@ -262,115 +262,101 @@
|
|
262
262
|
]
|
263
263
|
},
|
264
264
|
{
|
265
|
-
"name": "van-
|
265
|
+
"name": "van-action-sheet",
|
266
266
|
"slots": [
|
267
267
|
{
|
268
268
|
"name": "default",
|
269
|
-
"description": "Custom content
|
269
|
+
"description": "Custom content"
|
270
|
+
},
|
271
|
+
{
|
272
|
+
"name": "description",
|
273
|
+
"description": "Custom description above the options"
|
274
|
+
},
|
275
|
+
{
|
276
|
+
"name": "cancel",
|
277
|
+
"description": "Custom the content of cancel button"
|
278
|
+
},
|
279
|
+
{
|
280
|
+
"name": "action",
|
281
|
+
"description": "Custom the content of action"
|
270
282
|
}
|
271
283
|
],
|
272
284
|
"events": [
|
273
285
|
{
|
274
|
-
"name": "
|
275
|
-
"description": "Emitted when
|
286
|
+
"name": "select",
|
287
|
+
"description": "Emitted when an option is clicked",
|
276
288
|
"arguments": [
|
277
289
|
{
|
278
|
-
"name": "
|
279
|
-
"type": "
|
280
|
-
}
|
281
|
-
]
|
282
|
-
},
|
283
|
-
{
|
284
|
-
"name": "focus",
|
285
|
-
"description": "Emitted when field is focused",
|
286
|
-
"arguments": [
|
290
|
+
"name": "action",
|
291
|
+
"type": "ActionSheetAction"
|
292
|
+
},
|
287
293
|
{
|
288
|
-
"name": "
|
289
|
-
"type": "
|
294
|
+
"name": "index",
|
295
|
+
"type": "number"
|
290
296
|
}
|
291
297
|
]
|
292
298
|
},
|
293
299
|
{
|
294
|
-
"name": "
|
295
|
-
"description": "Emitted when
|
296
|
-
"arguments": [
|
297
|
-
{
|
298
|
-
"name": "content",
|
299
|
-
"type": "form content"
|
300
|
-
}
|
301
|
-
]
|
300
|
+
"name": "cancel",
|
301
|
+
"description": "Emitted when the cancel button is clicked",
|
302
|
+
"arguments": []
|
302
303
|
},
|
303
304
|
{
|
304
|
-
"name": "
|
305
|
-
"description": "Emitted when
|
306
|
-
"arguments": [
|
307
|
-
{
|
308
|
-
"name": "value",
|
309
|
-
"type": "search content"
|
310
|
-
}
|
311
|
-
]
|
305
|
+
"name": "open",
|
306
|
+
"description": "Emitted when opening ActionSheet",
|
307
|
+
"arguments": []
|
312
308
|
},
|
313
309
|
{
|
314
|
-
"name": "
|
315
|
-
"description": "Emitted when
|
310
|
+
"name": "close",
|
311
|
+
"description": "Emitted when closing ActionSheet",
|
316
312
|
"arguments": []
|
317
313
|
},
|
318
314
|
{
|
319
|
-
"name": "
|
320
|
-
"description": "Emitted when
|
321
|
-
"arguments": [
|
322
|
-
{
|
323
|
-
"name": "values",
|
324
|
-
"type": "area values"
|
325
|
-
}
|
326
|
-
]
|
315
|
+
"name": "opened",
|
316
|
+
"description": "Emitted when ActionSheet is opened",
|
317
|
+
"arguments": []
|
327
318
|
},
|
328
319
|
{
|
329
|
-
"name": "
|
330
|
-
"description": "Emitted when
|
331
|
-
"arguments": [
|
332
|
-
{
|
333
|
-
"name": "value",
|
334
|
-
"type": "address detail"
|
335
|
-
}
|
336
|
-
]
|
320
|
+
"name": "closed",
|
321
|
+
"description": "Emitted when ActionSheet is closed",
|
322
|
+
"arguments": []
|
337
323
|
},
|
338
324
|
{
|
339
|
-
"name": "
|
340
|
-
"description": "Emitted when
|
325
|
+
"name": "click-overlay",
|
326
|
+
"description": "Emitted when overlay is clicked",
|
341
327
|
"arguments": [
|
342
328
|
{
|
343
|
-
"name": "
|
344
|
-
"type": "
|
329
|
+
"name": "event",
|
330
|
+
"type": "MouseEvent"
|
345
331
|
}
|
346
332
|
]
|
347
333
|
}
|
348
334
|
],
|
349
335
|
"attributes": [
|
350
336
|
{
|
351
|
-
"name": "
|
352
|
-
"default": "
|
353
|
-
"description": "
|
337
|
+
"name": "v-model:show",
|
338
|
+
"default": "`false`",
|
339
|
+
"description": "Whether to show ActionSheet",
|
354
340
|
"options": [],
|
355
341
|
"value": {
|
356
|
-
"type": "
|
342
|
+
"type": "boolean",
|
357
343
|
"kind": "expression"
|
358
344
|
}
|
359
345
|
},
|
360
346
|
{
|
361
|
-
"name": "
|
347
|
+
"name": "actions",
|
362
348
|
"default": "`[]`",
|
363
|
-
"description": "
|
349
|
+
"description": "Options",
|
364
350
|
"options": [],
|
365
351
|
"value": {
|
366
|
-
"type": "
|
352
|
+
"type": "ActionSheetAction[]",
|
367
353
|
"kind": "expression"
|
368
354
|
}
|
369
355
|
},
|
370
356
|
{
|
371
|
-
"name": "
|
372
|
-
"default": "
|
373
|
-
"description": "
|
357
|
+
"name": "title",
|
358
|
+
"default": "-",
|
359
|
+
"description": "Title",
|
374
360
|
"options": [],
|
375
361
|
"value": {
|
376
362
|
"type": "string",
|
@@ -378,39 +364,29 @@
|
|
378
364
|
}
|
379
365
|
},
|
380
366
|
{
|
381
|
-
"name": "
|
382
|
-
"default": "
|
383
|
-
"description": "
|
384
|
-
"options": [],
|
385
|
-
"value": {
|
386
|
-
"type": "AddressEditInfo",
|
387
|
-
"kind": "expression"
|
388
|
-
}
|
389
|
-
},
|
390
|
-
{
|
391
|
-
"name": "search-result",
|
392
|
-
"default": "`[]`",
|
393
|
-
"description": "Address search result",
|
367
|
+
"name": "cancel-text",
|
368
|
+
"default": "-",
|
369
|
+
"description": "Text of cancel button",
|
394
370
|
"options": [],
|
395
371
|
"value": {
|
396
|
-
"type": "
|
372
|
+
"type": "string",
|
397
373
|
"kind": "expression"
|
398
374
|
}
|
399
375
|
},
|
400
376
|
{
|
401
|
-
"name": "
|
402
|
-
"default": "
|
403
|
-
"description": "
|
377
|
+
"name": "description",
|
378
|
+
"default": "-",
|
379
|
+
"description": "Description above the options",
|
404
380
|
"options": [],
|
405
381
|
"value": {
|
406
|
-
"type": "
|
382
|
+
"type": "string",
|
407
383
|
"kind": "expression"
|
408
384
|
}
|
409
385
|
},
|
410
386
|
{
|
411
|
-
"name": "
|
412
|
-
"default": "`
|
413
|
-
"description": "Whether to show
|
387
|
+
"name": "closeable",
|
388
|
+
"default": "`true`",
|
389
|
+
"description": "Whether to show close icon",
|
414
390
|
"options": [],
|
415
391
|
"value": {
|
416
392
|
"type": "boolean",
|
@@ -418,29 +394,29 @@
|
|
418
394
|
}
|
419
395
|
},
|
420
396
|
{
|
421
|
-
"name": "
|
422
|
-
"default": "`
|
423
|
-
"description": "
|
397
|
+
"name": "close-icon",
|
398
|
+
"default": "`cross`",
|
399
|
+
"description": "Close icon name",
|
424
400
|
"options": [],
|
425
401
|
"value": {
|
426
|
-
"type": "
|
402
|
+
"type": "string",
|
427
403
|
"kind": "expression"
|
428
404
|
}
|
429
405
|
},
|
430
406
|
{
|
431
|
-
"name": "
|
432
|
-
"default": "`
|
433
|
-
"description": "
|
407
|
+
"name": "duration",
|
408
|
+
"default": "`0.3`",
|
409
|
+
"description": "Transition duration, unit second",
|
434
410
|
"options": [],
|
435
411
|
"value": {
|
436
|
-
"type": "
|
412
|
+
"type": "number | string",
|
437
413
|
"kind": "expression"
|
438
414
|
}
|
439
415
|
},
|
440
416
|
{
|
441
|
-
"name": "
|
417
|
+
"name": "round",
|
442
418
|
"default": "`true`",
|
443
|
-
"description": "Whether to show
|
419
|
+
"description": "Whether to show round corner",
|
444
420
|
"options": [],
|
445
421
|
"value": {
|
446
422
|
"type": "boolean",
|
@@ -448,19 +424,9 @@
|
|
448
424
|
}
|
449
425
|
},
|
450
426
|
{
|
451
|
-
"name": "
|
427
|
+
"name": "overlay",
|
452
428
|
"default": "`true`",
|
453
|
-
"description": "Whether to show
|
454
|
-
"options": [],
|
455
|
-
"value": {
|
456
|
-
"type": "boolean",
|
457
|
-
"kind": "expression"
|
458
|
-
}
|
459
|
-
},
|
460
|
-
{
|
461
|
-
"name": "disable-area",
|
462
|
-
"default": "`false`",
|
463
|
-
"description": "Whether to disable area select",
|
429
|
+
"description": "Whether to show overlay",
|
464
430
|
"options": [],
|
465
431
|
"value": {
|
466
432
|
"type": "boolean",
|
@@ -468,49 +434,49 @@
|
|
468
434
|
}
|
469
435
|
},
|
470
436
|
{
|
471
|
-
"name": "
|
472
|
-
"default": "
|
473
|
-
"description": "
|
437
|
+
"name": "overlay-class",
|
438
|
+
"default": "-",
|
439
|
+
"description": "Custom overlay class",
|
474
440
|
"options": [],
|
475
441
|
"value": {
|
476
|
-
"type": "string",
|
442
|
+
"type": "string | Array | object",
|
477
443
|
"kind": "expression"
|
478
444
|
}
|
479
445
|
},
|
480
446
|
{
|
481
|
-
"name": "
|
482
|
-
"default": "
|
483
|
-
"description": "
|
447
|
+
"name": "overlay-style",
|
448
|
+
"default": "-",
|
449
|
+
"description": "Custom overlay style",
|
484
450
|
"options": [],
|
485
451
|
"value": {
|
486
|
-
"type": "
|
452
|
+
"type": "object",
|
487
453
|
"kind": "expression"
|
488
454
|
}
|
489
455
|
},
|
490
456
|
{
|
491
|
-
"name": "
|
492
|
-
"default": "`
|
493
|
-
"description": "
|
457
|
+
"name": "lock-scroll",
|
458
|
+
"default": "`true`",
|
459
|
+
"description": "Whether to lock background scroll",
|
494
460
|
"options": [],
|
495
461
|
"value": {
|
496
|
-
"type": "
|
462
|
+
"type": "boolean",
|
497
463
|
"kind": "expression"
|
498
464
|
}
|
499
465
|
},
|
500
466
|
{
|
501
|
-
"name": "
|
502
|
-
"default": "`
|
503
|
-
"description": "
|
467
|
+
"name": "lazy-render",
|
468
|
+
"default": "`true`",
|
469
|
+
"description": "Whether to lazy render util appeared",
|
504
470
|
"options": [],
|
505
471
|
"value": {
|
506
|
-
"type": "
|
472
|
+
"type": "boolean",
|
507
473
|
"kind": "expression"
|
508
474
|
}
|
509
475
|
},
|
510
476
|
{
|
511
|
-
"name": "
|
512
|
-
"default": "`
|
513
|
-
"description": "Whether to
|
477
|
+
"name": "close-on-popstate",
|
478
|
+
"default": "`true`",
|
479
|
+
"description": "Whether to close when popstate",
|
514
480
|
"options": [],
|
515
481
|
"value": {
|
516
482
|
"type": "boolean",
|
@@ -518,9 +484,9 @@
|
|
518
484
|
}
|
519
485
|
},
|
520
486
|
{
|
521
|
-
"name": "
|
487
|
+
"name": "close-on-click-action",
|
522
488
|
"default": "`false`",
|
523
|
-
"description": "Whether to
|
489
|
+
"description": "Whether to close when an action is clicked",
|
524
490
|
"options": [],
|
525
491
|
"value": {
|
526
492
|
"type": "boolean",
|
@@ -528,179 +494,157 @@
|
|
528
494
|
}
|
529
495
|
},
|
530
496
|
{
|
531
|
-
"name": "
|
532
|
-
"default": "
|
533
|
-
"description": "
|
497
|
+
"name": "close-on-click-overlay",
|
498
|
+
"default": "`true`",
|
499
|
+
"description": "Whether to close when overlay is clicked",
|
534
500
|
"options": [],
|
535
501
|
"value": {
|
536
|
-
"type": "
|
502
|
+
"type": "boolean",
|
537
503
|
"kind": "expression"
|
538
504
|
}
|
539
505
|
},
|
540
506
|
{
|
541
|
-
"name": "
|
542
|
-
"default": "
|
543
|
-
"description": "
|
507
|
+
"name": "safe-area-inset-bottom",
|
508
|
+
"default": "`true`",
|
509
|
+
"description": "Whether to enable bottom safe area adaptation",
|
544
510
|
"options": [],
|
545
511
|
"value": {
|
546
|
-
"type": "
|
512
|
+
"type": "boolean",
|
547
513
|
"kind": "expression"
|
548
514
|
}
|
549
515
|
},
|
550
516
|
{
|
551
|
-
"name": "
|
517
|
+
"name": "teleport",
|
552
518
|
"default": "-",
|
553
|
-
"description": "
|
519
|
+
"description": "Specifies a target element where ActionSheet will be mounted",
|
554
520
|
"options": [],
|
555
521
|
"value": {
|
556
|
-
"type": "
|
522
|
+
"type": "string | Element",
|
557
523
|
"kind": "expression"
|
558
524
|
}
|
559
525
|
},
|
560
526
|
{
|
561
|
-
"name": "
|
527
|
+
"name": "before-close",
|
562
528
|
"default": "-",
|
563
|
-
"description": "
|
529
|
+
"description": "Callback function before close",
|
564
530
|
"options": [],
|
565
531
|
"value": {
|
566
|
-
"type": "(
|
532
|
+
"type": "(action: string) => boolean | Promise\\<boolean\\>",
|
567
533
|
"kind": "expression"
|
568
534
|
}
|
569
535
|
}
|
570
536
|
]
|
571
537
|
},
|
572
538
|
{
|
573
|
-
"name": "van-address-
|
539
|
+
"name": "van-address-edit",
|
574
540
|
"slots": [
|
575
541
|
{
|
576
542
|
"name": "default",
|
577
|
-
"description": "Custom content
|
578
|
-
}
|
543
|
+
"description": "Custom content below postal"
|
544
|
+
}
|
545
|
+
],
|
546
|
+
"events": [
|
579
547
|
{
|
580
|
-
"name": "
|
581
|
-
"description": "
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
548
|
+
"name": "save",
|
549
|
+
"description": "Emitted when the save button is clicked",
|
550
|
+
"arguments": [
|
551
|
+
{
|
552
|
+
"name": "content",
|
553
|
+
"type": "form content"
|
554
|
+
}
|
555
|
+
]
|
586
556
|
},
|
587
557
|
{
|
588
|
-
"name": "
|
589
|
-
"description": "
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
"arguments": []
|
558
|
+
"name": "focus",
|
559
|
+
"description": "Emitted when field is focused",
|
560
|
+
"arguments": [
|
561
|
+
{
|
562
|
+
"name": "key",
|
563
|
+
"type": "field name"
|
564
|
+
}
|
565
|
+
]
|
597
566
|
},
|
598
567
|
{
|
599
|
-
"name": "
|
600
|
-
"description": "Emitted when
|
568
|
+
"name": "delete",
|
569
|
+
"description": "Emitted when confirming delete",
|
601
570
|
"arguments": [
|
602
571
|
{
|
603
|
-
"name": "
|
604
|
-
"type": "
|
605
|
-
},
|
606
|
-
{
|
607
|
-
"name": "index",
|
608
|
-
"type": "number"
|
572
|
+
"name": "content",
|
573
|
+
"type": "form content"
|
609
574
|
}
|
610
575
|
]
|
611
576
|
},
|
612
577
|
{
|
613
|
-
"name": "select",
|
614
|
-
"description": "Emitted when
|
578
|
+
"name": "select-search",
|
579
|
+
"description": "Emitted when a search result is selected",
|
615
580
|
"arguments": [
|
616
581
|
{
|
617
|
-
"name": "
|
618
|
-
"type": "
|
619
|
-
},
|
620
|
-
{
|
621
|
-
"name": "index",
|
622
|
-
"type": "number"
|
582
|
+
"name": "value",
|
583
|
+
"type": "search content"
|
623
584
|
}
|
624
585
|
]
|
625
586
|
},
|
626
587
|
{
|
627
|
-
"name": "
|
628
|
-
"description": "Emitted when the
|
588
|
+
"name": "click-area",
|
589
|
+
"description": "Emitted when the area field is clicked",
|
590
|
+
"arguments": []
|
591
|
+
},
|
592
|
+
{
|
593
|
+
"name": "change-area",
|
594
|
+
"description": "Emitted when area changed",
|
629
595
|
"arguments": [
|
630
596
|
{
|
631
|
-
"name": "
|
632
|
-
"type": "
|
633
|
-
},
|
634
|
-
{
|
635
|
-
"name": "index",
|
636
|
-
"type": "number"
|
597
|
+
"name": "values",
|
598
|
+
"type": "area values"
|
637
599
|
}
|
638
600
|
]
|
639
601
|
},
|
640
602
|
{
|
641
|
-
"name": "
|
642
|
-
"description": "Emitted when
|
603
|
+
"name": "change-detail",
|
604
|
+
"description": "Emitted when address detail changed",
|
643
605
|
"arguments": [
|
644
606
|
{
|
645
|
-
"name": "
|
646
|
-
"type": "
|
647
|
-
},
|
648
|
-
{
|
649
|
-
"name": "index",
|
650
|
-
"type": "number"
|
607
|
+
"name": "value",
|
608
|
+
"type": "address detail"
|
651
609
|
}
|
652
610
|
]
|
653
611
|
},
|
654
612
|
{
|
655
|
-
"name": "
|
656
|
-
"description": "Emitted when
|
613
|
+
"name": "change-default",
|
614
|
+
"description": "Emitted when switching default address",
|
657
615
|
"arguments": [
|
658
616
|
{
|
659
|
-
"name": "
|
660
|
-
"type": "
|
661
|
-
},
|
662
|
-
{
|
663
|
-
"name": "index",
|
664
|
-
"type": "number"
|
617
|
+
"name": "value",
|
618
|
+
"type": "checked"
|
665
619
|
}
|
666
620
|
]
|
667
621
|
}
|
668
622
|
],
|
669
623
|
"attributes": [
|
670
624
|
{
|
671
|
-
"name": "
|
625
|
+
"name": "area-list",
|
672
626
|
"default": "-",
|
673
|
-
"description": "
|
674
|
-
"options": [],
|
675
|
-
"value": {
|
676
|
-
"type": "string",
|
677
|
-
"kind": "expression"
|
678
|
-
}
|
679
|
-
},
|
680
|
-
{
|
681
|
-
"name": "list",
|
682
|
-
"default": "`[]`",
|
683
|
-
"description": "Address list",
|
627
|
+
"description": "Area List",
|
684
628
|
"options": [],
|
685
629
|
"value": {
|
686
|
-
"type": "
|
630
|
+
"type": "object",
|
687
631
|
"kind": "expression"
|
688
632
|
}
|
689
633
|
},
|
690
634
|
{
|
691
|
-
"name": "
|
635
|
+
"name": "area-columns-placeholder",
|
692
636
|
"default": "`[]`",
|
693
|
-
"description": "
|
637
|
+
"description": "placeholder of area columns",
|
694
638
|
"options": [],
|
695
639
|
"value": {
|
696
|
-
"type": "
|
640
|
+
"type": "string[]",
|
697
641
|
"kind": "expression"
|
698
642
|
}
|
699
643
|
},
|
700
644
|
{
|
701
|
-
"name": "
|
702
|
-
"default": "
|
703
|
-
"description": "
|
645
|
+
"name": "area-placeholder",
|
646
|
+
"default": "`Area`",
|
647
|
+
"description": "placeholder of area input field",
|
704
648
|
"options": [],
|
705
649
|
"value": {
|
706
650
|
"type": "string",
|
@@ -708,113 +652,29 @@
|
|
708
652
|
}
|
709
653
|
},
|
710
654
|
{
|
711
|
-
"name": "
|
712
|
-
"default": "`
|
713
|
-
"description": "
|
714
|
-
"options": [],
|
715
|
-
"value": {
|
716
|
-
"type": "boolean",
|
717
|
-
"kind": "expression"
|
718
|
-
}
|
719
|
-
},
|
720
|
-
{
|
721
|
-
"name": "add-button-text",
|
722
|
-
"default": "`Add new address`",
|
723
|
-
"description": "Add button text",
|
655
|
+
"name": "address-info",
|
656
|
+
"default": "`{}`",
|
657
|
+
"description": "Address Info",
|
724
658
|
"options": [],
|
725
659
|
"value": {
|
726
|
-
"type": "
|
660
|
+
"type": "AddressEditInfo",
|
727
661
|
"kind": "expression"
|
728
662
|
}
|
729
663
|
},
|
730
664
|
{
|
731
|
-
"name": "
|
732
|
-
"default": "
|
733
|
-
"description": "
|
665
|
+
"name": "search-result",
|
666
|
+
"default": "`[]`",
|
667
|
+
"description": "Address search result",
|
734
668
|
"options": [],
|
735
669
|
"value": {
|
736
|
-
"type": "
|
670
|
+
"type": "AddressEditSearchItem[]",
|
737
671
|
"kind": "expression"
|
738
672
|
}
|
739
|
-
}
|
740
|
-
]
|
741
|
-
},
|
742
|
-
{
|
743
|
-
"name": "van-action-sheet",
|
744
|
-
"slots": [
|
745
|
-
{
|
746
|
-
"name": "default",
|
747
|
-
"description": "Custom content"
|
748
|
-
},
|
749
|
-
{
|
750
|
-
"name": "description",
|
751
|
-
"description": "Custom description above the options"
|
752
673
|
},
|
753
674
|
{
|
754
|
-
"name": "
|
755
|
-
"description": "Custom the content of cancel button"
|
756
|
-
},
|
757
|
-
{
|
758
|
-
"name": "action",
|
759
|
-
"description": "Custom the content of action"
|
760
|
-
}
|
761
|
-
],
|
762
|
-
"events": [
|
763
|
-
{
|
764
|
-
"name": "select",
|
765
|
-
"description": "Emitted when an option is clicked",
|
766
|
-
"arguments": [
|
767
|
-
{
|
768
|
-
"name": "action",
|
769
|
-
"type": "ActionSheetAction"
|
770
|
-
},
|
771
|
-
{
|
772
|
-
"name": "index",
|
773
|
-
"type": "number"
|
774
|
-
}
|
775
|
-
]
|
776
|
-
},
|
777
|
-
{
|
778
|
-
"name": "cancel",
|
779
|
-
"description": "Emitted when the cancel button is clicked",
|
780
|
-
"arguments": []
|
781
|
-
},
|
782
|
-
{
|
783
|
-
"name": "open",
|
784
|
-
"description": "Emitted when opening ActionSheet",
|
785
|
-
"arguments": []
|
786
|
-
},
|
787
|
-
{
|
788
|
-
"name": "close",
|
789
|
-
"description": "Emitted when closing ActionSheet",
|
790
|
-
"arguments": []
|
791
|
-
},
|
792
|
-
{
|
793
|
-
"name": "opened",
|
794
|
-
"description": "Emitted when ActionSheet is opened",
|
795
|
-
"arguments": []
|
796
|
-
},
|
797
|
-
{
|
798
|
-
"name": "closed",
|
799
|
-
"description": "Emitted when ActionSheet is closed",
|
800
|
-
"arguments": []
|
801
|
-
},
|
802
|
-
{
|
803
|
-
"name": "click-overlay",
|
804
|
-
"description": "Emitted when overlay is clicked",
|
805
|
-
"arguments": [
|
806
|
-
{
|
807
|
-
"name": "event",
|
808
|
-
"type": "MouseEvent"
|
809
|
-
}
|
810
|
-
]
|
811
|
-
}
|
812
|
-
],
|
813
|
-
"attributes": [
|
814
|
-
{
|
815
|
-
"name": "v-model:show",
|
675
|
+
"name": "show-postal",
|
816
676
|
"default": "`false`",
|
817
|
-
"description": "Whether to show
|
677
|
+
"description": "Whether to show postal field",
|
818
678
|
"options": [],
|
819
679
|
"value": {
|
820
680
|
"type": "boolean",
|
@@ -822,49 +682,39 @@
|
|
822
682
|
}
|
823
683
|
},
|
824
684
|
{
|
825
|
-
"name": "
|
826
|
-
"default": "`
|
827
|
-
"description": "
|
828
|
-
"options": [],
|
829
|
-
"value": {
|
830
|
-
"type": "ActionSheetAction[]",
|
831
|
-
"kind": "expression"
|
832
|
-
}
|
833
|
-
},
|
834
|
-
{
|
835
|
-
"name": "title",
|
836
|
-
"default": "-",
|
837
|
-
"description": "Title",
|
685
|
+
"name": "show-delete",
|
686
|
+
"default": "`false`",
|
687
|
+
"description": "Whether to show delete button",
|
838
688
|
"options": [],
|
839
689
|
"value": {
|
840
|
-
"type": "
|
690
|
+
"type": "boolean",
|
841
691
|
"kind": "expression"
|
842
692
|
}
|
843
693
|
},
|
844
694
|
{
|
845
|
-
"name": "
|
846
|
-
"default": "
|
847
|
-
"description": "
|
695
|
+
"name": "show-set-default",
|
696
|
+
"default": "`false`",
|
697
|
+
"description": "Whether to show default address switch",
|
848
698
|
"options": [],
|
849
699
|
"value": {
|
850
|
-
"type": "
|
700
|
+
"type": "boolean",
|
851
701
|
"kind": "expression"
|
852
702
|
}
|
853
703
|
},
|
854
704
|
{
|
855
|
-
"name": "
|
856
|
-
"default": "
|
857
|
-
"description": "
|
705
|
+
"name": "show-search-result",
|
706
|
+
"default": "`false`",
|
707
|
+
"description": "Whether to show address search result",
|
858
708
|
"options": [],
|
859
709
|
"value": {
|
860
|
-
"type": "
|
710
|
+
"type": "boolean",
|
861
711
|
"kind": "expression"
|
862
712
|
}
|
863
713
|
},
|
864
714
|
{
|
865
|
-
"name": "
|
715
|
+
"name": "show-area",
|
866
716
|
"default": "`true`",
|
867
|
-
"description": "Whether to show
|
717
|
+
"description": "Whether to show area cell",
|
868
718
|
"options": [],
|
869
719
|
"value": {
|
870
720
|
"type": "boolean",
|
@@ -872,29 +722,9 @@
|
|
872
722
|
}
|
873
723
|
},
|
874
724
|
{
|
875
|
-
"name": "
|
876
|
-
"default": "`cross`",
|
877
|
-
"description": "Close icon name",
|
878
|
-
"options": [],
|
879
|
-
"value": {
|
880
|
-
"type": "string",
|
881
|
-
"kind": "expression"
|
882
|
-
}
|
883
|
-
},
|
884
|
-
{
|
885
|
-
"name": "duration",
|
886
|
-
"default": "`0.3`",
|
887
|
-
"description": "Transition duration, unit second",
|
888
|
-
"options": [],
|
889
|
-
"value": {
|
890
|
-
"type": "number | string",
|
891
|
-
"kind": "expression"
|
892
|
-
}
|
893
|
-
},
|
894
|
-
{
|
895
|
-
"name": "round",
|
725
|
+
"name": "show-detail",
|
896
726
|
"default": "`true`",
|
897
|
-
"description": "Whether to show
|
727
|
+
"description": "Whether to show detail field",
|
898
728
|
"options": [],
|
899
729
|
"value": {
|
900
730
|
"type": "boolean",
|
@@ -902,9 +732,9 @@
|
|
902
732
|
}
|
903
733
|
},
|
904
734
|
{
|
905
|
-
"name": "
|
906
|
-
"default": "`
|
907
|
-
"description": "Whether to
|
735
|
+
"name": "disable-area",
|
736
|
+
"default": "`false`",
|
737
|
+
"description": "Whether to disable area select",
|
908
738
|
"options": [],
|
909
739
|
"value": {
|
910
740
|
"type": "boolean",
|
@@ -912,49 +742,49 @@
|
|
912
742
|
}
|
913
743
|
},
|
914
744
|
{
|
915
|
-
"name": "
|
916
|
-
"default": "
|
917
|
-
"description": "
|
745
|
+
"name": "save-button-text",
|
746
|
+
"default": "`Save`",
|
747
|
+
"description": "Save button text",
|
918
748
|
"options": [],
|
919
749
|
"value": {
|
920
|
-
"type": "string
|
750
|
+
"type": "string",
|
921
751
|
"kind": "expression"
|
922
752
|
}
|
923
753
|
},
|
924
754
|
{
|
925
|
-
"name": "
|
926
|
-
"default": "
|
927
|
-
"description": "
|
755
|
+
"name": "delete-button-text",
|
756
|
+
"default": "`Delete`",
|
757
|
+
"description": "Delete button text",
|
928
758
|
"options": [],
|
929
759
|
"value": {
|
930
|
-
"type": "
|
760
|
+
"type": "string",
|
931
761
|
"kind": "expression"
|
932
762
|
}
|
933
763
|
},
|
934
764
|
{
|
935
|
-
"name": "
|
936
|
-
"default": "`
|
937
|
-
"description": "
|
765
|
+
"name": "detail-rows",
|
766
|
+
"default": "`1`",
|
767
|
+
"description": "Detail input rows",
|
938
768
|
"options": [],
|
939
769
|
"value": {
|
940
|
-
"type": "
|
770
|
+
"type": "number | string",
|
941
771
|
"kind": "expression"
|
942
772
|
}
|
943
773
|
},
|
944
774
|
{
|
945
|
-
"name": "
|
946
|
-
"default": "`
|
947
|
-
"description": "
|
775
|
+
"name": "detail-maxlength",
|
776
|
+
"default": "`200`",
|
777
|
+
"description": "Detail maxlength",
|
948
778
|
"options": [],
|
949
779
|
"value": {
|
950
|
-
"type": "
|
780
|
+
"type": "number | string",
|
951
781
|
"kind": "expression"
|
952
782
|
}
|
953
783
|
},
|
954
784
|
{
|
955
|
-
"name": "
|
956
|
-
"default": "`
|
957
|
-
"description": "Whether to
|
785
|
+
"name": "is-saving",
|
786
|
+
"default": "`false`",
|
787
|
+
"description": "Whether to show save button loading status",
|
958
788
|
"options": [],
|
959
789
|
"value": {
|
960
790
|
"type": "boolean",
|
@@ -962,9 +792,9 @@
|
|
962
792
|
}
|
963
793
|
},
|
964
794
|
{
|
965
|
-
"name": "
|
795
|
+
"name": "is-deleting",
|
966
796
|
"default": "`false`",
|
967
|
-
"description": "Whether to
|
797
|
+
"description": "Whether to show delete button loading status",
|
968
798
|
"options": [],
|
969
799
|
"value": {
|
970
800
|
"type": "boolean",
|
@@ -972,125 +802,209 @@
|
|
972
802
|
}
|
973
803
|
},
|
974
804
|
{
|
975
|
-
"name": "
|
976
|
-
"default": "
|
977
|
-
"description": "
|
805
|
+
"name": "tel-validator",
|
806
|
+
"default": "-",
|
807
|
+
"description": "The method to validate tel",
|
978
808
|
"options": [],
|
979
809
|
"value": {
|
980
|
-
"type": "boolean",
|
810
|
+
"type": "(tel: string) => boolean",
|
981
811
|
"kind": "expression"
|
982
812
|
}
|
983
813
|
},
|
984
814
|
{
|
985
|
-
"name": "
|
986
|
-
"default": "
|
987
|
-
"description": "
|
815
|
+
"name": "tel-maxlength",
|
816
|
+
"default": "-",
|
817
|
+
"description": "Tel maxlength",
|
988
818
|
"options": [],
|
989
819
|
"value": {
|
990
|
-
"type": "
|
820
|
+
"type": "number | string",
|
991
821
|
"kind": "expression"
|
992
822
|
}
|
993
823
|
},
|
994
824
|
{
|
995
|
-
"name": "
|
825
|
+
"name": "postal-validator",
|
996
826
|
"default": "-",
|
997
|
-
"description": "
|
827
|
+
"description": "The method to validate postal",
|
998
828
|
"options": [],
|
999
829
|
"value": {
|
1000
|
-
"type": "string
|
830
|
+
"type": "(tel: string) => boolean",
|
1001
831
|
"kind": "expression"
|
1002
832
|
}
|
1003
833
|
},
|
1004
834
|
{
|
1005
|
-
"name": "
|
835
|
+
"name": "validator",
|
1006
836
|
"default": "-",
|
1007
|
-
"description": "
|
837
|
+
"description": "Custom validator",
|
1008
838
|
"options": [],
|
1009
839
|
"value": {
|
1010
|
-
"type": "(
|
840
|
+
"type": "(key, val) => string",
|
1011
841
|
"kind": "expression"
|
1012
842
|
}
|
1013
843
|
}
|
1014
844
|
]
|
1015
845
|
},
|
1016
846
|
{
|
1017
|
-
"name": "van-
|
847
|
+
"name": "van-address-list",
|
1018
848
|
"slots": [
|
1019
849
|
{
|
1020
850
|
"name": "default",
|
1021
|
-
"description": "
|
851
|
+
"description": "Custom content after list"
|
852
|
+
},
|
853
|
+
{
|
854
|
+
"name": "top",
|
855
|
+
"description": "Custom content before list"
|
856
|
+
},
|
857
|
+
{
|
858
|
+
"name": "item-bottom",
|
859
|
+
"description": "Custom content after list item"
|
860
|
+
},
|
861
|
+
{
|
862
|
+
"name": "tag",
|
863
|
+
"description": "Custom tag of list item"
|
864
|
+
}
|
865
|
+
],
|
866
|
+
"events": [
|
867
|
+
{
|
868
|
+
"name": "add",
|
869
|
+
"description": "Emitted when the add button is clicked",
|
870
|
+
"arguments": []
|
871
|
+
},
|
872
|
+
{
|
873
|
+
"name": "edit",
|
874
|
+
"description": "Emitted when the edit icon of address is clicked",
|
875
|
+
"arguments": [
|
876
|
+
{
|
877
|
+
"name": "item",
|
878
|
+
"type": "Address"
|
879
|
+
},
|
880
|
+
{
|
881
|
+
"name": "index",
|
882
|
+
"type": "number"
|
883
|
+
}
|
884
|
+
]
|
885
|
+
},
|
886
|
+
{
|
887
|
+
"name": "select",
|
888
|
+
"description": "Emitted when an address is selected",
|
889
|
+
"arguments": [
|
890
|
+
{
|
891
|
+
"name": "item",
|
892
|
+
"type": "Address"
|
893
|
+
},
|
894
|
+
{
|
895
|
+
"name": "index",
|
896
|
+
"type": "number"
|
897
|
+
}
|
898
|
+
]
|
899
|
+
},
|
900
|
+
{
|
901
|
+
"name": "edit-disabled",
|
902
|
+
"description": "Emitted when the edit icon of disabled address is clicked",
|
903
|
+
"arguments": [
|
904
|
+
{
|
905
|
+
"name": "item",
|
906
|
+
"type": "Address"
|
907
|
+
},
|
908
|
+
{
|
909
|
+
"name": "index",
|
910
|
+
"type": "number"
|
911
|
+
}
|
912
|
+
]
|
913
|
+
},
|
914
|
+
{
|
915
|
+
"name": "select-disabled",
|
916
|
+
"description": "Emitted when a disabled address is selected",
|
917
|
+
"arguments": [
|
918
|
+
{
|
919
|
+
"name": "item",
|
920
|
+
"type": "Address"
|
921
|
+
},
|
922
|
+
{
|
923
|
+
"name": "index",
|
924
|
+
"type": "number"
|
925
|
+
}
|
926
|
+
]
|
1022
927
|
},
|
1023
928
|
{
|
1024
|
-
"name": "
|
1025
|
-
"description": "
|
929
|
+
"name": "click-item",
|
930
|
+
"description": "Emitted when an address item is clicked",
|
931
|
+
"arguments": [
|
932
|
+
{
|
933
|
+
"name": "item",
|
934
|
+
"type": "Address"
|
935
|
+
},
|
936
|
+
{
|
937
|
+
"name": "index",
|
938
|
+
"type": "number"
|
939
|
+
}
|
940
|
+
]
|
1026
941
|
}
|
1027
942
|
],
|
1028
|
-
"events": [],
|
1029
943
|
"attributes": [
|
1030
944
|
{
|
1031
|
-
"name": "
|
945
|
+
"name": "v-model",
|
1032
946
|
"default": "-",
|
1033
|
-
"description": "
|
947
|
+
"description": "Id of chosen address",
|
1034
948
|
"options": [],
|
1035
949
|
"value": {
|
1036
|
-
"type": "
|
950
|
+
"type": "string",
|
1037
951
|
"kind": "expression"
|
1038
952
|
}
|
1039
953
|
},
|
1040
954
|
{
|
1041
|
-
"name": "
|
1042
|
-
"default": "
|
1043
|
-
"description": "
|
955
|
+
"name": "list",
|
956
|
+
"default": "`[]`",
|
957
|
+
"description": "Address list",
|
1044
958
|
"options": [],
|
1045
959
|
"value": {
|
1046
|
-
"type": "
|
960
|
+
"type": "Address[]",
|
1047
961
|
"kind": "expression"
|
1048
962
|
}
|
1049
963
|
},
|
1050
964
|
{
|
1051
|
-
"name": "
|
1052
|
-
"default": "`
|
1053
|
-
"description": "
|
965
|
+
"name": "disabled-list",
|
966
|
+
"default": "`[]`",
|
967
|
+
"description": "Disabled address list",
|
1054
968
|
"options": [],
|
1055
969
|
"value": {
|
1056
|
-
"type": "
|
970
|
+
"type": "Address[]",
|
1057
971
|
"kind": "expression"
|
1058
972
|
}
|
1059
973
|
},
|
1060
974
|
{
|
1061
|
-
"name": "
|
975
|
+
"name": "disabled-text",
|
1062
976
|
"default": "-",
|
1063
|
-
"description": "
|
977
|
+
"description": "Disabled text",
|
1064
978
|
"options": [],
|
1065
979
|
"value": {
|
1066
|
-
"type": "
|
980
|
+
"type": "string",
|
1067
981
|
"kind": "expression"
|
1068
982
|
}
|
1069
983
|
},
|
1070
984
|
{
|
1071
|
-
"name": "
|
1072
|
-
"default": "
|
1073
|
-
"description": "
|
985
|
+
"name": "switchable",
|
986
|
+
"default": "`true`",
|
987
|
+
"description": "Whether to allow switch address",
|
1074
988
|
"options": [],
|
1075
989
|
"value": {
|
1076
|
-
"type": "
|
990
|
+
"type": "boolean",
|
1077
991
|
"kind": "expression"
|
1078
992
|
}
|
1079
993
|
},
|
1080
994
|
{
|
1081
|
-
"name": "
|
1082
|
-
"default": "`
|
1083
|
-
"description": "
|
995
|
+
"name": "add-button-text",
|
996
|
+
"default": "`Add new address`",
|
997
|
+
"description": "Add button text",
|
1084
998
|
"options": [],
|
1085
999
|
"value": {
|
1086
|
-
"type": "
|
1000
|
+
"type": "string",
|
1087
1001
|
"kind": "expression"
|
1088
1002
|
}
|
1089
1003
|
},
|
1090
1004
|
{
|
1091
|
-
"name": "
|
1092
|
-
"default": "
|
1093
|
-
"description": "
|
1005
|
+
"name": "default-tag-text",
|
1006
|
+
"default": "-",
|
1007
|
+
"description": "Default tag text",
|
1094
1008
|
"options": [],
|
1095
1009
|
"value": {
|
1096
1010
|
"type": "string",
|
@@ -1291,6 +1205,92 @@
|
|
1291
1205
|
}
|
1292
1206
|
]
|
1293
1207
|
},
|
1208
|
+
{
|
1209
|
+
"name": "van-badge",
|
1210
|
+
"slots": [
|
1211
|
+
{
|
1212
|
+
"name": "default",
|
1213
|
+
"description": "Default slot"
|
1214
|
+
},
|
1215
|
+
{
|
1216
|
+
"name": "content",
|
1217
|
+
"description": "Custom badge content"
|
1218
|
+
}
|
1219
|
+
],
|
1220
|
+
"events": [],
|
1221
|
+
"attributes": [
|
1222
|
+
{
|
1223
|
+
"name": "content",
|
1224
|
+
"default": "-",
|
1225
|
+
"description": "Badge content",
|
1226
|
+
"options": [],
|
1227
|
+
"value": {
|
1228
|
+
"type": "number | string",
|
1229
|
+
"kind": "expression"
|
1230
|
+
}
|
1231
|
+
},
|
1232
|
+
{
|
1233
|
+
"name": "color",
|
1234
|
+
"default": "`#ee0a24`",
|
1235
|
+
"description": "Background color",
|
1236
|
+
"options": [],
|
1237
|
+
"value": {
|
1238
|
+
"type": "string",
|
1239
|
+
"kind": "expression"
|
1240
|
+
}
|
1241
|
+
},
|
1242
|
+
{
|
1243
|
+
"name": "dot",
|
1244
|
+
"default": "`false`",
|
1245
|
+
"description": "Whether to show dot",
|
1246
|
+
"options": [],
|
1247
|
+
"value": {
|
1248
|
+
"type": "boolean",
|
1249
|
+
"kind": "expression"
|
1250
|
+
}
|
1251
|
+
},
|
1252
|
+
{
|
1253
|
+
"name": "max",
|
1254
|
+
"default": "-",
|
1255
|
+
"description": "Max value, show `{max}+` when exceed, only works when content is number",
|
1256
|
+
"options": [],
|
1257
|
+
"value": {
|
1258
|
+
"type": "number | string",
|
1259
|
+
"kind": "expression"
|
1260
|
+
}
|
1261
|
+
},
|
1262
|
+
{
|
1263
|
+
"name": "offset",
|
1264
|
+
"default": "-",
|
1265
|
+
"description": "Offset of badge dot",
|
1266
|
+
"options": [],
|
1267
|
+
"value": {
|
1268
|
+
"type": "[number | string, number | string]",
|
1269
|
+
"kind": "expression"
|
1270
|
+
}
|
1271
|
+
},
|
1272
|
+
{
|
1273
|
+
"name": "show-zero",
|
1274
|
+
"default": "`true`",
|
1275
|
+
"description": "Whether to show badge when content is zero",
|
1276
|
+
"options": [],
|
1277
|
+
"value": {
|
1278
|
+
"type": "boolean",
|
1279
|
+
"kind": "expression"
|
1280
|
+
}
|
1281
|
+
},
|
1282
|
+
{
|
1283
|
+
"name": "position",
|
1284
|
+
"default": "`top-right`",
|
1285
|
+
"description": "Badge position, can be set to `top-left` `bottom-left` `bottom-right`",
|
1286
|
+
"options": [],
|
1287
|
+
"value": {
|
1288
|
+
"type": "string",
|
1289
|
+
"kind": "expression"
|
1290
|
+
}
|
1291
|
+
}
|
1292
|
+
]
|
1293
|
+
},
|
1294
1294
|
{
|
1295
1295
|
"name": "van-button",
|
1296
1296
|
"slots": [
|
@@ -3346,37 +3346,135 @@
|
|
3346
3346
|
"description": "Name",
|
3347
3347
|
"options": [],
|
3348
3348
|
"value": {
|
3349
|
-
"type": "string",
|
3349
|
+
"type": "string",
|
3350
|
+
"kind": "expression"
|
3351
|
+
}
|
3352
|
+
},
|
3353
|
+
{
|
3354
|
+
"name": "tel",
|
3355
|
+
"default": "-",
|
3356
|
+
"description": "Phone",
|
3357
|
+
"options": [],
|
3358
|
+
"value": {
|
3359
|
+
"type": "string",
|
3360
|
+
"kind": "expression"
|
3361
|
+
}
|
3362
|
+
},
|
3363
|
+
{
|
3364
|
+
"name": "add-text",
|
3365
|
+
"default": "`Add contact info`",
|
3366
|
+
"description": "Add card text",
|
3367
|
+
"options": [],
|
3368
|
+
"value": {
|
3369
|
+
"type": "string",
|
3370
|
+
"kind": "expression"
|
3371
|
+
}
|
3372
|
+
},
|
3373
|
+
{
|
3374
|
+
"name": "editable",
|
3375
|
+
"default": "`true`",
|
3376
|
+
"description": "Whether to allow editing of contacts",
|
3377
|
+
"options": [],
|
3378
|
+
"value": {
|
3379
|
+
"type": "boolean",
|
3380
|
+
"kind": "expression"
|
3381
|
+
}
|
3382
|
+
}
|
3383
|
+
]
|
3384
|
+
},
|
3385
|
+
{
|
3386
|
+
"name": "van-contact-edit",
|
3387
|
+
"slots": [],
|
3388
|
+
"events": [
|
3389
|
+
{
|
3390
|
+
"name": "save",
|
3391
|
+
"description": "Emitted when the save button is clicked",
|
3392
|
+
"arguments": [
|
3393
|
+
{
|
3394
|
+
"name": "content",
|
3395
|
+
"type": "contact info"
|
3396
|
+
}
|
3397
|
+
]
|
3398
|
+
},
|
3399
|
+
{
|
3400
|
+
"name": "delete",
|
3401
|
+
"description": "Emitted when the delete button is clicked",
|
3402
|
+
"arguments": [
|
3403
|
+
{
|
3404
|
+
"name": "content",
|
3405
|
+
"type": "contact info"
|
3406
|
+
}
|
3407
|
+
]
|
3408
|
+
}
|
3409
|
+
],
|
3410
|
+
"attributes": [
|
3411
|
+
{
|
3412
|
+
"name": "contact-info",
|
3413
|
+
"default": "`[]`",
|
3414
|
+
"description": "Contact Info",
|
3415
|
+
"options": [],
|
3416
|
+
"value": {
|
3417
|
+
"type": "Contact",
|
3418
|
+
"kind": "expression"
|
3419
|
+
}
|
3420
|
+
},
|
3421
|
+
{
|
3422
|
+
"name": "is-edit",
|
3423
|
+
"default": "`false`",
|
3424
|
+
"description": "Whether is editing",
|
3425
|
+
"options": [],
|
3426
|
+
"value": {
|
3427
|
+
"type": "boolean",
|
3428
|
+
"kind": "expression"
|
3429
|
+
}
|
3430
|
+
},
|
3431
|
+
{
|
3432
|
+
"name": "is-saving",
|
3433
|
+
"default": "`false`",
|
3434
|
+
"description": "Whether to show save button loading status",
|
3435
|
+
"options": [],
|
3436
|
+
"value": {
|
3437
|
+
"type": "boolean",
|
3438
|
+
"kind": "expression"
|
3439
|
+
}
|
3440
|
+
},
|
3441
|
+
{
|
3442
|
+
"name": "is-deleting",
|
3443
|
+
"default": "`false`",
|
3444
|
+
"description": "Whether to show delete button loading status",
|
3445
|
+
"options": [],
|
3446
|
+
"value": {
|
3447
|
+
"type": "boolean",
|
3350
3448
|
"kind": "expression"
|
3351
3449
|
}
|
3352
3450
|
},
|
3353
3451
|
{
|
3354
|
-
"name": "tel",
|
3452
|
+
"name": "tel-validator",
|
3355
3453
|
"default": "-",
|
3356
|
-
"description": "
|
3454
|
+
"description": "The method to validate tel",
|
3357
3455
|
"options": [],
|
3358
3456
|
"value": {
|
3359
|
-
"type": "string",
|
3457
|
+
"type": "(tel: string) => boolean",
|
3360
3458
|
"kind": "expression"
|
3361
3459
|
}
|
3362
3460
|
},
|
3363
3461
|
{
|
3364
|
-
"name": "
|
3365
|
-
"default": "`
|
3366
|
-
"description": "
|
3462
|
+
"name": "show-set-default",
|
3463
|
+
"default": "`false`",
|
3464
|
+
"description": "Whether to show default contact switch",
|
3367
3465
|
"options": [],
|
3368
3466
|
"value": {
|
3369
|
-
"type": "
|
3467
|
+
"type": "boolean",
|
3370
3468
|
"kind": "expression"
|
3371
3469
|
}
|
3372
3470
|
},
|
3373
3471
|
{
|
3374
|
-
"name": "
|
3375
|
-
"default": "
|
3376
|
-
"description": "
|
3472
|
+
"name": "set-default-label",
|
3473
|
+
"default": "-",
|
3474
|
+
"description": "default contact switch label",
|
3377
3475
|
"options": [],
|
3378
3476
|
"value": {
|
3379
|
-
"type": "
|
3477
|
+
"type": "string",
|
3380
3478
|
"kind": "expression"
|
3381
3479
|
}
|
3382
3480
|
}
|
@@ -3796,45 +3894,109 @@
|
|
3796
3894
|
]
|
3797
3895
|
},
|
3798
3896
|
{
|
3799
|
-
"name": "van-
|
3800
|
-
"slots": [
|
3897
|
+
"name": "van-datetime-picker",
|
3898
|
+
"slots": [
|
3899
|
+
{
|
3900
|
+
"name": "default",
|
3901
|
+
"description": "Custom toolbar content"
|
3902
|
+
},
|
3903
|
+
{
|
3904
|
+
"name": "title",
|
3905
|
+
"description": "Custom title"
|
3906
|
+
},
|
3907
|
+
{
|
3908
|
+
"name": "confirm",
|
3909
|
+
"description": "Custom confirm button text"
|
3910
|
+
},
|
3911
|
+
{
|
3912
|
+
"name": "cancel",
|
3913
|
+
"description": "Custom cancel button text"
|
3914
|
+
},
|
3915
|
+
{
|
3916
|
+
"name": "option",
|
3917
|
+
"description": "Custom option content"
|
3918
|
+
},
|
3919
|
+
{
|
3920
|
+
"name": "columns-top",
|
3921
|
+
"description": "Custom content above columns"
|
3922
|
+
},
|
3923
|
+
{
|
3924
|
+
"name": "columns-bottom",
|
3925
|
+
"description": "Custom content below columns"
|
3926
|
+
}
|
3927
|
+
],
|
3801
3928
|
"events": [
|
3802
3929
|
{
|
3803
|
-
"name": "
|
3804
|
-
"description": "Emitted when
|
3930
|
+
"name": "change",
|
3931
|
+
"description": "Emitted when value changed",
|
3805
3932
|
"arguments": [
|
3806
3933
|
{
|
3807
|
-
"name": "
|
3808
|
-
"type": "
|
3934
|
+
"name": "value",
|
3935
|
+
"type": "current value"
|
3809
3936
|
}
|
3810
3937
|
]
|
3811
3938
|
},
|
3812
3939
|
{
|
3813
|
-
"name": "
|
3814
|
-
"description": "Emitted when the
|
3940
|
+
"name": "confirm",
|
3941
|
+
"description": "Emitted when the confirm button is clicked",
|
3815
3942
|
"arguments": [
|
3816
3943
|
{
|
3817
|
-
"name": "
|
3818
|
-
"type": "
|
3944
|
+
"name": "value",
|
3945
|
+
"type": "current value"
|
3819
3946
|
}
|
3820
3947
|
]
|
3948
|
+
},
|
3949
|
+
{
|
3950
|
+
"name": "cancel",
|
3951
|
+
"description": "Emitted when the cancel button is clicked",
|
3952
|
+
"arguments": []
|
3821
3953
|
}
|
3822
3954
|
],
|
3823
3955
|
"attributes": [
|
3824
3956
|
{
|
3825
|
-
"name": "
|
3826
|
-
"default": "`
|
3827
|
-
"description": "
|
3957
|
+
"name": "type",
|
3958
|
+
"default": "`datetime`",
|
3959
|
+
"description": "Can be set to `date` `time`<br> `year-month` `month-day` `datehour`",
|
3828
3960
|
"options": [],
|
3829
3961
|
"value": {
|
3830
|
-
"type": "
|
3962
|
+
"type": "string",
|
3831
3963
|
"kind": "expression"
|
3832
3964
|
}
|
3833
3965
|
},
|
3834
3966
|
{
|
3835
|
-
"name": "
|
3836
|
-
"default": "`
|
3837
|
-
"description": "
|
3967
|
+
"name": "title",
|
3968
|
+
"default": "`''`",
|
3969
|
+
"description": "Toolbar title",
|
3970
|
+
"options": [],
|
3971
|
+
"value": {
|
3972
|
+
"type": "string",
|
3973
|
+
"kind": "expression"
|
3974
|
+
}
|
3975
|
+
},
|
3976
|
+
{
|
3977
|
+
"name": "confirm-button-text",
|
3978
|
+
"default": "`Confirm`",
|
3979
|
+
"description": "Text of confirm button",
|
3980
|
+
"options": [],
|
3981
|
+
"value": {
|
3982
|
+
"type": "string",
|
3983
|
+
"kind": "expression"
|
3984
|
+
}
|
3985
|
+
},
|
3986
|
+
{
|
3987
|
+
"name": "cancel-button-text",
|
3988
|
+
"default": "`Cancel`",
|
3989
|
+
"description": "Text of cancel button",
|
3990
|
+
"options": [],
|
3991
|
+
"value": {
|
3992
|
+
"type": "string",
|
3993
|
+
"kind": "expression"
|
3994
|
+
}
|
3995
|
+
},
|
3996
|
+
{
|
3997
|
+
"name": "show-toolbar",
|
3998
|
+
"default": "`true`",
|
3999
|
+
"description": "Whether to show toolbar",
|
3838
4000
|
"options": [],
|
3839
4001
|
"value": {
|
3840
4002
|
"type": "boolean",
|
@@ -3842,9 +4004,9 @@
|
|
3842
4004
|
}
|
3843
4005
|
},
|
3844
4006
|
{
|
3845
|
-
"name": "
|
4007
|
+
"name": "loading",
|
3846
4008
|
"default": "`false`",
|
3847
|
-
"description": "Whether to show
|
4009
|
+
"description": "Whether to show loading prompt",
|
3848
4010
|
"options": [],
|
3849
4011
|
"value": {
|
3850
4012
|
"type": "boolean",
|
@@ -3852,9 +4014,9 @@
|
|
3852
4014
|
}
|
3853
4015
|
},
|
3854
4016
|
{
|
3855
|
-
"name": "
|
4017
|
+
"name": "readonly",
|
3856
4018
|
"default": "`false`",
|
3857
|
-
"description": "Whether to
|
4019
|
+
"description": "Whether to be readonly",
|
3858
4020
|
"options": [],
|
3859
4021
|
"value": {
|
3860
4022
|
"type": "boolean",
|
@@ -3862,32 +4024,136 @@
|
|
3862
4024
|
}
|
3863
4025
|
},
|
3864
4026
|
{
|
3865
|
-
"name": "
|
4027
|
+
"name": "filter",
|
3866
4028
|
"default": "-",
|
3867
|
-
"description": "
|
4029
|
+
"description": "Option filter",
|
3868
4030
|
"options": [],
|
3869
4031
|
"value": {
|
3870
|
-
"type": "(
|
4032
|
+
"type": "(type: string, values: string[]) => string[]",
|
3871
4033
|
"kind": "expression"
|
3872
4034
|
}
|
3873
4035
|
},
|
3874
4036
|
{
|
3875
|
-
"name": "
|
3876
|
-
"default": "
|
3877
|
-
"description": "
|
4037
|
+
"name": "formatter",
|
4038
|
+
"default": "-",
|
4039
|
+
"description": "Option text formatter",
|
3878
4040
|
"options": [],
|
3879
4041
|
"value": {
|
3880
|
-
"type": "
|
4042
|
+
"type": "(type: string, value: string) => string",
|
3881
4043
|
"kind": "expression"
|
3882
4044
|
}
|
3883
4045
|
},
|
3884
4046
|
{
|
3885
|
-
"name": "
|
4047
|
+
"name": "columns-order",
|
3886
4048
|
"default": "-",
|
3887
|
-
"description": "
|
4049
|
+
"description": "Array for ordering columns, where item can be set to<br> `year`, `month`, `day`, `hour` and `minute`",
|
3888
4050
|
"options": [],
|
3889
4051
|
"value": {
|
3890
|
-
"type": "string",
|
4052
|
+
"type": "string[]",
|
4053
|
+
"kind": "expression"
|
4054
|
+
}
|
4055
|
+
},
|
4056
|
+
{
|
4057
|
+
"name": "item-height",
|
4058
|
+
"default": "`44`",
|
4059
|
+
"description": "Option height, supports `px` `vw` `vh` `rem` unit, default `px`",
|
4060
|
+
"options": [],
|
4061
|
+
"value": {
|
4062
|
+
"type": "number | string",
|
4063
|
+
"kind": "expression"
|
4064
|
+
}
|
4065
|
+
},
|
4066
|
+
{
|
4067
|
+
"name": "visible-item-count",
|
4068
|
+
"default": "`6`",
|
4069
|
+
"description": "Count of visible columns",
|
4070
|
+
"options": [],
|
4071
|
+
"value": {
|
4072
|
+
"type": "number | string",
|
4073
|
+
"kind": "expression"
|
4074
|
+
}
|
4075
|
+
},
|
4076
|
+
{
|
4077
|
+
"name": "swipe-duration",
|
4078
|
+
"default": "`1000`",
|
4079
|
+
"description": "Duration of the momentum animation, unit `ms`",
|
4080
|
+
"options": [],
|
4081
|
+
"value": {
|
4082
|
+
"type": "number | string",
|
4083
|
+
"kind": "expression"
|
4084
|
+
}
|
4085
|
+
}
|
4086
|
+
]
|
4087
|
+
},
|
4088
|
+
{
|
4089
|
+
"name": "van-date-picker",
|
4090
|
+
"slots": [],
|
4091
|
+
"events": [],
|
4092
|
+
"attributes": [
|
4093
|
+
{
|
4094
|
+
"name": "min-date",
|
4095
|
+
"default": "Ten years ago on January 1",
|
4096
|
+
"description": "Min date",
|
4097
|
+
"options": [],
|
4098
|
+
"value": {
|
4099
|
+
"type": "Date",
|
4100
|
+
"kind": "expression"
|
4101
|
+
}
|
4102
|
+
},
|
4103
|
+
{
|
4104
|
+
"name": "max-date",
|
4105
|
+
"default": "Ten years later on December 31",
|
4106
|
+
"description": "Max date",
|
4107
|
+
"options": [],
|
4108
|
+
"value": {
|
4109
|
+
"type": "Date",
|
4110
|
+
"kind": "expression"
|
4111
|
+
}
|
4112
|
+
}
|
4113
|
+
]
|
4114
|
+
},
|
4115
|
+
{
|
4116
|
+
"name": "van-time-picker",
|
4117
|
+
"slots": [],
|
4118
|
+
"events": [],
|
4119
|
+
"attributes": [
|
4120
|
+
{
|
4121
|
+
"name": "min-hour",
|
4122
|
+
"default": "`0`",
|
4123
|
+
"description": "Min hour for `time` type",
|
4124
|
+
"options": [],
|
4125
|
+
"value": {
|
4126
|
+
"type": "number | string",
|
4127
|
+
"kind": "expression"
|
4128
|
+
}
|
4129
|
+
},
|
4130
|
+
{
|
4131
|
+
"name": "max-hour",
|
4132
|
+
"default": "`23`",
|
4133
|
+
"description": "Max hour for `time` type",
|
4134
|
+
"options": [],
|
4135
|
+
"value": {
|
4136
|
+
"type": "number | string",
|
4137
|
+
"kind": "expression"
|
4138
|
+
}
|
4139
|
+
},
|
4140
|
+
{
|
4141
|
+
"name": "min-minute",
|
4142
|
+
"default": "`0`",
|
4143
|
+
"description": "Max minute for `time` type",
|
4144
|
+
"options": [],
|
4145
|
+
"value": {
|
4146
|
+
"type": "number | string",
|
4147
|
+
"kind": "expression"
|
4148
|
+
}
|
4149
|
+
},
|
4150
|
+
{
|
4151
|
+
"name": "max-minute",
|
4152
|
+
"default": "`59`",
|
4153
|
+
"description": "Max minute for `time` type",
|
4154
|
+
"options": [],
|
4155
|
+
"value": {
|
4156
|
+
"type": "number | string",
|
3891
4157
|
"kind": "expression"
|
3892
4158
|
}
|
3893
4159
|
}
|
@@ -4102,359 +4368,93 @@
|
|
4102
4368
|
"kind": "expression"
|
4103
4369
|
}
|
4104
4370
|
},
|
4105
|
-
{
|
4106
|
-
"name": "overlay-style",
|
4107
|
-
"default": "-",
|
4108
|
-
"description": "Custom overlay style",
|
4109
|
-
"options": [],
|
4110
|
-
"value": {
|
4111
|
-
"type": "object",
|
4112
|
-
"kind": "expression"
|
4113
|
-
}
|
4114
|
-
},
|
4115
|
-
{
|
4116
|
-
"name": "close-on-popstate",
|
4117
|
-
"default": "`true`",
|
4118
|
-
"description": "Whether to close when popstate",
|
4119
|
-
"options": [],
|
4120
|
-
"value": {
|
4121
|
-
"type": "boolean",
|
4122
|
-
"kind": "expression"
|
4123
|
-
}
|
4124
|
-
},
|
4125
|
-
{
|
4126
|
-
"name": "close-on-click-overlay",
|
4127
|
-
"default": "`false`",
|
4128
|
-
"description": "Whether to close when overlay is clicked",
|
4129
|
-
"options": [],
|
4130
|
-
"value": {
|
4131
|
-
"type": "boolean",
|
4132
|
-
"kind": "expression"
|
4133
|
-
}
|
4134
|
-
},
|
4135
|
-
{
|
4136
|
-
"name": "lazy-render",
|
4137
|
-
"default": "`true`",
|
4138
|
-
"description": "Whether to lazy render util appeared",
|
4139
|
-
"options": [],
|
4140
|
-
"value": {
|
4141
|
-
"type": "boolean",
|
4142
|
-
"kind": "expression"
|
4143
|
-
}
|
4144
|
-
},
|
4145
|
-
{
|
4146
|
-
"name": "lock-scroll",
|
4147
|
-
"default": "`true`",
|
4148
|
-
"description": "Whether to lock background scroll",
|
4149
|
-
"options": [],
|
4150
|
-
"value": {
|
4151
|
-
"type": "boolean",
|
4152
|
-
"kind": "expression"
|
4153
|
-
}
|
4154
|
-
},
|
4155
|
-
{
|
4156
|
-
"name": "allow-html",
|
4157
|
-
"default": "`false`",
|
4158
|
-
"description": "Whether to allow HTML rendering in message",
|
4159
|
-
"options": [],
|
4160
|
-
"value": {
|
4161
|
-
"type": "boolean",
|
4162
|
-
"kind": "expression"
|
4163
|
-
}
|
4164
|
-
},
|
4165
|
-
{
|
4166
|
-
"name": "before-close",
|
4167
|
-
"default": "-",
|
4168
|
-
"description": "Callback function before close",
|
4169
|
-
"options": [],
|
4170
|
-
"value": {
|
4171
|
-
"type": "(action: string) => boolean | Promise\\<boolean\\>",
|
4172
|
-
"kind": "expression"
|
4173
|
-
}
|
4174
|
-
},
|
4175
|
-
{
|
4176
|
-
"name": "transition",
|
4177
|
-
"default": "-",
|
4178
|
-
"description": "Transition, equivalent to `name` prop of [transition](https://v3.vuejs.org/api/built-in-components.html#transition)",
|
4179
|
-
"options": [],
|
4180
|
-
"value": {
|
4181
|
-
"type": "string",
|
4182
|
-
"kind": "expression"
|
4183
|
-
}
|
4184
|
-
},
|
4185
|
-
{
|
4186
|
-
"name": "teleport",
|
4187
|
-
"default": "-",
|
4188
|
-
"description": "Specifies a target element where Dialog will be mounted",
|
4189
|
-
"options": [],
|
4190
|
-
"value": {
|
4191
|
-
"type": "string | Element",
|
4192
|
-
"kind": "expression"
|
4193
|
-
}
|
4194
|
-
}
|
4195
|
-
]
|
4196
|
-
},
|
4197
|
-
{
|
4198
|
-
"name": "van-datetime-picker",
|
4199
|
-
"slots": [
|
4200
|
-
{
|
4201
|
-
"name": "default",
|
4202
|
-
"description": "Custom toolbar content"
|
4203
|
-
},
|
4204
|
-
{
|
4205
|
-
"name": "title",
|
4206
|
-
"description": "Custom title"
|
4207
|
-
},
|
4208
|
-
{
|
4209
|
-
"name": "confirm",
|
4210
|
-
"description": "Custom confirm button text"
|
4211
|
-
},
|
4212
|
-
{
|
4213
|
-
"name": "cancel",
|
4214
|
-
"description": "Custom cancel button text"
|
4215
|
-
},
|
4216
|
-
{
|
4217
|
-
"name": "option",
|
4218
|
-
"description": "Custom option content"
|
4219
|
-
},
|
4220
|
-
{
|
4221
|
-
"name": "columns-top",
|
4222
|
-
"description": "Custom content above columns"
|
4223
|
-
},
|
4224
|
-
{
|
4225
|
-
"name": "columns-bottom",
|
4226
|
-
"description": "Custom content below columns"
|
4227
|
-
}
|
4228
|
-
],
|
4229
|
-
"events": [
|
4230
|
-
{
|
4231
|
-
"name": "change",
|
4232
|
-
"description": "Emitted when value changed",
|
4233
|
-
"arguments": [
|
4234
|
-
{
|
4235
|
-
"name": "value",
|
4236
|
-
"type": "current value"
|
4237
|
-
}
|
4238
|
-
]
|
4239
|
-
},
|
4240
|
-
{
|
4241
|
-
"name": "confirm",
|
4242
|
-
"description": "Emitted when the confirm button is clicked",
|
4243
|
-
"arguments": [
|
4244
|
-
{
|
4245
|
-
"name": "value",
|
4246
|
-
"type": "current value"
|
4247
|
-
}
|
4248
|
-
]
|
4249
|
-
},
|
4250
|
-
{
|
4251
|
-
"name": "cancel",
|
4252
|
-
"description": "Emitted when the cancel button is clicked",
|
4253
|
-
"arguments": []
|
4254
|
-
}
|
4255
|
-
],
|
4256
|
-
"attributes": [
|
4257
|
-
{
|
4258
|
-
"name": "type",
|
4259
|
-
"default": "`datetime`",
|
4260
|
-
"description": "Can be set to `date` `time`<br> `year-month` `month-day` `datehour`",
|
4261
|
-
"options": [],
|
4262
|
-
"value": {
|
4263
|
-
"type": "string",
|
4264
|
-
"kind": "expression"
|
4265
|
-
}
|
4266
|
-
},
|
4267
|
-
{
|
4268
|
-
"name": "title",
|
4269
|
-
"default": "`''`",
|
4270
|
-
"description": "Toolbar title",
|
4271
|
-
"options": [],
|
4272
|
-
"value": {
|
4273
|
-
"type": "string",
|
4274
|
-
"kind": "expression"
|
4275
|
-
}
|
4276
|
-
},
|
4277
|
-
{
|
4278
|
-
"name": "confirm-button-text",
|
4279
|
-
"default": "`Confirm`",
|
4280
|
-
"description": "Text of confirm button",
|
4281
|
-
"options": [],
|
4282
|
-
"value": {
|
4283
|
-
"type": "string",
|
4284
|
-
"kind": "expression"
|
4285
|
-
}
|
4286
|
-
},
|
4287
|
-
{
|
4288
|
-
"name": "cancel-button-text",
|
4289
|
-
"default": "`Cancel`",
|
4290
|
-
"description": "Text of cancel button",
|
4291
|
-
"options": [],
|
4292
|
-
"value": {
|
4293
|
-
"type": "string",
|
4294
|
-
"kind": "expression"
|
4295
|
-
}
|
4296
|
-
},
|
4297
|
-
{
|
4298
|
-
"name": "show-toolbar",
|
4299
|
-
"default": "`true`",
|
4300
|
-
"description": "Whether to show toolbar",
|
4301
|
-
"options": [],
|
4302
|
-
"value": {
|
4303
|
-
"type": "boolean",
|
4304
|
-
"kind": "expression"
|
4305
|
-
}
|
4306
|
-
},
|
4307
|
-
{
|
4308
|
-
"name": "loading",
|
4309
|
-
"default": "`false`",
|
4310
|
-
"description": "Whether to show loading prompt",
|
4311
|
-
"options": [],
|
4312
|
-
"value": {
|
4313
|
-
"type": "boolean",
|
4314
|
-
"kind": "expression"
|
4315
|
-
}
|
4316
|
-
},
|
4317
|
-
{
|
4318
|
-
"name": "readonly",
|
4319
|
-
"default": "`false`",
|
4320
|
-
"description": "Whether to be readonly",
|
4321
|
-
"options": [],
|
4322
|
-
"value": {
|
4323
|
-
"type": "boolean",
|
4324
|
-
"kind": "expression"
|
4325
|
-
}
|
4326
|
-
},
|
4327
|
-
{
|
4328
|
-
"name": "filter",
|
4329
|
-
"default": "-",
|
4330
|
-
"description": "Option filter",
|
4331
|
-
"options": [],
|
4332
|
-
"value": {
|
4333
|
-
"type": "(type: string, values: string[]) => string[]",
|
4334
|
-
"kind": "expression"
|
4335
|
-
}
|
4336
|
-
},
|
4337
|
-
{
|
4338
|
-
"name": "formatter",
|
4339
|
-
"default": "-",
|
4340
|
-
"description": "Option text formatter",
|
4341
|
-
"options": [],
|
4342
|
-
"value": {
|
4343
|
-
"type": "(type: string, value: string) => string",
|
4344
|
-
"kind": "expression"
|
4345
|
-
}
|
4346
|
-
},
|
4347
|
-
{
|
4348
|
-
"name": "columns-order",
|
4349
|
-
"default": "-",
|
4350
|
-
"description": "Array for ordering columns, where item can be set to<br> `year`, `month`, `day`, `hour` and `minute`",
|
4351
|
-
"options": [],
|
4352
|
-
"value": {
|
4353
|
-
"type": "string[]",
|
4354
|
-
"kind": "expression"
|
4355
|
-
}
|
4356
|
-
},
|
4357
|
-
{
|
4358
|
-
"name": "item-height",
|
4359
|
-
"default": "`44`",
|
4360
|
-
"description": "Option height, supports `px` `vw` `vh` `rem` unit, default `px`",
|
4371
|
+
{
|
4372
|
+
"name": "overlay-style",
|
4373
|
+
"default": "-",
|
4374
|
+
"description": "Custom overlay style",
|
4361
4375
|
"options": [],
|
4362
4376
|
"value": {
|
4363
|
-
"type": "
|
4377
|
+
"type": "object",
|
4364
4378
|
"kind": "expression"
|
4365
4379
|
}
|
4366
4380
|
},
|
4367
4381
|
{
|
4368
|
-
"name": "
|
4369
|
-
"default": "`
|
4370
|
-
"description": "
|
4382
|
+
"name": "close-on-popstate",
|
4383
|
+
"default": "`true`",
|
4384
|
+
"description": "Whether to close when popstate",
|
4371
4385
|
"options": [],
|
4372
4386
|
"value": {
|
4373
|
-
"type": "
|
4387
|
+
"type": "boolean",
|
4374
4388
|
"kind": "expression"
|
4375
4389
|
}
|
4376
4390
|
},
|
4377
4391
|
{
|
4378
|
-
"name": "
|
4379
|
-
"default": "`
|
4380
|
-
"description": "
|
4392
|
+
"name": "close-on-click-overlay",
|
4393
|
+
"default": "`false`",
|
4394
|
+
"description": "Whether to close when overlay is clicked",
|
4381
4395
|
"options": [],
|
4382
4396
|
"value": {
|
4383
|
-
"type": "
|
4397
|
+
"type": "boolean",
|
4384
4398
|
"kind": "expression"
|
4385
4399
|
}
|
4386
|
-
}
|
4387
|
-
]
|
4388
|
-
},
|
4389
|
-
{
|
4390
|
-
"name": "van-date-picker",
|
4391
|
-
"slots": [],
|
4392
|
-
"events": [],
|
4393
|
-
"attributes": [
|
4400
|
+
},
|
4394
4401
|
{
|
4395
|
-
"name": "
|
4396
|
-
"default": "
|
4397
|
-
"description": "
|
4402
|
+
"name": "lazy-render",
|
4403
|
+
"default": "`true`",
|
4404
|
+
"description": "Whether to lazy render util appeared",
|
4398
4405
|
"options": [],
|
4399
4406
|
"value": {
|
4400
|
-
"type": "
|
4407
|
+
"type": "boolean",
|
4401
4408
|
"kind": "expression"
|
4402
4409
|
}
|
4403
4410
|
},
|
4404
4411
|
{
|
4405
|
-
"name": "
|
4406
|
-
"default": "
|
4407
|
-
"description": "
|
4412
|
+
"name": "lock-scroll",
|
4413
|
+
"default": "`true`",
|
4414
|
+
"description": "Whether to lock background scroll",
|
4408
4415
|
"options": [],
|
4409
4416
|
"value": {
|
4410
|
-
"type": "
|
4417
|
+
"type": "boolean",
|
4411
4418
|
"kind": "expression"
|
4412
4419
|
}
|
4413
|
-
}
|
4414
|
-
]
|
4415
|
-
},
|
4416
|
-
{
|
4417
|
-
"name": "van-time-picker",
|
4418
|
-
"slots": [],
|
4419
|
-
"events": [],
|
4420
|
-
"attributes": [
|
4420
|
+
},
|
4421
4421
|
{
|
4422
|
-
"name": "
|
4423
|
-
"default": "`
|
4424
|
-
"description": "
|
4422
|
+
"name": "allow-html",
|
4423
|
+
"default": "`false`",
|
4424
|
+
"description": "Whether to allow HTML rendering in message",
|
4425
4425
|
"options": [],
|
4426
4426
|
"value": {
|
4427
|
-
"type": "
|
4427
|
+
"type": "boolean",
|
4428
4428
|
"kind": "expression"
|
4429
4429
|
}
|
4430
4430
|
},
|
4431
4431
|
{
|
4432
|
-
"name": "
|
4433
|
-
"default": "
|
4434
|
-
"description": "
|
4432
|
+
"name": "before-close",
|
4433
|
+
"default": "-",
|
4434
|
+
"description": "Callback function before close",
|
4435
4435
|
"options": [],
|
4436
4436
|
"value": {
|
4437
|
-
"type": "
|
4437
|
+
"type": "(action: string) => boolean | Promise\\<boolean\\>",
|
4438
4438
|
"kind": "expression"
|
4439
4439
|
}
|
4440
4440
|
},
|
4441
4441
|
{
|
4442
|
-
"name": "
|
4443
|
-
"default": "
|
4444
|
-
"description": "
|
4442
|
+
"name": "transition",
|
4443
|
+
"default": "-",
|
4444
|
+
"description": "Transition, equivalent to `name` prop of [transition](https://v3.vuejs.org/api/built-in-components.html#transition)",
|
4445
4445
|
"options": [],
|
4446
4446
|
"value": {
|
4447
|
-
"type": "
|
4447
|
+
"type": "string",
|
4448
4448
|
"kind": "expression"
|
4449
4449
|
}
|
4450
4450
|
},
|
4451
4451
|
{
|
4452
|
-
"name": "
|
4453
|
-
"default": "
|
4454
|
-
"description": "
|
4452
|
+
"name": "teleport",
|
4453
|
+
"default": "-",
|
4454
|
+
"description": "Specifies a target element where Dialog will be mounted",
|
4455
4455
|
"options": [],
|
4456
4456
|
"value": {
|
4457
|
-
"type": "
|
4457
|
+
"type": "string | Element",
|
4458
4458
|
"kind": "expression"
|
4459
4459
|
}
|
4460
4460
|
}
|
@@ -5747,78 +5747,203 @@
|
|
5747
5747
|
]
|
5748
5748
|
},
|
5749
5749
|
{
|
5750
|
-
"name": "van-image",
|
5750
|
+
"name": "van-image-preview",
|
5751
5751
|
"slots": [
|
5752
5752
|
{
|
5753
|
-
"name": "
|
5754
|
-
"description": "Custom
|
5753
|
+
"name": "index",
|
5754
|
+
"description": "Custom index"
|
5755
5755
|
},
|
5756
5756
|
{
|
5757
|
-
"name": "
|
5758
|
-
"description": "Custom
|
5757
|
+
"name": "cover",
|
5758
|
+
"description": "Custom content that covers the image preview"
|
5759
5759
|
},
|
5760
5760
|
{
|
5761
|
-
"name": "
|
5762
|
-
"description": "Custom
|
5761
|
+
"name": "image",
|
5762
|
+
"description": "Custom image content"
|
5763
5763
|
}
|
5764
5764
|
],
|
5765
5765
|
"events": [
|
5766
5766
|
{
|
5767
|
-
"name": "
|
5768
|
-
"description": "Emitted when
|
5767
|
+
"name": "close",
|
5768
|
+
"description": "Emitted when closing ImagePreview",
|
5769
5769
|
"arguments": [
|
5770
5770
|
{
|
5771
|
-
"name": "
|
5772
|
-
"type": "
|
5771
|
+
"name": "value",
|
5772
|
+
"type": "{ index, url }"
|
5773
5773
|
}
|
5774
5774
|
]
|
5775
5775
|
},
|
5776
5776
|
{
|
5777
|
-
"name": "
|
5778
|
-
"description": "Emitted when
|
5777
|
+
"name": "closed",
|
5778
|
+
"description": "Emitted when ImagePreview is closed",
|
5779
5779
|
"arguments": []
|
5780
5780
|
},
|
5781
5781
|
{
|
5782
|
-
"name": "
|
5783
|
-
"description": "Emitted when image
|
5784
|
-
"arguments": [
|
5782
|
+
"name": "change",
|
5783
|
+
"description": "Emitted when current image changed",
|
5784
|
+
"arguments": [
|
5785
|
+
{
|
5786
|
+
"name": "index",
|
5787
|
+
"type": "number"
|
5788
|
+
}
|
5789
|
+
]
|
5790
|
+
},
|
5791
|
+
{
|
5792
|
+
"name": "scale",
|
5793
|
+
"description": "Emitted when scaling current image",
|
5794
|
+
"arguments": [
|
5795
|
+
{
|
5796
|
+
"name": "value",
|
5797
|
+
"type": "ImagePreviewScaleEventParams"
|
5798
|
+
}
|
5799
|
+
]
|
5800
|
+
},
|
5801
|
+
{
|
5802
|
+
"name": "scale",
|
5803
|
+
"description": "Emitted when scaling current image",
|
5804
|
+
"arguments": [
|
5805
|
+
{
|
5806
|
+
"name": "value",
|
5807
|
+
"type": "ImagePreviewScaleEventParams"
|
5808
|
+
}
|
5809
|
+
]
|
5785
5810
|
}
|
5786
5811
|
],
|
5787
5812
|
"attributes": [
|
5788
5813
|
{
|
5789
|
-
"name": "
|
5814
|
+
"name": "v-model:show",
|
5815
|
+
"default": "`false`",
|
5816
|
+
"description": "Whether to show ImagePreview",
|
5817
|
+
"options": [],
|
5818
|
+
"value": {
|
5819
|
+
"type": "boolean",
|
5820
|
+
"kind": "expression"
|
5821
|
+
}
|
5822
|
+
},
|
5823
|
+
{
|
5824
|
+
"name": "images",
|
5825
|
+
"default": "`[]`",
|
5826
|
+
"description": "Images URL list",
|
5827
|
+
"options": [],
|
5828
|
+
"value": {
|
5829
|
+
"type": "string[]",
|
5830
|
+
"kind": "expression"
|
5831
|
+
}
|
5832
|
+
},
|
5833
|
+
{
|
5834
|
+
"name": "start-position",
|
5835
|
+
"default": "`0`",
|
5836
|
+
"description": "Start position",
|
5837
|
+
"options": [],
|
5838
|
+
"value": {
|
5839
|
+
"type": "number | string",
|
5840
|
+
"kind": "expression"
|
5841
|
+
}
|
5842
|
+
},
|
5843
|
+
{
|
5844
|
+
"name": "swipe-duration",
|
5845
|
+
"default": "`300`",
|
5846
|
+
"description": "Animation duration (ms)",
|
5847
|
+
"options": [],
|
5848
|
+
"value": {
|
5849
|
+
"type": "number | string",
|
5850
|
+
"kind": "expression"
|
5851
|
+
}
|
5852
|
+
},
|
5853
|
+
{
|
5854
|
+
"name": "show-index",
|
5855
|
+
"default": "`true`",
|
5856
|
+
"description": "Whether to show index",
|
5857
|
+
"options": [],
|
5858
|
+
"value": {
|
5859
|
+
"type": "boolean",
|
5860
|
+
"kind": "expression"
|
5861
|
+
}
|
5862
|
+
},
|
5863
|
+
{
|
5864
|
+
"name": "show-indicators",
|
5865
|
+
"default": "`false`",
|
5866
|
+
"description": "Whether to show indicators",
|
5867
|
+
"options": [],
|
5868
|
+
"value": {
|
5869
|
+
"type": "boolean",
|
5870
|
+
"kind": "expression"
|
5871
|
+
}
|
5872
|
+
},
|
5873
|
+
{
|
5874
|
+
"name": "loop",
|
5875
|
+
"default": "`true`",
|
5876
|
+
"description": "Whether to enable loop",
|
5877
|
+
"options": [],
|
5878
|
+
"value": {
|
5879
|
+
"type": "boolean",
|
5880
|
+
"kind": "expression"
|
5881
|
+
}
|
5882
|
+
},
|
5883
|
+
{
|
5884
|
+
"name": "before-close",
|
5790
5885
|
"default": "-",
|
5791
|
-
"description": "
|
5886
|
+
"description": "Callback function before close",
|
5792
5887
|
"options": [],
|
5793
5888
|
"value": {
|
5794
|
-
"type": "
|
5889
|
+
"type": "(action: number) => boolean | Promise\\<boolean\\>",
|
5795
5890
|
"kind": "expression"
|
5796
5891
|
}
|
5797
5892
|
},
|
5798
5893
|
{
|
5799
|
-
"name": "
|
5800
|
-
"default": "`
|
5801
|
-
"description": "
|
5894
|
+
"name": "close-on-popstate",
|
5895
|
+
"default": "`true`",
|
5896
|
+
"description": "Whether to close when popstate",
|
5897
|
+
"options": [],
|
5898
|
+
"value": {
|
5899
|
+
"type": "boolean",
|
5900
|
+
"kind": "expression"
|
5901
|
+
}
|
5902
|
+
},
|
5903
|
+
{
|
5904
|
+
"name": "class-name",
|
5905
|
+
"default": "-",
|
5906
|
+
"description": "Custom className",
|
5907
|
+
"options": [],
|
5908
|
+
"value": {
|
5909
|
+
"type": "string | Array | object",
|
5910
|
+
"kind": "expression"
|
5911
|
+
}
|
5912
|
+
},
|
5913
|
+
{
|
5914
|
+
"name": "max-zoom",
|
5915
|
+
"default": "`3`",
|
5916
|
+
"description": "Max zoom",
|
5917
|
+
"options": [],
|
5918
|
+
"value": {
|
5919
|
+
"type": "number | string",
|
5920
|
+
"kind": "expression"
|
5921
|
+
}
|
5922
|
+
},
|
5923
|
+
{
|
5924
|
+
"name": "min-zoom",
|
5925
|
+
"default": "`1/3`",
|
5926
|
+
"description": "Min zoom",
|
5802
5927
|
"options": [],
|
5803
5928
|
"value": {
|
5804
|
-
"type": "string",
|
5929
|
+
"type": "number | string",
|
5805
5930
|
"kind": "expression"
|
5806
5931
|
}
|
5807
5932
|
},
|
5808
5933
|
{
|
5809
|
-
"name": "
|
5810
|
-
"default": "`
|
5811
|
-
"description": "
|
5934
|
+
"name": "closeable",
|
5935
|
+
"default": "`false`",
|
5936
|
+
"description": "Whether to show close icon",
|
5812
5937
|
"options": [],
|
5813
5938
|
"value": {
|
5814
|
-
"type": "
|
5939
|
+
"type": "boolean",
|
5815
5940
|
"kind": "expression"
|
5816
5941
|
}
|
5817
5942
|
},
|
5818
5943
|
{
|
5819
|
-
"name": "
|
5820
|
-
"default": "
|
5821
|
-
"description": "
|
5944
|
+
"name": "close-icon",
|
5945
|
+
"default": "`clear`",
|
5946
|
+
"description": "Close icon name",
|
5822
5947
|
"options": [],
|
5823
5948
|
"value": {
|
5824
5949
|
"type": "string",
|
@@ -5826,79 +5951,107 @@
|
|
5826
5951
|
}
|
5827
5952
|
},
|
5828
5953
|
{
|
5829
|
-
"name": "
|
5830
|
-
"default": "-",
|
5831
|
-
"description": "
|
5954
|
+
"name": "close-icon-position",
|
5955
|
+
"default": "`top-right`",
|
5956
|
+
"description": "Close icon position, can be set to `top-left` `bottom-left` `bottom-right`",
|
5832
5957
|
"options": [],
|
5833
5958
|
"value": {
|
5834
|
-
"type": "
|
5959
|
+
"type": "string",
|
5835
5960
|
"kind": "expression"
|
5836
5961
|
}
|
5837
5962
|
},
|
5838
5963
|
{
|
5839
|
-
"name": "
|
5840
|
-
"default": "-",
|
5841
|
-
"description": "
|
5964
|
+
"name": "transition",
|
5965
|
+
"default": "`van-fade`",
|
5966
|
+
"description": "Transition, equivalent to `name` prop of [transition](https://v3.vuejs.org/api/built-in-components.html#transition)",
|
5842
5967
|
"options": [],
|
5843
5968
|
"value": {
|
5844
|
-
"type": "
|
5969
|
+
"type": "string",
|
5845
5970
|
"kind": "expression"
|
5846
5971
|
}
|
5847
5972
|
},
|
5848
5973
|
{
|
5849
|
-
"name": "
|
5850
|
-
"default": "
|
5851
|
-
"description": "
|
5974
|
+
"name": "overlay-class",
|
5975
|
+
"default": "-",
|
5976
|
+
"description": "Custom overlay class",
|
5852
5977
|
"options": [],
|
5853
5978
|
"value": {
|
5854
|
-
"type": "
|
5979
|
+
"type": "string | Array | object",
|
5855
5980
|
"kind": "expression"
|
5856
5981
|
}
|
5857
5982
|
},
|
5858
5983
|
{
|
5859
|
-
"name": "
|
5860
|
-
"default": "
|
5861
|
-
"description": "
|
5984
|
+
"name": "overlay-style",
|
5985
|
+
"default": "-",
|
5986
|
+
"description": "Custom overlay style",
|
5862
5987
|
"options": [],
|
5863
5988
|
"value": {
|
5864
|
-
"type": "
|
5989
|
+
"type": "object",
|
5865
5990
|
"kind": "expression"
|
5866
5991
|
}
|
5867
5992
|
},
|
5868
5993
|
{
|
5869
|
-
"name": "
|
5870
|
-
"default": "
|
5871
|
-
"description": "
|
5994
|
+
"name": "teleport",
|
5995
|
+
"default": "-",
|
5996
|
+
"description": "Specifies a target element where ImagePreview will be mounted",
|
5872
5997
|
"options": [],
|
5873
5998
|
"value": {
|
5874
|
-
"type": "
|
5999
|
+
"type": "string | Element",
|
5875
6000
|
"kind": "expression"
|
5876
6001
|
}
|
6002
|
+
}
|
6003
|
+
]
|
6004
|
+
},
|
6005
|
+
{
|
6006
|
+
"name": "van-index-bar",
|
6007
|
+
"slots": [],
|
6008
|
+
"events": [
|
6009
|
+
{
|
6010
|
+
"name": "select",
|
6011
|
+
"description": "Emitted when an index is selected",
|
6012
|
+
"arguments": [
|
6013
|
+
{
|
6014
|
+
"name": "index",
|
6015
|
+
"type": "number | string"
|
6016
|
+
}
|
6017
|
+
]
|
5877
6018
|
},
|
5878
6019
|
{
|
5879
|
-
"name": "
|
5880
|
-
"
|
5881
|
-
"
|
6020
|
+
"name": "change",
|
6021
|
+
"description": "Emitted when active index changed",
|
6022
|
+
"arguments": [
|
6023
|
+
{
|
6024
|
+
"name": "index",
|
6025
|
+
"type": "number | string"
|
6026
|
+
}
|
6027
|
+
]
|
6028
|
+
}
|
6029
|
+
],
|
6030
|
+
"attributes": [
|
6031
|
+
{
|
6032
|
+
"name": "index-list",
|
6033
|
+
"default": "`A-Z`",
|
6034
|
+
"description": "Index List",
|
5882
6035
|
"options": [],
|
5883
6036
|
"value": {
|
5884
|
-
"type": "
|
6037
|
+
"type": "string[] | number[]",
|
5885
6038
|
"kind": "expression"
|
5886
6039
|
}
|
5887
6040
|
},
|
5888
6041
|
{
|
5889
|
-
"name": "
|
5890
|
-
"default": "`
|
5891
|
-
"description": "
|
6042
|
+
"name": "z-index",
|
6043
|
+
"default": "`1`",
|
6044
|
+
"description": "z-index",
|
5892
6045
|
"options": [],
|
5893
6046
|
"value": {
|
5894
|
-
"type": "
|
6047
|
+
"type": "number | string",
|
5895
6048
|
"kind": "expression"
|
5896
6049
|
}
|
5897
6050
|
},
|
5898
6051
|
{
|
5899
|
-
"name": "
|
6052
|
+
"name": "sticky",
|
5900
6053
|
"default": "`true`",
|
5901
|
-
"description": "Whether to
|
6054
|
+
"description": "Whether to enable anchor sticky top",
|
5902
6055
|
"options": [],
|
5903
6056
|
"value": {
|
5904
6057
|
"type": "boolean",
|
@@ -5906,19 +6059,19 @@
|
|
5906
6059
|
}
|
5907
6060
|
},
|
5908
6061
|
{
|
5909
|
-
"name": "
|
5910
|
-
"default": "`
|
5911
|
-
"description": "
|
6062
|
+
"name": "sticky-offset-top",
|
6063
|
+
"default": "`0`",
|
6064
|
+
"description": "Anchor offset top when sticky",
|
5912
6065
|
"options": [],
|
5913
6066
|
"value": {
|
5914
|
-
"type": "
|
6067
|
+
"type": "number",
|
5915
6068
|
"kind": "expression"
|
5916
6069
|
}
|
5917
6070
|
},
|
5918
6071
|
{
|
5919
|
-
"name": "
|
5920
|
-
"default": "`
|
5921
|
-
"description": "
|
6072
|
+
"name": "highlight-color",
|
6073
|
+
"default": "`#ee0a24`",
|
6074
|
+
"description": "Index character highlight color",
|
5922
6075
|
"options": [],
|
5923
6076
|
"value": {
|
5924
6077
|
"type": "string",
|
@@ -5926,215 +6079,172 @@
|
|
5926
6079
|
}
|
5927
6080
|
},
|
5928
6081
|
{
|
5929
|
-
"name": "
|
5930
|
-
"default": "
|
5931
|
-
"description": "
|
6082
|
+
"name": "teleport",
|
6083
|
+
"default": "-",
|
6084
|
+
"description": "Specifies a target element where IndexBar will be mounted",
|
5932
6085
|
"options": [],
|
5933
6086
|
"value": {
|
5934
|
-
"type": "
|
6087
|
+
"type": "string | Element",
|
5935
6088
|
"kind": "expression"
|
5936
6089
|
}
|
5937
|
-
}
|
6090
|
+
}
|
6091
|
+
]
|
6092
|
+
},
|
6093
|
+
{
|
6094
|
+
"name": "van-index-anchor",
|
6095
|
+
"slots": [
|
5938
6096
|
{
|
5939
|
-
"name": "
|
5940
|
-
"
|
5941
|
-
|
6097
|
+
"name": "default",
|
6098
|
+
"description": "Anchor content, show index by default"
|
6099
|
+
}
|
6100
|
+
],
|
6101
|
+
"events": [],
|
6102
|
+
"attributes": [
|
6103
|
+
{
|
6104
|
+
"name": "index",
|
6105
|
+
"default": "-",
|
6106
|
+
"description": "Index",
|
5942
6107
|
"options": [],
|
5943
6108
|
"value": {
|
5944
|
-
"type": "string",
|
6109
|
+
"type": "number | string",
|
5945
6110
|
"kind": "expression"
|
5946
6111
|
}
|
5947
6112
|
}
|
5948
6113
|
]
|
5949
6114
|
},
|
5950
6115
|
{
|
5951
|
-
"name": "van-image
|
6116
|
+
"name": "van-image",
|
5952
6117
|
"slots": [
|
5953
6118
|
{
|
5954
|
-
"name": "
|
5955
|
-
"description": "Custom
|
6119
|
+
"name": "default",
|
6120
|
+
"description": "Custom the content below the image"
|
5956
6121
|
},
|
5957
6122
|
{
|
5958
|
-
"name": "
|
5959
|
-
"description": "Custom
|
6123
|
+
"name": "loading",
|
6124
|
+
"description": "Custom loading placeholder"
|
5960
6125
|
},
|
5961
6126
|
{
|
5962
|
-
"name": "
|
5963
|
-
"description": "Custom
|
6127
|
+
"name": "error",
|
6128
|
+
"description": "Custom error placeholder"
|
5964
6129
|
}
|
5965
6130
|
],
|
5966
6131
|
"events": [
|
5967
6132
|
{
|
5968
|
-
"name": "
|
5969
|
-
"description": "Emitted when
|
6133
|
+
"name": "click",
|
6134
|
+
"description": "Emitted when image is clicked",
|
5970
6135
|
"arguments": [
|
5971
6136
|
{
|
5972
|
-
"name": "
|
5973
|
-
"type": "
|
6137
|
+
"name": "event",
|
6138
|
+
"type": "MouseEvent"
|
5974
6139
|
}
|
5975
6140
|
]
|
5976
6141
|
},
|
5977
6142
|
{
|
5978
|
-
"name": "
|
5979
|
-
"description": "Emitted when
|
6143
|
+
"name": "load",
|
6144
|
+
"description": "Emitted when image loaded",
|
5980
6145
|
"arguments": []
|
5981
6146
|
},
|
5982
6147
|
{
|
5983
|
-
"name": "
|
5984
|
-
"description": "Emitted when
|
5985
|
-
"arguments": [
|
5986
|
-
{
|
5987
|
-
"name": "index",
|
5988
|
-
"type": "number"
|
5989
|
-
}
|
5990
|
-
]
|
5991
|
-
},
|
5992
|
-
{
|
5993
|
-
"name": "scale",
|
5994
|
-
"description": "Emitted when scaling current image",
|
5995
|
-
"arguments": [
|
5996
|
-
{
|
5997
|
-
"name": "value",
|
5998
|
-
"type": "ImagePreviewScaleEventParams"
|
5999
|
-
}
|
6000
|
-
]
|
6001
|
-
},
|
6002
|
-
{
|
6003
|
-
"name": "scale",
|
6004
|
-
"description": "Emitted when scaling current image",
|
6005
|
-
"arguments": [
|
6006
|
-
{
|
6007
|
-
"name": "value",
|
6008
|
-
"type": "ImagePreviewScaleEventParams"
|
6009
|
-
}
|
6010
|
-
]
|
6148
|
+
"name": "error",
|
6149
|
+
"description": "Emitted when image load failed",
|
6150
|
+
"arguments": []
|
6011
6151
|
}
|
6012
6152
|
],
|
6013
6153
|
"attributes": [
|
6014
6154
|
{
|
6015
|
-
"name": "
|
6016
|
-
"default": "
|
6017
|
-
"description": "
|
6018
|
-
"options": [],
|
6019
|
-
"value": {
|
6020
|
-
"type": "boolean",
|
6021
|
-
"kind": "expression"
|
6022
|
-
}
|
6023
|
-
},
|
6024
|
-
{
|
6025
|
-
"name": "images",
|
6026
|
-
"default": "`[]`",
|
6027
|
-
"description": "Images URL list",
|
6028
|
-
"options": [],
|
6029
|
-
"value": {
|
6030
|
-
"type": "string[]",
|
6031
|
-
"kind": "expression"
|
6032
|
-
}
|
6033
|
-
},
|
6034
|
-
{
|
6035
|
-
"name": "start-position",
|
6036
|
-
"default": "`0`",
|
6037
|
-
"description": "Start position",
|
6038
|
-
"options": [],
|
6039
|
-
"value": {
|
6040
|
-
"type": "number | string",
|
6041
|
-
"kind": "expression"
|
6042
|
-
}
|
6043
|
-
},
|
6044
|
-
{
|
6045
|
-
"name": "swipe-duration",
|
6046
|
-
"default": "`300`",
|
6047
|
-
"description": "Animation duration (ms)",
|
6155
|
+
"name": "src",
|
6156
|
+
"default": "-",
|
6157
|
+
"description": "Src",
|
6048
6158
|
"options": [],
|
6049
6159
|
"value": {
|
6050
|
-
"type": "
|
6160
|
+
"type": "string",
|
6051
6161
|
"kind": "expression"
|
6052
6162
|
}
|
6053
6163
|
},
|
6054
6164
|
{
|
6055
|
-
"name": "
|
6056
|
-
"default": "`
|
6057
|
-
"description": "
|
6165
|
+
"name": "fit",
|
6166
|
+
"default": "`fill`",
|
6167
|
+
"description": "Fit mode, same as [object-fit](https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit)",
|
6058
6168
|
"options": [],
|
6059
6169
|
"value": {
|
6060
|
-
"type": "
|
6170
|
+
"type": "string",
|
6061
6171
|
"kind": "expression"
|
6062
6172
|
}
|
6063
6173
|
},
|
6064
6174
|
{
|
6065
|
-
"name": "
|
6066
|
-
"default": "`
|
6067
|
-
"description": "
|
6175
|
+
"name": "position",
|
6176
|
+
"default": "`center`",
|
6177
|
+
"description": "Position, same as [object-position](https://developer.mozilla.org/en-US/docs/Web/CSS/object-position), can be set to `top` `right` `bottom` `left` or `string`",
|
6068
6178
|
"options": [],
|
6069
6179
|
"value": {
|
6070
|
-
"type": "
|
6180
|
+
"type": "string",
|
6071
6181
|
"kind": "expression"
|
6072
6182
|
}
|
6073
6183
|
},
|
6074
6184
|
{
|
6075
|
-
"name": "
|
6076
|
-
"default": "
|
6077
|
-
"description": "
|
6185
|
+
"name": "alt",
|
6186
|
+
"default": "-",
|
6187
|
+
"description": "Alt",
|
6078
6188
|
"options": [],
|
6079
6189
|
"value": {
|
6080
|
-
"type": "
|
6190
|
+
"type": "string",
|
6081
6191
|
"kind": "expression"
|
6082
6192
|
}
|
6083
6193
|
},
|
6084
6194
|
{
|
6085
|
-
"name": "
|
6195
|
+
"name": "width",
|
6086
6196
|
"default": "-",
|
6087
|
-
"description": "
|
6197
|
+
"description": "Width",
|
6088
6198
|
"options": [],
|
6089
6199
|
"value": {
|
6090
|
-
"type": "
|
6200
|
+
"type": "number | string",
|
6091
6201
|
"kind": "expression"
|
6092
6202
|
}
|
6093
6203
|
},
|
6094
6204
|
{
|
6095
|
-
"name": "
|
6096
|
-
"default": "
|
6097
|
-
"description": "
|
6205
|
+
"name": "height",
|
6206
|
+
"default": "-",
|
6207
|
+
"description": "Height",
|
6098
6208
|
"options": [],
|
6099
6209
|
"value": {
|
6100
|
-
"type": "
|
6210
|
+
"type": "number | string",
|
6101
6211
|
"kind": "expression"
|
6102
6212
|
}
|
6103
6213
|
},
|
6104
6214
|
{
|
6105
|
-
"name": "
|
6106
|
-
"default": "
|
6107
|
-
"description": "
|
6215
|
+
"name": "radius",
|
6216
|
+
"default": "`0`",
|
6217
|
+
"description": "Border Radius",
|
6108
6218
|
"options": [],
|
6109
6219
|
"value": {
|
6110
|
-
"type": "
|
6220
|
+
"type": "number | string",
|
6111
6221
|
"kind": "expression"
|
6112
6222
|
}
|
6113
6223
|
},
|
6114
6224
|
{
|
6115
|
-
"name": "
|
6116
|
-
"default": "`
|
6117
|
-
"description": "
|
6225
|
+
"name": "round",
|
6226
|
+
"default": "`false`",
|
6227
|
+
"description": "Whether to be round",
|
6118
6228
|
"options": [],
|
6119
6229
|
"value": {
|
6120
|
-
"type": "
|
6230
|
+
"type": "boolean",
|
6121
6231
|
"kind": "expression"
|
6122
6232
|
}
|
6123
6233
|
},
|
6124
6234
|
{
|
6125
|
-
"name": "
|
6126
|
-
"default": "`
|
6127
|
-
"description": "
|
6235
|
+
"name": "block",
|
6236
|
+
"default": "`false`",
|
6237
|
+
"description": "Whether the root node is a block element",
|
6128
6238
|
"options": [],
|
6129
6239
|
"value": {
|
6130
|
-
"type": "
|
6240
|
+
"type": "boolean",
|
6131
6241
|
"kind": "expression"
|
6132
6242
|
}
|
6133
6243
|
},
|
6134
6244
|
{
|
6135
|
-
"name": "
|
6245
|
+
"name": "lazy-load",
|
6136
6246
|
"default": "`false`",
|
6137
|
-
"description": "Whether to
|
6247
|
+
"description": "Whether to enable lazy load, should register [Lazyload](#/en-US/lazyload) component",
|
6138
6248
|
"options": [],
|
6139
6249
|
"value": {
|
6140
6250
|
"type": "boolean",
|
@@ -6142,29 +6252,29 @@
|
|
6142
6252
|
}
|
6143
6253
|
},
|
6144
6254
|
{
|
6145
|
-
"name": "
|
6146
|
-
"default": "`
|
6147
|
-
"description": "
|
6255
|
+
"name": "show-error",
|
6256
|
+
"default": "`true`",
|
6257
|
+
"description": "Whether to show error placeholder",
|
6148
6258
|
"options": [],
|
6149
6259
|
"value": {
|
6150
|
-
"type": "
|
6260
|
+
"type": "boolean",
|
6151
6261
|
"kind": "expression"
|
6152
6262
|
}
|
6153
6263
|
},
|
6154
6264
|
{
|
6155
|
-
"name": "
|
6156
|
-
"default": "`
|
6157
|
-
"description": "
|
6265
|
+
"name": "show-loading",
|
6266
|
+
"default": "`true`",
|
6267
|
+
"description": "Whether to show loading placeholder",
|
6158
6268
|
"options": [],
|
6159
6269
|
"value": {
|
6160
|
-
"type": "
|
6270
|
+
"type": "boolean",
|
6161
6271
|
"kind": "expression"
|
6162
6272
|
}
|
6163
6273
|
},
|
6164
6274
|
{
|
6165
|
-
"name": "
|
6166
|
-
"default": "`
|
6167
|
-
"description": "
|
6275
|
+
"name": "error-icon",
|
6276
|
+
"default": "`photo-fail`",
|
6277
|
+
"description": "Error icon",
|
6168
6278
|
"options": [],
|
6169
6279
|
"value": {
|
6170
6280
|
"type": "string",
|
@@ -6172,107 +6282,91 @@
|
|
6172
6282
|
}
|
6173
6283
|
},
|
6174
6284
|
{
|
6175
|
-
"name": "
|
6176
|
-
"default": "
|
6177
|
-
"description": "
|
6285
|
+
"name": "loading-icon",
|
6286
|
+
"default": "`photo`",
|
6287
|
+
"description": "Loading icon",
|
6178
6288
|
"options": [],
|
6179
6289
|
"value": {
|
6180
|
-
"type": "string
|
6290
|
+
"type": "string",
|
6181
6291
|
"kind": "expression"
|
6182
6292
|
}
|
6183
6293
|
},
|
6184
6294
|
{
|
6185
|
-
"name": "
|
6186
|
-
"default": "
|
6187
|
-
"description": "
|
6295
|
+
"name": "icon-size",
|
6296
|
+
"default": "`32px`",
|
6297
|
+
"description": "Icon size",
|
6188
6298
|
"options": [],
|
6189
6299
|
"value": {
|
6190
|
-
"type": "
|
6300
|
+
"type": "number | string",
|
6191
6301
|
"kind": "expression"
|
6192
6302
|
}
|
6193
6303
|
},
|
6194
6304
|
{
|
6195
|
-
"name": "
|
6196
|
-
"default": "-",
|
6197
|
-
"description": "
|
6305
|
+
"name": "icon-prefix",
|
6306
|
+
"default": "`van-icon`",
|
6307
|
+
"description": "Icon className prefix",
|
6198
6308
|
"options": [],
|
6199
6309
|
"value": {
|
6200
|
-
"type": "string
|
6310
|
+
"type": "string",
|
6201
6311
|
"kind": "expression"
|
6202
6312
|
}
|
6203
6313
|
}
|
6204
6314
|
]
|
6205
6315
|
},
|
6206
6316
|
{
|
6207
|
-
"name": "van-
|
6208
|
-
"slots": [
|
6209
|
-
"events": [
|
6210
|
-
{
|
6211
|
-
"name": "select",
|
6212
|
-
"description": "Emitted when an index is selected",
|
6213
|
-
"arguments": [
|
6214
|
-
{
|
6215
|
-
"name": "index",
|
6216
|
-
"type": "number | string"
|
6217
|
-
}
|
6218
|
-
]
|
6219
|
-
},
|
6317
|
+
"name": "van-loading",
|
6318
|
+
"slots": [
|
6220
6319
|
{
|
6221
|
-
"name": "
|
6222
|
-
"description": "
|
6223
|
-
"arguments": [
|
6224
|
-
{
|
6225
|
-
"name": "index",
|
6226
|
-
"type": "number | string"
|
6227
|
-
}
|
6228
|
-
]
|
6320
|
+
"name": "default",
|
6321
|
+
"description": "Loading text"
|
6229
6322
|
}
|
6230
6323
|
],
|
6324
|
+
"events": [],
|
6231
6325
|
"attributes": [
|
6232
6326
|
{
|
6233
|
-
"name": "
|
6234
|
-
"default": "`
|
6235
|
-
"description": "
|
6327
|
+
"name": "color",
|
6328
|
+
"default": "`#c9c9c9`",
|
6329
|
+
"description": "Loading color",
|
6236
6330
|
"options": [],
|
6237
6331
|
"value": {
|
6238
|
-
"type": "string
|
6332
|
+
"type": "string",
|
6239
6333
|
"kind": "expression"
|
6240
6334
|
}
|
6241
6335
|
},
|
6242
6336
|
{
|
6243
|
-
"name": "
|
6244
|
-
"default": "`
|
6245
|
-
"description": "
|
6337
|
+
"name": "type",
|
6338
|
+
"default": "`circular`",
|
6339
|
+
"description": "Can be set to `spinner`",
|
6246
6340
|
"options": [],
|
6247
6341
|
"value": {
|
6248
|
-
"type": "
|
6342
|
+
"type": "string",
|
6249
6343
|
"kind": "expression"
|
6250
6344
|
}
|
6251
6345
|
},
|
6252
6346
|
{
|
6253
|
-
"name": "
|
6254
|
-
"default": "`
|
6255
|
-
"description": "
|
6347
|
+
"name": "size",
|
6348
|
+
"default": "`30px`",
|
6349
|
+
"description": "Icon size",
|
6256
6350
|
"options": [],
|
6257
6351
|
"value": {
|
6258
|
-
"type": "
|
6352
|
+
"type": "number | string",
|
6259
6353
|
"kind": "expression"
|
6260
6354
|
}
|
6261
6355
|
},
|
6262
6356
|
{
|
6263
|
-
"name": "
|
6264
|
-
"default": "`
|
6265
|
-
"description": "
|
6357
|
+
"name": "text-size",
|
6358
|
+
"default": "`14px`",
|
6359
|
+
"description": "Text font size",
|
6266
6360
|
"options": [],
|
6267
6361
|
"value": {
|
6268
|
-
"type": "number",
|
6362
|
+
"type": "number | string",
|
6269
6363
|
"kind": "expression"
|
6270
6364
|
}
|
6271
6365
|
},
|
6272
6366
|
{
|
6273
|
-
"name": "
|
6274
|
-
"default": "`#
|
6275
|
-
"description": "
|
6367
|
+
"name": "text-color",
|
6368
|
+
"default": "`#c9c9c9`",
|
6369
|
+
"description": "Text color",
|
6276
6370
|
"options": [],
|
6277
6371
|
"value": {
|
6278
6372
|
"type": "string",
|
@@ -6280,34 +6374,12 @@
|
|
6280
6374
|
}
|
6281
6375
|
},
|
6282
6376
|
{
|
6283
|
-
"name": "
|
6284
|
-
"default": "
|
6285
|
-
"description": "
|
6286
|
-
"options": [],
|
6287
|
-
"value": {
|
6288
|
-
"type": "string | Element",
|
6289
|
-
"kind": "expression"
|
6290
|
-
}
|
6291
|
-
}
|
6292
|
-
]
|
6293
|
-
},
|
6294
|
-
{
|
6295
|
-
"name": "van-index-anchor",
|
6296
|
-
"slots": [
|
6297
|
-
{
|
6298
|
-
"name": "default",
|
6299
|
-
"description": "Anchor content, show index by default"
|
6300
|
-
}
|
6301
|
-
],
|
6302
|
-
"events": [],
|
6303
|
-
"attributes": [
|
6304
|
-
{
|
6305
|
-
"name": "index",
|
6306
|
-
"default": "-",
|
6307
|
-
"description": "Index",
|
6377
|
+
"name": "vertical",
|
6378
|
+
"default": "`false`",
|
6379
|
+
"description": "Whether to arrange icons and text content vertically",
|
6308
6380
|
"options": [],
|
6309
6381
|
"value": {
|
6310
|
-
"type": "
|
6382
|
+
"type": "boolean",
|
6311
6383
|
"kind": "expression"
|
6312
6384
|
}
|
6313
6385
|
}
|
@@ -6353,68 +6425,8 @@
|
|
6353
6425
|
},
|
6354
6426
|
{
|
6355
6427
|
"name": "v-model:error",
|
6356
|
-
"default": "`false`",
|
6357
|
-
"description": "Whether loading is error, the `load` event will be Emitted only when error text clicked",
|
6358
|
-
"options": [],
|
6359
|
-
"value": {
|
6360
|
-
"type": "boolean",
|
6361
|
-
"kind": "expression"
|
6362
|
-
}
|
6363
|
-
},
|
6364
|
-
{
|
6365
|
-
"name": "finished",
|
6366
|
-
"default": "`false`",
|
6367
|
-
"description": "Whether loading is finished, the `load` event will not be Emitted when finished",
|
6368
|
-
"options": [],
|
6369
|
-
"value": {
|
6370
|
-
"type": "boolean",
|
6371
|
-
"kind": "expression"
|
6372
|
-
}
|
6373
|
-
},
|
6374
|
-
{
|
6375
|
-
"name": "offset",
|
6376
|
-
"default": "`300`",
|
6377
|
-
"description": "The load event will be Emitted when the distance between the scrollbar and the bottom is less than offset",
|
6378
|
-
"options": [],
|
6379
|
-
"value": {
|
6380
|
-
"type": "number | string",
|
6381
|
-
"kind": "expression"
|
6382
|
-
}
|
6383
|
-
},
|
6384
|
-
{
|
6385
|
-
"name": "loading-text",
|
6386
|
-
"default": "`Loading...`",
|
6387
|
-
"description": "Loading text",
|
6388
|
-
"options": [],
|
6389
|
-
"value": {
|
6390
|
-
"type": "string",
|
6391
|
-
"kind": "expression"
|
6392
|
-
}
|
6393
|
-
},
|
6394
|
-
{
|
6395
|
-
"name": "finished-text",
|
6396
|
-
"default": "-",
|
6397
|
-
"description": "Finished text",
|
6398
|
-
"options": [],
|
6399
|
-
"value": {
|
6400
|
-
"type": "string",
|
6401
|
-
"kind": "expression"
|
6402
|
-
}
|
6403
|
-
},
|
6404
|
-
{
|
6405
|
-
"name": "error-text",
|
6406
|
-
"default": "-",
|
6407
|
-
"description": "Error loaded text",
|
6408
|
-
"options": [],
|
6409
|
-
"value": {
|
6410
|
-
"type": "string",
|
6411
|
-
"kind": "expression"
|
6412
|
-
}
|
6413
|
-
},
|
6414
|
-
{
|
6415
|
-
"name": "immediate-check",
|
6416
|
-
"default": "`true`",
|
6417
|
-
"description": "Whether to check loading position immediately after mounted",
|
6428
|
+
"default": "`false`",
|
6429
|
+
"description": "Whether loading is error, the `load` event will be Emitted only when error text clicked",
|
6418
6430
|
"options": [],
|
6419
6431
|
"value": {
|
6420
6432
|
"type": "boolean",
|
@@ -6422,41 +6434,29 @@
|
|
6422
6434
|
}
|
6423
6435
|
},
|
6424
6436
|
{
|
6425
|
-
"name": "
|
6426
|
-
"default": "`
|
6427
|
-
"description": "
|
6437
|
+
"name": "finished",
|
6438
|
+
"default": "`false`",
|
6439
|
+
"description": "Whether loading is finished, the `load` event will not be Emitted when finished",
|
6428
6440
|
"options": [],
|
6429
6441
|
"value": {
|
6430
|
-
"type": "
|
6442
|
+
"type": "boolean",
|
6431
6443
|
"kind": "expression"
|
6432
6444
|
}
|
6433
|
-
}
|
6434
|
-
]
|
6435
|
-
},
|
6436
|
-
{
|
6437
|
-
"name": "van-loading",
|
6438
|
-
"slots": [
|
6439
|
-
{
|
6440
|
-
"name": "default",
|
6441
|
-
"description": "Loading text"
|
6442
|
-
}
|
6443
|
-
],
|
6444
|
-
"events": [],
|
6445
|
-
"attributes": [
|
6445
|
+
},
|
6446
6446
|
{
|
6447
|
-
"name": "
|
6448
|
-
"default": "
|
6449
|
-
"description": "
|
6447
|
+
"name": "offset",
|
6448
|
+
"default": "`300`",
|
6449
|
+
"description": "The load event will be Emitted when the distance between the scrollbar and the bottom is less than offset",
|
6450
6450
|
"options": [],
|
6451
6451
|
"value": {
|
6452
|
-
"type": "string",
|
6452
|
+
"type": "number | string",
|
6453
6453
|
"kind": "expression"
|
6454
6454
|
}
|
6455
6455
|
},
|
6456
6456
|
{
|
6457
|
-
"name": "
|
6458
|
-
"default": "`
|
6459
|
-
"description": "
|
6457
|
+
"name": "loading-text",
|
6458
|
+
"default": "`Loading...`",
|
6459
|
+
"description": "Loading text",
|
6460
6460
|
"options": [],
|
6461
6461
|
"value": {
|
6462
6462
|
"type": "string",
|
@@ -6464,42 +6464,42 @@
|
|
6464
6464
|
}
|
6465
6465
|
},
|
6466
6466
|
{
|
6467
|
-
"name": "
|
6468
|
-
"default": "
|
6469
|
-
"description": "
|
6467
|
+
"name": "finished-text",
|
6468
|
+
"default": "-",
|
6469
|
+
"description": "Finished text",
|
6470
6470
|
"options": [],
|
6471
6471
|
"value": {
|
6472
|
-
"type": "
|
6472
|
+
"type": "string",
|
6473
6473
|
"kind": "expression"
|
6474
6474
|
}
|
6475
6475
|
},
|
6476
6476
|
{
|
6477
|
-
"name": "text
|
6478
|
-
"default": "
|
6479
|
-
"description": "
|
6477
|
+
"name": "error-text",
|
6478
|
+
"default": "-",
|
6479
|
+
"description": "Error loaded text",
|
6480
6480
|
"options": [],
|
6481
6481
|
"value": {
|
6482
|
-
"type": "
|
6482
|
+
"type": "string",
|
6483
6483
|
"kind": "expression"
|
6484
6484
|
}
|
6485
6485
|
},
|
6486
6486
|
{
|
6487
|
-
"name": "
|
6488
|
-
"default": "
|
6489
|
-
"description": "
|
6487
|
+
"name": "immediate-check",
|
6488
|
+
"default": "`true`",
|
6489
|
+
"description": "Whether to check loading position immediately after mounted",
|
6490
6490
|
"options": [],
|
6491
6491
|
"value": {
|
6492
|
-
"type": "
|
6492
|
+
"type": "boolean",
|
6493
6493
|
"kind": "expression"
|
6494
6494
|
}
|
6495
6495
|
},
|
6496
6496
|
{
|
6497
|
-
"name": "
|
6498
|
-
"default": "`
|
6499
|
-
"description": "
|
6497
|
+
"name": "direction",
|
6498
|
+
"default": "`down`",
|
6499
|
+
"description": "Scroll direction, can be set to `up`",
|
6500
6500
|
"options": [],
|
6501
6501
|
"value": {
|
6502
|
-
"type": "
|
6502
|
+
"type": "string",
|
6503
6503
|
"kind": "expression"
|
6504
6504
|
}
|
6505
6505
|
}
|
@@ -6772,6 +6772,99 @@
|
|
6772
6772
|
}
|
6773
6773
|
]
|
6774
6774
|
},
|
6775
|
+
{
|
6776
|
+
"name": "van-overlay",
|
6777
|
+
"slots": [
|
6778
|
+
{
|
6779
|
+
"name": "default",
|
6780
|
+
"description": "Default slot"
|
6781
|
+
}
|
6782
|
+
],
|
6783
|
+
"events": [
|
6784
|
+
{
|
6785
|
+
"name": "click",
|
6786
|
+
"description": "Emitted when component is clicked",
|
6787
|
+
"arguments": [
|
6788
|
+
{
|
6789
|
+
"name": "event",
|
6790
|
+
"type": "MouseEvent"
|
6791
|
+
}
|
6792
|
+
]
|
6793
|
+
}
|
6794
|
+
],
|
6795
|
+
"attributes": [
|
6796
|
+
{
|
6797
|
+
"name": "show",
|
6798
|
+
"default": "`false`",
|
6799
|
+
"description": "Whether to show overlay",
|
6800
|
+
"options": [],
|
6801
|
+
"value": {
|
6802
|
+
"type": "boolean",
|
6803
|
+
"kind": "expression"
|
6804
|
+
}
|
6805
|
+
},
|
6806
|
+
{
|
6807
|
+
"name": "z-index",
|
6808
|
+
"default": "`1`",
|
6809
|
+
"description": "z-index",
|
6810
|
+
"options": [],
|
6811
|
+
"value": {
|
6812
|
+
"type": "number | string",
|
6813
|
+
"kind": "expression"
|
6814
|
+
}
|
6815
|
+
},
|
6816
|
+
{
|
6817
|
+
"name": "duration",
|
6818
|
+
"default": "`0.3`",
|
6819
|
+
"description": "Animation duration",
|
6820
|
+
"options": [],
|
6821
|
+
"value": {
|
6822
|
+
"type": "number | string",
|
6823
|
+
"kind": "expression"
|
6824
|
+
}
|
6825
|
+
},
|
6826
|
+
{
|
6827
|
+
"name": "class-name",
|
6828
|
+
"default": "-",
|
6829
|
+
"description": "ClassName",
|
6830
|
+
"options": [],
|
6831
|
+
"value": {
|
6832
|
+
"type": "string",
|
6833
|
+
"kind": "expression"
|
6834
|
+
}
|
6835
|
+
},
|
6836
|
+
{
|
6837
|
+
"name": "custom-class",
|
6838
|
+
"default": "-",
|
6839
|
+
"description": "Custom style",
|
6840
|
+
"options": [],
|
6841
|
+
"value": {
|
6842
|
+
"type": "object",
|
6843
|
+
"kind": "expression"
|
6844
|
+
}
|
6845
|
+
},
|
6846
|
+
{
|
6847
|
+
"name": "lock-scroll",
|
6848
|
+
"default": "`true`",
|
6849
|
+
"description": "Whether to lock background scroll",
|
6850
|
+
"options": [],
|
6851
|
+
"value": {
|
6852
|
+
"type": "boolean",
|
6853
|
+
"kind": "expression"
|
6854
|
+
}
|
6855
|
+
},
|
6856
|
+
{
|
6857
|
+
"name": "lazy-render",
|
6858
|
+
"default": "`true`",
|
6859
|
+
"description": "Whether to lazy render util appeared",
|
6860
|
+
"options": [],
|
6861
|
+
"value": {
|
6862
|
+
"type": "boolean",
|
6863
|
+
"kind": "expression"
|
6864
|
+
}
|
6865
|
+
}
|
6866
|
+
]
|
6867
|
+
},
|
6775
6868
|
{
|
6776
6869
|
"name": "van-number-keyboard",
|
6777
6870
|
"slots": [
|
@@ -6998,99 +7091,6 @@
|
|
6998
7091
|
}
|
6999
7092
|
]
|
7000
7093
|
},
|
7001
|
-
{
|
7002
|
-
"name": "van-overlay",
|
7003
|
-
"slots": [
|
7004
|
-
{
|
7005
|
-
"name": "default",
|
7006
|
-
"description": "Default slot"
|
7007
|
-
}
|
7008
|
-
],
|
7009
|
-
"events": [
|
7010
|
-
{
|
7011
|
-
"name": "click",
|
7012
|
-
"description": "Emitted when component is clicked",
|
7013
|
-
"arguments": [
|
7014
|
-
{
|
7015
|
-
"name": "event",
|
7016
|
-
"type": "MouseEvent"
|
7017
|
-
}
|
7018
|
-
]
|
7019
|
-
}
|
7020
|
-
],
|
7021
|
-
"attributes": [
|
7022
|
-
{
|
7023
|
-
"name": "show",
|
7024
|
-
"default": "`false`",
|
7025
|
-
"description": "Whether to show overlay",
|
7026
|
-
"options": [],
|
7027
|
-
"value": {
|
7028
|
-
"type": "boolean",
|
7029
|
-
"kind": "expression"
|
7030
|
-
}
|
7031
|
-
},
|
7032
|
-
{
|
7033
|
-
"name": "z-index",
|
7034
|
-
"default": "`1`",
|
7035
|
-
"description": "z-index",
|
7036
|
-
"options": [],
|
7037
|
-
"value": {
|
7038
|
-
"type": "number | string",
|
7039
|
-
"kind": "expression"
|
7040
|
-
}
|
7041
|
-
},
|
7042
|
-
{
|
7043
|
-
"name": "duration",
|
7044
|
-
"default": "`0.3`",
|
7045
|
-
"description": "Animation duration",
|
7046
|
-
"options": [],
|
7047
|
-
"value": {
|
7048
|
-
"type": "number | string",
|
7049
|
-
"kind": "expression"
|
7050
|
-
}
|
7051
|
-
},
|
7052
|
-
{
|
7053
|
-
"name": "class-name",
|
7054
|
-
"default": "-",
|
7055
|
-
"description": "ClassName",
|
7056
|
-
"options": [],
|
7057
|
-
"value": {
|
7058
|
-
"type": "string",
|
7059
|
-
"kind": "expression"
|
7060
|
-
}
|
7061
|
-
},
|
7062
|
-
{
|
7063
|
-
"name": "custom-class",
|
7064
|
-
"default": "-",
|
7065
|
-
"description": "Custom style",
|
7066
|
-
"options": [],
|
7067
|
-
"value": {
|
7068
|
-
"type": "object",
|
7069
|
-
"kind": "expression"
|
7070
|
-
}
|
7071
|
-
},
|
7072
|
-
{
|
7073
|
-
"name": "lock-scroll",
|
7074
|
-
"default": "`true`",
|
7075
|
-
"description": "Whether to lock background scroll",
|
7076
|
-
"options": [],
|
7077
|
-
"value": {
|
7078
|
-
"type": "boolean",
|
7079
|
-
"kind": "expression"
|
7080
|
-
}
|
7081
|
-
},
|
7082
|
-
{
|
7083
|
-
"name": "lazy-render",
|
7084
|
-
"default": "`true`",
|
7085
|
-
"description": "Whether to lazy render util appeared",
|
7086
|
-
"options": [],
|
7087
|
-
"value": {
|
7088
|
-
"type": "boolean",
|
7089
|
-
"kind": "expression"
|
7090
|
-
}
|
7091
|
-
}
|
7092
|
-
]
|
7093
|
-
},
|
7094
7094
|
{
|
7095
7095
|
"name": "van-pagination",
|
7096
7096
|
"slots": [
|
@@ -7724,6 +7724,103 @@
|
|
7724
7724
|
}
|
7725
7725
|
]
|
7726
7726
|
},
|
7727
|
+
{
|
7728
|
+
"name": "van-progress",
|
7729
|
+
"slots": [],
|
7730
|
+
"events": [],
|
7731
|
+
"attributes": [
|
7732
|
+
{
|
7733
|
+
"name": "percentage",
|
7734
|
+
"default": "`0`",
|
7735
|
+
"description": "Percentage",
|
7736
|
+
"options": [],
|
7737
|
+
"value": {
|
7738
|
+
"type": "number | string",
|
7739
|
+
"kind": "expression"
|
7740
|
+
}
|
7741
|
+
},
|
7742
|
+
{
|
7743
|
+
"name": "stroke-width",
|
7744
|
+
"default": "`4px`",
|
7745
|
+
"description": "Stroke width",
|
7746
|
+
"options": [],
|
7747
|
+
"value": {
|
7748
|
+
"type": "number | string",
|
7749
|
+
"kind": "expression"
|
7750
|
+
}
|
7751
|
+
},
|
7752
|
+
{
|
7753
|
+
"name": "color",
|
7754
|
+
"default": "`#1989fa`",
|
7755
|
+
"description": "Color",
|
7756
|
+
"options": [],
|
7757
|
+
"value": {
|
7758
|
+
"type": "string",
|
7759
|
+
"kind": "expression"
|
7760
|
+
}
|
7761
|
+
},
|
7762
|
+
{
|
7763
|
+
"name": "track-color",
|
7764
|
+
"default": "`#e5e5e5`",
|
7765
|
+
"description": "Track color",
|
7766
|
+
"options": [],
|
7767
|
+
"value": {
|
7768
|
+
"type": "string",
|
7769
|
+
"kind": "expression"
|
7770
|
+
}
|
7771
|
+
},
|
7772
|
+
{
|
7773
|
+
"name": "pivot-text",
|
7774
|
+
"default": "percentage",
|
7775
|
+
"description": "Pivot text",
|
7776
|
+
"options": [],
|
7777
|
+
"value": {
|
7778
|
+
"type": "string",
|
7779
|
+
"kind": "expression"
|
7780
|
+
}
|
7781
|
+
},
|
7782
|
+
{
|
7783
|
+
"name": "pivot-color",
|
7784
|
+
"default": "inherit progress color",
|
7785
|
+
"description": "Pivot text background color",
|
7786
|
+
"options": [],
|
7787
|
+
"value": {
|
7788
|
+
"type": "string",
|
7789
|
+
"kind": "expression"
|
7790
|
+
}
|
7791
|
+
},
|
7792
|
+
{
|
7793
|
+
"name": "text-color",
|
7794
|
+
"default": "`white`",
|
7795
|
+
"description": "Pivot text color",
|
7796
|
+
"options": [],
|
7797
|
+
"value": {
|
7798
|
+
"type": "string",
|
7799
|
+
"kind": "expression"
|
7800
|
+
}
|
7801
|
+
},
|
7802
|
+
{
|
7803
|
+
"name": "inactive",
|
7804
|
+
"default": "`false`",
|
7805
|
+
"description": "Whether to be gray",
|
7806
|
+
"options": [],
|
7807
|
+
"value": {
|
7808
|
+
"type": "boolean",
|
7809
|
+
"kind": "expression"
|
7810
|
+
}
|
7811
|
+
},
|
7812
|
+
{
|
7813
|
+
"name": "show-pivot",
|
7814
|
+
"default": "`true`",
|
7815
|
+
"description": "Whether to show text",
|
7816
|
+
"options": [],
|
7817
|
+
"value": {
|
7818
|
+
"type": "boolean",
|
7819
|
+
"kind": "expression"
|
7820
|
+
}
|
7821
|
+
}
|
7822
|
+
]
|
7823
|
+
},
|
7727
7824
|
{
|
7728
7825
|
"name": "van-popup",
|
7729
7826
|
"slots": [
|
@@ -8001,103 +8098,6 @@
|
|
8001
8098
|
}
|
8002
8099
|
]
|
8003
8100
|
},
|
8004
|
-
{
|
8005
|
-
"name": "van-progress",
|
8006
|
-
"slots": [],
|
8007
|
-
"events": [],
|
8008
|
-
"attributes": [
|
8009
|
-
{
|
8010
|
-
"name": "percentage",
|
8011
|
-
"default": "`0`",
|
8012
|
-
"description": "Percentage",
|
8013
|
-
"options": [],
|
8014
|
-
"value": {
|
8015
|
-
"type": "number | string",
|
8016
|
-
"kind": "expression"
|
8017
|
-
}
|
8018
|
-
},
|
8019
|
-
{
|
8020
|
-
"name": "stroke-width",
|
8021
|
-
"default": "`4px`",
|
8022
|
-
"description": "Stroke width",
|
8023
|
-
"options": [],
|
8024
|
-
"value": {
|
8025
|
-
"type": "number | string",
|
8026
|
-
"kind": "expression"
|
8027
|
-
}
|
8028
|
-
},
|
8029
|
-
{
|
8030
|
-
"name": "color",
|
8031
|
-
"default": "`#1989fa`",
|
8032
|
-
"description": "Color",
|
8033
|
-
"options": [],
|
8034
|
-
"value": {
|
8035
|
-
"type": "string",
|
8036
|
-
"kind": "expression"
|
8037
|
-
}
|
8038
|
-
},
|
8039
|
-
{
|
8040
|
-
"name": "track-color",
|
8041
|
-
"default": "`#e5e5e5`",
|
8042
|
-
"description": "Track color",
|
8043
|
-
"options": [],
|
8044
|
-
"value": {
|
8045
|
-
"type": "string",
|
8046
|
-
"kind": "expression"
|
8047
|
-
}
|
8048
|
-
},
|
8049
|
-
{
|
8050
|
-
"name": "pivot-text",
|
8051
|
-
"default": "percentage",
|
8052
|
-
"description": "Pivot text",
|
8053
|
-
"options": [],
|
8054
|
-
"value": {
|
8055
|
-
"type": "string",
|
8056
|
-
"kind": "expression"
|
8057
|
-
}
|
8058
|
-
},
|
8059
|
-
{
|
8060
|
-
"name": "pivot-color",
|
8061
|
-
"default": "inherit progress color",
|
8062
|
-
"description": "Pivot text background color",
|
8063
|
-
"options": [],
|
8064
|
-
"value": {
|
8065
|
-
"type": "string",
|
8066
|
-
"kind": "expression"
|
8067
|
-
}
|
8068
|
-
},
|
8069
|
-
{
|
8070
|
-
"name": "text-color",
|
8071
|
-
"default": "`white`",
|
8072
|
-
"description": "Pivot text color",
|
8073
|
-
"options": [],
|
8074
|
-
"value": {
|
8075
|
-
"type": "string",
|
8076
|
-
"kind": "expression"
|
8077
|
-
}
|
8078
|
-
},
|
8079
|
-
{
|
8080
|
-
"name": "inactive",
|
8081
|
-
"default": "`false`",
|
8082
|
-
"description": "Whether to be gray",
|
8083
|
-
"options": [],
|
8084
|
-
"value": {
|
8085
|
-
"type": "boolean",
|
8086
|
-
"kind": "expression"
|
8087
|
-
}
|
8088
|
-
},
|
8089
|
-
{
|
8090
|
-
"name": "show-pivot",
|
8091
|
-
"default": "`true`",
|
8092
|
-
"description": "Whether to show text",
|
8093
|
-
"options": [],
|
8094
|
-
"value": {
|
8095
|
-
"type": "boolean",
|
8096
|
-
"kind": "expression"
|
8097
|
-
}
|
8098
|
-
}
|
8099
|
-
]
|
8100
|
-
},
|
8101
8101
|
{
|
8102
8102
|
"name": "van-pull-refresh",
|
8103
8103
|
"slots": [
|
@@ -9389,74 +9389,12 @@
|
|
9389
9389
|
}
|
9390
9390
|
},
|
9391
9391
|
{
|
9392
|
-
"name": "avatar-shape",
|
9393
|
-
"default": "`round`",
|
9394
|
-
"description": "Shape of avatar placeholder, can be set to `square`",
|
9395
|
-
"options": [],
|
9396
|
-
"value": {
|
9397
|
-
"type": "string",
|
9398
|
-
"kind": "expression"
|
9399
|
-
}
|
9400
|
-
}
|
9401
|
-
]
|
9402
|
-
},
|
9403
|
-
{
|
9404
|
-
"name": "van-space",
|
9405
|
-
"slots": [
|
9406
|
-
{
|
9407
|
-
"name": "default",
|
9408
|
-
"description": "Default slot"
|
9409
|
-
}
|
9410
|
-
],
|
9411
|
-
"events": [],
|
9412
|
-
"attributes": [
|
9413
|
-
{
|
9414
|
-
"name": "direction",
|
9415
|
-
"default": "`horizontal`",
|
9416
|
-
"description": "Spacing direction",
|
9417
|
-
"options": [],
|
9418
|
-
"value": {
|
9419
|
-
"type": "vertical | horizontal",
|
9420
|
-
"kind": "expression"
|
9421
|
-
}
|
9422
|
-
},
|
9423
|
-
{
|
9424
|
-
"name": "size",
|
9425
|
-
"default": "`8px`",
|
9426
|
-
"description": "Spacing size, such as `20px` `2em`. The default unit is px, supports using array to set horizontal and vertical spacing",
|
9427
|
-
"options": [],
|
9428
|
-
"value": {
|
9429
|
-
"type": "number | string | number[] | string[]",
|
9430
|
-
"kind": "expression"
|
9431
|
-
}
|
9432
|
-
},
|
9433
|
-
{
|
9434
|
-
"name": "align",
|
9435
|
-
"default": "-",
|
9436
|
-
"description": "Spacing alignment",
|
9437
|
-
"options": [],
|
9438
|
-
"value": {
|
9439
|
-
"type": "start | end | center | baseline",
|
9440
|
-
"kind": "expression"
|
9441
|
-
}
|
9442
|
-
},
|
9443
|
-
{
|
9444
|
-
"name": "wrap",
|
9445
|
-
"default": "`false`",
|
9446
|
-
"description": "Whether to wrap automatically, only for horizontal alignment",
|
9447
|
-
"options": [],
|
9448
|
-
"value": {
|
9449
|
-
"type": "boolean",
|
9450
|
-
"kind": "expression"
|
9451
|
-
}
|
9452
|
-
},
|
9453
|
-
{
|
9454
|
-
"name": "fill",
|
9455
|
-
"default": "`false`",
|
9456
|
-
"description": "Whether to render Space as a block element and fill the parent element",
|
9392
|
+
"name": "avatar-shape",
|
9393
|
+
"default": "`round`",
|
9394
|
+
"description": "Shape of avatar placeholder, can be set to `square`",
|
9457
9395
|
"options": [],
|
9458
9396
|
"value": {
|
9459
|
-
"type": "
|
9397
|
+
"type": "string",
|
9460
9398
|
"kind": "expression"
|
9461
9399
|
}
|
9462
9400
|
}
|
@@ -9652,6 +9590,68 @@
|
|
9652
9590
|
}
|
9653
9591
|
]
|
9654
9592
|
},
|
9593
|
+
{
|
9594
|
+
"name": "van-space",
|
9595
|
+
"slots": [
|
9596
|
+
{
|
9597
|
+
"name": "default",
|
9598
|
+
"description": "Default slot"
|
9599
|
+
}
|
9600
|
+
],
|
9601
|
+
"events": [],
|
9602
|
+
"attributes": [
|
9603
|
+
{
|
9604
|
+
"name": "direction",
|
9605
|
+
"default": "`horizontal`",
|
9606
|
+
"description": "Spacing direction",
|
9607
|
+
"options": [],
|
9608
|
+
"value": {
|
9609
|
+
"type": "vertical | horizontal",
|
9610
|
+
"kind": "expression"
|
9611
|
+
}
|
9612
|
+
},
|
9613
|
+
{
|
9614
|
+
"name": "size",
|
9615
|
+
"default": "`8px`",
|
9616
|
+
"description": "Spacing size, such as `20px` `2em`. The default unit is px, supports using array to set horizontal and vertical spacing",
|
9617
|
+
"options": [],
|
9618
|
+
"value": {
|
9619
|
+
"type": "number | string | number[] | string[]",
|
9620
|
+
"kind": "expression"
|
9621
|
+
}
|
9622
|
+
},
|
9623
|
+
{
|
9624
|
+
"name": "align",
|
9625
|
+
"default": "-",
|
9626
|
+
"description": "Spacing alignment",
|
9627
|
+
"options": [],
|
9628
|
+
"value": {
|
9629
|
+
"type": "start | end | center | baseline",
|
9630
|
+
"kind": "expression"
|
9631
|
+
}
|
9632
|
+
},
|
9633
|
+
{
|
9634
|
+
"name": "wrap",
|
9635
|
+
"default": "`false`",
|
9636
|
+
"description": "Whether to wrap automatically, only for horizontal alignment",
|
9637
|
+
"options": [],
|
9638
|
+
"value": {
|
9639
|
+
"type": "boolean",
|
9640
|
+
"kind": "expression"
|
9641
|
+
}
|
9642
|
+
},
|
9643
|
+
{
|
9644
|
+
"name": "fill",
|
9645
|
+
"default": "`false`",
|
9646
|
+
"description": "Whether to render Space as a block element and fill the parent element",
|
9647
|
+
"options": [],
|
9648
|
+
"value": {
|
9649
|
+
"type": "boolean",
|
9650
|
+
"kind": "expression"
|
9651
|
+
}
|
9652
|
+
}
|
9653
|
+
]
|
9654
|
+
},
|
9655
9655
|
{
|
9656
9656
|
"name": "van-stepper",
|
9657
9657
|
"slots": [],
|
@@ -11435,99 +11435,6 @@
|
|
11435
11435
|
}
|
11436
11436
|
]
|
11437
11437
|
},
|
11438
|
-
{
|
11439
|
-
"name": "van-tree-select",
|
11440
|
-
"slots": [
|
11441
|
-
{
|
11442
|
-
"name": "content",
|
11443
|
-
"description": "Custom right content"
|
11444
|
-
}
|
11445
|
-
],
|
11446
|
-
"events": [
|
11447
|
-
{
|
11448
|
-
"name": "click-nav",
|
11449
|
-
"description": "Emitted when parent node is selected",
|
11450
|
-
"arguments": [
|
11451
|
-
{
|
11452
|
-
"name": "index",
|
11453
|
-
"type": "number"
|
11454
|
-
}
|
11455
|
-
]
|
11456
|
-
},
|
11457
|
-
{
|
11458
|
-
"name": "click-item",
|
11459
|
-
"description": "Emitted when item is selected",
|
11460
|
-
"arguments": [
|
11461
|
-
{
|
11462
|
-
"name": "item",
|
11463
|
-
"type": "TreeSelectChild"
|
11464
|
-
}
|
11465
|
-
]
|
11466
|
-
}
|
11467
|
-
],
|
11468
|
-
"attributes": [
|
11469
|
-
{
|
11470
|
-
"name": "items",
|
11471
|
-
"default": "`[]`",
|
11472
|
-
"description": "Required datasets for the component",
|
11473
|
-
"options": [],
|
11474
|
-
"value": {
|
11475
|
-
"type": "TreeSelectItem[]",
|
11476
|
-
"kind": "expression"
|
11477
|
-
}
|
11478
|
-
},
|
11479
|
-
{
|
11480
|
-
"name": "height",
|
11481
|
-
"default": "`300`",
|
11482
|
-
"description": "Height",
|
11483
|
-
"options": [],
|
11484
|
-
"value": {
|
11485
|
-
"type": "number | string",
|
11486
|
-
"kind": "expression"
|
11487
|
-
}
|
11488
|
-
},
|
11489
|
-
{
|
11490
|
-
"name": "main-active-index",
|
11491
|
-
"default": "`0`",
|
11492
|
-
"description": "The index of selected parent node",
|
11493
|
-
"options": [],
|
11494
|
-
"value": {
|
11495
|
-
"type": "number | string",
|
11496
|
-
"kind": "expression"
|
11497
|
-
}
|
11498
|
-
},
|
11499
|
-
{
|
11500
|
-
"name": "active-id",
|
11501
|
-
"default": "`0`",
|
11502
|
-
"description": "Id of selected item",
|
11503
|
-
"options": [],
|
11504
|
-
"value": {
|
11505
|
-
"type": "number | string |<br>(number | string)[]",
|
11506
|
-
"kind": "expression"
|
11507
|
-
}
|
11508
|
-
},
|
11509
|
-
{
|
11510
|
-
"name": "max",
|
11511
|
-
"default": "`Infinity`",
|
11512
|
-
"description": "Maximum number of selected items",
|
11513
|
-
"options": [],
|
11514
|
-
"value": {
|
11515
|
-
"type": "number | string",
|
11516
|
-
"kind": "expression"
|
11517
|
-
}
|
11518
|
-
},
|
11519
|
-
{
|
11520
|
-
"name": "selected-icon",
|
11521
|
-
"default": "`success`",
|
11522
|
-
"description": "Selected icon",
|
11523
|
-
"options": [],
|
11524
|
-
"value": {
|
11525
|
-
"type": "string",
|
11526
|
-
"kind": "expression"
|
11527
|
-
}
|
11528
|
-
}
|
11529
|
-
]
|
11530
|
-
},
|
11531
11438
|
{
|
11532
11439
|
"name": "van-uploader",
|
11533
11440
|
"slots": [
|
@@ -11832,6 +11739,99 @@
|
|
11832
11739
|
}
|
11833
11740
|
}
|
11834
11741
|
]
|
11742
|
+
},
|
11743
|
+
{
|
11744
|
+
"name": "van-tree-select",
|
11745
|
+
"slots": [
|
11746
|
+
{
|
11747
|
+
"name": "content",
|
11748
|
+
"description": "Custom right content"
|
11749
|
+
}
|
11750
|
+
],
|
11751
|
+
"events": [
|
11752
|
+
{
|
11753
|
+
"name": "click-nav",
|
11754
|
+
"description": "Emitted when parent node is selected",
|
11755
|
+
"arguments": [
|
11756
|
+
{
|
11757
|
+
"name": "index",
|
11758
|
+
"type": "number"
|
11759
|
+
}
|
11760
|
+
]
|
11761
|
+
},
|
11762
|
+
{
|
11763
|
+
"name": "click-item",
|
11764
|
+
"description": "Emitted when item is selected",
|
11765
|
+
"arguments": [
|
11766
|
+
{
|
11767
|
+
"name": "item",
|
11768
|
+
"type": "TreeSelectChild"
|
11769
|
+
}
|
11770
|
+
]
|
11771
|
+
}
|
11772
|
+
],
|
11773
|
+
"attributes": [
|
11774
|
+
{
|
11775
|
+
"name": "items",
|
11776
|
+
"default": "`[]`",
|
11777
|
+
"description": "Required datasets for the component",
|
11778
|
+
"options": [],
|
11779
|
+
"value": {
|
11780
|
+
"type": "TreeSelectItem[]",
|
11781
|
+
"kind": "expression"
|
11782
|
+
}
|
11783
|
+
},
|
11784
|
+
{
|
11785
|
+
"name": "height",
|
11786
|
+
"default": "`300`",
|
11787
|
+
"description": "Height",
|
11788
|
+
"options": [],
|
11789
|
+
"value": {
|
11790
|
+
"type": "number | string",
|
11791
|
+
"kind": "expression"
|
11792
|
+
}
|
11793
|
+
},
|
11794
|
+
{
|
11795
|
+
"name": "main-active-index",
|
11796
|
+
"default": "`0`",
|
11797
|
+
"description": "The index of selected parent node",
|
11798
|
+
"options": [],
|
11799
|
+
"value": {
|
11800
|
+
"type": "number | string",
|
11801
|
+
"kind": "expression"
|
11802
|
+
}
|
11803
|
+
},
|
11804
|
+
{
|
11805
|
+
"name": "active-id",
|
11806
|
+
"default": "`0`",
|
11807
|
+
"description": "Id of selected item",
|
11808
|
+
"options": [],
|
11809
|
+
"value": {
|
11810
|
+
"type": "number | string |<br>(number | string)[]",
|
11811
|
+
"kind": "expression"
|
11812
|
+
}
|
11813
|
+
},
|
11814
|
+
{
|
11815
|
+
"name": "max",
|
11816
|
+
"default": "`Infinity`",
|
11817
|
+
"description": "Maximum number of selected items",
|
11818
|
+
"options": [],
|
11819
|
+
"value": {
|
11820
|
+
"type": "number | string",
|
11821
|
+
"kind": "expression"
|
11822
|
+
}
|
11823
|
+
},
|
11824
|
+
{
|
11825
|
+
"name": "selected-icon",
|
11826
|
+
"default": "`success`",
|
11827
|
+
"description": "Selected icon",
|
11828
|
+
"options": [],
|
11829
|
+
"value": {
|
11830
|
+
"type": "string",
|
11831
|
+
"kind": "expression"
|
11832
|
+
}
|
11833
|
+
}
|
11834
|
+
]
|
11835
11835
|
}
|
11836
11836
|
],
|
11837
11837
|
"attributes": [],
|