vant 4.0.6 → 4.0.8

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.
Files changed (107) hide show
  1. package/es/icon/index.css +1 -1
  2. package/es/image-preview/ImagePreview.d.ts +3 -0
  3. package/es/image-preview/ImagePreview.mjs +3 -2
  4. package/es/image-preview/index.d.ts +2 -0
  5. package/es/index.d.ts +5 -1
  6. package/es/index.mjs +13 -1
  7. package/es/locale/lang/ru-RU.mjs +1 -1
  8. package/es/number-keyboard/index.css +1 -1
  9. package/es/picker/index.css +1 -1
  10. package/es/picker-group/PickerGroup.d.ts +3 -0
  11. package/es/picker-group/PickerGroup.mjs +20 -7
  12. package/es/picker-group/index.d.ts +2 -0
  13. package/es/skeleton/Skeleton.d.ts +1 -1
  14. package/es/skeleton/Skeleton.mjs +3 -3
  15. package/es/skeleton/index.css +1 -1
  16. package/es/skeleton/index.d.ts +6 -73
  17. package/es/skeleton/index.mjs +1 -21
  18. package/es/skeleton/style/index.mjs +3 -2
  19. package/es/skeleton/types.d.ts +0 -2
  20. package/es/{skeleton → skeleton-avatar}/SkeletonAvatar.d.ts +1 -1
  21. package/es/{skeleton → skeleton-avatar}/SkeletonAvatar.mjs +0 -0
  22. package/es/skeleton-avatar/index.css +1 -0
  23. package/es/skeleton-avatar/index.d.ts +23 -0
  24. package/es/skeleton-avatar/index.mjs +10 -0
  25. package/es/skeleton-avatar/style/index.d.ts +1 -0
  26. package/es/skeleton-avatar/style/index.mjs +2 -0
  27. package/{lib/skeleton → es/skeleton-image}/SkeletonImage.d.ts +1 -1
  28. package/es/{skeleton → skeleton-image}/SkeletonImage.mjs +0 -0
  29. package/es/skeleton-image/index.css +1 -0
  30. package/es/skeleton-image/index.d.ts +23 -0
  31. package/es/skeleton-image/index.mjs +10 -0
  32. package/es/skeleton-image/style/index.d.ts +1 -0
  33. package/es/skeleton-image/style/index.mjs +4 -0
  34. package/es/{skeleton → skeleton-paragraph}/SkeletonParagraph.d.ts +0 -0
  35. package/es/{skeleton → skeleton-paragraph}/SkeletonParagraph.mjs +0 -0
  36. package/es/skeleton-paragraph/index.css +1 -0
  37. package/es/skeleton-paragraph/index.d.ts +24 -0
  38. package/es/skeleton-paragraph/index.mjs +11 -0
  39. package/es/skeleton-paragraph/style/index.d.ts +1 -0
  40. package/es/skeleton-paragraph/style/index.mjs +2 -0
  41. package/es/{skeleton → skeleton-title}/SkeletonTitle.d.ts +0 -0
  42. package/es/{skeleton → skeleton-title}/SkeletonTitle.mjs +0 -0
  43. package/es/skeleton-title/index.css +1 -0
  44. package/es/skeleton-title/index.d.ts +17 -0
  45. package/es/skeleton-title/index.mjs +10 -0
  46. package/es/skeleton-title/style/index.d.ts +1 -0
  47. package/es/skeleton-title/style/index.mjs +2 -0
  48. package/es/style/base.css +1 -1
  49. package/es/style/css-variables.css +1 -1
  50. package/es/swipe/Swipe.mjs +3 -0
  51. package/lib/icon/index.css +1 -1
  52. package/lib/image-preview/ImagePreview.d.ts +3 -0
  53. package/lib/image-preview/ImagePreview.js +3 -2
  54. package/lib/image-preview/index.d.ts +2 -0
  55. package/lib/index.css +1 -1
  56. package/lib/index.d.ts +5 -1
  57. package/lib/index.js +13 -1
  58. package/lib/locale/lang/ru-RU.js +1 -1
  59. package/lib/number-keyboard/index.css +1 -1
  60. package/lib/picker/index.css +1 -1
  61. package/lib/picker-group/PickerGroup.d.ts +3 -0
  62. package/lib/picker-group/PickerGroup.js +18 -5
  63. package/lib/picker-group/index.d.ts +2 -0
  64. package/lib/skeleton/Skeleton.d.ts +1 -1
  65. package/lib/skeleton/Skeleton.js +8 -8
  66. package/lib/skeleton/index.css +1 -1
  67. package/lib/skeleton/index.d.ts +6 -73
  68. package/lib/skeleton/index.js +1 -21
  69. package/lib/skeleton/style/index.js +3 -2
  70. package/lib/skeleton/types.d.ts +0 -2
  71. package/lib/{skeleton → skeleton-avatar}/SkeletonAvatar.d.ts +1 -1
  72. package/lib/{skeleton → skeleton-avatar}/SkeletonAvatar.js +0 -0
  73. package/lib/skeleton-avatar/index.css +1 -0
  74. package/lib/skeleton-avatar/index.d.ts +23 -0
  75. package/lib/skeleton-avatar/index.js +35 -0
  76. package/lib/skeleton-avatar/style/index.d.ts +1 -0
  77. package/lib/skeleton-avatar/style/index.js +2 -0
  78. package/{es/skeleton → lib/skeleton-image}/SkeletonImage.d.ts +1 -1
  79. package/lib/{skeleton → skeleton-image}/SkeletonImage.js +0 -0
  80. package/lib/skeleton-image/index.css +1 -0
  81. package/lib/skeleton-image/index.d.ts +23 -0
  82. package/lib/skeleton-image/index.js +35 -0
  83. package/lib/skeleton-image/style/index.d.ts +1 -0
  84. package/lib/skeleton-image/style/index.js +4 -0
  85. package/lib/{skeleton → skeleton-paragraph}/SkeletonParagraph.d.ts +0 -0
  86. package/lib/{skeleton → skeleton-paragraph}/SkeletonParagraph.js +0 -0
  87. package/lib/skeleton-paragraph/index.css +1 -0
  88. package/lib/skeleton-paragraph/index.d.ts +24 -0
  89. package/lib/skeleton-paragraph/index.js +36 -0
  90. package/lib/skeleton-paragraph/style/index.d.ts +1 -0
  91. package/lib/skeleton-paragraph/style/index.js +2 -0
  92. package/lib/{skeleton → skeleton-title}/SkeletonTitle.d.ts +0 -0
  93. package/lib/{skeleton → skeleton-title}/SkeletonTitle.js +0 -0
  94. package/lib/skeleton-title/index.css +1 -0
  95. package/lib/skeleton-title/index.d.ts +17 -0
  96. package/lib/skeleton-title/index.js +35 -0
  97. package/lib/skeleton-title/style/index.d.ts +1 -0
  98. package/lib/skeleton-title/style/index.js +2 -0
  99. package/lib/style/base.css +1 -1
  100. package/lib/style/css-variables.css +1 -1
  101. package/lib/swipe/Swipe.js +3 -0
  102. package/lib/vant.cjs.js +227 -202
  103. package/lib/vant.es.js +227 -202
  104. package/lib/vant.js +237 -203
  105. package/lib/vant.min.js +1 -1
  106. package/lib/web-types.json +1 -1
  107. package/package.json +3 -3
package/lib/vant.js CHANGED
@@ -142,10 +142,19 @@
142
142
  traverse(children);
143
143
  return result;
144
144
  }
145
+ var findVNodeIndex = (vnodes, vnode) => {
146
+ const index = vnodes.indexOf(vnode);
147
+ if (index === -1) {
148
+ return vnodes.findIndex(
149
+ (item) => vnode.key !== void 0 && vnode.key !== null && item.type === vnode.type && item.key === vnode.key
150
+ );
151
+ }
152
+ return index;
153
+ };
145
154
  function sortChildren(parent, publicChildren, internalChildren) {
146
155
  const vnodes = flattenVNodes(parent.subTree.children);
147
156
  internalChildren.sort(
148
- (a, b) => vnodes.indexOf(a.vnode) - vnodes.indexOf(b.vnode)
157
+ (a, b) => findVNodeIndex(vnodes, a.vnode) - findVNodeIndex(vnodes, b.vnode)
149
158
  );
150
159
  const orderedPublicChildren = internalChildren.map((item) => item.proxy);
151
160
  publicChildren.sort((a, b) => {
@@ -604,7 +613,7 @@
604
613
  });
605
614
  return to;
606
615
  }
607
- var stdin_default$1K = {
616
+ var stdin_default$1N = {
608
617
  name: "姓名",
609
618
  tel: "电话",
610
619
  save: "保存",
@@ -667,7 +676,7 @@
667
676
  };
668
677
  const lang = vue.ref("zh-CN");
669
678
  const messages = vue.reactive({
670
- "zh-CN": stdin_default$1K
679
+ "zh-CN": stdin_default$1N
671
680
  });
672
681
  const Locale = {
673
682
  messages() {
@@ -681,11 +690,11 @@
681
690
  deepAssign(messages, newMessages);
682
691
  }
683
692
  };
684
- var stdin_default$1J = Locale;
693
+ var stdin_default$1M = Locale;
685
694
  function createTranslate(name2) {
686
695
  const prefix = camelize(name2) + ".";
687
696
  return (path, ...args) => {
688
- const messages2 = stdin_default$1J.messages();
697
+ const messages2 = stdin_default$1M.messages();
689
698
  const message = get(messages2, prefix + path) || get(messages2, path);
690
699
  return isFunction(message) ? message(...args) : message;
691
700
  };
@@ -813,7 +822,7 @@
813
822
  placeholder: Boolean,
814
823
  safeAreaInsetBottom: truthProp
815
824
  };
816
- var stdin_default$1I = vue.defineComponent({
825
+ var stdin_default$1L = vue.defineComponent({
817
826
  name: name$1B,
818
827
  props: actionBarProps,
819
828
  setup(props, {
@@ -842,7 +851,7 @@
842
851
  };
843
852
  }
844
853
  });
845
- const ActionBar = withInstall(stdin_default$1I);
854
+ const ActionBar = withInstall(stdin_default$1L);
846
855
  function useExpose(apis) {
847
856
  const instance2 = vue.getCurrentInstance();
848
857
  if (instance2) {
@@ -881,7 +890,7 @@
881
890
  showZero: truthProp,
882
891
  position: makeStringProp("top-right")
883
892
  };
884
- var stdin_default$1H = vue.defineComponent({
893
+ var stdin_default$1K = vue.defineComponent({
885
894
  name: name$1A,
886
895
  props: badgeProps,
887
896
  setup(props, {
@@ -968,7 +977,7 @@
968
977
  };
969
978
  }
970
979
  });
971
- const Badge = withInstall(stdin_default$1H);
980
+ const Badge = withInstall(stdin_default$1K);
972
981
  let globalZIndex = 2e3;
973
982
  const useGlobalZIndex = () => ++globalZIndex;
974
983
  const setGlobalZIndex = (val) => {
@@ -992,7 +1001,7 @@
992
1001
  });
993
1002
  return cssVars;
994
1003
  }
995
- var stdin_default$1G = vue.defineComponent({
1004
+ var stdin_default$1J = vue.defineComponent({
996
1005
  name: name$1z,
997
1006
  props: configProviderProps,
998
1007
  setup(props, {
@@ -1047,7 +1056,7 @@
1047
1056
  badgeProps: Object,
1048
1057
  classPrefix: String
1049
1058
  };
1050
- var stdin_default$1F = vue.defineComponent({
1059
+ var stdin_default$1I = vue.defineComponent({
1051
1060
  name: name$1y,
1052
1061
  props: iconProps,
1053
1062
  setup(props, {
@@ -1086,7 +1095,7 @@
1086
1095
  };
1087
1096
  }
1088
1097
  });
1089
- const Icon = withInstall(stdin_default$1F);
1098
+ const Icon = withInstall(stdin_default$1I);
1090
1099
  const [name$1x, bem$1s] = createNamespace("loading");
1091
1100
  const SpinIcon = Array(12).fill(null).map((_, index) => vue.createVNode("i", {
1092
1101
  "class": bem$1s("line", String(index + 1))
@@ -1108,7 +1117,7 @@
1108
1117
  textSize: numericProp,
1109
1118
  textColor: String
1110
1119
  };
1111
- var stdin_default$1E = vue.defineComponent({
1120
+ var stdin_default$1H = vue.defineComponent({
1112
1121
  name: name$1x,
1113
1122
  props: loadingProps,
1114
1123
  setup(props, {
@@ -1151,7 +1160,7 @@
1151
1160
  };
1152
1161
  }
1153
1162
  });
1154
- const Loading = withInstall(stdin_default$1E);
1163
+ const Loading = withInstall(stdin_default$1H);
1155
1164
  const [name$1w, bem$1r] = createNamespace("button");
1156
1165
  const buttonProps = extend({}, routeProps, {
1157
1166
  tag: makeStringProp("button"),
@@ -1174,7 +1183,7 @@
1174
1183
  loadingType: String,
1175
1184
  iconPosition: makeStringProp("left")
1176
1185
  });
1177
- var stdin_default$1D = vue.defineComponent({
1186
+ var stdin_default$1G = vue.defineComponent({
1178
1187
  name: name$1w,
1179
1188
  props: buttonProps,
1180
1189
  emits: ["click"],
@@ -1291,7 +1300,7 @@
1291
1300
  };
1292
1301
  }
1293
1302
  });
1294
- const Button = withInstall(stdin_default$1D);
1303
+ const Button = withInstall(stdin_default$1G);
1295
1304
  const [name$1v, bem$1q] = createNamespace("action-bar-button");
1296
1305
  const actionBarButtonProps = extend({}, routeProps, {
1297
1306
  type: String,
@@ -1301,7 +1310,7 @@
1301
1310
  loading: Boolean,
1302
1311
  disabled: Boolean
1303
1312
  });
1304
- var stdin_default$1C = vue.defineComponent({
1313
+ var stdin_default$1F = vue.defineComponent({
1305
1314
  name: name$1v,
1306
1315
  props: actionBarButtonProps,
1307
1316
  setup(props, {
@@ -1354,7 +1363,7 @@
1354
1363
  };
1355
1364
  }
1356
1365
  });
1357
- const ActionBarButton = withInstall(stdin_default$1C);
1366
+ const ActionBarButton = withInstall(stdin_default$1F);
1358
1367
  const [name$1u, bem$1p] = createNamespace("action-bar-icon");
1359
1368
  const actionBarIconProps = extend({}, routeProps, {
1360
1369
  dot: Boolean,
@@ -1366,7 +1375,7 @@
1366
1375
  badgeProps: Object,
1367
1376
  iconPrefix: String
1368
1377
  });
1369
- var stdin_default$1B = vue.defineComponent({
1378
+ var stdin_default$1E = vue.defineComponent({
1370
1379
  name: name$1u,
1371
1380
  props: actionBarIconProps,
1372
1381
  setup(props, {
@@ -1412,7 +1421,7 @@
1412
1421
  }, [renderIcon(), slots.default ? slots.default() : props.text]);
1413
1422
  }
1414
1423
  });
1415
- const ActionBarIcon = withInstall(stdin_default$1B);
1424
+ const ActionBarIcon = withInstall(stdin_default$1E);
1416
1425
  const popupSharedProps = {
1417
1426
  show: Boolean,
1418
1427
  zIndex: numericProp,
@@ -1561,7 +1570,7 @@
1561
1570
  lazyRender: truthProp,
1562
1571
  customStyle: Object
1563
1572
  };
1564
- var stdin_default$1A = vue.defineComponent({
1573
+ var stdin_default$1D = vue.defineComponent({
1565
1574
  name: name$1t,
1566
1575
  props: overlayProps,
1567
1576
  setup(props, {
@@ -1597,7 +1606,7 @@
1597
1606
  });
1598
1607
  }
1599
1608
  });
1600
- const Overlay = withInstall(stdin_default$1A);
1609
+ const Overlay = withInstall(stdin_default$1D);
1601
1610
  const popupProps$2 = extend({}, popupSharedProps, {
1602
1611
  round: Boolean,
1603
1612
  position: makeStringProp("center"),
@@ -1611,7 +1620,7 @@
1611
1620
  safeAreaInsetBottom: Boolean
1612
1621
  });
1613
1622
  const [name$1s, bem$1n] = createNamespace("popup");
1614
- var stdin_default$1z = vue.defineComponent({
1623
+ var stdin_default$1C = vue.defineComponent({
1615
1624
  name: name$1s,
1616
1625
  inheritAttrs: false,
1617
1626
  props: popupProps$2,
@@ -1789,7 +1798,7 @@
1789
1798
  };
1790
1799
  }
1791
1800
  });
1792
- const Popup = withInstall(stdin_default$1z);
1801
+ const Popup = withInstall(stdin_default$1C);
1793
1802
  const [name$1r, bem$1m] = createNamespace("action-sheet");
1794
1803
  const actionSheetProps = extend({}, popupSharedProps, {
1795
1804
  title: String,
@@ -1804,7 +1813,7 @@
1804
1813
  safeAreaInsetBottom: truthProp
1805
1814
  });
1806
1815
  const popupInheritKeys$2 = [...popupSharedPropKeys, "round", "closeOnPopstate", "safeAreaInsetBottom"];
1807
- var stdin_default$1y = vue.defineComponent({
1816
+ var stdin_default$1B = vue.defineComponent({
1808
1817
  name: name$1r,
1809
1818
  props: actionSheetProps,
1810
1819
  emits: ["select", "cancel", "update:show"],
@@ -1911,7 +1920,7 @@
1911
1920
  });
1912
1921
  }
1913
1922
  });
1914
- const ActionSheet = withInstall(stdin_default$1y);
1923
+ const ActionSheet = withInstall(stdin_default$1B);
1915
1924
  const [name$1q, bem$1l, t$j] = createNamespace("picker");
1916
1925
  const getFirstEnabledOption = (options) => options.find((option) => !option.disabled) || options[0];
1917
1926
  function getColumnsType(columns, fields) {
@@ -1983,7 +1992,7 @@
1983
1992
  const MOMENTUM_DISTANCE = 15;
1984
1993
  const [name$1p, bem$1k] = createNamespace("picker-column");
1985
1994
  const PICKER_KEY = Symbol(name$1p);
1986
- var stdin_default$1x = vue.defineComponent({
1995
+ var stdin_default$1A = vue.defineComponent({
1987
1996
  name: name$1p,
1988
1997
  props: {
1989
1998
  value: numericProp,
@@ -2169,7 +2178,7 @@
2169
2178
  };
2170
2179
  const pickerToolbarSlots = ["cancel", "confirm", "title", "toolbar"];
2171
2180
  const pickerToolbarPropKeys = Object.keys(pickerToolbarProps);
2172
- var stdin_default$1w = vue.defineComponent({
2181
+ var stdin_default$1z = vue.defineComponent({
2173
2182
  name: name$1o,
2174
2183
  props: pickerToolbarProps,
2175
2184
  emits: ["confirm", "cancel"],
@@ -2295,7 +2304,7 @@
2295
2304
  offsetTop: makeNumericProp(0),
2296
2305
  offsetBottom: makeNumericProp(0)
2297
2306
  };
2298
- var stdin_default$1v = vue.defineComponent({
2307
+ var stdin_default$1y = vue.defineComponent({
2299
2308
  name: name$1n,
2300
2309
  props: stickyProps,
2301
2310
  emits: ["scroll", "change"],
@@ -2399,9 +2408,9 @@
2399
2408
  };
2400
2409
  }
2401
2410
  });
2402
- const Sticky = withInstall(stdin_default$1v);
2411
+ const Sticky = withInstall(stdin_default$1y);
2403
2412
  const [name$1m, bem$1i] = createNamespace("tab");
2404
- var stdin_default$1u = vue.defineComponent({
2413
+ var stdin_default$1x = vue.defineComponent({
2405
2414
  name: name$1m,
2406
2415
  props: {
2407
2416
  id: String,
@@ -2499,7 +2508,7 @@
2499
2508
  stopPropagation: truthProp
2500
2509
  };
2501
2510
  const SWIPE_KEY = Symbol(name$1l);
2502
- var stdin_default$1t = vue.defineComponent({
2511
+ var stdin_default$1w = vue.defineComponent({
2503
2512
  name: name$1l,
2504
2513
  props: swipeProps,
2505
2514
  emits: ["change"],
@@ -2666,6 +2675,9 @@
2666
2675
  }
2667
2676
  if (count.value) {
2668
2677
  active = Math.min(count.value - 1, active);
2678
+ if (active === -1) {
2679
+ active = count.value - 1;
2680
+ }
2669
2681
  }
2670
2682
  state.active = active;
2671
2683
  state.swiping = true;
@@ -2832,9 +2844,9 @@
2832
2844
  };
2833
2845
  }
2834
2846
  });
2835
- const Swipe = withInstall(stdin_default$1t);
2847
+ const Swipe = withInstall(stdin_default$1w);
2836
2848
  const [name$1k, bem$1g] = createNamespace("tabs");
2837
- var stdin_default$1s = vue.defineComponent({
2849
+ var stdin_default$1v = vue.defineComponent({
2838
2850
  name: name$1k,
2839
2851
  props: {
2840
2852
  count: makeRequiredProp(Number),
@@ -2917,7 +2929,7 @@
2917
2929
  titleInactiveColor: String
2918
2930
  };
2919
2931
  const TABS_KEY = Symbol(name$1j);
2920
- var stdin_default$1r = vue.defineComponent({
2932
+ var stdin_default$1u = vue.defineComponent({
2921
2933
  name: name$1j,
2922
2934
  props: tabsProps,
2923
2935
  emits: ["change", "scroll", "rendered", "clickTab", "update:active"],
@@ -3107,7 +3119,7 @@
3107
3119
  setCurrentIndex(index);
3108
3120
  }
3109
3121
  };
3110
- const renderNav = () => children.map((item, index) => vue.createVNode(stdin_default$1u, vue.mergeProps({
3122
+ const renderNav = () => children.map((item, index) => vue.createVNode(stdin_default$1x, vue.mergeProps({
3111
3123
  "key": item.id,
3112
3124
  "id": `${id}-${index}`,
3113
3125
  "ref": setTitleRefs(index),
@@ -3223,7 +3235,7 @@
3223
3235
  "onScroll": onStickyScroll
3224
3236
  }, {
3225
3237
  default: () => [renderHeader()]
3226
- }) : renderHeader(), vue.createVNode(stdin_default$1s, {
3238
+ }) : renderHeader(), vue.createVNode(stdin_default$1v, {
3227
3239
  "ref": contentRef,
3228
3240
  "count": children.length,
3229
3241
  "inited": state.inited,
@@ -3244,7 +3256,7 @@
3244
3256
  const TAB_STATUS_KEY = Symbol();
3245
3257
  const useTabStatus = () => vue.inject(TAB_STATUS_KEY, null);
3246
3258
  const [name$1i, bem$1e] = createNamespace("swipe-item");
3247
- var stdin_default$1q = vue.defineComponent({
3259
+ var stdin_default$1t = vue.defineComponent({
3248
3260
  name: name$1i,
3249
3261
  setup(props, {
3250
3262
  slots
@@ -3313,7 +3325,7 @@
3313
3325
  };
3314
3326
  }
3315
3327
  });
3316
- const SwipeItem = withInstall(stdin_default$1q);
3328
+ const SwipeItem = withInstall(stdin_default$1t);
3317
3329
  const [name$1h, bem$1d] = createNamespace("tab");
3318
3330
  const tabProps = extend({}, routeProps, {
3319
3331
  dot: Boolean,
@@ -3325,7 +3337,7 @@
3325
3337
  titleStyle: [String, Object],
3326
3338
  showZeroBadge: truthProp
3327
3339
  });
3328
- var stdin_default$1p = vue.defineComponent({
3340
+ var stdin_default$1s = vue.defineComponent({
3329
3341
  name: name$1h,
3330
3342
  props: tabProps,
3331
3343
  setup(props, {
@@ -3421,14 +3433,15 @@
3421
3433
  };
3422
3434
  }
3423
3435
  });
3424
- const Tab = withInstall(stdin_default$1p);
3425
- const Tabs = withInstall(stdin_default$1r);
3436
+ const Tab = withInstall(stdin_default$1s);
3437
+ const Tabs = withInstall(stdin_default$1u);
3426
3438
  const [name$1g, bem$1c] = createNamespace("picker-group");
3427
3439
  const PICKER_GROUP_KEY = Symbol(name$1g);
3428
3440
  const pickerGroupProps = extend({
3429
- tabs: makeArrayProp()
3441
+ tabs: makeArrayProp(),
3442
+ nextStepText: String
3430
3443
  }, pickerToolbarProps);
3431
- var stdin_default$1o = vue.defineComponent({
3444
+ var stdin_default$1r = vue.defineComponent({
3432
3445
  name: name$1g,
3433
3446
  props: pickerGroupProps,
3434
3447
  emits: ["confirm", "cancel"],
@@ -3436,26 +3449,38 @@
3436
3449
  emit,
3437
3450
  slots
3438
3451
  }) {
3452
+ const activeTab = vue.ref(0);
3439
3453
  const {
3440
3454
  children,
3441
3455
  linkChildren
3442
3456
  } = useChildren(PICKER_GROUP_KEY);
3443
3457
  linkChildren();
3458
+ const showNextButton = () => activeTab.value < props.tabs.length - 1 && props.nextStepText;
3444
3459
  const onConfirm = () => {
3445
- emit("confirm", children.map((item) => item.confirm()));
3460
+ if (showNextButton()) {
3461
+ activeTab.value++;
3462
+ } else {
3463
+ emit("confirm", children.map((item) => item.confirm()));
3464
+ }
3446
3465
  };
3447
3466
  const onCancel = () => emit("cancel");
3448
3467
  return () => {
3449
3468
  var _a;
3450
3469
  const childNodes = (_a = slots.default) == null ? void 0 : _a.call(slots);
3470
+ const confirmButtonText = showNextButton() ? props.nextStepText : props.confirmButtonText;
3451
3471
  return vue.createVNode("div", {
3452
3472
  "class": bem$1c()
3453
- }, [vue.createVNode(stdin_default$1w, vue.mergeProps(props, {
3473
+ }, [vue.createVNode(stdin_default$1z, {
3474
+ "title": props.title,
3475
+ "cancelButtonText": props.cancelButtonText,
3476
+ "confirmButtonText": confirmButtonText,
3454
3477
  "onConfirm": onConfirm,
3455
3478
  "onCancel": onCancel
3456
- }), null), vue.createVNode(Tabs, {
3457
- "shrink": true,
3479
+ }, null), vue.createVNode(Tabs, {
3480
+ "active": activeTab.value,
3481
+ "onUpdate:active": ($event) => activeTab.value = $event,
3458
3482
  "class": bem$1c("tabs"),
3483
+ "shrink": true,
3459
3484
  "animated": true
3460
3485
  }, {
3461
3486
  default: () => [props.tabs.map((title, index) => vue.createVNode(Tab, {
@@ -3483,7 +3508,7 @@
3483
3508
  toolbarPosition: makeStringProp("top"),
3484
3509
  columnsFieldNames: Object
3485
3510
  });
3486
- var stdin_default$1n = vue.defineComponent({
3511
+ var stdin_default$1q = vue.defineComponent({
3487
3512
  name: name$1q,
3488
3513
  props: pickerProps,
3489
3514
  emits: ["confirm", "cancel", "change", "clickOption", "update:modelValue"],
@@ -3559,7 +3584,7 @@
3559
3584
  return params;
3560
3585
  };
3561
3586
  const cancel = () => emit("cancel", getEventParams());
3562
- const renderColumnItems = () => currentColumns.value.map((options, columnIndex) => vue.createVNode(stdin_default$1x, {
3587
+ const renderColumnItems = () => currentColumns.value.map((options, columnIndex) => vue.createVNode(stdin_default$1A, {
3563
3588
  "value": selectedValues.value[columnIndex],
3564
3589
  "fields": fields.value,
3565
3590
  "options": options,
@@ -3603,7 +3628,7 @@
3603
3628
  };
3604
3629
  const renderToolbar = () => {
3605
3630
  if (props.showToolbar && !parent) {
3606
- return vue.createVNode(stdin_default$1w, vue.mergeProps(pick(props, pickerToolbarPropKeys), {
3631
+ return vue.createVNode(stdin_default$1z, vue.mergeProps(pick(props, pickerToolbarPropKeys), {
3607
3632
  "onConfirm": confirm,
3608
3633
  "onCancel": cancel
3609
3634
  }), pick(slots, pickerToolbarSlots));
@@ -3738,7 +3763,7 @@
3738
3763
  }
3739
3764
  return options;
3740
3765
  }
3741
- const Picker = withInstall(stdin_default$1n);
3766
+ const Picker = withInstall(stdin_default$1q);
3742
3767
  const [name$1f, bem$1b] = createNamespace("area");
3743
3768
  const areaProps = extend({}, pickerSharedProps, {
3744
3769
  modelValue: String,
@@ -3749,7 +3774,7 @@
3749
3774
  default: () => ({})
3750
3775
  }
3751
3776
  });
3752
- var stdin_default$1m = vue.defineComponent({
3777
+ var stdin_default$1p = vue.defineComponent({
3753
3778
  name: name$1f,
3754
3779
  props: areaProps,
3755
3780
  emits: ["change", "confirm", "cancel", "update:modelValue"],
@@ -3805,7 +3830,7 @@
3805
3830
  }, pick(props, INHERIT_PROPS)), pick(slots, INHERIT_SLOTS));
3806
3831
  }
3807
3832
  });
3808
- const Area = withInstall(stdin_default$1m);
3833
+ const Area = withInstall(stdin_default$1p);
3809
3834
  const [name$1e, bem$1a] = createNamespace("cell");
3810
3835
  const cellSharedProps = {
3811
3836
  tag: makeStringProp("div"),
@@ -3830,7 +3855,7 @@
3830
3855
  }
3831
3856
  };
3832
3857
  const cellProps = extend({}, cellSharedProps, routeProps);
3833
- var stdin_default$1l = vue.defineComponent({
3858
+ var stdin_default$1o = vue.defineComponent({
3834
3859
  name: name$1e,
3835
3860
  props: cellProps,
3836
3861
  setup(props, {
@@ -3925,7 +3950,7 @@
3925
3950
  };
3926
3951
  }
3927
3952
  });
3928
- const Cell = withInstall(stdin_default$1l);
3953
+ const Cell = withInstall(stdin_default$1o);
3929
3954
  const [name$1d, bem$19] = createNamespace("form");
3930
3955
  const formProps = {
3931
3956
  colon: Boolean,
@@ -3945,7 +3970,7 @@
3945
3970
  default: "onBlur"
3946
3971
  }
3947
3972
  };
3948
- var stdin_default$1k = vue.defineComponent({
3973
+ var stdin_default$1n = vue.defineComponent({
3949
3974
  name: name$1d,
3950
3975
  props: formProps,
3951
3976
  emits: ["submit", "failed"],
@@ -4078,7 +4103,7 @@
4078
4103
  };
4079
4104
  }
4080
4105
  });
4081
- const Form = withInstall(stdin_default$1k);
4106
+ const Form = withInstall(stdin_default$1n);
4082
4107
  function isEmptyValue(value) {
4083
4108
  if (Array.isArray(value)) {
4084
4109
  return !value.length;
@@ -4214,7 +4239,7 @@
4214
4239
  default: null
4215
4240
  }
4216
4241
  });
4217
- var stdin_default$1j = vue.defineComponent({
4242
+ var stdin_default$1m = vue.defineComponent({
4218
4243
  name: name$1c,
4219
4244
  props: fieldProps,
4220
4245
  emits: ["blur", "focus", "clear", "keypress", "clickInput", "endValidate", "startValidate", "clickLeftIcon", "clickRightIcon", "update:modelValue"],
@@ -4662,7 +4687,7 @@
4662
4687
  };
4663
4688
  }
4664
4689
  });
4665
- const Field = withInstall(stdin_default$1j);
4690
+ const Field = withInstall(stdin_default$1m);
4666
4691
  let lockCount = 0;
4667
4692
  function lockClick(lock) {
4668
4693
  if (lock) {
@@ -4700,7 +4725,7 @@
4700
4725
  closeOnClick: Boolean,
4701
4726
  closeOnClickOverlay: Boolean
4702
4727
  };
4703
- var stdin_default$1i = vue.defineComponent({
4728
+ var stdin_default$1l = vue.defineComponent({
4704
4729
  name: name$1b,
4705
4730
  props: toastProps,
4706
4731
  emits: ["update:show"],
@@ -4882,7 +4907,7 @@
4882
4907
  onClosed,
4883
4908
  "onUpdate:show": toggle
4884
4909
  };
4885
- return vue.createVNode(stdin_default$1i, vue.mergeProps(state, attrs), null);
4910
+ return vue.createVNode(stdin_default$1l, vue.mergeProps(state, attrs), null);
4886
4911
  };
4887
4912
  vue.watch(message, (val) => {
4888
4913
  state.message = val;
@@ -4952,7 +4977,7 @@
4952
4977
  const allowMultipleToast = (value = true) => {
4953
4978
  allowMultiple = value;
4954
4979
  };
4955
- const Toast = withInstall(stdin_default$1i);
4980
+ const Toast = withInstall(stdin_default$1l);
4956
4981
  const [name$1a, bem$16] = createNamespace("switch");
4957
4982
  const switchProps = {
4958
4983
  size: numericProp,
@@ -4970,7 +4995,7 @@
4970
4995
  default: false
4971
4996
  }
4972
4997
  };
4973
- var stdin_default$1h = vue.defineComponent({
4998
+ var stdin_default$1k = vue.defineComponent({
4974
4999
  name: name$1a,
4975
5000
  props: switchProps,
4976
5001
  emits: ["change", "update:modelValue"],
@@ -5030,10 +5055,10 @@
5030
5055
  };
5031
5056
  }
5032
5057
  });
5033
- const Switch = withInstall(stdin_default$1h);
5058
+ const Switch = withInstall(stdin_default$1k);
5034
5059
  const [name$19, bem$15] = createNamespace("address-edit-detail");
5035
5060
  const t$i = createNamespace("address-edit")[2];
5036
- var stdin_default$1g = vue.defineComponent({
5061
+ var stdin_default$1j = vue.defineComponent({
5037
5062
  name: name$19,
5038
5063
  props: {
5039
5064
  show: Boolean,
@@ -5139,7 +5164,7 @@
5139
5164
  default: isMobile
5140
5165
  }
5141
5166
  };
5142
- var stdin_default$1f = vue.defineComponent({
5167
+ var stdin_default$1i = vue.defineComponent({
5143
5168
  name: name$18,
5144
5169
  props: addressEditProps,
5145
5170
  emits: ["save", "focus", "delete", "clickArea", "changeArea", "changeDetail", "selectSearch", "changeDefault"],
@@ -5314,7 +5339,7 @@
5314
5339
  emit("clickArea");
5315
5340
  showAreaPopup.value = !disableArea;
5316
5341
  }
5317
- }, null), [[vue.vShow, props.showArea]]), vue.createVNode(stdin_default$1g, {
5342
+ }, null), [[vue.vShow, props.showArea]]), vue.createVNode(stdin_default$1j, {
5318
5343
  "show": props.showDetail,
5319
5344
  "rows": props.detailRows,
5320
5345
  "rules": rules.value.addressDetail,
@@ -5370,7 +5395,7 @@
5370
5395
  };
5371
5396
  }
5372
5397
  });
5373
- const AddressEdit = withInstall(stdin_default$1f);
5398
+ const AddressEdit = withInstall(stdin_default$1i);
5374
5399
  const [name$17, bem$13] = createNamespace("radio-group");
5375
5400
  const radioGroupProps = {
5376
5401
  disabled: Boolean,
@@ -5380,7 +5405,7 @@
5380
5405
  checkedColor: String
5381
5406
  };
5382
5407
  const RADIO_KEY = Symbol(name$17);
5383
- var stdin_default$1e = vue.defineComponent({
5408
+ var stdin_default$1h = vue.defineComponent({
5384
5409
  name: name$17,
5385
5410
  props: radioGroupProps,
5386
5411
  emits: ["change", "update:modelValue"],
@@ -5407,7 +5432,7 @@
5407
5432
  };
5408
5433
  }
5409
5434
  });
5410
- const RadioGroup = withInstall(stdin_default$1e);
5435
+ const RadioGroup = withInstall(stdin_default$1h);
5411
5436
  const [name$16, bem$12] = createNamespace("tag");
5412
5437
  const tagProps = {
5413
5438
  size: String,
@@ -5420,7 +5445,7 @@
5420
5445
  textColor: String,
5421
5446
  closeable: Boolean
5422
5447
  };
5423
- var stdin_default$1d = vue.defineComponent({
5448
+ var stdin_default$1g = vue.defineComponent({
5424
5449
  name: name$16,
5425
5450
  props: tagProps,
5426
5451
  emits: ["close"],
@@ -5479,7 +5504,7 @@
5479
5504
  });
5480
5505
  }
5481
5506
  });
5482
- const Tag = withInstall(stdin_default$1d);
5507
+ const Tag = withInstall(stdin_default$1g);
5483
5508
  const checkerProps = {
5484
5509
  name: unknownProp,
5485
5510
  shape: makeStringProp("round"),
@@ -5490,7 +5515,7 @@
5490
5515
  labelPosition: String,
5491
5516
  labelDisabled: Boolean
5492
5517
  };
5493
- var stdin_default$1c = vue.defineComponent({
5518
+ var stdin_default$1f = vue.defineComponent({
5494
5519
  props: extend({}, checkerProps, {
5495
5520
  bem: makeRequiredProp(Function),
5496
5521
  role: String,
@@ -5581,7 +5606,7 @@
5581
5606
  });
5582
5607
  const radioProps = checkerProps;
5583
5608
  const [name$15, bem$11] = createNamespace("radio");
5584
- var stdin_default$1b = vue.defineComponent({
5609
+ var stdin_default$1e = vue.defineComponent({
5585
5610
  name: name$15,
5586
5611
  props: checkerProps,
5587
5612
  emits: ["update:modelValue"],
@@ -5603,7 +5628,7 @@
5603
5628
  emit("update:modelValue", props.name);
5604
5629
  }
5605
5630
  };
5606
- return () => vue.createVNode(stdin_default$1c, vue.mergeProps({
5631
+ return () => vue.createVNode(stdin_default$1f, vue.mergeProps({
5607
5632
  "bem": bem$11,
5608
5633
  "role": "radio",
5609
5634
  "parent": parent,
@@ -5612,9 +5637,9 @@
5612
5637
  }, props), pick(slots, ["default", "icon"]));
5613
5638
  }
5614
5639
  });
5615
- const Radio = withInstall(stdin_default$1b);
5640
+ const Radio = withInstall(stdin_default$1e);
5616
5641
  const [name$14, bem$10] = createNamespace("address-item");
5617
- var stdin_default$1a = vue.defineComponent({
5642
+ var stdin_default$1d = vue.defineComponent({
5618
5643
  name: name$14,
5619
5644
  props: {
5620
5645
  address: makeRequiredProp(Object),
@@ -5709,7 +5734,7 @@
5709
5734
  addButtonText: String,
5710
5735
  defaultTagText: String
5711
5736
  };
5712
- var stdin_default$19 = vue.defineComponent({
5737
+ var stdin_default$1c = vue.defineComponent({
5713
5738
  name: name$13,
5714
5739
  props: addressListProps,
5715
5740
  emits: ["add", "edit", "select", "clickItem", "editDisabled", "selectDisabled", "update:modelValue"],
@@ -5726,7 +5751,7 @@
5726
5751
  emit("update:modelValue", item.id);
5727
5752
  }
5728
5753
  };
5729
- return vue.createVNode(stdin_default$1a, {
5754
+ return vue.createVNode(stdin_default$1d, {
5730
5755
  "key": item.id,
5731
5756
  "address": item,
5732
5757
  "disabled": disabled,
@@ -5772,7 +5797,7 @@
5772
5797
  };
5773
5798
  }
5774
5799
  });
5775
- const AddressList = withInstall(stdin_default$19);
5800
+ const AddressList = withInstall(stdin_default$1c);
5776
5801
  const hasIntersectionObserver = inBrowser && "IntersectionObserver" in window && "IntersectionObserverEntry" in window && "intersectionRatio" in window.IntersectionObserverEntry.prototype;
5777
5802
  const modeType = {
5778
5803
  event: "event",
@@ -5936,7 +5961,7 @@
5936
5961
  default: "body"
5937
5962
  }
5938
5963
  };
5939
- var stdin_default$18 = vue.defineComponent({
5964
+ var stdin_default$1b = vue.defineComponent({
5940
5965
  name: name$12,
5941
5966
  inheritAttrs: false,
5942
5967
  props: backTopProps,
@@ -6013,7 +6038,7 @@
6013
6038
  };
6014
6039
  }
6015
6040
  });
6016
- const BackTop = withInstall(stdin_default$18);
6041
+ const BackTop = withInstall(stdin_default$1b);
6017
6042
  const [name$11, bem$Z, t$f] = createNamespace("calendar");
6018
6043
  const formatMonthTitle = (date) => t$f("monthTitle", date.getFullYear(), date.getMonth() + 1);
6019
6044
  function compareMonth(date1, date2) {
@@ -6096,7 +6121,7 @@
6096
6121
  return value;
6097
6122
  });
6098
6123
  const [name$10] = createNamespace("calendar-day");
6099
- var stdin_default$17 = vue.defineComponent({
6124
+ var stdin_default$1a = vue.defineComponent({
6100
6125
  name: name$10,
6101
6126
  props: {
6102
6127
  item: makeRequiredProp(Object),
@@ -6234,7 +6259,7 @@
6234
6259
  showMonthTitle: Boolean,
6235
6260
  firstDayOfWeek: Number
6236
6261
  };
6237
- var stdin_default$16 = vue.defineComponent({
6262
+ var stdin_default$19 = vue.defineComponent({
6238
6263
  name: name$$,
6239
6264
  props: calendarMonthProps,
6240
6265
  emits: ["click"],
@@ -6387,7 +6412,7 @@
6387
6412
  setScrollTop(body, daysRect.top + rowOffset + body.scrollTop - useRect(body).top);
6388
6413
  }
6389
6414
  };
6390
- const renderDay = (item, index) => vue.createVNode(stdin_default$17, {
6415
+ const renderDay = (item, index) => vue.createVNode(stdin_default$1a, {
6391
6416
  "item": item,
6392
6417
  "index": index,
6393
6418
  "color": props.color,
@@ -6414,7 +6439,7 @@
6414
6439
  }
6415
6440
  });
6416
6441
  const [name$_] = createNamespace("calendar-header");
6417
- var stdin_default$15 = vue.defineComponent({
6442
+ var stdin_default$18 = vue.defineComponent({
6418
6443
  name: name$_,
6419
6444
  props: {
6420
6445
  date: Date,
@@ -6515,7 +6540,7 @@
6515
6540
  validator: (val) => val >= 0 && val <= 6
6516
6541
  }
6517
6542
  };
6518
- var stdin_default$14 = vue.defineComponent({
6543
+ var stdin_default$17 = vue.defineComponent({
6519
6544
  name: name$11,
6520
6545
  props: calendarProps,
6521
6546
  emits: ["select", "confirm", "unselect", "monthShow", "overRange", "update:show", "clickSubtitle"],
@@ -6779,7 +6804,7 @@
6779
6804
  const updateShow = (value) => emit("update:show", value);
6780
6805
  const renderMonth = (date, index) => {
6781
6806
  const showMonthTitle = index !== 0 || !props.showSubtitle;
6782
- return vue.createVNode(stdin_default$16, vue.mergeProps({
6807
+ return vue.createVNode(stdin_default$19, vue.mergeProps({
6783
6808
  "ref": setMonthRefs(index),
6784
6809
  "date": date,
6785
6810
  "currentDate": currentDate.value,
@@ -6820,7 +6845,7 @@
6820
6845
  }, [renderFooterButton()]);
6821
6846
  const renderCalendar = () => vue.createVNode("div", {
6822
6847
  "class": bem$Z()
6823
- }, [vue.createVNode(stdin_default$15, {
6848
+ }, [vue.createVNode(stdin_default$18, {
6824
6849
  "date": subtitle.value.date,
6825
6850
  "title": props.title,
6826
6851
  "subtitle": subtitle.value.text,
@@ -6866,7 +6891,7 @@
6866
6891
  };
6867
6892
  }
6868
6893
  });
6869
- const Calendar = withInstall(stdin_default$14);
6894
+ const Calendar = withInstall(stdin_default$17);
6870
6895
  const [name$Z, bem$Y] = createNamespace("image");
6871
6896
  const imageProps = {
6872
6897
  src: String,
@@ -6886,7 +6911,7 @@
6886
6911
  showLoading: truthProp,
6887
6912
  loadingIcon: makeStringProp("photo")
6888
6913
  };
6889
- var stdin_default$13 = vue.defineComponent({
6914
+ var stdin_default$16 = vue.defineComponent({
6890
6915
  name: name$Z,
6891
6916
  props: imageProps,
6892
6917
  emits: ["load", "error"],
@@ -7030,7 +7055,7 @@
7030
7055
  };
7031
7056
  }
7032
7057
  });
7033
- const Image$1 = withInstall(stdin_default$13);
7058
+ const Image$1 = withInstall(stdin_default$16);
7034
7059
  const [name$Y, bem$X] = createNamespace("card");
7035
7060
  const cardProps = {
7036
7061
  tag: String,
@@ -7045,7 +7070,7 @@
7045
7070
  thumbLink: String,
7046
7071
  originPrice: numericProp
7047
7072
  };
7048
- var stdin_default$12 = vue.defineComponent({
7073
+ var stdin_default$15 = vue.defineComponent({
7049
7074
  name: name$Y,
7050
7075
  props: cardProps,
7051
7076
  emits: ["clickThumb"],
@@ -7149,7 +7174,7 @@
7149
7174
  };
7150
7175
  }
7151
7176
  });
7152
- const Card = withInstall(stdin_default$12);
7177
+ const Card = withInstall(stdin_default$15);
7153
7178
  const [name$X, bem$W, t$e] = createNamespace("cascader");
7154
7179
  const cascaderProps = {
7155
7180
  title: String,
@@ -7163,7 +7188,7 @@
7163
7188
  placeholder: String,
7164
7189
  activeColor: String
7165
7190
  };
7166
- var stdin_default$11 = vue.defineComponent({
7191
+ var stdin_default$14 = vue.defineComponent({
7167
7192
  name: name$X,
7168
7193
  props: cascaderProps,
7169
7194
  emits: ["close", "change", "finish", "clickTab", "update:modelValue"],
@@ -7368,14 +7393,14 @@
7368
7393
  }, [renderHeader(), renderTabs()]);
7369
7394
  }
7370
7395
  });
7371
- const Cascader = withInstall(stdin_default$11);
7396
+ const Cascader = withInstall(stdin_default$14);
7372
7397
  const [name$W, bem$V] = createNamespace("cell-group");
7373
7398
  const cellGroupProps = {
7374
7399
  title: String,
7375
7400
  inset: Boolean,
7376
7401
  border: truthProp
7377
7402
  };
7378
- var stdin_default$10 = vue.defineComponent({
7403
+ var stdin_default$13 = vue.defineComponent({
7379
7404
  name: name$W,
7380
7405
  inheritAttrs: false,
7381
7406
  props: cellGroupProps,
@@ -7406,7 +7431,7 @@
7406
7431
  };
7407
7432
  }
7408
7433
  });
7409
- const CellGroup = withInstall(stdin_default$10);
7434
+ const CellGroup = withInstall(stdin_default$13);
7410
7435
  const [name$V, bem$U] = createNamespace("checkbox-group");
7411
7436
  const checkboxGroupProps = {
7412
7437
  max: numericProp,
@@ -7417,7 +7442,7 @@
7417
7442
  checkedColor: String
7418
7443
  };
7419
7444
  const CHECKBOX_GROUP_KEY = Symbol(name$V);
7420
- var stdin_default$$ = vue.defineComponent({
7445
+ var stdin_default$12 = vue.defineComponent({
7421
7446
  name: name$V,
7422
7447
  props: checkboxGroupProps,
7423
7448
  emits: ["change", "update:modelValue"],
@@ -7473,7 +7498,7 @@
7473
7498
  const checkboxProps = extend({}, checkerProps, {
7474
7499
  bindGroup: truthProp
7475
7500
  });
7476
- var stdin_default$_ = vue.defineComponent({
7501
+ var stdin_default$11 = vue.defineComponent({
7477
7502
  name: name$U,
7478
7503
  props: checkboxProps,
7479
7504
  emits: ["change", "update:modelValue"],
@@ -7531,7 +7556,7 @@
7531
7556
  checked
7532
7557
  });
7533
7558
  useCustomFieldValue(() => props.modelValue);
7534
- return () => vue.createVNode(stdin_default$1c, vue.mergeProps({
7559
+ return () => vue.createVNode(stdin_default$1f, vue.mergeProps({
7535
7560
  "bem": bem$T,
7536
7561
  "role": "checkbox",
7537
7562
  "parent": parent,
@@ -7540,8 +7565,8 @@
7540
7565
  }, props), pick(slots, ["default", "icon"]));
7541
7566
  }
7542
7567
  });
7543
- const Checkbox = withInstall(stdin_default$_);
7544
- const CheckboxGroup = withInstall(stdin_default$$);
7568
+ const Checkbox = withInstall(stdin_default$11);
7569
+ const CheckboxGroup = withInstall(stdin_default$12);
7545
7570
  const [name$T, bem$S] = createNamespace("circle");
7546
7571
  let uid = 0;
7547
7572
  const format$1 = (rate) => Math.min(Math.max(+rate, 0), 100);
@@ -7563,7 +7588,7 @@
7563
7588
  strokeLinecap: String,
7564
7589
  startPosition: makeStringProp("top")
7565
7590
  };
7566
- var stdin_default$Z = vue.defineComponent({
7591
+ var stdin_default$10 = vue.defineComponent({
7567
7592
  name: name$T,
7568
7593
  props: circleProps,
7569
7594
  emits: ["update:currentRate"],
@@ -7687,7 +7712,7 @@
7687
7712
  }, [renderGradient(), renderLayer(), renderHover()]), renderText()]);
7688
7713
  }
7689
7714
  });
7690
- const Circle = withInstall(stdin_default$Z);
7715
+ const Circle = withInstall(stdin_default$10);
7691
7716
  const [name$S, bem$R] = createNamespace("row");
7692
7717
  const ROW_KEY = Symbol(name$S);
7693
7718
  const rowProps = {
@@ -7697,7 +7722,7 @@
7697
7722
  gutter: makeNumericProp(0),
7698
7723
  justify: String
7699
7724
  };
7700
- var stdin_default$Y = vue.defineComponent({
7725
+ var stdin_default$$ = vue.defineComponent({
7701
7726
  name: name$S,
7702
7727
  props: rowProps,
7703
7728
  setup(props, {
@@ -7777,7 +7802,7 @@
7777
7802
  span: makeNumericProp(0),
7778
7803
  offset: numericProp
7779
7804
  };
7780
- var stdin_default$X = vue.defineComponent({
7805
+ var stdin_default$_ = vue.defineComponent({
7781
7806
  name: name$R,
7782
7807
  props: colProps,
7783
7808
  setup(props, {
@@ -7826,7 +7851,7 @@
7826
7851
  };
7827
7852
  }
7828
7853
  });
7829
- const Col = withInstall(stdin_default$X);
7854
+ const Col = withInstall(stdin_default$_);
7830
7855
  const [name$Q, bem$P] = createNamespace("collapse");
7831
7856
  const COLLAPSE_KEY = Symbol(name$Q);
7832
7857
  const collapseProps = {
@@ -7837,7 +7862,7 @@
7837
7862
  default: ""
7838
7863
  }
7839
7864
  };
7840
- var stdin_default$W = vue.defineComponent({
7865
+ var stdin_default$Z = vue.defineComponent({
7841
7866
  name: name$Q,
7842
7867
  props: collapseProps,
7843
7868
  emits: ["change", "update:modelValue"],
@@ -7912,7 +7937,7 @@
7912
7937
  };
7913
7938
  }
7914
7939
  });
7915
- const Collapse = withInstall(stdin_default$W);
7940
+ const Collapse = withInstall(stdin_default$Z);
7916
7941
  const [name$P, bem$O] = createNamespace("collapse-item");
7917
7942
  const CELL_SLOTS = ["icon", "title", "value", "label", "right-icon"];
7918
7943
  const collapseItemProps = extend({}, cellSharedProps, {
@@ -7922,7 +7947,7 @@
7922
7947
  readonly: Boolean,
7923
7948
  lazyRender: truthProp
7924
7949
  });
7925
- var stdin_default$V = vue.defineComponent({
7950
+ var stdin_default$Y = vue.defineComponent({
7926
7951
  name: name$P,
7927
7952
  props: collapseItemProps,
7928
7953
  setup(props, {
@@ -8034,8 +8059,8 @@
8034
8059
  }, [renderTitle(), renderContent()]);
8035
8060
  }
8036
8061
  });
8037
- const CollapseItem = withInstall(stdin_default$V);
8038
- const ConfigProvider = withInstall(stdin_default$1G);
8062
+ const CollapseItem = withInstall(stdin_default$Y);
8063
+ const ConfigProvider = withInstall(stdin_default$1J);
8039
8064
  const [name$O, bem$N, t$d] = createNamespace("contact-card");
8040
8065
  const contactCardProps = {
8041
8066
  tel: String,
@@ -8044,7 +8069,7 @@
8044
8069
  addText: String,
8045
8070
  editable: truthProp
8046
8071
  };
8047
- var stdin_default$U = vue.defineComponent({
8072
+ var stdin_default$X = vue.defineComponent({
8048
8073
  name: name$O,
8049
8074
  props: contactCardProps,
8050
8075
  emits: ["click"],
@@ -8075,7 +8100,7 @@
8075
8100
  });
8076
8101
  }
8077
8102
  });
8078
- const ContactCard = withInstall(stdin_default$U);
8103
+ const ContactCard = withInstall(stdin_default$X);
8079
8104
  const [name$N, bem$M, t$c] = createNamespace("contact-edit");
8080
8105
  const DEFAULT_CONTACT = {
8081
8106
  tel: "",
@@ -8096,7 +8121,7 @@
8096
8121
  default: isMobile
8097
8122
  }
8098
8123
  };
8099
- var stdin_default$T = vue.defineComponent({
8124
+ var stdin_default$W = vue.defineComponent({
8100
8125
  name: name$N,
8101
8126
  props: contactEditProps,
8102
8127
  emits: ["save", "delete", "changeDefault"],
@@ -8177,7 +8202,7 @@
8177
8202
  });
8178
8203
  }
8179
8204
  });
8180
- const ContactEdit = withInstall(stdin_default$T);
8205
+ const ContactEdit = withInstall(stdin_default$W);
8181
8206
  const [name$M, bem$L, t$b] = createNamespace("contact-list");
8182
8207
  const contactListProps = {
8183
8208
  list: Array,
@@ -8185,7 +8210,7 @@
8185
8210
  modelValue: unknownProp,
8186
8211
  defaultTagText: String
8187
8212
  };
8188
- var stdin_default$S = vue.defineComponent({
8213
+ var stdin_default$V = vue.defineComponent({
8189
8214
  name: name$M,
8190
8215
  props: contactListProps,
8191
8216
  emits: ["add", "edit", "select", "update:modelValue"],
@@ -8255,7 +8280,7 @@
8255
8280
  }, null)])]);
8256
8281
  }
8257
8282
  });
8258
- const ContactList = withInstall(stdin_default$S);
8283
+ const ContactList = withInstall(stdin_default$V);
8259
8284
  function parseFormat(format2, currentTime) {
8260
8285
  const { days } = currentTime;
8261
8286
  let { hours, minutes, seconds, milliseconds } = currentTime;
@@ -8298,7 +8323,7 @@
8298
8323
  autoStart: truthProp,
8299
8324
  millisecond: Boolean
8300
8325
  };
8301
- var stdin_default$R = vue.defineComponent({
8326
+ var stdin_default$U = vue.defineComponent({
8302
8327
  name: name$L,
8303
8328
  props: countDownProps,
8304
8329
  emits: ["change", "finish"],
@@ -8338,7 +8363,7 @@
8338
8363
  }, [slots.default ? slots.default(current2.value) : timeText.value]);
8339
8364
  }
8340
8365
  });
8341
- const CountDown = withInstall(stdin_default$R);
8366
+ const CountDown = withInstall(stdin_default$U);
8342
8367
  function getDate(timeStamp) {
8343
8368
  const date = new Date(timeStamp * 1e3);
8344
8369
  return `${date.getFullYear()}.${padZero(date.getMonth() + 1)}.${padZero(
@@ -8348,7 +8373,7 @@
8348
8373
  const formatDiscount = (discount) => (discount / 10).toFixed(discount % 10 === 0 ? 0 : 1);
8349
8374
  const formatAmount = (amount) => (amount / 100).toFixed(amount % 100 === 0 ? 0 : amount % 10 === 0 ? 1 : 2);
8350
8375
  const [name$K, bem$J, t$a] = createNamespace("coupon");
8351
- var stdin_default$Q = vue.defineComponent({
8376
+ var stdin_default$T = vue.defineComponent({
8352
8377
  name: name$K,
8353
8378
  props: {
8354
8379
  chosen: Boolean,
@@ -8419,7 +8444,7 @@
8419
8444
  };
8420
8445
  }
8421
8446
  });
8422
- const Coupon = withInstall(stdin_default$Q);
8447
+ const Coupon = withInstall(stdin_default$T);
8423
8448
  const [name$J, bem$I, t$9] = createNamespace("coupon-cell");
8424
8449
  const couponCellProps = {
8425
8450
  title: String,
@@ -8448,7 +8473,7 @@
8448
8473
  }
8449
8474
  return coupons.length === 0 ? t$9("noCoupon") : t$9("count", coupons.length);
8450
8475
  }
8451
- var stdin_default$P = vue.defineComponent({
8476
+ var stdin_default$S = vue.defineComponent({
8452
8477
  name: name$J,
8453
8478
  props: couponCellProps,
8454
8479
  setup(props) {
@@ -8467,14 +8492,14 @@
8467
8492
  };
8468
8493
  }
8469
8494
  });
8470
- const CouponCell = withInstall(stdin_default$P);
8495
+ const CouponCell = withInstall(stdin_default$S);
8471
8496
  const [name$I, bem$H] = createNamespace("empty");
8472
8497
  const emptyProps = {
8473
8498
  image: makeStringProp("default"),
8474
8499
  imageSize: [Number, String, Array],
8475
8500
  description: String
8476
8501
  };
8477
- var stdin_default$O = vue.defineComponent({
8502
+ var stdin_default$R = vue.defineComponent({
8478
8503
  name: name$I,
8479
8504
  props: emptyProps,
8480
8505
  setup(props, {
@@ -8783,7 +8808,7 @@
8783
8808
  }, [renderImage()]), renderDescription(), renderBottom()]);
8784
8809
  }
8785
8810
  });
8786
- const Empty = withInstall(stdin_default$O);
8811
+ const Empty = withInstall(stdin_default$R);
8787
8812
  const [name$H, bem$G, t$8] = createNamespace("coupon-list");
8788
8813
  const couponListProps = {
8789
8814
  code: makeStringProp(""),
@@ -8805,7 +8830,7 @@
8805
8830
  exchangeButtonLoading: Boolean,
8806
8831
  exchangeButtonDisabled: Boolean
8807
8832
  };
8808
- var stdin_default$N = vue.defineComponent({
8833
+ var stdin_default$Q = vue.defineComponent({
8809
8834
  name: name$H,
8810
8835
  props: couponListProps,
8811
8836
  emits: ["change", "exchange", "update:code"],
@@ -8956,7 +8981,7 @@
8956
8981
  }, null), [[vue.vShow, props.showCloseButton]])])]);
8957
8982
  }
8958
8983
  });
8959
- const CouponList = withInstall(stdin_default$N);
8984
+ const CouponList = withInstall(stdin_default$Q);
8960
8985
  const currentYear = new Date().getFullYear();
8961
8986
  const [name$G] = createNamespace("date-picker");
8962
8987
  const datePickerProps = extend({}, sharedProps, {
@@ -8975,7 +9000,7 @@
8975
9000
  validator: isDate
8976
9001
  }
8977
9002
  });
8978
- var stdin_default$M = vue.defineComponent({
9003
+ var stdin_default$P = vue.defineComponent({
8979
9004
  name: name$G,
8980
9005
  props: datePickerProps,
8981
9006
  emits: ["confirm", "cancel", "change", "update:modelValue"],
@@ -9063,7 +9088,7 @@
9063
9088
  }, pick(props, pickerInheritKeys)), slots);
9064
9089
  }
9065
9090
  });
9066
- const DatePicker = withInstall(stdin_default$M);
9091
+ const DatePicker = withInstall(stdin_default$P);
9067
9092
  const [name$F, bem$F, t$7] = createNamespace("dialog");
9068
9093
  const dialogProps = extend({}, popupSharedProps, {
9069
9094
  title: String,
@@ -9087,7 +9112,7 @@
9087
9112
  closeOnClickOverlay: Boolean
9088
9113
  });
9089
9114
  const popupInheritKeys$1 = [...popupSharedPropKeys, "transition", "closeOnPopstate"];
9090
- var stdin_default$L = vue.defineComponent({
9115
+ var stdin_default$O = vue.defineComponent({
9091
9116
  name: name$F,
9092
9117
  props: dialogProps,
9093
9118
  emits: ["confirm", "cancel", "keydown", "update:show"],
@@ -9306,7 +9331,7 @@
9306
9331
  state,
9307
9332
  toggle
9308
9333
  } = usePopupState();
9309
- return () => vue.createVNode(stdin_default$L, vue.mergeProps(state, {
9334
+ return () => vue.createVNode(stdin_default$O, vue.mergeProps(state, {
9310
9335
  "onUpdate:show": toggle
9311
9336
  }), null);
9312
9337
  }
@@ -9344,14 +9369,14 @@
9344
9369
  instance$2.toggle(false);
9345
9370
  }
9346
9371
  };
9347
- const Dialog = withInstall(stdin_default$L);
9372
+ const Dialog = withInstall(stdin_default$O);
9348
9373
  const [name$E, bem$E] = createNamespace("divider");
9349
9374
  const dividerProps = {
9350
9375
  dashed: Boolean,
9351
9376
  hairline: truthProp,
9352
9377
  contentPosition: makeStringProp("center")
9353
9378
  };
9354
- var stdin_default$K = vue.defineComponent({
9379
+ var stdin_default$N = vue.defineComponent({
9355
9380
  name: name$E,
9356
9381
  props: dividerProps,
9357
9382
  setup(props, {
@@ -9370,7 +9395,7 @@
9370
9395
  };
9371
9396
  }
9372
9397
  });
9373
- const Divider = withInstall(stdin_default$K);
9398
+ const Divider = withInstall(stdin_default$N);
9374
9399
  const [name$D, bem$D] = createNamespace("dropdown-menu");
9375
9400
  const dropdownMenuProps = {
9376
9401
  overlay: truthProp,
@@ -9382,7 +9407,7 @@
9382
9407
  closeOnClickOverlay: truthProp
9383
9408
  };
9384
9409
  const DROPDOWN_KEY = Symbol(name$D);
9385
- var stdin_default$J = vue.defineComponent({
9410
+ var stdin_default$M = vue.defineComponent({
9386
9411
  name: name$D,
9387
9412
  props: dropdownMenuProps,
9388
9413
  setup(props, {
@@ -9508,7 +9533,7 @@
9508
9533
  modelValue: unknownProp,
9509
9534
  titleClass: unknownProp
9510
9535
  };
9511
- var stdin_default$I = vue.defineComponent({
9536
+ var stdin_default$L = vue.defineComponent({
9512
9537
  name: name$C,
9513
9538
  inheritAttrs: false,
9514
9539
  props: dropdownItemProps,
@@ -9665,8 +9690,8 @@
9665
9690
  };
9666
9691
  }
9667
9692
  });
9668
- const DropdownItem = withInstall(stdin_default$I);
9669
- const DropdownMenu = withInstall(stdin_default$J);
9693
+ const DropdownItem = withInstall(stdin_default$L);
9694
+ const DropdownMenu = withInstall(stdin_default$M);
9670
9695
  const [name$B, bem$B] = createNamespace("grid");
9671
9696
  const gridProps = {
9672
9697
  square: Boolean,
@@ -9680,7 +9705,7 @@
9680
9705
  columnNum: makeNumericProp(4)
9681
9706
  };
9682
9707
  const GRID_KEY = Symbol(name$B);
9683
- var stdin_default$H = vue.defineComponent({
9708
+ var stdin_default$K = vue.defineComponent({
9684
9709
  name: name$B,
9685
9710
  props: gridProps,
9686
9711
  setup(props, {
@@ -9705,7 +9730,7 @@
9705
9730
  };
9706
9731
  }
9707
9732
  });
9708
- const Grid = withInstall(stdin_default$H);
9733
+ const Grid = withInstall(stdin_default$K);
9709
9734
  const [name$A, bem$A] = createNamespace("grid-item");
9710
9735
  const gridItemProps = extend({}, routeProps, {
9711
9736
  dot: Boolean,
@@ -9716,7 +9741,7 @@
9716
9741
  iconPrefix: String,
9717
9742
  badgeProps: Object
9718
9743
  });
9719
- var stdin_default$G = vue.defineComponent({
9744
+ var stdin_default$J = vue.defineComponent({
9720
9745
  name: name$A,
9721
9746
  props: gridItemProps,
9722
9747
  setup(props, {
@@ -9837,10 +9862,10 @@
9837
9862
  };
9838
9863
  }
9839
9864
  });
9840
- const GridItem = withInstall(stdin_default$G);
9865
+ const GridItem = withInstall(stdin_default$J);
9841
9866
  const getDistance = (touches) => Math.sqrt((touches[0].clientX - touches[1].clientX) ** 2 + (touches[0].clientY - touches[1].clientY) ** 2);
9842
9867
  const bem$z = createNamespace("image-preview")[1];
9843
- var stdin_default$F = vue.defineComponent({
9868
+ var stdin_default$I = vue.defineComponent({
9844
9869
  props: {
9845
9870
  src: String,
9846
9871
  show: Boolean,
@@ -10093,7 +10118,7 @@
10093
10118
  }
10094
10119
  });
10095
10120
  const [name$z, bem$y] = createNamespace("image-preview");
10096
- const popupProps$1 = ["show", "transition", "overlayStyle", "closeOnPopstate"];
10121
+ const popupProps$1 = ["show", "transition", "overlayStyle", "closeOnPopstate", "teleport"];
10097
10122
  const imagePreviewProps = {
10098
10123
  show: Boolean,
10099
10124
  loop: truthProp,
@@ -10113,9 +10138,10 @@
10113
10138
  startPosition: makeNumericProp(0),
10114
10139
  showIndicators: Boolean,
10115
10140
  closeOnPopstate: truthProp,
10116
- closeIconPosition: makeStringProp("top-right")
10141
+ closeIconPosition: makeStringProp("top-right"),
10142
+ teleport: [String, Object]
10117
10143
  };
10118
- var stdin_default$E = vue.defineComponent({
10144
+ var stdin_default$H = vue.defineComponent({
10119
10145
  name: name$z,
10120
10146
  props: imagePreviewProps,
10121
10147
  emits: ["scale", "close", "closed", "change", "longPress", "update:show"],
@@ -10178,7 +10204,7 @@
10178
10204
  "indicatorColor": "white",
10179
10205
  "onChange": setActive
10180
10206
  }, {
10181
- default: () => [props.images.map((image, index) => vue.createVNode(stdin_default$F, {
10207
+ default: () => [props.images.map((image, index) => vue.createVNode(stdin_default$I, {
10182
10208
  "src": image,
10183
10209
  "show": props.show,
10184
10210
  "active": state.active,
@@ -10282,7 +10308,7 @@
10282
10308
  const onClosed = () => {
10283
10309
  state.images = [];
10284
10310
  };
10285
- return () => vue.createVNode(stdin_default$E, vue.mergeProps(state, {
10311
+ return () => vue.createVNode(stdin_default$H, vue.mergeProps(state, {
10286
10312
  "onClosed": onClosed,
10287
10313
  "onUpdate:show": toggle
10288
10314
  }), null);
@@ -10303,7 +10329,7 @@
10303
10329
  instance$1.open(extend({}, defaultConfig, options));
10304
10330
  return instance$1;
10305
10331
  };
10306
- const ImagePreview = withInstall(stdin_default$E);
10332
+ const ImagePreview = withInstall(stdin_default$H);
10307
10333
  function genAlphabet() {
10308
10334
  const charCodeOfA = "A".charCodeAt(0);
10309
10335
  const indexList = Array(26).fill("").map((_, i) => String.fromCharCode(charCodeOfA + i));
@@ -10322,7 +10348,7 @@
10322
10348
  }
10323
10349
  };
10324
10350
  const INDEX_BAR_KEY = Symbol(name$y);
10325
- var stdin_default$D = vue.defineComponent({
10351
+ var stdin_default$G = vue.defineComponent({
10326
10352
  name: name$y,
10327
10353
  props: indexBarProps,
10328
10354
  emits: ["select", "change"],
@@ -10524,7 +10550,7 @@
10524
10550
  const indexAnchorProps = {
10525
10551
  index: numericProp
10526
10552
  };
10527
- var stdin_default$C = vue.defineComponent({
10553
+ var stdin_default$F = vue.defineComponent({
10528
10554
  name: name$x,
10529
10555
  props: indexAnchorProps,
10530
10556
  setup(props, {
@@ -10594,8 +10620,8 @@
10594
10620
  };
10595
10621
  }
10596
10622
  });
10597
- const IndexAnchor = withInstall(stdin_default$C);
10598
- const IndexBar = withInstall(stdin_default$D);
10623
+ const IndexAnchor = withInstall(stdin_default$F);
10624
+ const IndexBar = withInstall(stdin_default$G);
10599
10625
  const [name$w, bem$v, t$6] = createNamespace("list");
10600
10626
  const listProps = {
10601
10627
  error: Boolean,
@@ -10609,7 +10635,7 @@
10609
10635
  finishedText: String,
10610
10636
  immediateCheck: truthProp
10611
10637
  };
10612
- var stdin_default$B = vue.defineComponent({
10638
+ var stdin_default$E = vue.defineComponent({
10613
10639
  name: name$w,
10614
10640
  props: listProps,
10615
10641
  emits: ["load", "update:error", "update:loading"],
@@ -10726,7 +10752,7 @@
10726
10752
  };
10727
10753
  }
10728
10754
  });
10729
- const List = withInstall(stdin_default$B);
10755
+ const List = withInstall(stdin_default$E);
10730
10756
  const [name$v, bem$u] = createNamespace("nav-bar");
10731
10757
  const navBarProps = {
10732
10758
  title: String,
@@ -10740,7 +10766,7 @@
10740
10766
  safeAreaInsetTop: Boolean,
10741
10767
  clickable: truthProp
10742
10768
  };
10743
- var stdin_default$A = vue.defineComponent({
10769
+ var stdin_default$D = vue.defineComponent({
10744
10770
  name: name$v,
10745
10771
  props: navBarProps,
10746
10772
  emits: ["clickLeft", "clickRight"],
@@ -10810,7 +10836,7 @@
10810
10836
  };
10811
10837
  }
10812
10838
  });
10813
- const NavBar = withInstall(stdin_default$A);
10839
+ const NavBar = withInstall(stdin_default$D);
10814
10840
  const [name$u, bem$t] = createNamespace("notice-bar");
10815
10841
  const noticeBarProps = {
10816
10842
  text: String,
@@ -10826,7 +10852,7 @@
10826
10852
  default: null
10827
10853
  }
10828
10854
  };
10829
- var stdin_default$z = vue.defineComponent({
10855
+ var stdin_default$C = vue.defineComponent({
10830
10856
  name: name$u,
10831
10857
  props: noticeBarProps,
10832
10858
  emits: ["close", "replay"],
@@ -10966,7 +10992,7 @@
10966
10992
  };
10967
10993
  }
10968
10994
  });
10969
- const NoticeBar = withInstall(stdin_default$z);
10995
+ const NoticeBar = withInstall(stdin_default$C);
10970
10996
  const [name$t, bem$s] = createNamespace("notify");
10971
10997
  const notifyProps = extend({}, popupSharedProps, {
10972
10998
  type: makeStringProp("danger"),
@@ -10977,7 +11003,7 @@
10977
11003
  background: String,
10978
11004
  lockScroll: Boolean
10979
11005
  });
10980
- var stdin_default$y = vue.defineComponent({
11006
+ var stdin_default$B = vue.defineComponent({
10981
11007
  name: name$t,
10982
11008
  props: notifyProps,
10983
11009
  emits: ["update:show"],
@@ -11018,7 +11044,7 @@
11018
11044
  state,
11019
11045
  toggle
11020
11046
  } = usePopupState();
11021
- return () => vue.createVNode(stdin_default$y, vue.mergeProps(state, {
11047
+ return () => vue.createVNode(stdin_default$B, vue.mergeProps(state, {
11022
11048
  "onUpdate:show": toggle
11023
11049
  }), null);
11024
11050
  }
@@ -11062,7 +11088,7 @@
11062
11088
  const resetNotifyDefaultOptions = () => {
11063
11089
  currentOptions = getDefaultOptions();
11064
11090
  };
11065
- const Notify = withInstall(stdin_default$y);
11091
+ const Notify = withInstall(stdin_default$B);
11066
11092
  const [name$s, bem$r] = createNamespace("key");
11067
11093
  const CollapseIcon = vue.createVNode("svg", {
11068
11094
  "class": bem$r("collapse-icon"),
@@ -11078,7 +11104,7 @@
11078
11104
  "d": "M28 0a4 4 0 0 1 4 4v14a4 4 0 0 1-4 4H10.4a2 2 0 0 1-1.4-.6L1 13.1c-.6-.5-.9-1.3-.9-2 0-1 .3-1.7.9-2.2L9 .6a2 2 0 0 1 1.4-.6zm0 2H10.4l-8.2 8.3a1 1 0 0 0-.3.7c0 .3.1.5.3.7l8.2 8.4H28a2 2 0 0 0 2-2V4c0-1.1-.9-2-2-2zm-5 4a1 1 0 0 1 .7.3 1 1 0 0 1 0 1.4L20.4 11l3.3 3.3c.2.2.3.5.3.7 0 .3-.1.5-.3.7a1 1 0 0 1-.7.3 1 1 0 0 1-.7-.3L19 12.4l-3.4 3.3a1 1 0 0 1-.6.3 1 1 0 0 1-.7-.3 1 1 0 0 1-.3-.7c0-.2.1-.5.3-.7l3.3-3.3-3.3-3.3A1 1 0 0 1 14 7c0-.3.1-.5.3-.7A1 1 0 0 1 15 6a1 1 0 0 1 .6.3L19 9.6l3.3-3.3A1 1 0 0 1 23 6z",
11079
11105
  "fill": "currentColor"
11080
11106
  }, null)]);
11081
- var stdin_default$x = vue.defineComponent({
11107
+ var stdin_default$A = vue.defineComponent({
11082
11108
  name: name$s,
11083
11109
  props: {
11084
11110
  type: String,
@@ -11181,7 +11207,7 @@
11181
11207
  }
11182
11208
  return array;
11183
11209
  }
11184
- var stdin_default$w = vue.defineComponent({
11210
+ var stdin_default$z = vue.defineComponent({
11185
11211
  name: name$r,
11186
11212
  inheritAttrs: false,
11187
11213
  props: numberKeyboardProps,
@@ -11300,7 +11326,7 @@
11300
11326
  if (key.type === "extra") {
11301
11327
  keySlots.default = slots["extra-key"];
11302
11328
  }
11303
- return vue.createVNode(stdin_default$x, {
11329
+ return vue.createVNode(stdin_default$A, {
11304
11330
  "key": key.text,
11305
11331
  "text": key.text,
11306
11332
  "type": key.type,
@@ -11313,14 +11339,14 @@
11313
11339
  if (props.theme === "custom") {
11314
11340
  return vue.createVNode("div", {
11315
11341
  "class": bem$q("sidebar")
11316
- }, [props.showDeleteKey && vue.createVNode(stdin_default$x, {
11342
+ }, [props.showDeleteKey && vue.createVNode(stdin_default$A, {
11317
11343
  "large": true,
11318
11344
  "text": props.deleteButtonText,
11319
11345
  "type": "delete",
11320
11346
  "onPress": onPress
11321
11347
  }, {
11322
11348
  delete: slots.delete
11323
- }), vue.createVNode(stdin_default$x, {
11349
+ }), vue.createVNode(stdin_default$A, {
11324
11350
  "large": true,
11325
11351
  "text": props.closeButtonText,
11326
11352
  "type": "close",
@@ -11371,7 +11397,7 @@
11371
11397
  };
11372
11398
  }
11373
11399
  });
11374
- const NumberKeyboard = withInstall(stdin_default$w);
11400
+ const NumberKeyboard = withInstall(stdin_default$z);
11375
11401
  const [name$q, bem$p, t$5] = createNamespace("pagination");
11376
11402
  const makePage = (number, text, active) => ({
11377
11403
  number,
@@ -11389,7 +11415,7 @@
11389
11415
  itemsPerPage: makeNumericProp(10),
11390
11416
  forceEllipses: Boolean
11391
11417
  };
11392
- var stdin_default$v = vue.defineComponent({
11418
+ var stdin_default$y = vue.defineComponent({
11393
11419
  name: name$q,
11394
11420
  props: paginationProps,
11395
11421
  emits: ["change", "update:modelValue"],
@@ -11510,7 +11536,7 @@
11510
11536
  }, [renderPrevButton(), props.mode === "simple" ? renderDesc() : renderPages(), renderNextButton()])]);
11511
11537
  }
11512
11538
  });
11513
- const Pagination = withInstall(stdin_default$v);
11539
+ const Pagination = withInstall(stdin_default$y);
11514
11540
  const [name$p, bem$o] = createNamespace("password-input");
11515
11541
  const passwordInputProps = {
11516
11542
  info: String,
@@ -11521,7 +11547,7 @@
11521
11547
  focused: Boolean,
11522
11548
  errorInfo: String
11523
11549
  };
11524
- var stdin_default$u = vue.defineComponent({
11550
+ var stdin_default$x = vue.defineComponent({
11525
11551
  name: name$p,
11526
11552
  props: passwordInputProps,
11527
11553
  emits: ["focus"],
@@ -11583,8 +11609,8 @@
11583
11609
  };
11584
11610
  }
11585
11611
  });
11586
- const PasswordInput = withInstall(stdin_default$u);
11587
- const PickerGroup = withInstall(stdin_default$1o);
11612
+ const PasswordInput = withInstall(stdin_default$x);
11613
+ const PickerGroup = withInstall(stdin_default$1r);
11588
11614
  function getWindow(node) {
11589
11615
  if (node == null) {
11590
11616
  return window;
@@ -12534,7 +12560,7 @@
12534
12560
  default: "body"
12535
12561
  }
12536
12562
  };
12537
- var stdin_default$t = vue.defineComponent({
12563
+ var stdin_default$w = vue.defineComponent({
12538
12564
  name: name$o,
12539
12565
  props: popoverProps,
12540
12566
  emits: ["select", "touchstart", "update:show"],
@@ -12680,7 +12706,7 @@
12680
12706
  };
12681
12707
  }
12682
12708
  });
12683
- const Popover = withInstall(stdin_default$t);
12709
+ const Popover = withInstall(stdin_default$w);
12684
12710
  const [name$n, bem$m] = createNamespace("progress");
12685
12711
  const progressProps = {
12686
12712
  color: String,
@@ -12697,7 +12723,7 @@
12697
12723
  validator: (value) => value >= 0 && value <= 100
12698
12724
  }
12699
12725
  };
12700
- var stdin_default$s = vue.defineComponent({
12726
+ var stdin_default$v = vue.defineComponent({
12701
12727
  name: name$n,
12702
12728
  props: progressProps,
12703
12729
  setup(props) {
@@ -12751,7 +12777,7 @@
12751
12777
  };
12752
12778
  }
12753
12779
  });
12754
- const Progress = withInstall(stdin_default$s);
12780
+ const Progress = withInstall(stdin_default$v);
12755
12781
  const [name$m, bem$l, t$4] = createNamespace("pull-refresh");
12756
12782
  const DEFAULT_HEAD_HEIGHT = 50;
12757
12783
  const TEXT_STATUS = ["pulling", "loosing", "success"];
@@ -12767,7 +12793,7 @@
12767
12793
  successDuration: makeNumericProp(500),
12768
12794
  animationDuration: makeNumericProp(300)
12769
12795
  };
12770
- var stdin_default$r = vue.defineComponent({
12796
+ var stdin_default$u = vue.defineComponent({
12771
12797
  name: name$m,
12772
12798
  props: pullRefreshProps,
12773
12799
  emits: ["change", "refresh", "update:modelValue"],
@@ -12936,7 +12962,7 @@
12936
12962
  };
12937
12963
  }
12938
12964
  });
12939
- const PullRefresh = withInstall(stdin_default$r);
12965
+ const PullRefresh = withInstall(stdin_default$u);
12940
12966
  const [name$l, bem$k] = createNamespace("rate");
12941
12967
  function getRateStatus(value, index, allowHalf, readonly) {
12942
12968
  if (value >= index) {
@@ -12979,7 +13005,7 @@
12979
13005
  modelValue: makeNumberProp(0),
12980
13006
  disabledColor: String
12981
13007
  };
12982
- var stdin_default$q = vue.defineComponent({
13008
+ var stdin_default$t = vue.defineComponent({
12983
13009
  name: name$l,
12984
13010
  props: rateProps,
12985
13011
  emits: ["change", "update:modelValue"],
@@ -13146,8 +13172,8 @@
13146
13172
  }, [list.value.map(renderStar)]);
13147
13173
  }
13148
13174
  });
13149
- const Rate = withInstall(stdin_default$q);
13150
- const Row = withInstall(stdin_default$Y);
13175
+ const Rate = withInstall(stdin_default$t);
13176
+ const Row = withInstall(stdin_default$$);
13151
13177
  const [name$k, bem$j, t$3] = createNamespace("search");
13152
13178
  const searchProps = extend({}, fieldSharedProps, {
13153
13179
  label: String,
@@ -13158,7 +13184,7 @@
13158
13184
  background: String,
13159
13185
  showAction: Boolean
13160
13186
  });
13161
- var stdin_default$p = vue.defineComponent({
13187
+ var stdin_default$s = vue.defineComponent({
13162
13188
  name: name$k,
13163
13189
  props: searchProps,
13164
13190
  emits: ["blur", "focus", "clear", "search", "cancel", "clickInput", "clickLeftIcon", "clickRightIcon", "update:modelValue"],
@@ -13256,7 +13282,7 @@
13256
13282
  };
13257
13283
  }
13258
13284
  });
13259
- const Search = withInstall(stdin_default$p);
13285
+ const Search = withInstall(stdin_default$s);
13260
13286
  const popupInheritKeys = [...popupSharedPropKeys, "round", "closeOnPopstate", "safeAreaInsetBottom"];
13261
13287
  const iconMap = {
13262
13288
  qq: "qq",
@@ -13278,7 +13304,7 @@
13278
13304
  closeOnPopstate: truthProp,
13279
13305
  safeAreaInsetBottom: truthProp
13280
13306
  });
13281
- var stdin_default$o = vue.defineComponent({
13307
+ var stdin_default$r = vue.defineComponent({
13282
13308
  name: name$j,
13283
13309
  props: shareSheetProps,
13284
13310
  emits: ["cancel", "select", "update:show"],
@@ -13370,13 +13396,13 @@
13370
13396
  });
13371
13397
  }
13372
13398
  });
13373
- const ShareSheet = withInstall(stdin_default$o);
13399
+ const ShareSheet = withInstall(stdin_default$r);
13374
13400
  const [name$i, bem$h] = createNamespace("sidebar");
13375
13401
  const SIDEBAR_KEY = Symbol(name$i);
13376
13402
  const sidebarProps = {
13377
13403
  modelValue: makeNumericProp(0)
13378
13404
  };
13379
- var stdin_default$n = vue.defineComponent({
13405
+ var stdin_default$q = vue.defineComponent({
13380
13406
  name: name$i,
13381
13407
  props: sidebarProps,
13382
13408
  emits: ["change", "update:modelValue"],
@@ -13407,7 +13433,7 @@
13407
13433
  };
13408
13434
  }
13409
13435
  });
13410
- const Sidebar = withInstall(stdin_default$n);
13436
+ const Sidebar = withInstall(stdin_default$q);
13411
13437
  const [name$h, bem$g] = createNamespace("sidebar-item");
13412
13438
  const sidebarItemProps = extend({}, routeProps, {
13413
13439
  dot: Boolean,
@@ -13416,7 +13442,7 @@
13416
13442
  disabled: Boolean,
13417
13443
  badgeProps: Object
13418
13444
  });
13419
- var stdin_default$m = vue.defineComponent({
13445
+ var stdin_default$p = vue.defineComponent({
13420
13446
  name: name$h,
13421
13447
  props: sidebarItemProps,
13422
13448
  emits: ["click"],
@@ -13467,13 +13493,13 @@
13467
13493
  };
13468
13494
  }
13469
13495
  });
13470
- const SidebarItem = withInstall(stdin_default$m);
13496
+ const SidebarItem = withInstall(stdin_default$p);
13471
13497
  const [name$g, bem$f] = createNamespace("skeleton-title");
13472
13498
  const skeletonTitleProps = {
13473
13499
  round: Boolean,
13474
13500
  titleWidth: numericProp
13475
13501
  };
13476
- var stdin_default$l = vue.defineComponent({
13502
+ var stdin_default$o = vue.defineComponent({
13477
13503
  name: name$g,
13478
13504
  props: skeletonTitleProps,
13479
13505
  setup(props) {
@@ -13487,12 +13513,14 @@
13487
13513
  }, null);
13488
13514
  }
13489
13515
  });
13516
+ const SkeletonTitle = withInstall(stdin_default$o);
13517
+ var stdin_default$n = SkeletonTitle;
13490
13518
  const [name$f, bem$e] = createNamespace("skeleton-avatar");
13491
13519
  const skeletonAvatarProps = {
13492
13520
  avatarSize: numericProp,
13493
13521
  avatarShape: makeStringProp("round")
13494
13522
  };
13495
- var stdin_default$k = vue.defineComponent({
13523
+ var stdin_default$m = vue.defineComponent({
13496
13524
  name: name$f,
13497
13525
  props: skeletonAvatarProps,
13498
13526
  setup(props) {
@@ -13502,6 +13530,8 @@
13502
13530
  }, null);
13503
13531
  }
13504
13532
  });
13533
+ const SkeletonAvatar = withInstall(stdin_default$m);
13534
+ var stdin_default$l = SkeletonAvatar;
13505
13535
  const DEFAULT_ROW_WIDTH = "100%";
13506
13536
  const skeletonParagraphProps = {
13507
13537
  round: Boolean,
@@ -13511,7 +13541,7 @@
13511
13541
  }
13512
13542
  };
13513
13543
  const [name$e, bem$d] = createNamespace("skeleton-paragraph");
13514
- var stdin_default$j = vue.defineComponent({
13544
+ var stdin_default$k = vue.defineComponent({
13515
13545
  name: name$e,
13516
13546
  props: skeletonParagraphProps,
13517
13547
  setup(props) {
@@ -13525,6 +13555,8 @@
13525
13555
  }, null);
13526
13556
  }
13527
13557
  });
13558
+ const SkeletonParagraph = withInstall(stdin_default$k);
13559
+ var stdin_default$j = SkeletonParagraph;
13528
13560
  const [name$d, bem$c] = createNamespace("skeleton");
13529
13561
  const DEFAULT_LAST_ROW_WIDTH = "60%";
13530
13562
  const skeletonProps = {
@@ -13552,7 +13584,7 @@
13552
13584
  }) {
13553
13585
  const renderAvatar = () => {
13554
13586
  if (props.avatar) {
13555
- return vue.createVNode(stdin_default$k, {
13587
+ return vue.createVNode(stdin_default$l, {
13556
13588
  "avatarShape": props.avatarShape,
13557
13589
  "avatarSize": props.avatarSize
13558
13590
  }, null);
@@ -13560,7 +13592,7 @@
13560
13592
  };
13561
13593
  const renderTitle = () => {
13562
13594
  if (props.title) {
13563
- return vue.createVNode(stdin_default$l, {
13595
+ return vue.createVNode(stdin_default$n, {
13564
13596
  "round": props.round,
13565
13597
  "titleWidth": props.titleWidth
13566
13598
  }, null);
@@ -13605,6 +13637,7 @@
13605
13637
  };
13606
13638
  }
13607
13639
  });
13640
+ const Skeleton = withInstall(stdin_default$i);
13608
13641
  const [name$c, bem$b] = createNamespace("skeleton-image");
13609
13642
  const skeletonImageProps = {
13610
13643
  imageSize: numericProp,
@@ -13624,10 +13657,6 @@
13624
13657
  }
13625
13658
  });
13626
13659
  const SkeletonImage = withInstall(stdin_default$h);
13627
- const SkeletonTitle = withInstall(stdin_default$l);
13628
- const SkeletonAvatar = withInstall(stdin_default$k);
13629
- const SkeletonParagraph = withInstall(stdin_default$j);
13630
- const Skeleton = withInstall(stdin_default$i);
13631
13660
  const [name$b, bem$a] = createNamespace("slider");
13632
13661
  const sliderProps = {
13633
13662
  min: makeNumericProp(0),
@@ -16105,7 +16134,7 @@
16105
16134
  });
16106
16135
  }
16107
16136
  };
16108
- const version = "4.0.6";
16137
+ const version = "4.0.8";
16109
16138
  function install(app) {
16110
16139
  const components = [
16111
16140
  ActionBar,
@@ -16177,6 +16206,10 @@
16177
16206
  Sidebar,
16178
16207
  SidebarItem,
16179
16208
  Skeleton,
16209
+ SkeletonAvatar,
16210
+ SkeletonImage,
16211
+ SkeletonParagraph,
16212
+ SkeletonTitle,
16180
16213
  Slider,
16181
16214
  Space,
16182
16215
  Step,
@@ -16239,6 +16272,7 @@
16239
16272
  exports2.Coupon = Coupon;
16240
16273
  exports2.CouponCell = CouponCell;
16241
16274
  exports2.CouponList = CouponList;
16275
+ exports2.DEFAULT_ROW_WIDTH = DEFAULT_ROW_WIDTH;
16242
16276
  exports2.DatePicker = DatePicker;
16243
16277
  exports2.Dialog = Dialog;
16244
16278
  exports2.Divider = Divider;