vant 3.5.0-beta.0 → 3.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/action-bar/ActionBar.mjs +1 -1
- package/es/action-bar/index.mjs +2 -2
- package/es/action-bar-button/ActionBarButton.mjs +5 -5
- package/es/action-bar-button/index.mjs +2 -2
- package/es/action-bar-icon/ActionBarIcon.mjs +5 -5
- package/es/action-bar-icon/index.mjs +2 -2
- package/es/action-sheet/ActionSheet.mjs +5 -5
- package/es/action-sheet/index.mjs +2 -2
- package/es/address-edit/AddressEdit.mjs +11 -11
- package/es/address-edit/AddressEditDetail.mjs +3 -3
- package/es/address-edit/index.mjs +2 -2
- package/es/address-list/AddressList.mjs +4 -4
- package/es/address-list/AddressListItem.mjs +5 -5
- package/es/address-list/index.mjs +2 -2
- package/es/area/Area.mjs +5 -5
- package/es/area/index.mjs +2 -2
- package/es/badge/Badge.mjs +1 -1
- package/es/badge/index.mjs +2 -2
- package/es/button/Button.mjs +4 -4
- package/es/button/index.mjs +2 -2
- package/es/calendar/Calendar.mjs +12 -9
- package/es/calendar/CalendarDay.mjs +2 -2
- package/es/calendar/CalendarHeader.mjs +2 -2
- package/es/calendar/CalendarMonth.mjs +6 -6
- package/es/calendar/index.mjs +2 -2
- package/es/calendar/utils.mjs +1 -1
- package/es/card/Card.mjs +3 -3
- package/es/card/index.mjs +2 -2
- package/es/cascader/Cascader.mjs +4 -4
- package/es/cascader/index.mjs +2 -2
- package/es/cell/Cell.mjs +3 -3
- package/es/cell/index.mjs +2 -2
- package/es/cell-group/CellGroup.mjs +1 -1
- package/es/cell-group/index.mjs +2 -2
- package/es/checkbox/Checkbox.mjs +4 -4
- package/es/checkbox/Checker.mjs +2 -2
- package/es/checkbox/index.mjs +2 -2
- package/es/checkbox-group/CheckboxGroup.mjs +2 -2
- package/es/checkbox-group/index.mjs +2 -2
- package/es/circle/Circle.mjs +1 -1
- package/es/circle/index.mjs +2 -2
- package/es/col/Col.mjs +2 -2
- package/es/col/index.mjs +2 -2
- package/es/collapse/Collapse.mjs +1 -1
- package/es/collapse/index.mjs +2 -2
- package/es/collapse-item/CollapseItem.mjs +6 -6
- package/es/collapse-item/index.mjs +2 -2
- package/es/composables/use-expose.mjs +1 -1
- package/es/composables/use-lock-scroll.mjs +2 -2
- package/es/composables/use-placeholder.mjs +1 -1
- package/es/composables/use-visibility-change.mjs +1 -1
- package/es/config-provider/ConfigProvider.mjs +1 -1
- package/es/config-provider/index.mjs +2 -2
- package/es/contact-card/ContactCard.mjs +2 -2
- package/es/contact-card/index.mjs +2 -2
- package/es/contact-edit/ContactEdit.mjs +6 -6
- package/es/contact-edit/index.mjs +2 -2
- package/es/contact-list/ContactList.mjs +7 -7
- package/es/contact-list/index.mjs +2 -2
- package/es/count-down/CountDown.mjs +3 -3
- package/es/count-down/index.mjs +2 -2
- package/es/count-down/utils.mjs +1 -1
- package/es/coupon/Coupon.mjs +3 -3
- package/es/coupon/index.mjs +2 -2
- package/es/coupon/utils.mjs +1 -1
- package/es/coupon-cell/CouponCell.mjs +2 -2
- package/es/coupon-cell/index.mjs +2 -2
- package/es/coupon-list/CouponList.mjs +8 -8
- package/es/coupon-list/index.mjs +2 -2
- package/es/datetime-picker/DatePicker.mjs +4 -4
- package/es/datetime-picker/DatetimePicker.mjs +4 -4
- package/es/datetime-picker/TimePicker.mjs +4 -4
- package/es/datetime-picker/index.mjs +2 -2
- package/es/datetime-picker/utils.mjs +2 -2
- package/es/dialog/Dialog.d.ts +8 -0
- package/es/dialog/Dialog.mjs +12 -6
- package/es/dialog/function-call.d.ts +10 -0
- package/es/dialog/function-call.mjs +5 -3
- package/es/dialog/index.mjs +1 -1
- package/es/dialog/types.d.ts +3 -1
- package/es/divider/Divider.mjs +1 -1
- package/es/divider/index.mjs +2 -2
- package/es/dropdown-item/DropdownItem.mjs +6 -6
- package/es/dropdown-item/index.mjs +2 -2
- package/es/dropdown-menu/DropdownMenu.mjs +2 -2
- package/es/dropdown-menu/index.mjs +2 -2
- package/es/empty/Empty.mjs +2 -2
- package/es/empty/index.mjs +2 -2
- package/es/field/Field.mjs +7 -7
- package/es/field/index.mjs +2 -2
- package/es/field/utils.mjs +1 -1
- package/es/form/Form.mjs +2 -2
- package/es/form/index.mjs +2 -2
- package/es/grid/Grid.mjs +2 -2
- package/es/grid/index.mjs +2 -2
- package/es/grid-item/GridItem.mjs +5 -5
- package/es/grid-item/index.mjs +2 -2
- package/es/icon/Icon.mjs +3 -3
- package/es/icon/index.mjs +2 -2
- package/es/image/Image.mjs +2 -2
- package/es/image/index.mjs +2 -2
- package/es/image-preview/ImagePreview.mjs +6 -6
- package/es/image-preview/ImagePreviewItem.mjs +5 -5
- package/es/image-preview/function-call.mjs +3 -3
- package/es/image-preview/index.mjs +1 -1
- package/es/index-anchor/IndexAnchor.mjs +4 -4
- package/es/index-anchor/index.mjs +2 -2
- package/es/index-bar/IndexBar.mjs +3 -3
- package/es/index-bar/index.mjs +2 -2
- package/es/index.d.ts +1 -1
- package/es/index.mjs +172 -172
- package/es/lazyload/index.mjs +1 -1
- package/es/lazyload/vue-lazyload/index.mjs +4 -4
- package/es/lazyload/vue-lazyload/lazy-container.mjs +1 -1
- package/es/lazyload/vue-lazyload/lazy-image.mjs +2 -2
- package/es/lazyload/vue-lazyload/lazy.mjs +3 -3
- package/es/lazyload/vue-lazyload/listener.mjs +2 -2
- package/es/list/List.mjs +4 -4
- package/es/list/index.mjs +2 -2
- package/es/loading/Loading.mjs +1 -1
- package/es/loading/index.mjs +2 -2
- package/es/locale/index.mjs +2 -2
- package/es/nav-bar/NavBar.mjs +3 -3
- package/es/nav-bar/index.mjs +2 -2
- package/es/notice-bar/NoticeBar.mjs +4 -4
- package/es/notice-bar/index.mjs +2 -2
- package/es/notify/Notify.mjs +3 -3
- package/es/notify/function-call.mjs +3 -3
- package/es/notify/index.mjs +1 -1
- package/es/number-keyboard/NumberKeyboard.mjs +2 -2
- package/es/number-keyboard/NumberKeyboardKey.mjs +3 -3
- package/es/number-keyboard/index.mjs +2 -2
- package/es/overlay/Overlay.mjs +2 -2
- package/es/overlay/index.mjs +2 -2
- package/es/pagination/Pagination.mjs +1 -1
- package/es/pagination/index.mjs +2 -2
- package/es/password-input/PasswordInput.mjs +1 -1
- package/es/password-input/index.mjs +2 -2
- package/es/picker/Picker.mjs +5 -5
- package/es/picker/PickerColumn.mjs +6 -4
- package/es/picker/index.mjs +2 -2
- package/es/popover/Popover.mjs +3 -3
- package/es/popover/index.mjs +2 -2
- package/es/popup/Popup.mjs +9 -9
- package/es/popup/index.mjs +2 -2
- package/es/popup/shared.mjs +1 -1
- package/es/progress/Progress.mjs +1 -1
- package/es/progress/index.mjs +2 -2
- package/es/pull-refresh/PullRefresh.d.ts +2 -1
- package/es/pull-refresh/PullRefresh.mjs +8 -4
- package/es/pull-refresh/index.d.ts +2 -1
- package/es/pull-refresh/index.mjs +2 -2
- package/es/radio/Radio.mjs +3 -3
- package/es/radio/index.mjs +2 -2
- package/es/radio-group/RadioGroup.mjs +1 -1
- package/es/radio-group/index.mjs +2 -2
- package/es/rate/Rate.mjs +4 -4
- package/es/rate/index.mjs +2 -2
- package/es/row/Row.mjs +1 -1
- package/es/row/index.mjs +2 -2
- package/es/search/Search.mjs +5 -5
- package/es/search/index.mjs +2 -2
- package/es/share-sheet/ShareSheet.mjs +4 -4
- package/es/share-sheet/index.mjs +2 -2
- package/es/sidebar/Sidebar.mjs +1 -1
- package/es/sidebar/index.mjs +2 -2
- package/es/sidebar-item/SidebarItem.mjs +4 -4
- package/es/sidebar-item/index.mjs +2 -2
- package/es/skeleton/Skeleton.mjs +1 -1
- package/es/skeleton/index.mjs +2 -2
- package/es/slider/Slider.mjs +2 -2
- package/es/slider/index.mjs +2 -2
- package/es/step/Step.mjs +3 -3
- package/es/step/index.mjs +2 -2
- package/es/stepper/Stepper.mjs +1 -1
- package/es/stepper/index.mjs +2 -2
- package/es/steps/Steps.mjs +1 -1
- package/es/steps/index.mjs +2 -2
- package/es/sticky/Sticky.mjs +2 -2
- package/es/sticky/index.mjs +2 -2
- package/es/submit-bar/SubmitBar.mjs +3 -3
- package/es/submit-bar/index.mjs +2 -2
- package/es/swipe/Swipe.mjs +4 -4
- package/es/swipe/index.mjs +2 -2
- package/es/swipe-cell/SwipeCell.mjs +3 -3
- package/es/swipe-cell/index.mjs +2 -2
- package/es/swipe-item/SwipeItem.mjs +3 -3
- package/es/swipe-item/index.mjs +2 -2
- package/es/switch/Switch.mjs +4 -3
- package/es/switch/index.mjs +2 -2
- package/es/tab/Tab.mjs +7 -7
- package/es/tab/index.mjs +2 -2
- package/es/tabbar/Tabbar.mjs +2 -2
- package/es/tabbar/index.mjs +2 -2
- package/es/tabbar-item/TabbarItem.mjs +5 -5
- package/es/tabbar-item/index.mjs +2 -2
- package/es/tabs/Tabs.mjs +10 -10
- package/es/tabs/TabsContent.mjs +2 -2
- package/es/tabs/TabsTitle.mjs +2 -2
- package/es/tabs/index.mjs +2 -2
- package/es/tabs/utils.mjs +1 -1
- package/es/tag/Tag.mjs +2 -2
- package/es/tag/index.mjs +2 -2
- package/es/toast/Toast.mjs +5 -5
- package/es/toast/function-call.d.ts +5 -6
- package/es/toast/function-call.mjs +3 -3
- package/es/toast/index.mjs +1 -1
- package/es/toast/types.d.ts +10 -1
- package/es/tree-select/TreeSelect.mjs +4 -4
- package/es/tree-select/index.mjs +2 -2
- package/es/uploader/Uploader.d.ts +3 -3
- package/es/uploader/Uploader.mjs +6 -6
- package/es/uploader/UploaderPreviewItem.mjs +5 -5
- package/es/uploader/index.d.ts +2 -2
- package/es/uploader/index.mjs +2 -2
- package/es/uploader/utils.mjs +1 -1
- package/es/utils/create.mjs +4 -4
- package/es/utils/deep-assign.mjs +1 -1
- package/es/utils/deep-clone.mjs +1 -1
- package/es/utils/dom.mjs +1 -1
- package/es/utils/format.mjs +3 -3
- package/es/utils/index.mjs +9 -9
- package/es/utils/interceptor.mjs +2 -2
- package/es/utils/mount-component.mjs +2 -2
- package/es/utils/validate.mjs +1 -1
- package/es/utils/with-install.mjs +1 -1
- package/lib/calendar/Calendar.js +3 -0
- package/lib/dialog/Dialog.d.ts +8 -0
- package/lib/dialog/Dialog.js +6 -0
- package/lib/dialog/function-call.d.ts +10 -0
- package/lib/dialog/function-call.js +2 -0
- package/lib/dialog/types.d.ts +3 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/picker/Picker.js +1 -1
- package/lib/picker/PickerColumn.js +2 -0
- package/lib/popup/Popup.js +1 -1
- package/lib/pull-refresh/PullRefresh.d.ts +2 -1
- package/lib/pull-refresh/PullRefresh.js +5 -1
- package/lib/pull-refresh/index.d.ts +2 -1
- package/lib/switch/Switch.js +2 -1
- package/lib/toast/function-call.d.ts +5 -6
- package/lib/toast/types.d.ts +10 -1
- package/lib/uploader/Uploader.d.ts +3 -3
- package/lib/uploader/index.d.ts +2 -2
- package/lib/vant.cjs.js +23 -5
- package/lib/vant.cjs.min.js +1 -1
- package/lib/vant.es.js +23 -5
- package/lib/vant.es.min.js +23 -5
- package/lib/vant.js +23 -5
- package/lib/vant.min.js +1 -1
- package/package.json +3 -3
- package/vetur/attributes.json +398 -390
- package/vetur/tags.json +140 -138
- package/vetur/web-types.json +1526 -1493
package/vetur/tags.json
CHANGED
@@ -82,23 +82,6 @@
|
|
82
82
|
"validator"
|
83
83
|
]
|
84
84
|
},
|
85
|
-
"van-area": {
|
86
|
-
"attributes": [
|
87
|
-
"value",
|
88
|
-
"title",
|
89
|
-
"confirm-button-text",
|
90
|
-
"cancel-button-text",
|
91
|
-
"area-list",
|
92
|
-
"columns-placeholder",
|
93
|
-
"loading",
|
94
|
-
"readonly",
|
95
|
-
"item-height",
|
96
|
-
"columns-num",
|
97
|
-
"visible-item-count",
|
98
|
-
"swipe-duration",
|
99
|
-
"is-oversea-code"
|
100
|
-
]
|
101
|
-
},
|
102
85
|
"van-badge": {
|
103
86
|
"attributes": [
|
104
87
|
"content",
|
@@ -121,6 +104,23 @@
|
|
121
104
|
"default-tag-text"
|
122
105
|
]
|
123
106
|
},
|
107
|
+
"van-area": {
|
108
|
+
"attributes": [
|
109
|
+
"value",
|
110
|
+
"title",
|
111
|
+
"confirm-button-text",
|
112
|
+
"cancel-button-text",
|
113
|
+
"area-list",
|
114
|
+
"columns-placeholder",
|
115
|
+
"loading",
|
116
|
+
"readonly",
|
117
|
+
"item-height",
|
118
|
+
"columns-num",
|
119
|
+
"visible-item-count",
|
120
|
+
"swipe-duration",
|
121
|
+
"is-oversea-code"
|
122
|
+
]
|
123
|
+
},
|
124
124
|
"van-button": {
|
125
125
|
"attributes": [
|
126
126
|
"type",
|
@@ -280,22 +280,6 @@
|
|
280
280
|
"start-position"
|
281
281
|
]
|
282
282
|
},
|
283
|
-
"van-row": {
|
284
|
-
"attributes": [
|
285
|
-
"gutter",
|
286
|
-
"tag",
|
287
|
-
"justify",
|
288
|
-
"align",
|
289
|
-
"wrap"
|
290
|
-
]
|
291
|
-
},
|
292
|
-
"van-col": {
|
293
|
-
"attributes": [
|
294
|
-
"span",
|
295
|
-
"offset",
|
296
|
-
"tag"
|
297
|
-
]
|
298
|
-
},
|
299
283
|
"van-collapse": {
|
300
284
|
"attributes": [
|
301
285
|
"v-model",
|
@@ -321,6 +305,22 @@
|
|
321
305
|
"label-class"
|
322
306
|
]
|
323
307
|
},
|
308
|
+
"van-row": {
|
309
|
+
"attributes": [
|
310
|
+
"gutter",
|
311
|
+
"tag",
|
312
|
+
"justify",
|
313
|
+
"align",
|
314
|
+
"wrap"
|
315
|
+
]
|
316
|
+
},
|
317
|
+
"van-col": {
|
318
|
+
"attributes": [
|
319
|
+
"span",
|
320
|
+
"offset",
|
321
|
+
"tag"
|
322
|
+
]
|
323
|
+
},
|
324
324
|
"van-config-provider": {
|
325
325
|
"attributes": [
|
326
326
|
"theme-vars",
|
@@ -364,36 +364,6 @@
|
|
364
364
|
"millisecond"
|
365
365
|
]
|
366
366
|
},
|
367
|
-
"van-coupon-cell": {
|
368
|
-
"attributes": [
|
369
|
-
"title",
|
370
|
-
"chosen-coupon",
|
371
|
-
"coupons",
|
372
|
-
"editable",
|
373
|
-
"border",
|
374
|
-
"currency"
|
375
|
-
]
|
376
|
-
},
|
377
|
-
"van-coupon-list": {
|
378
|
-
"attributes": [
|
379
|
-
"v-model",
|
380
|
-
"chosen-coupon",
|
381
|
-
"coupons",
|
382
|
-
"disabled-coupons",
|
383
|
-
"enabled-title",
|
384
|
-
"disabled-title",
|
385
|
-
"exchange-button-text",
|
386
|
-
"exchange-button-loading",
|
387
|
-
"exchange-button-disabled",
|
388
|
-
"exchange-min-length",
|
389
|
-
"displayed-coupon-index",
|
390
|
-
"close-button-text",
|
391
|
-
"input-placeholder",
|
392
|
-
"currency",
|
393
|
-
"empty-image",
|
394
|
-
"show-count"
|
395
|
-
]
|
396
|
-
},
|
397
367
|
"van-datetime-picker": {
|
398
368
|
"attributes": [
|
399
369
|
"type",
|
@@ -425,6 +395,36 @@
|
|
425
395
|
"max-minute"
|
426
396
|
]
|
427
397
|
},
|
398
|
+
"van-coupon-cell": {
|
399
|
+
"attributes": [
|
400
|
+
"title",
|
401
|
+
"chosen-coupon",
|
402
|
+
"coupons",
|
403
|
+
"editable",
|
404
|
+
"border",
|
405
|
+
"currency"
|
406
|
+
]
|
407
|
+
},
|
408
|
+
"van-coupon-list": {
|
409
|
+
"attributes": [
|
410
|
+
"v-model",
|
411
|
+
"chosen-coupon",
|
412
|
+
"coupons",
|
413
|
+
"disabled-coupons",
|
414
|
+
"enabled-title",
|
415
|
+
"disabled-title",
|
416
|
+
"exchange-button-text",
|
417
|
+
"exchange-button-loading",
|
418
|
+
"exchange-button-disabled",
|
419
|
+
"exchange-min-length",
|
420
|
+
"displayed-coupon-index",
|
421
|
+
"close-button-text",
|
422
|
+
"input-placeholder",
|
423
|
+
"currency",
|
424
|
+
"empty-image",
|
425
|
+
"show-count"
|
426
|
+
]
|
427
|
+
},
|
428
428
|
"van-dialog": {
|
429
429
|
"attributes": [
|
430
430
|
"v-model:show",
|
@@ -437,8 +437,10 @@
|
|
437
437
|
"show-cancel-button",
|
438
438
|
"cancel-button-text",
|
439
439
|
"cancel-button-color",
|
440
|
+
"cancel-button-disabled",
|
440
441
|
"confirm-button-text",
|
441
442
|
"confirm-button-color",
|
443
|
+
"confirm-button-disabled",
|
442
444
|
"overlay",
|
443
445
|
"overlay-class",
|
444
446
|
"overlay-style",
|
@@ -530,23 +532,6 @@
|
|
530
532
|
"enterkeyhint"
|
531
533
|
]
|
532
534
|
},
|
533
|
-
"van-form": {
|
534
|
-
"attributes": [
|
535
|
-
"label-width",
|
536
|
-
"label-align",
|
537
|
-
"input-align",
|
538
|
-
"error-message-align",
|
539
|
-
"validate-trigger",
|
540
|
-
"colon",
|
541
|
-
"disabled",
|
542
|
-
"readonly",
|
543
|
-
"validate-first",
|
544
|
-
"scroll-to-error",
|
545
|
-
"show-error",
|
546
|
-
"show-error-message",
|
547
|
-
"submit-on-enter"
|
548
|
-
]
|
549
|
-
},
|
550
535
|
"van-grid": {
|
551
536
|
"attributes": [
|
552
537
|
"column-num",
|
@@ -574,6 +559,23 @@
|
|
574
559
|
"replace"
|
575
560
|
]
|
576
561
|
},
|
562
|
+
"van-form": {
|
563
|
+
"attributes": [
|
564
|
+
"label-width",
|
565
|
+
"label-align",
|
566
|
+
"input-align",
|
567
|
+
"error-message-align",
|
568
|
+
"validate-trigger",
|
569
|
+
"colon",
|
570
|
+
"disabled",
|
571
|
+
"readonly",
|
572
|
+
"validate-first",
|
573
|
+
"scroll-to-error",
|
574
|
+
"show-error",
|
575
|
+
"show-error-message",
|
576
|
+
"submit-on-enter"
|
577
|
+
]
|
578
|
+
},
|
577
579
|
"van-icon": {
|
578
580
|
"attributes": [
|
579
581
|
"name",
|
@@ -748,26 +750,6 @@
|
|
748
750
|
"focused"
|
749
751
|
]
|
750
752
|
},
|
751
|
-
"van-popover": {
|
752
|
-
"attributes": [
|
753
|
-
"v-model:show",
|
754
|
-
"actions",
|
755
|
-
"placement",
|
756
|
-
"theme",
|
757
|
-
"trigger",
|
758
|
-
"duration",
|
759
|
-
"offset",
|
760
|
-
"overlay",
|
761
|
-
"overlay-class",
|
762
|
-
"overlay-style",
|
763
|
-
"show-arrow",
|
764
|
-
"close-on-click-action",
|
765
|
-
"close-on-click-outside",
|
766
|
-
"close-on-click-overlay",
|
767
|
-
"teleport",
|
768
|
-
"icon-prefix"
|
769
|
-
]
|
770
|
-
},
|
771
753
|
"van-picker": {
|
772
754
|
"attributes": [
|
773
755
|
"columns",
|
@@ -785,42 +767,24 @@
|
|
785
767
|
"swipe-duration"
|
786
768
|
]
|
787
769
|
},
|
788
|
-
"van-
|
770
|
+
"van-popover": {
|
789
771
|
"attributes": [
|
790
772
|
"v-model:show",
|
773
|
+
"actions",
|
774
|
+
"placement",
|
775
|
+
"theme",
|
776
|
+
"trigger",
|
777
|
+
"duration",
|
778
|
+
"offset",
|
791
779
|
"overlay",
|
792
|
-
"position",
|
793
780
|
"overlay-class",
|
794
781
|
"overlay-style",
|
795
|
-
"
|
796
|
-
"
|
797
|
-
"
|
798
|
-
"lazy-render",
|
799
|
-
"close-on-popstate",
|
782
|
+
"show-arrow",
|
783
|
+
"close-on-click-action",
|
784
|
+
"close-on-click-outside",
|
800
785
|
"close-on-click-overlay",
|
801
|
-
"closeable",
|
802
|
-
"close-icon",
|
803
|
-
"close-icon-position",
|
804
|
-
"before-close",
|
805
|
-
"icon-prefix",
|
806
|
-
"transition",
|
807
|
-
"transition-appear",
|
808
786
|
"teleport",
|
809
|
-
"
|
810
|
-
"safe-area-inset-bottom"
|
811
|
-
]
|
812
|
-
},
|
813
|
-
"van-progress": {
|
814
|
-
"attributes": [
|
815
|
-
"percentage",
|
816
|
-
"stroke-width",
|
817
|
-
"color",
|
818
|
-
"track-color",
|
819
|
-
"pivot-text",
|
820
|
-
"pivot-color",
|
821
|
-
"text-color",
|
822
|
-
"inactive",
|
823
|
-
"show-pivot"
|
787
|
+
"icon-prefix"
|
824
788
|
]
|
825
789
|
},
|
826
790
|
"van-pull-refresh": {
|
@@ -857,6 +821,44 @@
|
|
857
821
|
"checked-color"
|
858
822
|
]
|
859
823
|
},
|
824
|
+
"van-progress": {
|
825
|
+
"attributes": [
|
826
|
+
"percentage",
|
827
|
+
"stroke-width",
|
828
|
+
"color",
|
829
|
+
"track-color",
|
830
|
+
"pivot-text",
|
831
|
+
"pivot-color",
|
832
|
+
"text-color",
|
833
|
+
"inactive",
|
834
|
+
"show-pivot"
|
835
|
+
]
|
836
|
+
},
|
837
|
+
"van-popup": {
|
838
|
+
"attributes": [
|
839
|
+
"v-model:show",
|
840
|
+
"overlay",
|
841
|
+
"position",
|
842
|
+
"overlay-class",
|
843
|
+
"overlay-style",
|
844
|
+
"duration",
|
845
|
+
"round",
|
846
|
+
"lock-scroll",
|
847
|
+
"lazy-render",
|
848
|
+
"close-on-popstate",
|
849
|
+
"close-on-click-overlay",
|
850
|
+
"closeable",
|
851
|
+
"close-icon",
|
852
|
+
"close-icon-position",
|
853
|
+
"before-close",
|
854
|
+
"icon-prefix",
|
855
|
+
"transition",
|
856
|
+
"transition-appear",
|
857
|
+
"teleport",
|
858
|
+
"safe-area-inset-top",
|
859
|
+
"safe-area-inset-bottom"
|
860
|
+
]
|
861
|
+
},
|
860
862
|
"van-rate": {
|
861
863
|
"attributes": [
|
862
864
|
"v-model",
|
@@ -972,6 +974,15 @@
|
|
972
974
|
"vertical"
|
973
975
|
]
|
974
976
|
},
|
977
|
+
"van-sticky": {
|
978
|
+
"attributes": [
|
979
|
+
"position",
|
980
|
+
"offset-top",
|
981
|
+
"offset-bottom",
|
982
|
+
"z-index",
|
983
|
+
"container"
|
984
|
+
]
|
985
|
+
},
|
975
986
|
"van-stepper": {
|
976
987
|
"attributes": [
|
977
988
|
"v-model",
|
@@ -1013,15 +1024,6 @@
|
|
1013
1024
|
"van-step": {
|
1014
1025
|
"attributes": []
|
1015
1026
|
},
|
1016
|
-
"van-sticky": {
|
1017
|
-
"attributes": [
|
1018
|
-
"position",
|
1019
|
-
"offset-top",
|
1020
|
-
"offset-bottom",
|
1021
|
-
"z-index",
|
1022
|
-
"container"
|
1023
|
-
]
|
1024
|
-
},
|
1025
1027
|
"van-submit-bar": {
|
1026
1028
|
"attributes": [
|
1027
1029
|
"price",
|