vant 2.12.28 → 2.12.30

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.
@@ -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": "2.12.28",
5
+ "version": "2.12.30",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "tags": [
@@ -204,118 +204,6 @@
204
204
  }
205
205
  ]
206
206
  },
207
- {
208
- "name": "van-address-list",
209
- "slots": [
210
- {
211
- "name": "default",
212
- "description": "在列表下方插入内容"
213
- },
214
- {
215
- "name": "top",
216
- "description": "在顶部插入内容"
217
- },
218
- {
219
- "name": "item-bottom",
220
- "description": "在列表项底部插入内容"
221
- },
222
- {
223
- "name": "tag",
224
- "description": "列表项标签内容自定义"
225
- }
226
- ],
227
- "events": [
228
- {
229
- "name": "add",
230
- "description": "点击新增按钮时触发"
231
- },
232
- {
233
- "name": "edit",
234
- "description": "点击编辑按钮时触发"
235
- },
236
- {
237
- "name": "select",
238
- "description": "切换选中的地址时触发"
239
- },
240
- {
241
- "name": "edit-disabled",
242
- "description": "编辑不可配送的地址时触发"
243
- },
244
- {
245
- "name": "select-disabled",
246
- "description": "选中不可配送的地址时触发"
247
- },
248
- {
249
- "name": "click-item",
250
- "description": "点击任意地址时触发"
251
- }
252
- ],
253
- "attributes": [
254
- {
255
- "name": "v-model",
256
- "default": "-",
257
- "description": "当前选中地址的 id",
258
- "value": {
259
- "type": "string",
260
- "kind": "expression"
261
- }
262
- },
263
- {
264
- "name": "list",
265
- "default": "`[]`",
266
- "description": "地址列表",
267
- "value": {
268
- "type": "Address[]",
269
- "kind": "expression"
270
- }
271
- },
272
- {
273
- "name": "disabled-list",
274
- "default": "`[]`",
275
- "description": "不可配送地址列表",
276
- "value": {
277
- "type": "Address[]",
278
- "kind": "expression"
279
- }
280
- },
281
- {
282
- "name": "disabled-text",
283
- "default": "-",
284
- "description": "不可配送提示文案",
285
- "value": {
286
- "type": "string",
287
- "kind": "expression"
288
- }
289
- },
290
- {
291
- "name": "switchable",
292
- "default": "`true`",
293
- "description": "是否允许切换地址",
294
- "value": {
295
- "type": "boolean",
296
- "kind": "expression"
297
- }
298
- },
299
- {
300
- "name": "add-button-text",
301
- "default": "`新增地址`",
302
- "description": "底部按钮文字",
303
- "value": {
304
- "type": "string",
305
- "kind": "expression"
306
- }
307
- },
308
- {
309
- "name": "default-tag-text",
310
- "default": "-",
311
- "description": "默认地址标签文字",
312
- "value": {
313
- "type": "string",
314
- "kind": "expression"
315
- }
316
- }
317
- ]
318
- },
319
207
  {
320
208
  "name": "van-address-edit",
321
209
  "slots": [
@@ -564,429 +452,541 @@
564
452
  ]
565
453
  },
566
454
  {
567
- "name": "van-button",
455
+ "name": "van-address-list",
568
456
  "slots": [
569
457
  {
570
458
  "name": "default",
571
- "description": "按钮内容"
459
+ "description": "在列表下方插入内容"
572
460
  },
573
461
  {
574
- "name": "icon",
575
- "description": "自定义图标"
462
+ "name": "top",
463
+ "description": "在顶部插入内容"
576
464
  },
577
465
  {
578
- "name": "loading",
579
- "description": "自定义加载图标"
466
+ "name": "item-bottom",
467
+ "description": "在列表项底部插入内容"
468
+ },
469
+ {
470
+ "name": "tag",
471
+ "description": "列表项标签内容自定义"
580
472
  }
581
473
  ],
582
474
  "events": [
583
475
  {
584
- "name": "click",
585
- "description": "点击按钮,且按钮状态不为加载或禁用时触发"
476
+ "name": "add",
477
+ "description": "点击新增按钮时触发"
586
478
  },
587
479
  {
588
- "name": "touchstart",
589
- "description": "开始触摸按钮时触发"
480
+ "name": "edit",
481
+ "description": "点击编辑按钮时触发"
482
+ },
483
+ {
484
+ "name": "select",
485
+ "description": "切换选中的地址时触发"
486
+ },
487
+ {
488
+ "name": "edit-disabled",
489
+ "description": "编辑不可配送的地址时触发"
490
+ },
491
+ {
492
+ "name": "select-disabled",
493
+ "description": "选中不可配送的地址时触发"
494
+ },
495
+ {
496
+ "name": "click-item",
497
+ "description": "点击任意地址时触发"
590
498
  }
591
499
  ],
592
500
  "attributes": [
593
501
  {
594
- "name": "type",
595
- "default": "`default`",
596
- "description": "类型,可选值为 `primary` `info` `warning` `danger`",
502
+ "name": "v-model",
503
+ "default": "-",
504
+ "description": "当前选中地址的 id",
597
505
  "value": {
598
506
  "type": "string",
599
507
  "kind": "expression"
600
508
  }
601
509
  },
602
510
  {
603
- "name": "size",
604
- "default": "`normal`",
605
- "description": "尺寸,可选值为 `large` `small` `mini`",
511
+ "name": "list",
512
+ "default": "`[]`",
513
+ "description": "地址列表",
606
514
  "value": {
607
- "type": "string",
515
+ "type": "Address[]",
608
516
  "kind": "expression"
609
517
  }
610
518
  },
611
519
  {
612
- "name": "text",
613
- "default": "-",
614
- "description": "按钮文字",
520
+ "name": "disabled-list",
521
+ "default": "`[]`",
522
+ "description": "不可配送地址列表",
615
523
  "value": {
616
- "type": "string",
524
+ "type": "Address[]",
617
525
  "kind": "expression"
618
526
  }
619
527
  },
620
528
  {
621
- "name": "color",
529
+ "name": "disabled-text",
622
530
  "default": "-",
623
- "description": "按钮颜色,支持传入 `linear-gradient` 渐变色",
531
+ "description": "不可配送提示文案",
624
532
  "value": {
625
533
  "type": "string",
626
534
  "kind": "expression"
627
535
  }
628
536
  },
629
537
  {
630
- "name": "icon",
631
- "default": "-",
632
- "description": "左侧[图标名称](#/zh-CN/icon)或图片链接",
538
+ "name": "switchable",
539
+ "default": "`true`",
540
+ "description": "是否允许切换地址",
633
541
  "value": {
634
- "type": "string",
542
+ "type": "boolean",
635
543
  "kind": "expression"
636
544
  }
637
545
  },
638
546
  {
639
- "name": "icon-prefix",
640
- "default": "`van-icon`",
641
- "description": "图标类名前缀,同 Icon 组件的 [class-prefix 属性](#/zh-CN/icon#props)",
547
+ "name": "add-button-text",
548
+ "default": "`新增地址`",
549
+ "description": "底部按钮文字",
642
550
  "value": {
643
551
  "type": "string",
644
552
  "kind": "expression"
645
553
  }
646
554
  },
647
555
  {
648
- "name": "icon-position",
649
- "default": "`left`",
650
- "description": "图标展示位置,可选值为 `right`",
556
+ "name": "default-tag-text",
557
+ "default": "-",
558
+ "description": "默认地址标签文字",
651
559
  "value": {
652
560
  "type": "string",
653
561
  "kind": "expression"
654
562
  }
655
- },
563
+ }
564
+ ]
565
+ },
566
+ {
567
+ "name": "van-badge",
568
+ "slots": [
656
569
  {
657
- "name": "tag",
658
- "default": "`button`",
659
- "description": "按钮根节点的 HTML 标签",
660
- "value": {
661
- "type": "string",
662
- "kind": "expression"
663
- }
570
+ "name": "default",
571
+ "description": "徽标包裹的子元素"
664
572
  },
665
573
  {
666
- "name": "native-type",
574
+ "name": "content",
575
+ "description": "自定义徽标内容"
576
+ }
577
+ ],
578
+ "events": [],
579
+ "attributes": [
580
+ {
581
+ "name": "content",
667
582
  "default": "-",
668
- "description": "原生 button 标签的 type 属性",
583
+ "description": "徽标内容",
669
584
  "value": {
670
- "type": "string",
585
+ "type": "number | string",
671
586
  "kind": "expression"
672
587
  }
673
588
  },
674
589
  {
675
- "name": "block",
676
- "default": "`false`",
677
- "description": "是否为块级元素",
590
+ "name": "color",
591
+ "default": "`#ee0a24`",
592
+ "description": "徽标背景颜色",
678
593
  "value": {
679
- "type": "boolean",
594
+ "type": "string",
680
595
  "kind": "expression"
681
596
  }
682
597
  },
683
598
  {
684
- "name": "plain",
599
+ "name": "dot",
685
600
  "default": "`false`",
686
- "description": "是否为朴素按钮",
601
+ "description": "是否展示为小红点",
687
602
  "value": {
688
603
  "type": "boolean",
689
604
  "kind": "expression"
690
605
  }
691
606
  },
692
607
  {
693
- "name": "square",
694
- "default": "`false`",
695
- "description": "是否为方形按钮",
608
+ "name": "max",
609
+ "default": "-",
610
+ "description": "最大值,超过最大值会显示 `{max}+`,仅当 content 为数字时有效",
696
611
  "value": {
697
- "type": "boolean",
612
+ "type": "number | string",
698
613
  "kind": "expression"
699
614
  }
615
+ }
616
+ ]
617
+ },
618
+ {
619
+ "name": "van-area",
620
+ "slots": [
621
+ {
622
+ "name": "title",
623
+ "description": "自定义标题内容"
700
624
  },
701
625
  {
702
- "name": "round",
703
- "default": "`false`",
704
- "description": "是否为圆形按钮",
705
- "value": {
706
- "type": "boolean",
707
- "kind": "expression"
708
- }
626
+ "name": "columns-top",
627
+ "description": "自定义选项上方内容"
709
628
  },
710
629
  {
711
- "name": "disabled",
712
- "default": "`false`",
713
- "description": "是否禁用按钮",
714
- "value": {
715
- "type": "boolean",
716
- "kind": "expression"
717
- }
630
+ "name": "columns-bottom",
631
+ "description": "自定义选项下方内容"
632
+ }
633
+ ],
634
+ "events": [
635
+ {
636
+ "name": "confirm",
637
+ "description": "点击右上方完成按钮"
718
638
  },
719
639
  {
720
- "name": "hairline",
721
- "default": "`false`",
722
- "description": "是否使用 0.5px 边框",
723
- "value": {
724
- "type": "boolean",
725
- "kind": "expression"
726
- }
640
+ "name": "cancel",
641
+ "description": "点击取消按钮时"
727
642
  },
728
643
  {
729
- "name": "loading",
730
- "default": "`false`",
731
- "description": "是否显示为加载状态",
644
+ "name": "change",
645
+ "description": "选项改变时触发"
646
+ }
647
+ ],
648
+ "attributes": [
649
+ {
650
+ "name": "value",
651
+ "default": "-",
652
+ "description": "当前选中的省市区`code`",
732
653
  "value": {
733
- "type": "boolean",
654
+ "type": "string",
734
655
  "kind": "expression"
735
656
  }
736
657
  },
737
658
  {
738
- "name": "loading-text",
659
+ "name": "title",
739
660
  "default": "-",
740
- "description": "加载状态提示文字",
661
+ "description": "顶部栏标题",
741
662
  "value": {
742
663
  "type": "string",
743
664
  "kind": "expression"
744
665
  }
745
666
  },
746
667
  {
747
- "name": "loading-type",
748
- "default": "`circular`",
749
- "description": "[加载图标类型](#/zh-CN/loading),可选值为 `spinner`",
668
+ "name": "confirm-button-text",
669
+ "default": "`确认`",
670
+ "description": "确认按钮文字",
750
671
  "value": {
751
672
  "type": "string",
752
673
  "kind": "expression"
753
674
  }
754
675
  },
755
676
  {
756
- "name": "loading-size",
757
- "default": "`20px`",
758
- "description": "加载图标大小",
677
+ "name": "cancel-button-text",
678
+ "default": "`取消`",
679
+ "description": "取消按钮文字",
759
680
  "value": {
760
681
  "type": "string",
761
682
  "kind": "expression"
762
683
  }
763
684
  },
764
685
  {
765
- "name": "url",
686
+ "name": "area-list",
766
687
  "default": "-",
767
- "description": "点击后跳转的链接地址",
688
+ "description": "省市区数据,格式见下方",
768
689
  "value": {
769
- "type": "string",
690
+ "type": "object",
770
691
  "kind": "expression"
771
692
  }
772
693
  },
773
694
  {
774
- "name": "to",
775
- "default": "-",
776
- "description": "点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to)",
695
+ "name": "columns-placeholder",
696
+ "default": "`[]`",
697
+ "description": "列占位提示文字",
777
698
  "value": {
778
- "type": "string | object",
699
+ "type": "string[]",
779
700
  "kind": "expression"
780
701
  }
781
702
  },
782
703
  {
783
- "name": "replace",
704
+ "name": "loading",
784
705
  "default": "`false`",
785
- "description": "是否在跳转时替换当前页面历史",
706
+ "description": "是否显示加载状态",
786
707
  "value": {
787
708
  "type": "boolean",
788
709
  "kind": "expression"
789
710
  }
790
- }
791
- ]
792
- },
793
- {
794
- "name": "van-badge",
795
- "slots": [
711
+ },
796
712
  {
797
- "name": "default",
798
- "description": "徽标包裹的子元素"
713
+ "name": "readonly",
714
+ "default": "`false`",
715
+ "description": "是否为只读状态,只读状态下无法切换选项",
716
+ "value": {
717
+ "type": "boolean",
718
+ "kind": "expression"
719
+ }
799
720
  },
800
721
  {
801
- "name": "content",
802
- "description": "自定义徽标内容"
803
- }
804
- ],
805
- "events": [],
806
- "attributes": [
722
+ "name": "item-height",
723
+ "default": "`44`",
724
+ "description": "选项高度,支持 `px` `vw` `vh` `rem` 单位,默认 `px`",
725
+ "value": {
726
+ "type": "number | string",
727
+ "kind": "expression"
728
+ }
729
+ },
807
730
  {
808
- "name": "content",
809
- "default": "-",
810
- "description": "徽标内容",
731
+ "name": "columns-num",
732
+ "default": "`3`",
733
+ "description": "显示列数,3-省市区,2-省市,1-省",
811
734
  "value": {
812
735
  "type": "number | string",
813
736
  "kind": "expression"
814
737
  }
815
738
  },
816
739
  {
817
- "name": "color",
818
- "default": "`#ee0a24`",
819
- "description": "徽标背景颜色",
740
+ "name": "visible-item-count",
741
+ "default": "`6`",
742
+ "description": "可见的选项个数",
820
743
  "value": {
821
- "type": "string",
744
+ "type": "number | string",
822
745
  "kind": "expression"
823
746
  }
824
747
  },
825
748
  {
826
- "name": "dot",
827
- "default": "`false`",
828
- "description": "是否展示为小红点",
749
+ "name": "swipe-duration",
750
+ "default": "`1000`",
751
+ "description": "快速滑动时惯性滚动的时长,单位`ms`",
829
752
  "value": {
830
- "type": "boolean",
753
+ "type": "number | string",
831
754
  "kind": "expression"
832
755
  }
833
756
  },
834
757
  {
835
- "name": "max",
758
+ "name": "is-oversea-code",
836
759
  "default": "-",
837
- "description": "最大值,超过最大值会显示 `{max}+`,仅当 content 为数字时有效",
760
+ "description": "根据`code`校验海外地址,海外地址会划分至单独的分类",
838
761
  "value": {
839
- "type": "number | string",
762
+ "type": "() => boolean",
840
763
  "kind": "expression"
841
764
  }
842
765
  }
843
766
  ]
844
767
  },
845
768
  {
846
- "name": "van-area",
769
+ "name": "van-button",
847
770
  "slots": [
848
771
  {
849
- "name": "title",
850
- "description": "自定义标题内容"
772
+ "name": "default",
773
+ "description": "按钮内容"
851
774
  },
852
775
  {
853
- "name": "columns-top",
854
- "description": "自定义选项上方内容"
776
+ "name": "icon",
777
+ "description": "自定义图标"
855
778
  },
856
779
  {
857
- "name": "columns-bottom",
858
- "description": "自定义选项下方内容"
780
+ "name": "loading",
781
+ "description": "自定义加载图标"
859
782
  }
860
783
  ],
861
784
  "events": [
862
785
  {
863
- "name": "confirm",
864
- "description": "点击右上方完成按钮"
865
- },
866
- {
867
- "name": "cancel",
868
- "description": "点击取消按钮时"
786
+ "name": "click",
787
+ "description": "点击按钮,且按钮状态不为加载或禁用时触发"
869
788
  },
870
789
  {
871
- "name": "change",
872
- "description": "选项改变时触发"
790
+ "name": "touchstart",
791
+ "description": "开始触摸按钮时触发"
873
792
  }
874
793
  ],
875
794
  "attributes": [
876
795
  {
877
- "name": "value",
796
+ "name": "type",
797
+ "default": "`default`",
798
+ "description": "类型,可选值为 `primary` `info` `warning` `danger`",
799
+ "value": {
800
+ "type": "string",
801
+ "kind": "expression"
802
+ }
803
+ },
804
+ {
805
+ "name": "size",
806
+ "default": "`normal`",
807
+ "description": "尺寸,可选值为 `large` `small` `mini`",
808
+ "value": {
809
+ "type": "string",
810
+ "kind": "expression"
811
+ }
812
+ },
813
+ {
814
+ "name": "text",
878
815
  "default": "-",
879
- "description": "当前选中的省市区`code`",
816
+ "description": "按钮文字",
880
817
  "value": {
881
818
  "type": "string",
882
819
  "kind": "expression"
883
820
  }
884
821
  },
885
822
  {
886
- "name": "title",
823
+ "name": "color",
887
824
  "default": "-",
888
- "description": "顶部栏标题",
825
+ "description": "按钮颜色,支持传入 `linear-gradient` 渐变色",
889
826
  "value": {
890
827
  "type": "string",
891
828
  "kind": "expression"
892
829
  }
893
830
  },
894
831
  {
895
- "name": "confirm-button-text",
896
- "default": "`确认`",
897
- "description": "确认按钮文字",
832
+ "name": "icon",
833
+ "default": "-",
834
+ "description": "左侧[图标名称](#/zh-CN/icon)或图片链接",
898
835
  "value": {
899
836
  "type": "string",
900
837
  "kind": "expression"
901
838
  }
902
839
  },
903
840
  {
904
- "name": "cancel-button-text",
905
- "default": "`取消`",
906
- "description": "取消按钮文字",
841
+ "name": "icon-prefix",
842
+ "default": "`van-icon`",
843
+ "description": "图标类名前缀,同 Icon 组件的 [class-prefix 属性](#/zh-CN/icon#props)",
907
844
  "value": {
908
845
  "type": "string",
909
846
  "kind": "expression"
910
847
  }
911
848
  },
912
849
  {
913
- "name": "area-list",
850
+ "name": "icon-position",
851
+ "default": "`left`",
852
+ "description": "图标展示位置,可选值为 `right`",
853
+ "value": {
854
+ "type": "string",
855
+ "kind": "expression"
856
+ }
857
+ },
858
+ {
859
+ "name": "tag",
860
+ "default": "`button`",
861
+ "description": "按钮根节点的 HTML 标签",
862
+ "value": {
863
+ "type": "string",
864
+ "kind": "expression"
865
+ }
866
+ },
867
+ {
868
+ "name": "native-type",
914
869
  "default": "-",
915
- "description": "省市区数据,格式见下方",
870
+ "description": "原生 button 标签的 type 属性",
916
871
  "value": {
917
- "type": "object",
872
+ "type": "string",
918
873
  "kind": "expression"
919
874
  }
920
875
  },
921
876
  {
922
- "name": "columns-placeholder",
923
- "default": "`[]`",
924
- "description": "列占位提示文字",
877
+ "name": "block",
878
+ "default": "`false`",
879
+ "description": "是否为块级元素",
925
880
  "value": {
926
- "type": "string[]",
881
+ "type": "boolean",
927
882
  "kind": "expression"
928
883
  }
929
884
  },
930
885
  {
931
- "name": "loading",
886
+ "name": "plain",
932
887
  "default": "`false`",
933
- "description": "是否显示加载状态",
888
+ "description": "是否为朴素按钮",
934
889
  "value": {
935
890
  "type": "boolean",
936
891
  "kind": "expression"
937
892
  }
938
893
  },
939
894
  {
940
- "name": "readonly",
895
+ "name": "square",
941
896
  "default": "`false`",
942
- "description": "是否为只读状态,只读状态下无法切换选项",
897
+ "description": "是否为方形按钮",
943
898
  "value": {
944
899
  "type": "boolean",
945
900
  "kind": "expression"
946
901
  }
947
902
  },
948
903
  {
949
- "name": "item-height",
950
- "default": "`44`",
951
- "description": "选项高度,支持 `px` `vw` `vh` `rem` 单位,默认 `px`",
904
+ "name": "round",
905
+ "default": "`false`",
906
+ "description": "是否为圆形按钮",
952
907
  "value": {
953
- "type": "number | string",
908
+ "type": "boolean",
954
909
  "kind": "expression"
955
910
  }
956
911
  },
957
912
  {
958
- "name": "columns-num",
959
- "default": "`3`",
960
- "description": "显示列数,3-省市区,2-省市,1-省",
913
+ "name": "disabled",
914
+ "default": "`false`",
915
+ "description": "是否禁用按钮",
961
916
  "value": {
962
- "type": "number | string",
917
+ "type": "boolean",
963
918
  "kind": "expression"
964
919
  }
965
920
  },
966
921
  {
967
- "name": "visible-item-count",
968
- "default": "`6`",
969
- "description": "可见的选项个数",
922
+ "name": "hairline",
923
+ "default": "`false`",
924
+ "description": "是否使用 0.5px 边框",
970
925
  "value": {
971
- "type": "number | string",
926
+ "type": "boolean",
972
927
  "kind": "expression"
973
928
  }
974
929
  },
975
930
  {
976
- "name": "swipe-duration",
977
- "default": "`1000`",
978
- "description": "快速滑动时惯性滚动的时长,单位`ms`",
931
+ "name": "loading",
932
+ "default": "`false`",
933
+ "description": "是否显示为加载状态",
979
934
  "value": {
980
- "type": "number | string",
935
+ "type": "boolean",
981
936
  "kind": "expression"
982
937
  }
983
938
  },
984
939
  {
985
- "name": "is-oversea-code",
940
+ "name": "loading-text",
986
941
  "default": "-",
987
- "description": "根据`code`校验海外地址,海外地址会划分至单独的分类",
942
+ "description": "加载状态提示文字",
988
943
  "value": {
989
- "type": "() => boolean",
944
+ "type": "string",
945
+ "kind": "expression"
946
+ }
947
+ },
948
+ {
949
+ "name": "loading-type",
950
+ "default": "`circular`",
951
+ "description": "[加载图标类型](#/zh-CN/loading),可选值为 `spinner`",
952
+ "value": {
953
+ "type": "string",
954
+ "kind": "expression"
955
+ }
956
+ },
957
+ {
958
+ "name": "loading-size",
959
+ "default": "`20px`",
960
+ "description": "加载图标大小",
961
+ "value": {
962
+ "type": "string",
963
+ "kind": "expression"
964
+ }
965
+ },
966
+ {
967
+ "name": "url",
968
+ "default": "-",
969
+ "description": "点击后跳转的链接地址",
970
+ "value": {
971
+ "type": "string",
972
+ "kind": "expression"
973
+ }
974
+ },
975
+ {
976
+ "name": "to",
977
+ "default": "-",
978
+ "description": "点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to)",
979
+ "value": {
980
+ "type": "string | object",
981
+ "kind": "expression"
982
+ }
983
+ },
984
+ {
985
+ "name": "replace",
986
+ "default": "`false`",
987
+ "description": "是否在跳转时替换当前页面历史",
988
+ "value": {
989
+ "type": "boolean",
990
990
  "kind": "expression"
991
991
  }
992
992
  }