vant 4.0.7 → 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 (97) hide show
  1. package/es/icon/index.css +1 -1
  2. package/es/index.d.ts +5 -1
  3. package/es/index.mjs +13 -1
  4. package/es/number-keyboard/index.css +1 -1
  5. package/es/picker/index.css +1 -1
  6. package/es/picker-group/PickerGroup.d.ts +3 -0
  7. package/es/picker-group/PickerGroup.mjs +20 -7
  8. package/es/picker-group/index.d.ts +2 -0
  9. package/es/skeleton/Skeleton.d.ts +1 -1
  10. package/es/skeleton/Skeleton.mjs +3 -3
  11. package/es/skeleton/index.css +1 -1
  12. package/es/skeleton/index.d.ts +6 -73
  13. package/es/skeleton/index.mjs +1 -21
  14. package/es/skeleton/style/index.mjs +3 -2
  15. package/es/skeleton/types.d.ts +0 -2
  16. package/es/{skeleton → skeleton-avatar}/SkeletonAvatar.d.ts +1 -1
  17. package/es/{skeleton → skeleton-avatar}/SkeletonAvatar.mjs +0 -0
  18. package/es/skeleton-avatar/index.css +1 -0
  19. package/es/skeleton-avatar/index.d.ts +23 -0
  20. package/es/skeleton-avatar/index.mjs +10 -0
  21. package/es/skeleton-avatar/style/index.d.ts +1 -0
  22. package/es/skeleton-avatar/style/index.mjs +2 -0
  23. package/{lib/skeleton → es/skeleton-image}/SkeletonImage.d.ts +1 -1
  24. package/es/{skeleton → skeleton-image}/SkeletonImage.mjs +0 -0
  25. package/es/skeleton-image/index.css +1 -0
  26. package/es/skeleton-image/index.d.ts +23 -0
  27. package/es/skeleton-image/index.mjs +10 -0
  28. package/es/skeleton-image/style/index.d.ts +1 -0
  29. package/es/skeleton-image/style/index.mjs +4 -0
  30. package/es/{skeleton → skeleton-paragraph}/SkeletonParagraph.d.ts +0 -0
  31. package/es/{skeleton → skeleton-paragraph}/SkeletonParagraph.mjs +0 -0
  32. package/es/skeleton-paragraph/index.css +1 -0
  33. package/es/skeleton-paragraph/index.d.ts +24 -0
  34. package/es/skeleton-paragraph/index.mjs +11 -0
  35. package/es/skeleton-paragraph/style/index.d.ts +1 -0
  36. package/es/skeleton-paragraph/style/index.mjs +2 -0
  37. package/es/{skeleton → skeleton-title}/SkeletonTitle.d.ts +0 -0
  38. package/es/{skeleton → skeleton-title}/SkeletonTitle.mjs +0 -0
  39. package/es/skeleton-title/index.css +1 -0
  40. package/es/skeleton-title/index.d.ts +17 -0
  41. package/es/skeleton-title/index.mjs +10 -0
  42. package/es/skeleton-title/style/index.d.ts +1 -0
  43. package/es/skeleton-title/style/index.mjs +2 -0
  44. package/es/style/base.css +1 -1
  45. package/es/style/css-variables.css +1 -1
  46. package/lib/icon/index.css +1 -1
  47. package/lib/index.css +1 -1
  48. package/lib/index.d.ts +5 -1
  49. package/lib/index.js +13 -1
  50. package/lib/number-keyboard/index.css +1 -1
  51. package/lib/picker/index.css +1 -1
  52. package/lib/picker-group/PickerGroup.d.ts +3 -0
  53. package/lib/picker-group/PickerGroup.js +18 -5
  54. package/lib/picker-group/index.d.ts +2 -0
  55. package/lib/skeleton/Skeleton.d.ts +1 -1
  56. package/lib/skeleton/Skeleton.js +8 -8
  57. package/lib/skeleton/index.css +1 -1
  58. package/lib/skeleton/index.d.ts +6 -73
  59. package/lib/skeleton/index.js +1 -21
  60. package/lib/skeleton/style/index.js +3 -2
  61. package/lib/skeleton/types.d.ts +0 -2
  62. package/lib/{skeleton → skeleton-avatar}/SkeletonAvatar.d.ts +1 -1
  63. package/lib/{skeleton → skeleton-avatar}/SkeletonAvatar.js +0 -0
  64. package/lib/skeleton-avatar/index.css +1 -0
  65. package/lib/skeleton-avatar/index.d.ts +23 -0
  66. package/lib/skeleton-avatar/index.js +35 -0
  67. package/lib/skeleton-avatar/style/index.d.ts +1 -0
  68. package/lib/skeleton-avatar/style/index.js +2 -0
  69. package/{es/skeleton → lib/skeleton-image}/SkeletonImage.d.ts +1 -1
  70. package/lib/{skeleton → skeleton-image}/SkeletonImage.js +0 -0
  71. package/lib/skeleton-image/index.css +1 -0
  72. package/lib/skeleton-image/index.d.ts +23 -0
  73. package/lib/skeleton-image/index.js +35 -0
  74. package/lib/skeleton-image/style/index.d.ts +1 -0
  75. package/lib/skeleton-image/style/index.js +4 -0
  76. package/lib/{skeleton → skeleton-paragraph}/SkeletonParagraph.d.ts +0 -0
  77. package/lib/{skeleton → skeleton-paragraph}/SkeletonParagraph.js +0 -0
  78. package/lib/skeleton-paragraph/index.css +1 -0
  79. package/lib/skeleton-paragraph/index.d.ts +24 -0
  80. package/lib/skeleton-paragraph/index.js +36 -0
  81. package/lib/skeleton-paragraph/style/index.d.ts +1 -0
  82. package/lib/skeleton-paragraph/style/index.js +2 -0
  83. package/lib/{skeleton → skeleton-title}/SkeletonTitle.d.ts +0 -0
  84. package/lib/{skeleton → skeleton-title}/SkeletonTitle.js +0 -0
  85. package/lib/skeleton-title/index.css +1 -0
  86. package/lib/skeleton-title/index.d.ts +17 -0
  87. package/lib/skeleton-title/index.js +35 -0
  88. package/lib/skeleton-title/style/index.d.ts +1 -0
  89. package/lib/skeleton-title/style/index.js +2 -0
  90. package/lib/style/base.css +1 -1
  91. package/lib/style/css-variables.css +1 -1
  92. package/lib/vant.cjs.js +221 -200
  93. package/lib/vant.es.js +221 -200
  94. package/lib/vant.js +231 -201
  95. package/lib/vant.min.js +1 -1
  96. package/lib/web-types.json +1 -1
  97. package/package.json +2 -2
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"],
@@ -2835,9 +2844,9 @@
2835
2844
  };
2836
2845
  }
2837
2846
  });
2838
- const Swipe = withInstall(stdin_default$1t);
2847
+ const Swipe = withInstall(stdin_default$1w);
2839
2848
  const [name$1k, bem$1g] = createNamespace("tabs");
2840
- var stdin_default$1s = vue.defineComponent({
2849
+ var stdin_default$1v = vue.defineComponent({
2841
2850
  name: name$1k,
2842
2851
  props: {
2843
2852
  count: makeRequiredProp(Number),
@@ -2920,7 +2929,7 @@
2920
2929
  titleInactiveColor: String
2921
2930
  };
2922
2931
  const TABS_KEY = Symbol(name$1j);
2923
- var stdin_default$1r = vue.defineComponent({
2932
+ var stdin_default$1u = vue.defineComponent({
2924
2933
  name: name$1j,
2925
2934
  props: tabsProps,
2926
2935
  emits: ["change", "scroll", "rendered", "clickTab", "update:active"],
@@ -3110,7 +3119,7 @@
3110
3119
  setCurrentIndex(index);
3111
3120
  }
3112
3121
  };
3113
- 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({
3114
3123
  "key": item.id,
3115
3124
  "id": `${id}-${index}`,
3116
3125
  "ref": setTitleRefs(index),
@@ -3226,7 +3235,7 @@
3226
3235
  "onScroll": onStickyScroll
3227
3236
  }, {
3228
3237
  default: () => [renderHeader()]
3229
- }) : renderHeader(), vue.createVNode(stdin_default$1s, {
3238
+ }) : renderHeader(), vue.createVNode(stdin_default$1v, {
3230
3239
  "ref": contentRef,
3231
3240
  "count": children.length,
3232
3241
  "inited": state.inited,
@@ -3247,7 +3256,7 @@
3247
3256
  const TAB_STATUS_KEY = Symbol();
3248
3257
  const useTabStatus = () => vue.inject(TAB_STATUS_KEY, null);
3249
3258
  const [name$1i, bem$1e] = createNamespace("swipe-item");
3250
- var stdin_default$1q = vue.defineComponent({
3259
+ var stdin_default$1t = vue.defineComponent({
3251
3260
  name: name$1i,
3252
3261
  setup(props, {
3253
3262
  slots
@@ -3316,7 +3325,7 @@
3316
3325
  };
3317
3326
  }
3318
3327
  });
3319
- const SwipeItem = withInstall(stdin_default$1q);
3328
+ const SwipeItem = withInstall(stdin_default$1t);
3320
3329
  const [name$1h, bem$1d] = createNamespace("tab");
3321
3330
  const tabProps = extend({}, routeProps, {
3322
3331
  dot: Boolean,
@@ -3328,7 +3337,7 @@
3328
3337
  titleStyle: [String, Object],
3329
3338
  showZeroBadge: truthProp
3330
3339
  });
3331
- var stdin_default$1p = vue.defineComponent({
3340
+ var stdin_default$1s = vue.defineComponent({
3332
3341
  name: name$1h,
3333
3342
  props: tabProps,
3334
3343
  setup(props, {
@@ -3424,14 +3433,15 @@
3424
3433
  };
3425
3434
  }
3426
3435
  });
3427
- const Tab = withInstall(stdin_default$1p);
3428
- const Tabs = withInstall(stdin_default$1r);
3436
+ const Tab = withInstall(stdin_default$1s);
3437
+ const Tabs = withInstall(stdin_default$1u);
3429
3438
  const [name$1g, bem$1c] = createNamespace("picker-group");
3430
3439
  const PICKER_GROUP_KEY = Symbol(name$1g);
3431
3440
  const pickerGroupProps = extend({
3432
- tabs: makeArrayProp()
3441
+ tabs: makeArrayProp(),
3442
+ nextStepText: String
3433
3443
  }, pickerToolbarProps);
3434
- var stdin_default$1o = vue.defineComponent({
3444
+ var stdin_default$1r = vue.defineComponent({
3435
3445
  name: name$1g,
3436
3446
  props: pickerGroupProps,
3437
3447
  emits: ["confirm", "cancel"],
@@ -3439,26 +3449,38 @@
3439
3449
  emit,
3440
3450
  slots
3441
3451
  }) {
3452
+ const activeTab = vue.ref(0);
3442
3453
  const {
3443
3454
  children,
3444
3455
  linkChildren
3445
3456
  } = useChildren(PICKER_GROUP_KEY);
3446
3457
  linkChildren();
3458
+ const showNextButton = () => activeTab.value < props.tabs.length - 1 && props.nextStepText;
3447
3459
  const onConfirm = () => {
3448
- emit("confirm", children.map((item) => item.confirm()));
3460
+ if (showNextButton()) {
3461
+ activeTab.value++;
3462
+ } else {
3463
+ emit("confirm", children.map((item) => item.confirm()));
3464
+ }
3449
3465
  };
3450
3466
  const onCancel = () => emit("cancel");
3451
3467
  return () => {
3452
3468
  var _a;
3453
3469
  const childNodes = (_a = slots.default) == null ? void 0 : _a.call(slots);
3470
+ const confirmButtonText = showNextButton() ? props.nextStepText : props.confirmButtonText;
3454
3471
  return vue.createVNode("div", {
3455
3472
  "class": bem$1c()
3456
- }, [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,
3457
3477
  "onConfirm": onConfirm,
3458
3478
  "onCancel": onCancel
3459
- }), null), vue.createVNode(Tabs, {
3460
- "shrink": true,
3479
+ }, null), vue.createVNode(Tabs, {
3480
+ "active": activeTab.value,
3481
+ "onUpdate:active": ($event) => activeTab.value = $event,
3461
3482
  "class": bem$1c("tabs"),
3483
+ "shrink": true,
3462
3484
  "animated": true
3463
3485
  }, {
3464
3486
  default: () => [props.tabs.map((title, index) => vue.createVNode(Tab, {
@@ -3486,7 +3508,7 @@
3486
3508
  toolbarPosition: makeStringProp("top"),
3487
3509
  columnsFieldNames: Object
3488
3510
  });
3489
- var stdin_default$1n = vue.defineComponent({
3511
+ var stdin_default$1q = vue.defineComponent({
3490
3512
  name: name$1q,
3491
3513
  props: pickerProps,
3492
3514
  emits: ["confirm", "cancel", "change", "clickOption", "update:modelValue"],
@@ -3562,7 +3584,7 @@
3562
3584
  return params;
3563
3585
  };
3564
3586
  const cancel = () => emit("cancel", getEventParams());
3565
- 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, {
3566
3588
  "value": selectedValues.value[columnIndex],
3567
3589
  "fields": fields.value,
3568
3590
  "options": options,
@@ -3606,7 +3628,7 @@
3606
3628
  };
3607
3629
  const renderToolbar = () => {
3608
3630
  if (props.showToolbar && !parent) {
3609
- return vue.createVNode(stdin_default$1w, vue.mergeProps(pick(props, pickerToolbarPropKeys), {
3631
+ return vue.createVNode(stdin_default$1z, vue.mergeProps(pick(props, pickerToolbarPropKeys), {
3610
3632
  "onConfirm": confirm,
3611
3633
  "onCancel": cancel
3612
3634
  }), pick(slots, pickerToolbarSlots));
@@ -3741,7 +3763,7 @@
3741
3763
  }
3742
3764
  return options;
3743
3765
  }
3744
- const Picker = withInstall(stdin_default$1n);
3766
+ const Picker = withInstall(stdin_default$1q);
3745
3767
  const [name$1f, bem$1b] = createNamespace("area");
3746
3768
  const areaProps = extend({}, pickerSharedProps, {
3747
3769
  modelValue: String,
@@ -3752,7 +3774,7 @@
3752
3774
  default: () => ({})
3753
3775
  }
3754
3776
  });
3755
- var stdin_default$1m = vue.defineComponent({
3777
+ var stdin_default$1p = vue.defineComponent({
3756
3778
  name: name$1f,
3757
3779
  props: areaProps,
3758
3780
  emits: ["change", "confirm", "cancel", "update:modelValue"],
@@ -3808,7 +3830,7 @@
3808
3830
  }, pick(props, INHERIT_PROPS)), pick(slots, INHERIT_SLOTS));
3809
3831
  }
3810
3832
  });
3811
- const Area = withInstall(stdin_default$1m);
3833
+ const Area = withInstall(stdin_default$1p);
3812
3834
  const [name$1e, bem$1a] = createNamespace("cell");
3813
3835
  const cellSharedProps = {
3814
3836
  tag: makeStringProp("div"),
@@ -3833,7 +3855,7 @@
3833
3855
  }
3834
3856
  };
3835
3857
  const cellProps = extend({}, cellSharedProps, routeProps);
3836
- var stdin_default$1l = vue.defineComponent({
3858
+ var stdin_default$1o = vue.defineComponent({
3837
3859
  name: name$1e,
3838
3860
  props: cellProps,
3839
3861
  setup(props, {
@@ -3928,7 +3950,7 @@
3928
3950
  };
3929
3951
  }
3930
3952
  });
3931
- const Cell = withInstall(stdin_default$1l);
3953
+ const Cell = withInstall(stdin_default$1o);
3932
3954
  const [name$1d, bem$19] = createNamespace("form");
3933
3955
  const formProps = {
3934
3956
  colon: Boolean,
@@ -3948,7 +3970,7 @@
3948
3970
  default: "onBlur"
3949
3971
  }
3950
3972
  };
3951
- var stdin_default$1k = vue.defineComponent({
3973
+ var stdin_default$1n = vue.defineComponent({
3952
3974
  name: name$1d,
3953
3975
  props: formProps,
3954
3976
  emits: ["submit", "failed"],
@@ -4081,7 +4103,7 @@
4081
4103
  };
4082
4104
  }
4083
4105
  });
4084
- const Form = withInstall(stdin_default$1k);
4106
+ const Form = withInstall(stdin_default$1n);
4085
4107
  function isEmptyValue(value) {
4086
4108
  if (Array.isArray(value)) {
4087
4109
  return !value.length;
@@ -4217,7 +4239,7 @@
4217
4239
  default: null
4218
4240
  }
4219
4241
  });
4220
- var stdin_default$1j = vue.defineComponent({
4242
+ var stdin_default$1m = vue.defineComponent({
4221
4243
  name: name$1c,
4222
4244
  props: fieldProps,
4223
4245
  emits: ["blur", "focus", "clear", "keypress", "clickInput", "endValidate", "startValidate", "clickLeftIcon", "clickRightIcon", "update:modelValue"],
@@ -4665,7 +4687,7 @@
4665
4687
  };
4666
4688
  }
4667
4689
  });
4668
- const Field = withInstall(stdin_default$1j);
4690
+ const Field = withInstall(stdin_default$1m);
4669
4691
  let lockCount = 0;
4670
4692
  function lockClick(lock) {
4671
4693
  if (lock) {
@@ -4703,7 +4725,7 @@
4703
4725
  closeOnClick: Boolean,
4704
4726
  closeOnClickOverlay: Boolean
4705
4727
  };
4706
- var stdin_default$1i = vue.defineComponent({
4728
+ var stdin_default$1l = vue.defineComponent({
4707
4729
  name: name$1b,
4708
4730
  props: toastProps,
4709
4731
  emits: ["update:show"],
@@ -4885,7 +4907,7 @@
4885
4907
  onClosed,
4886
4908
  "onUpdate:show": toggle
4887
4909
  };
4888
- return vue.createVNode(stdin_default$1i, vue.mergeProps(state, attrs), null);
4910
+ return vue.createVNode(stdin_default$1l, vue.mergeProps(state, attrs), null);
4889
4911
  };
4890
4912
  vue.watch(message, (val) => {
4891
4913
  state.message = val;
@@ -4955,7 +4977,7 @@
4955
4977
  const allowMultipleToast = (value = true) => {
4956
4978
  allowMultiple = value;
4957
4979
  };
4958
- const Toast = withInstall(stdin_default$1i);
4980
+ const Toast = withInstall(stdin_default$1l);
4959
4981
  const [name$1a, bem$16] = createNamespace("switch");
4960
4982
  const switchProps = {
4961
4983
  size: numericProp,
@@ -4973,7 +4995,7 @@
4973
4995
  default: false
4974
4996
  }
4975
4997
  };
4976
- var stdin_default$1h = vue.defineComponent({
4998
+ var stdin_default$1k = vue.defineComponent({
4977
4999
  name: name$1a,
4978
5000
  props: switchProps,
4979
5001
  emits: ["change", "update:modelValue"],
@@ -5033,10 +5055,10 @@
5033
5055
  };
5034
5056
  }
5035
5057
  });
5036
- const Switch = withInstall(stdin_default$1h);
5058
+ const Switch = withInstall(stdin_default$1k);
5037
5059
  const [name$19, bem$15] = createNamespace("address-edit-detail");
5038
5060
  const t$i = createNamespace("address-edit")[2];
5039
- var stdin_default$1g = vue.defineComponent({
5061
+ var stdin_default$1j = vue.defineComponent({
5040
5062
  name: name$19,
5041
5063
  props: {
5042
5064
  show: Boolean,
@@ -5142,7 +5164,7 @@
5142
5164
  default: isMobile
5143
5165
  }
5144
5166
  };
5145
- var stdin_default$1f = vue.defineComponent({
5167
+ var stdin_default$1i = vue.defineComponent({
5146
5168
  name: name$18,
5147
5169
  props: addressEditProps,
5148
5170
  emits: ["save", "focus", "delete", "clickArea", "changeArea", "changeDetail", "selectSearch", "changeDefault"],
@@ -5317,7 +5339,7 @@
5317
5339
  emit("clickArea");
5318
5340
  showAreaPopup.value = !disableArea;
5319
5341
  }
5320
- }, null), [[vue.vShow, props.showArea]]), vue.createVNode(stdin_default$1g, {
5342
+ }, null), [[vue.vShow, props.showArea]]), vue.createVNode(stdin_default$1j, {
5321
5343
  "show": props.showDetail,
5322
5344
  "rows": props.detailRows,
5323
5345
  "rules": rules.value.addressDetail,
@@ -5373,7 +5395,7 @@
5373
5395
  };
5374
5396
  }
5375
5397
  });
5376
- const AddressEdit = withInstall(stdin_default$1f);
5398
+ const AddressEdit = withInstall(stdin_default$1i);
5377
5399
  const [name$17, bem$13] = createNamespace("radio-group");
5378
5400
  const radioGroupProps = {
5379
5401
  disabled: Boolean,
@@ -5383,7 +5405,7 @@
5383
5405
  checkedColor: String
5384
5406
  };
5385
5407
  const RADIO_KEY = Symbol(name$17);
5386
- var stdin_default$1e = vue.defineComponent({
5408
+ var stdin_default$1h = vue.defineComponent({
5387
5409
  name: name$17,
5388
5410
  props: radioGroupProps,
5389
5411
  emits: ["change", "update:modelValue"],
@@ -5410,7 +5432,7 @@
5410
5432
  };
5411
5433
  }
5412
5434
  });
5413
- const RadioGroup = withInstall(stdin_default$1e);
5435
+ const RadioGroup = withInstall(stdin_default$1h);
5414
5436
  const [name$16, bem$12] = createNamespace("tag");
5415
5437
  const tagProps = {
5416
5438
  size: String,
@@ -5423,7 +5445,7 @@
5423
5445
  textColor: String,
5424
5446
  closeable: Boolean
5425
5447
  };
5426
- var stdin_default$1d = vue.defineComponent({
5448
+ var stdin_default$1g = vue.defineComponent({
5427
5449
  name: name$16,
5428
5450
  props: tagProps,
5429
5451
  emits: ["close"],
@@ -5482,7 +5504,7 @@
5482
5504
  });
5483
5505
  }
5484
5506
  });
5485
- const Tag = withInstall(stdin_default$1d);
5507
+ const Tag = withInstall(stdin_default$1g);
5486
5508
  const checkerProps = {
5487
5509
  name: unknownProp,
5488
5510
  shape: makeStringProp("round"),
@@ -5493,7 +5515,7 @@
5493
5515
  labelPosition: String,
5494
5516
  labelDisabled: Boolean
5495
5517
  };
5496
- var stdin_default$1c = vue.defineComponent({
5518
+ var stdin_default$1f = vue.defineComponent({
5497
5519
  props: extend({}, checkerProps, {
5498
5520
  bem: makeRequiredProp(Function),
5499
5521
  role: String,
@@ -5584,7 +5606,7 @@
5584
5606
  });
5585
5607
  const radioProps = checkerProps;
5586
5608
  const [name$15, bem$11] = createNamespace("radio");
5587
- var stdin_default$1b = vue.defineComponent({
5609
+ var stdin_default$1e = vue.defineComponent({
5588
5610
  name: name$15,
5589
5611
  props: checkerProps,
5590
5612
  emits: ["update:modelValue"],
@@ -5606,7 +5628,7 @@
5606
5628
  emit("update:modelValue", props.name);
5607
5629
  }
5608
5630
  };
5609
- return () => vue.createVNode(stdin_default$1c, vue.mergeProps({
5631
+ return () => vue.createVNode(stdin_default$1f, vue.mergeProps({
5610
5632
  "bem": bem$11,
5611
5633
  "role": "radio",
5612
5634
  "parent": parent,
@@ -5615,9 +5637,9 @@
5615
5637
  }, props), pick(slots, ["default", "icon"]));
5616
5638
  }
5617
5639
  });
5618
- const Radio = withInstall(stdin_default$1b);
5640
+ const Radio = withInstall(stdin_default$1e);
5619
5641
  const [name$14, bem$10] = createNamespace("address-item");
5620
- var stdin_default$1a = vue.defineComponent({
5642
+ var stdin_default$1d = vue.defineComponent({
5621
5643
  name: name$14,
5622
5644
  props: {
5623
5645
  address: makeRequiredProp(Object),
@@ -5712,7 +5734,7 @@
5712
5734
  addButtonText: String,
5713
5735
  defaultTagText: String
5714
5736
  };
5715
- var stdin_default$19 = vue.defineComponent({
5737
+ var stdin_default$1c = vue.defineComponent({
5716
5738
  name: name$13,
5717
5739
  props: addressListProps,
5718
5740
  emits: ["add", "edit", "select", "clickItem", "editDisabled", "selectDisabled", "update:modelValue"],
@@ -5729,7 +5751,7 @@
5729
5751
  emit("update:modelValue", item.id);
5730
5752
  }
5731
5753
  };
5732
- return vue.createVNode(stdin_default$1a, {
5754
+ return vue.createVNode(stdin_default$1d, {
5733
5755
  "key": item.id,
5734
5756
  "address": item,
5735
5757
  "disabled": disabled,
@@ -5775,7 +5797,7 @@
5775
5797
  };
5776
5798
  }
5777
5799
  });
5778
- const AddressList = withInstall(stdin_default$19);
5800
+ const AddressList = withInstall(stdin_default$1c);
5779
5801
  const hasIntersectionObserver = inBrowser && "IntersectionObserver" in window && "IntersectionObserverEntry" in window && "intersectionRatio" in window.IntersectionObserverEntry.prototype;
5780
5802
  const modeType = {
5781
5803
  event: "event",
@@ -5939,7 +5961,7 @@
5939
5961
  default: "body"
5940
5962
  }
5941
5963
  };
5942
- var stdin_default$18 = vue.defineComponent({
5964
+ var stdin_default$1b = vue.defineComponent({
5943
5965
  name: name$12,
5944
5966
  inheritAttrs: false,
5945
5967
  props: backTopProps,
@@ -6016,7 +6038,7 @@
6016
6038
  };
6017
6039
  }
6018
6040
  });
6019
- const BackTop = withInstall(stdin_default$18);
6041
+ const BackTop = withInstall(stdin_default$1b);
6020
6042
  const [name$11, bem$Z, t$f] = createNamespace("calendar");
6021
6043
  const formatMonthTitle = (date) => t$f("monthTitle", date.getFullYear(), date.getMonth() + 1);
6022
6044
  function compareMonth(date1, date2) {
@@ -6099,7 +6121,7 @@
6099
6121
  return value;
6100
6122
  });
6101
6123
  const [name$10] = createNamespace("calendar-day");
6102
- var stdin_default$17 = vue.defineComponent({
6124
+ var stdin_default$1a = vue.defineComponent({
6103
6125
  name: name$10,
6104
6126
  props: {
6105
6127
  item: makeRequiredProp(Object),
@@ -6237,7 +6259,7 @@
6237
6259
  showMonthTitle: Boolean,
6238
6260
  firstDayOfWeek: Number
6239
6261
  };
6240
- var stdin_default$16 = vue.defineComponent({
6262
+ var stdin_default$19 = vue.defineComponent({
6241
6263
  name: name$$,
6242
6264
  props: calendarMonthProps,
6243
6265
  emits: ["click"],
@@ -6390,7 +6412,7 @@
6390
6412
  setScrollTop(body, daysRect.top + rowOffset + body.scrollTop - useRect(body).top);
6391
6413
  }
6392
6414
  };
6393
- const renderDay = (item, index) => vue.createVNode(stdin_default$17, {
6415
+ const renderDay = (item, index) => vue.createVNode(stdin_default$1a, {
6394
6416
  "item": item,
6395
6417
  "index": index,
6396
6418
  "color": props.color,
@@ -6417,7 +6439,7 @@
6417
6439
  }
6418
6440
  });
6419
6441
  const [name$_] = createNamespace("calendar-header");
6420
- var stdin_default$15 = vue.defineComponent({
6442
+ var stdin_default$18 = vue.defineComponent({
6421
6443
  name: name$_,
6422
6444
  props: {
6423
6445
  date: Date,
@@ -6518,7 +6540,7 @@
6518
6540
  validator: (val) => val >= 0 && val <= 6
6519
6541
  }
6520
6542
  };
6521
- var stdin_default$14 = vue.defineComponent({
6543
+ var stdin_default$17 = vue.defineComponent({
6522
6544
  name: name$11,
6523
6545
  props: calendarProps,
6524
6546
  emits: ["select", "confirm", "unselect", "monthShow", "overRange", "update:show", "clickSubtitle"],
@@ -6782,7 +6804,7 @@
6782
6804
  const updateShow = (value) => emit("update:show", value);
6783
6805
  const renderMonth = (date, index) => {
6784
6806
  const showMonthTitle = index !== 0 || !props.showSubtitle;
6785
- return vue.createVNode(stdin_default$16, vue.mergeProps({
6807
+ return vue.createVNode(stdin_default$19, vue.mergeProps({
6786
6808
  "ref": setMonthRefs(index),
6787
6809
  "date": date,
6788
6810
  "currentDate": currentDate.value,
@@ -6823,7 +6845,7 @@
6823
6845
  }, [renderFooterButton()]);
6824
6846
  const renderCalendar = () => vue.createVNode("div", {
6825
6847
  "class": bem$Z()
6826
- }, [vue.createVNode(stdin_default$15, {
6848
+ }, [vue.createVNode(stdin_default$18, {
6827
6849
  "date": subtitle.value.date,
6828
6850
  "title": props.title,
6829
6851
  "subtitle": subtitle.value.text,
@@ -6869,7 +6891,7 @@
6869
6891
  };
6870
6892
  }
6871
6893
  });
6872
- const Calendar = withInstall(stdin_default$14);
6894
+ const Calendar = withInstall(stdin_default$17);
6873
6895
  const [name$Z, bem$Y] = createNamespace("image");
6874
6896
  const imageProps = {
6875
6897
  src: String,
@@ -6889,7 +6911,7 @@
6889
6911
  showLoading: truthProp,
6890
6912
  loadingIcon: makeStringProp("photo")
6891
6913
  };
6892
- var stdin_default$13 = vue.defineComponent({
6914
+ var stdin_default$16 = vue.defineComponent({
6893
6915
  name: name$Z,
6894
6916
  props: imageProps,
6895
6917
  emits: ["load", "error"],
@@ -7033,7 +7055,7 @@
7033
7055
  };
7034
7056
  }
7035
7057
  });
7036
- const Image$1 = withInstall(stdin_default$13);
7058
+ const Image$1 = withInstall(stdin_default$16);
7037
7059
  const [name$Y, bem$X] = createNamespace("card");
7038
7060
  const cardProps = {
7039
7061
  tag: String,
@@ -7048,7 +7070,7 @@
7048
7070
  thumbLink: String,
7049
7071
  originPrice: numericProp
7050
7072
  };
7051
- var stdin_default$12 = vue.defineComponent({
7073
+ var stdin_default$15 = vue.defineComponent({
7052
7074
  name: name$Y,
7053
7075
  props: cardProps,
7054
7076
  emits: ["clickThumb"],
@@ -7152,7 +7174,7 @@
7152
7174
  };
7153
7175
  }
7154
7176
  });
7155
- const Card = withInstall(stdin_default$12);
7177
+ const Card = withInstall(stdin_default$15);
7156
7178
  const [name$X, bem$W, t$e] = createNamespace("cascader");
7157
7179
  const cascaderProps = {
7158
7180
  title: String,
@@ -7166,7 +7188,7 @@
7166
7188
  placeholder: String,
7167
7189
  activeColor: String
7168
7190
  };
7169
- var stdin_default$11 = vue.defineComponent({
7191
+ var stdin_default$14 = vue.defineComponent({
7170
7192
  name: name$X,
7171
7193
  props: cascaderProps,
7172
7194
  emits: ["close", "change", "finish", "clickTab", "update:modelValue"],
@@ -7371,14 +7393,14 @@
7371
7393
  }, [renderHeader(), renderTabs()]);
7372
7394
  }
7373
7395
  });
7374
- const Cascader = withInstall(stdin_default$11);
7396
+ const Cascader = withInstall(stdin_default$14);
7375
7397
  const [name$W, bem$V] = createNamespace("cell-group");
7376
7398
  const cellGroupProps = {
7377
7399
  title: String,
7378
7400
  inset: Boolean,
7379
7401
  border: truthProp
7380
7402
  };
7381
- var stdin_default$10 = vue.defineComponent({
7403
+ var stdin_default$13 = vue.defineComponent({
7382
7404
  name: name$W,
7383
7405
  inheritAttrs: false,
7384
7406
  props: cellGroupProps,
@@ -7409,7 +7431,7 @@
7409
7431
  };
7410
7432
  }
7411
7433
  });
7412
- const CellGroup = withInstall(stdin_default$10);
7434
+ const CellGroup = withInstall(stdin_default$13);
7413
7435
  const [name$V, bem$U] = createNamespace("checkbox-group");
7414
7436
  const checkboxGroupProps = {
7415
7437
  max: numericProp,
@@ -7420,7 +7442,7 @@
7420
7442
  checkedColor: String
7421
7443
  };
7422
7444
  const CHECKBOX_GROUP_KEY = Symbol(name$V);
7423
- var stdin_default$$ = vue.defineComponent({
7445
+ var stdin_default$12 = vue.defineComponent({
7424
7446
  name: name$V,
7425
7447
  props: checkboxGroupProps,
7426
7448
  emits: ["change", "update:modelValue"],
@@ -7476,7 +7498,7 @@
7476
7498
  const checkboxProps = extend({}, checkerProps, {
7477
7499
  bindGroup: truthProp
7478
7500
  });
7479
- var stdin_default$_ = vue.defineComponent({
7501
+ var stdin_default$11 = vue.defineComponent({
7480
7502
  name: name$U,
7481
7503
  props: checkboxProps,
7482
7504
  emits: ["change", "update:modelValue"],
@@ -7534,7 +7556,7 @@
7534
7556
  checked
7535
7557
  });
7536
7558
  useCustomFieldValue(() => props.modelValue);
7537
- return () => vue.createVNode(stdin_default$1c, vue.mergeProps({
7559
+ return () => vue.createVNode(stdin_default$1f, vue.mergeProps({
7538
7560
  "bem": bem$T,
7539
7561
  "role": "checkbox",
7540
7562
  "parent": parent,
@@ -7543,8 +7565,8 @@
7543
7565
  }, props), pick(slots, ["default", "icon"]));
7544
7566
  }
7545
7567
  });
7546
- const Checkbox = withInstall(stdin_default$_);
7547
- const CheckboxGroup = withInstall(stdin_default$$);
7568
+ const Checkbox = withInstall(stdin_default$11);
7569
+ const CheckboxGroup = withInstall(stdin_default$12);
7548
7570
  const [name$T, bem$S] = createNamespace("circle");
7549
7571
  let uid = 0;
7550
7572
  const format$1 = (rate) => Math.min(Math.max(+rate, 0), 100);
@@ -7566,7 +7588,7 @@
7566
7588
  strokeLinecap: String,
7567
7589
  startPosition: makeStringProp("top")
7568
7590
  };
7569
- var stdin_default$Z = vue.defineComponent({
7591
+ var stdin_default$10 = vue.defineComponent({
7570
7592
  name: name$T,
7571
7593
  props: circleProps,
7572
7594
  emits: ["update:currentRate"],
@@ -7690,7 +7712,7 @@
7690
7712
  }, [renderGradient(), renderLayer(), renderHover()]), renderText()]);
7691
7713
  }
7692
7714
  });
7693
- const Circle = withInstall(stdin_default$Z);
7715
+ const Circle = withInstall(stdin_default$10);
7694
7716
  const [name$S, bem$R] = createNamespace("row");
7695
7717
  const ROW_KEY = Symbol(name$S);
7696
7718
  const rowProps = {
@@ -7700,7 +7722,7 @@
7700
7722
  gutter: makeNumericProp(0),
7701
7723
  justify: String
7702
7724
  };
7703
- var stdin_default$Y = vue.defineComponent({
7725
+ var stdin_default$$ = vue.defineComponent({
7704
7726
  name: name$S,
7705
7727
  props: rowProps,
7706
7728
  setup(props, {
@@ -7780,7 +7802,7 @@
7780
7802
  span: makeNumericProp(0),
7781
7803
  offset: numericProp
7782
7804
  };
7783
- var stdin_default$X = vue.defineComponent({
7805
+ var stdin_default$_ = vue.defineComponent({
7784
7806
  name: name$R,
7785
7807
  props: colProps,
7786
7808
  setup(props, {
@@ -7829,7 +7851,7 @@
7829
7851
  };
7830
7852
  }
7831
7853
  });
7832
- const Col = withInstall(stdin_default$X);
7854
+ const Col = withInstall(stdin_default$_);
7833
7855
  const [name$Q, bem$P] = createNamespace("collapse");
7834
7856
  const COLLAPSE_KEY = Symbol(name$Q);
7835
7857
  const collapseProps = {
@@ -7840,7 +7862,7 @@
7840
7862
  default: ""
7841
7863
  }
7842
7864
  };
7843
- var stdin_default$W = vue.defineComponent({
7865
+ var stdin_default$Z = vue.defineComponent({
7844
7866
  name: name$Q,
7845
7867
  props: collapseProps,
7846
7868
  emits: ["change", "update:modelValue"],
@@ -7915,7 +7937,7 @@
7915
7937
  };
7916
7938
  }
7917
7939
  });
7918
- const Collapse = withInstall(stdin_default$W);
7940
+ const Collapse = withInstall(stdin_default$Z);
7919
7941
  const [name$P, bem$O] = createNamespace("collapse-item");
7920
7942
  const CELL_SLOTS = ["icon", "title", "value", "label", "right-icon"];
7921
7943
  const collapseItemProps = extend({}, cellSharedProps, {
@@ -7925,7 +7947,7 @@
7925
7947
  readonly: Boolean,
7926
7948
  lazyRender: truthProp
7927
7949
  });
7928
- var stdin_default$V = vue.defineComponent({
7950
+ var stdin_default$Y = vue.defineComponent({
7929
7951
  name: name$P,
7930
7952
  props: collapseItemProps,
7931
7953
  setup(props, {
@@ -8037,8 +8059,8 @@
8037
8059
  }, [renderTitle(), renderContent()]);
8038
8060
  }
8039
8061
  });
8040
- const CollapseItem = withInstall(stdin_default$V);
8041
- const ConfigProvider = withInstall(stdin_default$1G);
8062
+ const CollapseItem = withInstall(stdin_default$Y);
8063
+ const ConfigProvider = withInstall(stdin_default$1J);
8042
8064
  const [name$O, bem$N, t$d] = createNamespace("contact-card");
8043
8065
  const contactCardProps = {
8044
8066
  tel: String,
@@ -8047,7 +8069,7 @@
8047
8069
  addText: String,
8048
8070
  editable: truthProp
8049
8071
  };
8050
- var stdin_default$U = vue.defineComponent({
8072
+ var stdin_default$X = vue.defineComponent({
8051
8073
  name: name$O,
8052
8074
  props: contactCardProps,
8053
8075
  emits: ["click"],
@@ -8078,7 +8100,7 @@
8078
8100
  });
8079
8101
  }
8080
8102
  });
8081
- const ContactCard = withInstall(stdin_default$U);
8103
+ const ContactCard = withInstall(stdin_default$X);
8082
8104
  const [name$N, bem$M, t$c] = createNamespace("contact-edit");
8083
8105
  const DEFAULT_CONTACT = {
8084
8106
  tel: "",
@@ -8099,7 +8121,7 @@
8099
8121
  default: isMobile
8100
8122
  }
8101
8123
  };
8102
- var stdin_default$T = vue.defineComponent({
8124
+ var stdin_default$W = vue.defineComponent({
8103
8125
  name: name$N,
8104
8126
  props: contactEditProps,
8105
8127
  emits: ["save", "delete", "changeDefault"],
@@ -8180,7 +8202,7 @@
8180
8202
  });
8181
8203
  }
8182
8204
  });
8183
- const ContactEdit = withInstall(stdin_default$T);
8205
+ const ContactEdit = withInstall(stdin_default$W);
8184
8206
  const [name$M, bem$L, t$b] = createNamespace("contact-list");
8185
8207
  const contactListProps = {
8186
8208
  list: Array,
@@ -8188,7 +8210,7 @@
8188
8210
  modelValue: unknownProp,
8189
8211
  defaultTagText: String
8190
8212
  };
8191
- var stdin_default$S = vue.defineComponent({
8213
+ var stdin_default$V = vue.defineComponent({
8192
8214
  name: name$M,
8193
8215
  props: contactListProps,
8194
8216
  emits: ["add", "edit", "select", "update:modelValue"],
@@ -8258,7 +8280,7 @@
8258
8280
  }, null)])]);
8259
8281
  }
8260
8282
  });
8261
- const ContactList = withInstall(stdin_default$S);
8283
+ const ContactList = withInstall(stdin_default$V);
8262
8284
  function parseFormat(format2, currentTime) {
8263
8285
  const { days } = currentTime;
8264
8286
  let { hours, minutes, seconds, milliseconds } = currentTime;
@@ -8301,7 +8323,7 @@
8301
8323
  autoStart: truthProp,
8302
8324
  millisecond: Boolean
8303
8325
  };
8304
- var stdin_default$R = vue.defineComponent({
8326
+ var stdin_default$U = vue.defineComponent({
8305
8327
  name: name$L,
8306
8328
  props: countDownProps,
8307
8329
  emits: ["change", "finish"],
@@ -8341,7 +8363,7 @@
8341
8363
  }, [slots.default ? slots.default(current2.value) : timeText.value]);
8342
8364
  }
8343
8365
  });
8344
- const CountDown = withInstall(stdin_default$R);
8366
+ const CountDown = withInstall(stdin_default$U);
8345
8367
  function getDate(timeStamp) {
8346
8368
  const date = new Date(timeStamp * 1e3);
8347
8369
  return `${date.getFullYear()}.${padZero(date.getMonth() + 1)}.${padZero(
@@ -8351,7 +8373,7 @@
8351
8373
  const formatDiscount = (discount) => (discount / 10).toFixed(discount % 10 === 0 ? 0 : 1);
8352
8374
  const formatAmount = (amount) => (amount / 100).toFixed(amount % 100 === 0 ? 0 : amount % 10 === 0 ? 1 : 2);
8353
8375
  const [name$K, bem$J, t$a] = createNamespace("coupon");
8354
- var stdin_default$Q = vue.defineComponent({
8376
+ var stdin_default$T = vue.defineComponent({
8355
8377
  name: name$K,
8356
8378
  props: {
8357
8379
  chosen: Boolean,
@@ -8422,7 +8444,7 @@
8422
8444
  };
8423
8445
  }
8424
8446
  });
8425
- const Coupon = withInstall(stdin_default$Q);
8447
+ const Coupon = withInstall(stdin_default$T);
8426
8448
  const [name$J, bem$I, t$9] = createNamespace("coupon-cell");
8427
8449
  const couponCellProps = {
8428
8450
  title: String,
@@ -8451,7 +8473,7 @@
8451
8473
  }
8452
8474
  return coupons.length === 0 ? t$9("noCoupon") : t$9("count", coupons.length);
8453
8475
  }
8454
- var stdin_default$P = vue.defineComponent({
8476
+ var stdin_default$S = vue.defineComponent({
8455
8477
  name: name$J,
8456
8478
  props: couponCellProps,
8457
8479
  setup(props) {
@@ -8470,14 +8492,14 @@
8470
8492
  };
8471
8493
  }
8472
8494
  });
8473
- const CouponCell = withInstall(stdin_default$P);
8495
+ const CouponCell = withInstall(stdin_default$S);
8474
8496
  const [name$I, bem$H] = createNamespace("empty");
8475
8497
  const emptyProps = {
8476
8498
  image: makeStringProp("default"),
8477
8499
  imageSize: [Number, String, Array],
8478
8500
  description: String
8479
8501
  };
8480
- var stdin_default$O = vue.defineComponent({
8502
+ var stdin_default$R = vue.defineComponent({
8481
8503
  name: name$I,
8482
8504
  props: emptyProps,
8483
8505
  setup(props, {
@@ -8786,7 +8808,7 @@
8786
8808
  }, [renderImage()]), renderDescription(), renderBottom()]);
8787
8809
  }
8788
8810
  });
8789
- const Empty = withInstall(stdin_default$O);
8811
+ const Empty = withInstall(stdin_default$R);
8790
8812
  const [name$H, bem$G, t$8] = createNamespace("coupon-list");
8791
8813
  const couponListProps = {
8792
8814
  code: makeStringProp(""),
@@ -8808,7 +8830,7 @@
8808
8830
  exchangeButtonLoading: Boolean,
8809
8831
  exchangeButtonDisabled: Boolean
8810
8832
  };
8811
- var stdin_default$N = vue.defineComponent({
8833
+ var stdin_default$Q = vue.defineComponent({
8812
8834
  name: name$H,
8813
8835
  props: couponListProps,
8814
8836
  emits: ["change", "exchange", "update:code"],
@@ -8959,7 +8981,7 @@
8959
8981
  }, null), [[vue.vShow, props.showCloseButton]])])]);
8960
8982
  }
8961
8983
  });
8962
- const CouponList = withInstall(stdin_default$N);
8984
+ const CouponList = withInstall(stdin_default$Q);
8963
8985
  const currentYear = new Date().getFullYear();
8964
8986
  const [name$G] = createNamespace("date-picker");
8965
8987
  const datePickerProps = extend({}, sharedProps, {
@@ -8978,7 +9000,7 @@
8978
9000
  validator: isDate
8979
9001
  }
8980
9002
  });
8981
- var stdin_default$M = vue.defineComponent({
9003
+ var stdin_default$P = vue.defineComponent({
8982
9004
  name: name$G,
8983
9005
  props: datePickerProps,
8984
9006
  emits: ["confirm", "cancel", "change", "update:modelValue"],
@@ -9066,7 +9088,7 @@
9066
9088
  }, pick(props, pickerInheritKeys)), slots);
9067
9089
  }
9068
9090
  });
9069
- const DatePicker = withInstall(stdin_default$M);
9091
+ const DatePicker = withInstall(stdin_default$P);
9070
9092
  const [name$F, bem$F, t$7] = createNamespace("dialog");
9071
9093
  const dialogProps = extend({}, popupSharedProps, {
9072
9094
  title: String,
@@ -9090,7 +9112,7 @@
9090
9112
  closeOnClickOverlay: Boolean
9091
9113
  });
9092
9114
  const popupInheritKeys$1 = [...popupSharedPropKeys, "transition", "closeOnPopstate"];
9093
- var stdin_default$L = vue.defineComponent({
9115
+ var stdin_default$O = vue.defineComponent({
9094
9116
  name: name$F,
9095
9117
  props: dialogProps,
9096
9118
  emits: ["confirm", "cancel", "keydown", "update:show"],
@@ -9309,7 +9331,7 @@
9309
9331
  state,
9310
9332
  toggle
9311
9333
  } = usePopupState();
9312
- return () => vue.createVNode(stdin_default$L, vue.mergeProps(state, {
9334
+ return () => vue.createVNode(stdin_default$O, vue.mergeProps(state, {
9313
9335
  "onUpdate:show": toggle
9314
9336
  }), null);
9315
9337
  }
@@ -9347,14 +9369,14 @@
9347
9369
  instance$2.toggle(false);
9348
9370
  }
9349
9371
  };
9350
- const Dialog = withInstall(stdin_default$L);
9372
+ const Dialog = withInstall(stdin_default$O);
9351
9373
  const [name$E, bem$E] = createNamespace("divider");
9352
9374
  const dividerProps = {
9353
9375
  dashed: Boolean,
9354
9376
  hairline: truthProp,
9355
9377
  contentPosition: makeStringProp("center")
9356
9378
  };
9357
- var stdin_default$K = vue.defineComponent({
9379
+ var stdin_default$N = vue.defineComponent({
9358
9380
  name: name$E,
9359
9381
  props: dividerProps,
9360
9382
  setup(props, {
@@ -9373,7 +9395,7 @@
9373
9395
  };
9374
9396
  }
9375
9397
  });
9376
- const Divider = withInstall(stdin_default$K);
9398
+ const Divider = withInstall(stdin_default$N);
9377
9399
  const [name$D, bem$D] = createNamespace("dropdown-menu");
9378
9400
  const dropdownMenuProps = {
9379
9401
  overlay: truthProp,
@@ -9385,7 +9407,7 @@
9385
9407
  closeOnClickOverlay: truthProp
9386
9408
  };
9387
9409
  const DROPDOWN_KEY = Symbol(name$D);
9388
- var stdin_default$J = vue.defineComponent({
9410
+ var stdin_default$M = vue.defineComponent({
9389
9411
  name: name$D,
9390
9412
  props: dropdownMenuProps,
9391
9413
  setup(props, {
@@ -9511,7 +9533,7 @@
9511
9533
  modelValue: unknownProp,
9512
9534
  titleClass: unknownProp
9513
9535
  };
9514
- var stdin_default$I = vue.defineComponent({
9536
+ var stdin_default$L = vue.defineComponent({
9515
9537
  name: name$C,
9516
9538
  inheritAttrs: false,
9517
9539
  props: dropdownItemProps,
@@ -9668,8 +9690,8 @@
9668
9690
  };
9669
9691
  }
9670
9692
  });
9671
- const DropdownItem = withInstall(stdin_default$I);
9672
- const DropdownMenu = withInstall(stdin_default$J);
9693
+ const DropdownItem = withInstall(stdin_default$L);
9694
+ const DropdownMenu = withInstall(stdin_default$M);
9673
9695
  const [name$B, bem$B] = createNamespace("grid");
9674
9696
  const gridProps = {
9675
9697
  square: Boolean,
@@ -9683,7 +9705,7 @@
9683
9705
  columnNum: makeNumericProp(4)
9684
9706
  };
9685
9707
  const GRID_KEY = Symbol(name$B);
9686
- var stdin_default$H = vue.defineComponent({
9708
+ var stdin_default$K = vue.defineComponent({
9687
9709
  name: name$B,
9688
9710
  props: gridProps,
9689
9711
  setup(props, {
@@ -9708,7 +9730,7 @@
9708
9730
  };
9709
9731
  }
9710
9732
  });
9711
- const Grid = withInstall(stdin_default$H);
9733
+ const Grid = withInstall(stdin_default$K);
9712
9734
  const [name$A, bem$A] = createNamespace("grid-item");
9713
9735
  const gridItemProps = extend({}, routeProps, {
9714
9736
  dot: Boolean,
@@ -9719,7 +9741,7 @@
9719
9741
  iconPrefix: String,
9720
9742
  badgeProps: Object
9721
9743
  });
9722
- var stdin_default$G = vue.defineComponent({
9744
+ var stdin_default$J = vue.defineComponent({
9723
9745
  name: name$A,
9724
9746
  props: gridItemProps,
9725
9747
  setup(props, {
@@ -9840,10 +9862,10 @@
9840
9862
  };
9841
9863
  }
9842
9864
  });
9843
- const GridItem = withInstall(stdin_default$G);
9865
+ const GridItem = withInstall(stdin_default$J);
9844
9866
  const getDistance = (touches) => Math.sqrt((touches[0].clientX - touches[1].clientX) ** 2 + (touches[0].clientY - touches[1].clientY) ** 2);
9845
9867
  const bem$z = createNamespace("image-preview")[1];
9846
- var stdin_default$F = vue.defineComponent({
9868
+ var stdin_default$I = vue.defineComponent({
9847
9869
  props: {
9848
9870
  src: String,
9849
9871
  show: Boolean,
@@ -10119,7 +10141,7 @@
10119
10141
  closeIconPosition: makeStringProp("top-right"),
10120
10142
  teleport: [String, Object]
10121
10143
  };
10122
- var stdin_default$E = vue.defineComponent({
10144
+ var stdin_default$H = vue.defineComponent({
10123
10145
  name: name$z,
10124
10146
  props: imagePreviewProps,
10125
10147
  emits: ["scale", "close", "closed", "change", "longPress", "update:show"],
@@ -10182,7 +10204,7 @@
10182
10204
  "indicatorColor": "white",
10183
10205
  "onChange": setActive
10184
10206
  }, {
10185
- default: () => [props.images.map((image, index) => vue.createVNode(stdin_default$F, {
10207
+ default: () => [props.images.map((image, index) => vue.createVNode(stdin_default$I, {
10186
10208
  "src": image,
10187
10209
  "show": props.show,
10188
10210
  "active": state.active,
@@ -10286,7 +10308,7 @@
10286
10308
  const onClosed = () => {
10287
10309
  state.images = [];
10288
10310
  };
10289
- return () => vue.createVNode(stdin_default$E, vue.mergeProps(state, {
10311
+ return () => vue.createVNode(stdin_default$H, vue.mergeProps(state, {
10290
10312
  "onClosed": onClosed,
10291
10313
  "onUpdate:show": toggle
10292
10314
  }), null);
@@ -10307,7 +10329,7 @@
10307
10329
  instance$1.open(extend({}, defaultConfig, options));
10308
10330
  return instance$1;
10309
10331
  };
10310
- const ImagePreview = withInstall(stdin_default$E);
10332
+ const ImagePreview = withInstall(stdin_default$H);
10311
10333
  function genAlphabet() {
10312
10334
  const charCodeOfA = "A".charCodeAt(0);
10313
10335
  const indexList = Array(26).fill("").map((_, i) => String.fromCharCode(charCodeOfA + i));
@@ -10326,7 +10348,7 @@
10326
10348
  }
10327
10349
  };
10328
10350
  const INDEX_BAR_KEY = Symbol(name$y);
10329
- var stdin_default$D = vue.defineComponent({
10351
+ var stdin_default$G = vue.defineComponent({
10330
10352
  name: name$y,
10331
10353
  props: indexBarProps,
10332
10354
  emits: ["select", "change"],
@@ -10528,7 +10550,7 @@
10528
10550
  const indexAnchorProps = {
10529
10551
  index: numericProp
10530
10552
  };
10531
- var stdin_default$C = vue.defineComponent({
10553
+ var stdin_default$F = vue.defineComponent({
10532
10554
  name: name$x,
10533
10555
  props: indexAnchorProps,
10534
10556
  setup(props, {
@@ -10598,8 +10620,8 @@
10598
10620
  };
10599
10621
  }
10600
10622
  });
10601
- const IndexAnchor = withInstall(stdin_default$C);
10602
- const IndexBar = withInstall(stdin_default$D);
10623
+ const IndexAnchor = withInstall(stdin_default$F);
10624
+ const IndexBar = withInstall(stdin_default$G);
10603
10625
  const [name$w, bem$v, t$6] = createNamespace("list");
10604
10626
  const listProps = {
10605
10627
  error: Boolean,
@@ -10613,7 +10635,7 @@
10613
10635
  finishedText: String,
10614
10636
  immediateCheck: truthProp
10615
10637
  };
10616
- var stdin_default$B = vue.defineComponent({
10638
+ var stdin_default$E = vue.defineComponent({
10617
10639
  name: name$w,
10618
10640
  props: listProps,
10619
10641
  emits: ["load", "update:error", "update:loading"],
@@ -10730,7 +10752,7 @@
10730
10752
  };
10731
10753
  }
10732
10754
  });
10733
- const List = withInstall(stdin_default$B);
10755
+ const List = withInstall(stdin_default$E);
10734
10756
  const [name$v, bem$u] = createNamespace("nav-bar");
10735
10757
  const navBarProps = {
10736
10758
  title: String,
@@ -10744,7 +10766,7 @@
10744
10766
  safeAreaInsetTop: Boolean,
10745
10767
  clickable: truthProp
10746
10768
  };
10747
- var stdin_default$A = vue.defineComponent({
10769
+ var stdin_default$D = vue.defineComponent({
10748
10770
  name: name$v,
10749
10771
  props: navBarProps,
10750
10772
  emits: ["clickLeft", "clickRight"],
@@ -10814,7 +10836,7 @@
10814
10836
  };
10815
10837
  }
10816
10838
  });
10817
- const NavBar = withInstall(stdin_default$A);
10839
+ const NavBar = withInstall(stdin_default$D);
10818
10840
  const [name$u, bem$t] = createNamespace("notice-bar");
10819
10841
  const noticeBarProps = {
10820
10842
  text: String,
@@ -10830,7 +10852,7 @@
10830
10852
  default: null
10831
10853
  }
10832
10854
  };
10833
- var stdin_default$z = vue.defineComponent({
10855
+ var stdin_default$C = vue.defineComponent({
10834
10856
  name: name$u,
10835
10857
  props: noticeBarProps,
10836
10858
  emits: ["close", "replay"],
@@ -10970,7 +10992,7 @@
10970
10992
  };
10971
10993
  }
10972
10994
  });
10973
- const NoticeBar = withInstall(stdin_default$z);
10995
+ const NoticeBar = withInstall(stdin_default$C);
10974
10996
  const [name$t, bem$s] = createNamespace("notify");
10975
10997
  const notifyProps = extend({}, popupSharedProps, {
10976
10998
  type: makeStringProp("danger"),
@@ -10981,7 +11003,7 @@
10981
11003
  background: String,
10982
11004
  lockScroll: Boolean
10983
11005
  });
10984
- var stdin_default$y = vue.defineComponent({
11006
+ var stdin_default$B = vue.defineComponent({
10985
11007
  name: name$t,
10986
11008
  props: notifyProps,
10987
11009
  emits: ["update:show"],
@@ -11022,7 +11044,7 @@
11022
11044
  state,
11023
11045
  toggle
11024
11046
  } = usePopupState();
11025
- return () => vue.createVNode(stdin_default$y, vue.mergeProps(state, {
11047
+ return () => vue.createVNode(stdin_default$B, vue.mergeProps(state, {
11026
11048
  "onUpdate:show": toggle
11027
11049
  }), null);
11028
11050
  }
@@ -11066,7 +11088,7 @@
11066
11088
  const resetNotifyDefaultOptions = () => {
11067
11089
  currentOptions = getDefaultOptions();
11068
11090
  };
11069
- const Notify = withInstall(stdin_default$y);
11091
+ const Notify = withInstall(stdin_default$B);
11070
11092
  const [name$s, bem$r] = createNamespace("key");
11071
11093
  const CollapseIcon = vue.createVNode("svg", {
11072
11094
  "class": bem$r("collapse-icon"),
@@ -11082,7 +11104,7 @@
11082
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",
11083
11105
  "fill": "currentColor"
11084
11106
  }, null)]);
11085
- var stdin_default$x = vue.defineComponent({
11107
+ var stdin_default$A = vue.defineComponent({
11086
11108
  name: name$s,
11087
11109
  props: {
11088
11110
  type: String,
@@ -11185,7 +11207,7 @@
11185
11207
  }
11186
11208
  return array;
11187
11209
  }
11188
- var stdin_default$w = vue.defineComponent({
11210
+ var stdin_default$z = vue.defineComponent({
11189
11211
  name: name$r,
11190
11212
  inheritAttrs: false,
11191
11213
  props: numberKeyboardProps,
@@ -11304,7 +11326,7 @@
11304
11326
  if (key.type === "extra") {
11305
11327
  keySlots.default = slots["extra-key"];
11306
11328
  }
11307
- return vue.createVNode(stdin_default$x, {
11329
+ return vue.createVNode(stdin_default$A, {
11308
11330
  "key": key.text,
11309
11331
  "text": key.text,
11310
11332
  "type": key.type,
@@ -11317,14 +11339,14 @@
11317
11339
  if (props.theme === "custom") {
11318
11340
  return vue.createVNode("div", {
11319
11341
  "class": bem$q("sidebar")
11320
- }, [props.showDeleteKey && vue.createVNode(stdin_default$x, {
11342
+ }, [props.showDeleteKey && vue.createVNode(stdin_default$A, {
11321
11343
  "large": true,
11322
11344
  "text": props.deleteButtonText,
11323
11345
  "type": "delete",
11324
11346
  "onPress": onPress
11325
11347
  }, {
11326
11348
  delete: slots.delete
11327
- }), vue.createVNode(stdin_default$x, {
11349
+ }), vue.createVNode(stdin_default$A, {
11328
11350
  "large": true,
11329
11351
  "text": props.closeButtonText,
11330
11352
  "type": "close",
@@ -11375,7 +11397,7 @@
11375
11397
  };
11376
11398
  }
11377
11399
  });
11378
- const NumberKeyboard = withInstall(stdin_default$w);
11400
+ const NumberKeyboard = withInstall(stdin_default$z);
11379
11401
  const [name$q, bem$p, t$5] = createNamespace("pagination");
11380
11402
  const makePage = (number, text, active) => ({
11381
11403
  number,
@@ -11393,7 +11415,7 @@
11393
11415
  itemsPerPage: makeNumericProp(10),
11394
11416
  forceEllipses: Boolean
11395
11417
  };
11396
- var stdin_default$v = vue.defineComponent({
11418
+ var stdin_default$y = vue.defineComponent({
11397
11419
  name: name$q,
11398
11420
  props: paginationProps,
11399
11421
  emits: ["change", "update:modelValue"],
@@ -11514,7 +11536,7 @@
11514
11536
  }, [renderPrevButton(), props.mode === "simple" ? renderDesc() : renderPages(), renderNextButton()])]);
11515
11537
  }
11516
11538
  });
11517
- const Pagination = withInstall(stdin_default$v);
11539
+ const Pagination = withInstall(stdin_default$y);
11518
11540
  const [name$p, bem$o] = createNamespace("password-input");
11519
11541
  const passwordInputProps = {
11520
11542
  info: String,
@@ -11525,7 +11547,7 @@
11525
11547
  focused: Boolean,
11526
11548
  errorInfo: String
11527
11549
  };
11528
- var stdin_default$u = vue.defineComponent({
11550
+ var stdin_default$x = vue.defineComponent({
11529
11551
  name: name$p,
11530
11552
  props: passwordInputProps,
11531
11553
  emits: ["focus"],
@@ -11587,8 +11609,8 @@
11587
11609
  };
11588
11610
  }
11589
11611
  });
11590
- const PasswordInput = withInstall(stdin_default$u);
11591
- const PickerGroup = withInstall(stdin_default$1o);
11612
+ const PasswordInput = withInstall(stdin_default$x);
11613
+ const PickerGroup = withInstall(stdin_default$1r);
11592
11614
  function getWindow(node) {
11593
11615
  if (node == null) {
11594
11616
  return window;
@@ -12538,7 +12560,7 @@
12538
12560
  default: "body"
12539
12561
  }
12540
12562
  };
12541
- var stdin_default$t = vue.defineComponent({
12563
+ var stdin_default$w = vue.defineComponent({
12542
12564
  name: name$o,
12543
12565
  props: popoverProps,
12544
12566
  emits: ["select", "touchstart", "update:show"],
@@ -12684,7 +12706,7 @@
12684
12706
  };
12685
12707
  }
12686
12708
  });
12687
- const Popover = withInstall(stdin_default$t);
12709
+ const Popover = withInstall(stdin_default$w);
12688
12710
  const [name$n, bem$m] = createNamespace("progress");
12689
12711
  const progressProps = {
12690
12712
  color: String,
@@ -12701,7 +12723,7 @@
12701
12723
  validator: (value) => value >= 0 && value <= 100
12702
12724
  }
12703
12725
  };
12704
- var stdin_default$s = vue.defineComponent({
12726
+ var stdin_default$v = vue.defineComponent({
12705
12727
  name: name$n,
12706
12728
  props: progressProps,
12707
12729
  setup(props) {
@@ -12755,7 +12777,7 @@
12755
12777
  };
12756
12778
  }
12757
12779
  });
12758
- const Progress = withInstall(stdin_default$s);
12780
+ const Progress = withInstall(stdin_default$v);
12759
12781
  const [name$m, bem$l, t$4] = createNamespace("pull-refresh");
12760
12782
  const DEFAULT_HEAD_HEIGHT = 50;
12761
12783
  const TEXT_STATUS = ["pulling", "loosing", "success"];
@@ -12771,7 +12793,7 @@
12771
12793
  successDuration: makeNumericProp(500),
12772
12794
  animationDuration: makeNumericProp(300)
12773
12795
  };
12774
- var stdin_default$r = vue.defineComponent({
12796
+ var stdin_default$u = vue.defineComponent({
12775
12797
  name: name$m,
12776
12798
  props: pullRefreshProps,
12777
12799
  emits: ["change", "refresh", "update:modelValue"],
@@ -12940,7 +12962,7 @@
12940
12962
  };
12941
12963
  }
12942
12964
  });
12943
- const PullRefresh = withInstall(stdin_default$r);
12965
+ const PullRefresh = withInstall(stdin_default$u);
12944
12966
  const [name$l, bem$k] = createNamespace("rate");
12945
12967
  function getRateStatus(value, index, allowHalf, readonly) {
12946
12968
  if (value >= index) {
@@ -12983,7 +13005,7 @@
12983
13005
  modelValue: makeNumberProp(0),
12984
13006
  disabledColor: String
12985
13007
  };
12986
- var stdin_default$q = vue.defineComponent({
13008
+ var stdin_default$t = vue.defineComponent({
12987
13009
  name: name$l,
12988
13010
  props: rateProps,
12989
13011
  emits: ["change", "update:modelValue"],
@@ -13150,8 +13172,8 @@
13150
13172
  }, [list.value.map(renderStar)]);
13151
13173
  }
13152
13174
  });
13153
- const Rate = withInstall(stdin_default$q);
13154
- const Row = withInstall(stdin_default$Y);
13175
+ const Rate = withInstall(stdin_default$t);
13176
+ const Row = withInstall(stdin_default$$);
13155
13177
  const [name$k, bem$j, t$3] = createNamespace("search");
13156
13178
  const searchProps = extend({}, fieldSharedProps, {
13157
13179
  label: String,
@@ -13162,7 +13184,7 @@
13162
13184
  background: String,
13163
13185
  showAction: Boolean
13164
13186
  });
13165
- var stdin_default$p = vue.defineComponent({
13187
+ var stdin_default$s = vue.defineComponent({
13166
13188
  name: name$k,
13167
13189
  props: searchProps,
13168
13190
  emits: ["blur", "focus", "clear", "search", "cancel", "clickInput", "clickLeftIcon", "clickRightIcon", "update:modelValue"],
@@ -13260,7 +13282,7 @@
13260
13282
  };
13261
13283
  }
13262
13284
  });
13263
- const Search = withInstall(stdin_default$p);
13285
+ const Search = withInstall(stdin_default$s);
13264
13286
  const popupInheritKeys = [...popupSharedPropKeys, "round", "closeOnPopstate", "safeAreaInsetBottom"];
13265
13287
  const iconMap = {
13266
13288
  qq: "qq",
@@ -13282,7 +13304,7 @@
13282
13304
  closeOnPopstate: truthProp,
13283
13305
  safeAreaInsetBottom: truthProp
13284
13306
  });
13285
- var stdin_default$o = vue.defineComponent({
13307
+ var stdin_default$r = vue.defineComponent({
13286
13308
  name: name$j,
13287
13309
  props: shareSheetProps,
13288
13310
  emits: ["cancel", "select", "update:show"],
@@ -13374,13 +13396,13 @@
13374
13396
  });
13375
13397
  }
13376
13398
  });
13377
- const ShareSheet = withInstall(stdin_default$o);
13399
+ const ShareSheet = withInstall(stdin_default$r);
13378
13400
  const [name$i, bem$h] = createNamespace("sidebar");
13379
13401
  const SIDEBAR_KEY = Symbol(name$i);
13380
13402
  const sidebarProps = {
13381
13403
  modelValue: makeNumericProp(0)
13382
13404
  };
13383
- var stdin_default$n = vue.defineComponent({
13405
+ var stdin_default$q = vue.defineComponent({
13384
13406
  name: name$i,
13385
13407
  props: sidebarProps,
13386
13408
  emits: ["change", "update:modelValue"],
@@ -13411,7 +13433,7 @@
13411
13433
  };
13412
13434
  }
13413
13435
  });
13414
- const Sidebar = withInstall(stdin_default$n);
13436
+ const Sidebar = withInstall(stdin_default$q);
13415
13437
  const [name$h, bem$g] = createNamespace("sidebar-item");
13416
13438
  const sidebarItemProps = extend({}, routeProps, {
13417
13439
  dot: Boolean,
@@ -13420,7 +13442,7 @@
13420
13442
  disabled: Boolean,
13421
13443
  badgeProps: Object
13422
13444
  });
13423
- var stdin_default$m = vue.defineComponent({
13445
+ var stdin_default$p = vue.defineComponent({
13424
13446
  name: name$h,
13425
13447
  props: sidebarItemProps,
13426
13448
  emits: ["click"],
@@ -13471,13 +13493,13 @@
13471
13493
  };
13472
13494
  }
13473
13495
  });
13474
- const SidebarItem = withInstall(stdin_default$m);
13496
+ const SidebarItem = withInstall(stdin_default$p);
13475
13497
  const [name$g, bem$f] = createNamespace("skeleton-title");
13476
13498
  const skeletonTitleProps = {
13477
13499
  round: Boolean,
13478
13500
  titleWidth: numericProp
13479
13501
  };
13480
- var stdin_default$l = vue.defineComponent({
13502
+ var stdin_default$o = vue.defineComponent({
13481
13503
  name: name$g,
13482
13504
  props: skeletonTitleProps,
13483
13505
  setup(props) {
@@ -13491,12 +13513,14 @@
13491
13513
  }, null);
13492
13514
  }
13493
13515
  });
13516
+ const SkeletonTitle = withInstall(stdin_default$o);
13517
+ var stdin_default$n = SkeletonTitle;
13494
13518
  const [name$f, bem$e] = createNamespace("skeleton-avatar");
13495
13519
  const skeletonAvatarProps = {
13496
13520
  avatarSize: numericProp,
13497
13521
  avatarShape: makeStringProp("round")
13498
13522
  };
13499
- var stdin_default$k = vue.defineComponent({
13523
+ var stdin_default$m = vue.defineComponent({
13500
13524
  name: name$f,
13501
13525
  props: skeletonAvatarProps,
13502
13526
  setup(props) {
@@ -13506,6 +13530,8 @@
13506
13530
  }, null);
13507
13531
  }
13508
13532
  });
13533
+ const SkeletonAvatar = withInstall(stdin_default$m);
13534
+ var stdin_default$l = SkeletonAvatar;
13509
13535
  const DEFAULT_ROW_WIDTH = "100%";
13510
13536
  const skeletonParagraphProps = {
13511
13537
  round: Boolean,
@@ -13515,7 +13541,7 @@
13515
13541
  }
13516
13542
  };
13517
13543
  const [name$e, bem$d] = createNamespace("skeleton-paragraph");
13518
- var stdin_default$j = vue.defineComponent({
13544
+ var stdin_default$k = vue.defineComponent({
13519
13545
  name: name$e,
13520
13546
  props: skeletonParagraphProps,
13521
13547
  setup(props) {
@@ -13529,6 +13555,8 @@
13529
13555
  }, null);
13530
13556
  }
13531
13557
  });
13558
+ const SkeletonParagraph = withInstall(stdin_default$k);
13559
+ var stdin_default$j = SkeletonParagraph;
13532
13560
  const [name$d, bem$c] = createNamespace("skeleton");
13533
13561
  const DEFAULT_LAST_ROW_WIDTH = "60%";
13534
13562
  const skeletonProps = {
@@ -13556,7 +13584,7 @@
13556
13584
  }) {
13557
13585
  const renderAvatar = () => {
13558
13586
  if (props.avatar) {
13559
- return vue.createVNode(stdin_default$k, {
13587
+ return vue.createVNode(stdin_default$l, {
13560
13588
  "avatarShape": props.avatarShape,
13561
13589
  "avatarSize": props.avatarSize
13562
13590
  }, null);
@@ -13564,7 +13592,7 @@
13564
13592
  };
13565
13593
  const renderTitle = () => {
13566
13594
  if (props.title) {
13567
- return vue.createVNode(stdin_default$l, {
13595
+ return vue.createVNode(stdin_default$n, {
13568
13596
  "round": props.round,
13569
13597
  "titleWidth": props.titleWidth
13570
13598
  }, null);
@@ -13609,6 +13637,7 @@
13609
13637
  };
13610
13638
  }
13611
13639
  });
13640
+ const Skeleton = withInstall(stdin_default$i);
13612
13641
  const [name$c, bem$b] = createNamespace("skeleton-image");
13613
13642
  const skeletonImageProps = {
13614
13643
  imageSize: numericProp,
@@ -13628,10 +13657,6 @@
13628
13657
  }
13629
13658
  });
13630
13659
  const SkeletonImage = withInstall(stdin_default$h);
13631
- const SkeletonTitle = withInstall(stdin_default$l);
13632
- const SkeletonAvatar = withInstall(stdin_default$k);
13633
- const SkeletonParagraph = withInstall(stdin_default$j);
13634
- const Skeleton = withInstall(stdin_default$i);
13635
13660
  const [name$b, bem$a] = createNamespace("slider");
13636
13661
  const sliderProps = {
13637
13662
  min: makeNumericProp(0),
@@ -16109,7 +16134,7 @@
16109
16134
  });
16110
16135
  }
16111
16136
  };
16112
- const version = "4.0.7";
16137
+ const version = "4.0.8";
16113
16138
  function install(app) {
16114
16139
  const components = [
16115
16140
  ActionBar,
@@ -16181,6 +16206,10 @@
16181
16206
  Sidebar,
16182
16207
  SidebarItem,
16183
16208
  Skeleton,
16209
+ SkeletonAvatar,
16210
+ SkeletonImage,
16211
+ SkeletonParagraph,
16212
+ SkeletonTitle,
16184
16213
  Slider,
16185
16214
  Space,
16186
16215
  Step,
@@ -16243,6 +16272,7 @@
16243
16272
  exports2.Coupon = Coupon;
16244
16273
  exports2.CouponCell = CouponCell;
16245
16274
  exports2.CouponList = CouponList;
16275
+ exports2.DEFAULT_ROW_WIDTH = DEFAULT_ROW_WIDTH;
16246
16276
  exports2.DatePicker = DatePicker;
16247
16277
  exports2.Dialog = Dialog;
16248
16278
  exports2.Divider = Divider;