zartui 3.1.62 → 3.1.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/zartui.cjs.js CHANGED
@@ -274,7 +274,7 @@ function deepAssign(to, from) {
274
274
  });
275
275
  return to;
276
276
  }
277
- var stdin_default$20 = {
277
+ var stdin_default$21 = {
278
278
  name: "姓名",
279
279
  tel: "电话",
280
280
  save: "保存",
@@ -321,7 +321,7 @@ var stdin_default$20 = {
321
321
  };
322
322
  const lang = vue.ref("zh-CN");
323
323
  const messages = vue.reactive({
324
- "zh-CN": stdin_default$20
324
+ "zh-CN": stdin_default$21
325
325
  });
326
326
  const Locale = {
327
327
  messages() {
@@ -335,11 +335,11 @@ const Locale = {
335
335
  deepAssign(messages, newMessages);
336
336
  }
337
337
  };
338
- var stdin_default$1$ = Locale;
338
+ var stdin_default$20 = Locale;
339
339
  function createTranslate(name2) {
340
340
  const prefix = camelize(name2) + ".";
341
341
  return (path, ...args) => {
342
- const messages2 = stdin_default$1$.messages();
342
+ const messages2 = stdin_default$20.messages();
343
343
  const message = get(messages2, prefix + path) || get(messages2, path);
344
344
  return isFunction(message) ? message(...args) : message;
345
345
  };
@@ -444,7 +444,7 @@ const badgeProps = {
444
444
  badgeClass: String,
445
445
  position: makeStringProp("top-right")
446
446
  };
447
- var stdin_default$1_ = vue.defineComponent({
447
+ var stdin_default$1$ = vue.defineComponent({
448
448
  name: name$1s,
449
449
  props: badgeProps,
450
450
  setup(props, {
@@ -527,7 +527,7 @@ var stdin_default$1_ = vue.defineComponent({
527
527
  };
528
528
  }
529
529
  });
530
- const Badge = withInstall(stdin_default$1_);
530
+ const Badge = withInstall(stdin_default$1$);
531
531
  let globalZIndex = 2e3;
532
532
  const useGlobalZIndex = () => ++globalZIndex;
533
533
  const setGlobalZIndex = (val) => {
@@ -574,7 +574,7 @@ function syncThemeVarsOnRoot(newStyle = {}, oldStyle = {}) {
574
574
  }
575
575
  });
576
576
  }
577
- var stdin_default$1Z = vue.defineComponent({
577
+ var stdin_default$1_ = vue.defineComponent({
578
578
  name: name$1r,
579
579
  props: configProviderProps,
580
580
  setup(props, {
@@ -645,7 +645,7 @@ const iconProps = {
645
645
  badgeProps: Object,
646
646
  classPrefix: String
647
647
  };
648
- var stdin_default$1Y = vue.defineComponent({
648
+ var stdin_default$1Z = vue.defineComponent({
649
649
  name: name$1q,
650
650
  props: iconProps,
651
651
  setup(props, {
@@ -684,8 +684,8 @@ var stdin_default$1Y = vue.defineComponent({
684
684
  };
685
685
  }
686
686
  });
687
- const Icon = withInstall(stdin_default$1Y);
688
- var stdin_default$1X = Icon;
687
+ const Icon = withInstall(stdin_default$1Z);
688
+ var stdin_default$1Y = Icon;
689
689
  const popupSharedProps = {
690
690
  // whether to show popup
691
691
  show: Boolean,
@@ -872,7 +872,7 @@ const overlayProps = {
872
872
  lazyRender: truthProp,
873
873
  customStyle: Object
874
874
  };
875
- var stdin_default$1W = vue.defineComponent({
875
+ var stdin_default$1X = vue.defineComponent({
876
876
  name: name$1p,
877
877
  props: overlayProps,
878
878
  setup(props, {
@@ -902,7 +902,7 @@ var stdin_default$1W = vue.defineComponent({
902
902
  });
903
903
  }
904
904
  });
905
- const Overlay = withInstall(stdin_default$1W);
905
+ const Overlay = withInstall(stdin_default$1X);
906
906
  const popupProps$2 = extend$1({}, popupSharedProps, {
907
907
  round: Boolean,
908
908
  position: makeStringProp("center"),
@@ -921,7 +921,7 @@ const popupProps$2 = extend$1({}, popupSharedProps, {
921
921
  slideable: Boolean
922
922
  });
923
923
  const [name$1o, bem$1k] = createNamespace("popup");
924
- var stdin_default$1V = vue.defineComponent({
924
+ var stdin_default$1W = vue.defineComponent({
925
925
  name: name$1o,
926
926
  inheritAttrs: false,
927
927
  props: popupProps$2,
@@ -1176,8 +1176,8 @@ var stdin_default$1V = vue.defineComponent({
1176
1176
  };
1177
1177
  }
1178
1178
  });
1179
- const Popup = withInstall(stdin_default$1V);
1180
- var stdin_default$1U = Popup;
1179
+ const Popup = withInstall(stdin_default$1W);
1180
+ var stdin_default$1V = Popup;
1181
1181
  const [name$1n, bem$1j] = createNamespace("loading");
1182
1182
  const loadingProps = {
1183
1183
  size: numericProp,
@@ -1247,7 +1247,7 @@ const LoadingIcon = (props) => {
1247
1247
  "d": "M 9 100 A 91 91 0 0 1 9 100"
1248
1248
  }, null)])]);
1249
1249
  };
1250
- var stdin_default$1T = vue.defineComponent({
1250
+ var stdin_default$1U = vue.defineComponent({
1251
1251
  name: name$1n,
1252
1252
  props: loadingProps,
1253
1253
  setup(props, {
@@ -1286,8 +1286,8 @@ var stdin_default$1T = vue.defineComponent({
1286
1286
  };
1287
1287
  }
1288
1288
  });
1289
- const Loading = withInstall(stdin_default$1T);
1290
- var stdin_default$1S = Loading;
1289
+ const Loading = withInstall(stdin_default$1U);
1290
+ var stdin_default$1T = Loading;
1291
1291
  const [name$1m, bem$1i] = createNamespace("action-sheet");
1292
1292
  const actionSheetProps = extend$1({}, popupSharedProps, {
1293
1293
  title: String,
@@ -1302,7 +1302,7 @@ const actionSheetProps = extend$1({}, popupSharedProps, {
1302
1302
  safeAreaInsetBottom: truthProp
1303
1303
  });
1304
1304
  const popupInheritKeys$2 = [...popupSharedPropKeys, "round", "closeOnPopstate", "safeAreaInsetBottom"];
1305
- var stdin_default$1R = vue.defineComponent({
1305
+ var stdin_default$1S = vue.defineComponent({
1306
1306
  name: name$1m,
1307
1307
  props: actionSheetProps,
1308
1308
  emits: ["select", "cancel", "update:show"],
@@ -1419,8 +1419,8 @@ var stdin_default$1R = vue.defineComponent({
1419
1419
  });
1420
1420
  }
1421
1421
  });
1422
- const ActionSheet = withInstall(stdin_default$1R);
1423
- var stdin_default$1Q = ActionSheet;
1422
+ const ActionSheet = withInstall(stdin_default$1S);
1423
+ var stdin_default$1R = ActionSheet;
1424
1424
  const [name$1l, bem$1h] = createNamespace("slider");
1425
1425
  const sliderProps = {
1426
1426
  min: makeNumericProp(0),
@@ -1447,7 +1447,7 @@ const sliderProps = {
1447
1447
  barEdgeOffset: makeNumberProp(4),
1448
1448
  barEdgeOffsetBoundary: makeNumberProp(10)
1449
1449
  };
1450
- var stdin_default$1P = vue.defineComponent({
1450
+ var stdin_default$1Q = vue.defineComponent({
1451
1451
  name: name$1l,
1452
1452
  props: sliderProps,
1453
1453
  emits: ["change", "dragEnd", "dragStart", "update:modelValue"],
@@ -1756,8 +1756,8 @@ var stdin_default$1P = vue.defineComponent({
1756
1756
  }, null), renderButtons()]))]);
1757
1757
  }
1758
1758
  });
1759
- const Slider = withInstall(stdin_default$1P);
1760
- var stdin_default$1O = Slider;
1759
+ const Slider = withInstall(stdin_default$1Q);
1760
+ var stdin_default$1P = Slider;
1761
1761
  const ZT_AUDIO_KEY = Symbol("zt-audio");
1762
1762
  const [name$1k, bem$1g] = createNamespace("audio");
1763
1763
  const audioProps = {
@@ -1770,7 +1770,7 @@ const audioProps = {
1770
1770
  type: makeStringProp("progress"),
1771
1771
  controlsList: makeArrayProp(["nodownload"])
1772
1772
  };
1773
- var stdin_default$1N = vue.defineComponent({
1773
+ var stdin_default$1O = vue.defineComponent({
1774
1774
  name: name$1k,
1775
1775
  props: audioProps,
1776
1776
  emits: ["fastBack", "play", "forward", "ended", "changeProgress", "mute", "canPlay"],
@@ -1869,7 +1869,7 @@ var stdin_default$1N = vue.defineComponent({
1869
1869
  "class": bem$1g("time")
1870
1870
  }, [audioData.currentDuration]), vue.createVNode("div", {
1871
1871
  "class": bem$1g("bar")
1872
- }, [vue.createVNode(stdin_default$1O, {
1872
+ }, [vue.createVNode(stdin_default$1P, {
1873
1873
  "modelValue": audioData.percent,
1874
1874
  "showPercent": false,
1875
1875
  "readonly": false,
@@ -1889,7 +1889,7 @@ var stdin_default$1N = vue.defineComponent({
1889
1889
  stop: !audioData.playing
1890
1890
  }),
1891
1891
  "onClick": () => changeStatus()
1892
- }, [vue.createVNode(stdin_default$1X, {
1892
+ }, [vue.createVNode(stdin_default$1Y, {
1893
1893
  "name": "audio",
1894
1894
  "class": bem$1g("", {
1895
1895
  rotate: audioData.playing
@@ -1977,7 +1977,7 @@ var stdin_default$1N = vue.defineComponent({
1977
1977
  };
1978
1978
  }
1979
1979
  });
1980
- const Audio = withInstall(stdin_default$1N);
1980
+ const Audio = withInstall(stdin_default$1O);
1981
1981
  const [name$1j, bem$1f] = createNamespace("image");
1982
1982
  const imageProps = {
1983
1983
  src: String,
@@ -1997,7 +1997,7 @@ const imageProps = {
1997
1997
  showLoading: truthProp,
1998
1998
  loadingIcon: makeStringProp("photo-default")
1999
1999
  };
2000
- var stdin_default$1M = vue.defineComponent({
2000
+ var stdin_default$1N = vue.defineComponent({
2001
2001
  name: name$1j,
2002
2002
  props: imageProps,
2003
2003
  emits: ["load", "error"],
@@ -2122,8 +2122,8 @@ var stdin_default$1M = vue.defineComponent({
2122
2122
  };
2123
2123
  }
2124
2124
  });
2125
- const Image$1 = withInstall(stdin_default$1M);
2126
- var stdin_default$1L = Image$1;
2125
+ const Image$1 = withInstall(stdin_default$1N);
2126
+ var stdin_default$1M = Image$1;
2127
2127
  const [name$1i, bem$1e] = createNamespace("avatar");
2128
2128
  const avatarProps = {
2129
2129
  src: makeStringProp(""),
@@ -2133,7 +2133,7 @@ const avatarProps = {
2133
2133
  textBgColor: String,
2134
2134
  border: Boolean
2135
2135
  };
2136
- var stdin_default$1K = vue.defineComponent({
2136
+ var stdin_default$1L = vue.defineComponent({
2137
2137
  name: name$1i,
2138
2138
  props: avatarProps,
2139
2139
  setup(props) {
@@ -2174,7 +2174,7 @@ var stdin_default$1K = vue.defineComponent({
2174
2174
  if (!props.src) {
2175
2175
  return renderText();
2176
2176
  }
2177
- return vue.createVNode(stdin_default$1L, {
2177
+ return vue.createVNode(stdin_default$1M, {
2178
2178
  "round": props.shape === "round",
2179
2179
  "class": bem$1e("img", [classArr.value, {
2180
2180
  border: props.border
@@ -2187,7 +2187,7 @@ var stdin_default$1K = vue.defineComponent({
2187
2187
  };
2188
2188
  }
2189
2189
  });
2190
- const Avatar = withInstall(stdin_default$1K);
2190
+ const Avatar = withInstall(stdin_default$1L);
2191
2191
  const routeProps = {
2192
2192
  to: [String, Object],
2193
2193
  url: String,
@@ -2237,7 +2237,7 @@ const buttonProps = extend$1({}, routeProps, {
2237
2237
  loadingType: String,
2238
2238
  iconPosition: makeStringProp("left")
2239
2239
  });
2240
- var stdin_default$1J = vue.defineComponent({
2240
+ var stdin_default$1K = vue.defineComponent({
2241
2241
  name: name$1h,
2242
2242
  props: buttonProps,
2243
2243
  emits: ["click"],
@@ -2369,8 +2369,8 @@ var stdin_default$1J = vue.defineComponent({
2369
2369
  };
2370
2370
  }
2371
2371
  });
2372
- const Button = withInstall(stdin_default$1J);
2373
- var stdin_default$1I = Button;
2372
+ const Button = withInstall(stdin_default$1K);
2373
+ var stdin_default$1J = Button;
2374
2374
  const monthsOfYear = 12;
2375
2375
  const [name$1g, bem$1c, t$7] = createNamespace("calendar");
2376
2376
  const formatMonthTitle = (date) => t$7("ztCalendar.monthTitle", date.getFullYear(), date.getMonth() + 1);
@@ -2481,7 +2481,7 @@ const toastProps = {
2481
2481
  closeOnClick: Boolean,
2482
2482
  closeOnClickOverlay: Boolean
2483
2483
  };
2484
- var stdin_default$1H = vue.defineComponent({
2484
+ var stdin_default$1I = vue.defineComponent({
2485
2485
  name: name$1f,
2486
2486
  props: toastProps,
2487
2487
  emits: ["update:show"],
@@ -2657,7 +2657,7 @@ function createInstance() {
2657
2657
  onClosed,
2658
2658
  "onUpdate:show": toggle
2659
2659
  };
2660
- return vue.createVNode(stdin_default$1H, vue.mergeProps(state, attrs), null);
2660
+ return vue.createVNode(stdin_default$1I, vue.mergeProps(state, attrs), null);
2661
2661
  };
2662
2662
  vue.watch(message, (val) => {
2663
2663
  state.message = val;
@@ -2727,7 +2727,7 @@ const resetToastDefaultOptions = (type) => {
2727
2727
  const allowMultipleToast = (value = true) => {
2728
2728
  allowMultiple = value;
2729
2729
  };
2730
- const Toast = withInstall(stdin_default$1H);
2730
+ const Toast = withInstall(stdin_default$1I);
2731
2731
  const useHeight = (element, withSafeArea) => {
2732
2732
  const height = vue.ref();
2733
2733
  const setHeight = () => {
@@ -2744,7 +2744,7 @@ const useHeight = (element, withSafeArea) => {
2744
2744
  return height;
2745
2745
  };
2746
2746
  const [name$1e] = createNamespace("calendar-day");
2747
- var stdin_default$1G = vue.defineComponent({
2747
+ var stdin_default$1H = vue.defineComponent({
2748
2748
  name: name$1e,
2749
2749
  props: {
2750
2750
  item: makeRequiredProp(Object),
@@ -2870,7 +2870,7 @@ const calendarMonthProps = {
2870
2870
  firstDayOfWeek: Number,
2871
2871
  disabledDate: Function
2872
2872
  };
2873
- var stdin_default$1F = vue.defineComponent({
2873
+ var stdin_default$1G = vue.defineComponent({
2874
2874
  name: name$1d,
2875
2875
  props: calendarMonthProps,
2876
2876
  emits: ["click"],
@@ -3055,7 +3055,7 @@ var stdin_default$1F = vue.defineComponent({
3055
3055
  setScrollTop(body, daysRect.top + rowOffset + body.scrollTop - use.useRect(body).top);
3056
3056
  }
3057
3057
  };
3058
- const renderDay = (item, index2) => vue.createVNode(stdin_default$1G, {
3058
+ const renderDay = (item, index2) => vue.createVNode(stdin_default$1H, {
3059
3059
  "item": item,
3060
3060
  "index": index2,
3061
3061
  "color": props.color,
@@ -3083,7 +3083,7 @@ var stdin_default$1F = vue.defineComponent({
3083
3083
  }
3084
3084
  });
3085
3085
  const [name$1c] = createNamespace("calendar-header");
3086
- var stdin_default$1E = vue.defineComponent({
3086
+ var stdin_default$1F = vue.defineComponent({
3087
3087
  name: name$1c,
3088
3088
  props: {
3089
3089
  title: String,
@@ -3278,7 +3278,7 @@ const calendarProps = {
3278
3278
  },
3279
3279
  disabledDate: Function
3280
3280
  };
3281
- var stdin_default$1D = vue.defineComponent({
3281
+ var stdin_default$1E = vue.defineComponent({
3282
3282
  name: name$1g,
3283
3283
  props: calendarProps,
3284
3284
  emits: ["select", "confirm", "cancel", "unselect", "monthShow", "overRange", "update:show", "clickSubtitle"],
@@ -3631,7 +3631,7 @@ var stdin_default$1D = vue.defineComponent({
3631
3631
  const updateShow = (value) => emit("update:show", value);
3632
3632
  const renderMonth = (date, index2) => {
3633
3633
  const showMonthTitle = index2 !== 0 || !props.showSubtitle;
3634
- return vue.createVNode(stdin_default$1F, vue.mergeProps({
3634
+ return vue.createVNode(stdin_default$1G, vue.mergeProps({
3635
3635
  "ref": setMonthRefs(index2),
3636
3636
  "date": date,
3637
3637
  "currentDate": currentDate.value,
@@ -3681,7 +3681,7 @@ var stdin_default$1D = vue.defineComponent({
3681
3681
  }, [renderFooterButton()]);
3682
3682
  const renderCalendar = () => vue.createVNode("div", {
3683
3683
  "class": bem$1c()
3684
- }, [vue.createVNode(stdin_default$1E, {
3684
+ }, [vue.createVNode(stdin_default$1F, {
3685
3685
  "title": props.title,
3686
3686
  "subtitle": subtitle.value,
3687
3687
  "showTitle": props.showTitle,
@@ -3736,7 +3736,7 @@ var stdin_default$1D = vue.defineComponent({
3736
3736
  };
3737
3737
  }
3738
3738
  });
3739
- const Calendar = withInstall(stdin_default$1D);
3739
+ const Calendar = withInstall(stdin_default$1E);
3740
3740
  function scrollLeftTo(scroller, to, duration) {
3741
3741
  let count = 0;
3742
3742
  const from = scroller.scrollLeft;
@@ -3809,7 +3809,7 @@ const stickyProps = {
3809
3809
  offsetTop: makeNumericProp(0),
3810
3810
  offsetBottom: makeNumericProp(0)
3811
3811
  };
3812
- var stdin_default$1C = vue.defineComponent({
3812
+ var stdin_default$1D = vue.defineComponent({
3813
3813
  name: name$1b,
3814
3814
  props: stickyProps,
3815
3815
  emits: ["scroll", "change"],
@@ -3915,9 +3915,9 @@ var stdin_default$1C = vue.defineComponent({
3915
3915
  };
3916
3916
  }
3917
3917
  });
3918
- const Sticky = withInstall(stdin_default$1C);
3918
+ const Sticky = withInstall(stdin_default$1D);
3919
3919
  const [name$1a, bem$19] = createNamespace("tab");
3920
- var stdin_default$1B = vue.defineComponent({
3920
+ var stdin_default$1C = vue.defineComponent({
3921
3921
  name: name$1a,
3922
3922
  props: {
3923
3923
  id: String,
@@ -4055,7 +4055,7 @@ const swipeProps = {
4055
4055
  title: Array
4056
4056
  };
4057
4057
  const SWIPE_KEY = Symbol(name$19);
4058
- var stdin_default$1A = vue.defineComponent({
4058
+ var stdin_default$1B = vue.defineComponent({
4059
4059
  name: name$19,
4060
4060
  props: swipeProps,
4061
4061
  emits: ["change", "dragStart", "dragEnd"],
@@ -4414,9 +4414,9 @@ var stdin_default$1A = vue.defineComponent({
4414
4414
  };
4415
4415
  }
4416
4416
  });
4417
- const Swipe = withInstall(stdin_default$1A);
4417
+ const Swipe = withInstall(stdin_default$1B);
4418
4418
  const [name$18, bem$17] = createNamespace("tabs");
4419
- var stdin_default$1z = vue.defineComponent({
4419
+ var stdin_default$1A = vue.defineComponent({
4420
4420
  name: name$18,
4421
4421
  props: {
4422
4422
  count: makeRequiredProp(Number),
@@ -4496,7 +4496,7 @@ const tabsProps = {
4496
4496
  titleInactiveColor: String
4497
4497
  };
4498
4498
  const TABS_KEY = Symbol(name$17);
4499
- var stdin_default$1y = vue.defineComponent({
4499
+ var stdin_default$1z = vue.defineComponent({
4500
4500
  name: name$17,
4501
4501
  props: tabsProps,
4502
4502
  emits: ["change", "scroll", "rendered", "clickTab", "update:active"],
@@ -4692,7 +4692,7 @@ var stdin_default$1y = vue.defineComponent({
4692
4692
  state.showLeftOverlay = Math.floor(target.scrollLeft) > 0;
4693
4693
  state.showRightOverlay = hasScrollToEnd(target);
4694
4694
  };
4695
- const renderNav = () => children.map((item, index2) => vue.createVNode(stdin_default$1B, vue.mergeProps({
4695
+ const renderNav = () => children.map((item, index2) => vue.createVNode(stdin_default$1C, vue.mergeProps({
4696
4696
  "key": item.id,
4697
4697
  "id": `${id}-${index2}`,
4698
4698
  "ref": setTitleRefs(index2),
@@ -4831,7 +4831,7 @@ var stdin_default$1y = vue.defineComponent({
4831
4831
  "ref": navTopRef
4832
4832
  }, [(_a2 = slots["nav-top"]) == null ? void 0 : _a2.call(slots)]) : null, renderHeader(), (_b2 = slots["nav-bottom"]) == null ? void 0 : _b2.call(slots)];
4833
4833
  }
4834
- }) : [(_a = slots["nav-top"]) == null ? void 0 : _a.call(slots), renderHeader(), (_b = slots["nav-bottom"]) == null ? void 0 : _b.call(slots)], vue.createVNode(stdin_default$1z, {
4834
+ }) : [(_a = slots["nav-top"]) == null ? void 0 : _a.call(slots), renderHeader(), (_b = slots["nav-bottom"]) == null ? void 0 : _b.call(slots)], vue.createVNode(stdin_default$1A, {
4835
4835
  "count": children.length,
4836
4836
  "inited": state.inited,
4837
4837
  "animated": props.animated,
@@ -4852,7 +4852,7 @@ var stdin_default$1y = vue.defineComponent({
4852
4852
  const TAB_STATUS_KEY = Symbol();
4853
4853
  const useTabStatus = () => vue.inject(TAB_STATUS_KEY, null);
4854
4854
  const [name$16, bem$15] = createNamespace("swipe-item");
4855
- var stdin_default$1x = vue.defineComponent({
4855
+ var stdin_default$1y = vue.defineComponent({
4856
4856
  name: name$16,
4857
4857
  setup(props, {
4858
4858
  slots
@@ -4924,7 +4924,7 @@ var stdin_default$1x = vue.defineComponent({
4924
4924
  };
4925
4925
  }
4926
4926
  });
4927
- const SwipeItem = withInstall(stdin_default$1x);
4927
+ const SwipeItem = withInstall(stdin_default$1y);
4928
4928
  const [name$15, bem$14] = createNamespace("tab");
4929
4929
  const tabProps = extend$1({}, routeProps, {
4930
4930
  dot: Boolean,
@@ -4936,7 +4936,7 @@ const tabProps = extend$1({}, routeProps, {
4936
4936
  titleStyle: [String, Object],
4937
4937
  showZeroBadge: truthProp
4938
4938
  });
4939
- var stdin_default$1w = vue.defineComponent({
4939
+ var stdin_default$1x = vue.defineComponent({
4940
4940
  name: name$15,
4941
4941
  props: tabProps,
4942
4942
  setup(props, {
@@ -5025,15 +5025,15 @@ var stdin_default$1w = vue.defineComponent({
5025
5025
  };
5026
5026
  }
5027
5027
  });
5028
- const Tab = withInstall(stdin_default$1w);
5029
- const Tabs = withInstall(stdin_default$1y);
5028
+ const Tab = withInstall(stdin_default$1x);
5029
+ const Tabs = withInstall(stdin_default$1z);
5030
5030
  const [name$14, bem$13] = createNamespace("divider");
5031
5031
  const dividerProps = {
5032
5032
  dashed: Boolean,
5033
5033
  hairline: truthProp,
5034
5034
  contentPosition: makeStringProp("center")
5035
5035
  };
5036
- var stdin_default$1v = vue.defineComponent({
5036
+ var stdin_default$1w = vue.defineComponent({
5037
5037
  name: name$14,
5038
5038
  props: dividerProps,
5039
5039
  setup(props, {
@@ -5052,7 +5052,7 @@ var stdin_default$1v = vue.defineComponent({
5052
5052
  };
5053
5053
  }
5054
5054
  });
5055
- const Divider = withInstall(stdin_default$1v);
5055
+ const Divider = withInstall(stdin_default$1w);
5056
5056
  const [name$13, bem$12, t$6] = createNamespace("cascader");
5057
5057
  const cascaderProps = {
5058
5058
  title: String,
@@ -5073,7 +5073,7 @@ const cascaderProps = {
5073
5073
  safeAreaInsetTop: Boolean,
5074
5074
  closeOnClickOverlay: truthProp
5075
5075
  };
5076
- var stdin_default$1u = vue.defineComponent({
5076
+ var stdin_default$1v = vue.defineComponent({
5077
5077
  name: name$13,
5078
5078
  props: cascaderProps,
5079
5079
  emits: ["change", "finish", "clickTab", "update:modelValue", "update:show", "cancel"],
@@ -5263,7 +5263,7 @@ var stdin_default$1u = vue.defineComponent({
5263
5263
  }, {
5264
5264
  default: () => [tabs.value.map(renderTab)]
5265
5265
  });
5266
- const renderMenu = () => vue.createVNode(stdin_default$1J, {
5266
+ const renderMenu = () => vue.createVNode(stdin_default$1K, {
5267
5267
  "class": bem$12("cancel"),
5268
5268
  "onClick": onCancel
5269
5269
  }, {
@@ -5323,7 +5323,7 @@ var stdin_default$1u = vue.defineComponent({
5323
5323
  };
5324
5324
  }
5325
5325
  });
5326
- const Cascader = withInstall(stdin_default$1u);
5326
+ const Cascader = withInstall(stdin_default$1v);
5327
5327
  function isEmptyValue(value) {
5328
5328
  if (Array.isArray(value)) {
5329
5329
  return !value.length;
@@ -5443,7 +5443,7 @@ const cellSharedProps = {
5443
5443
  description: makeStringProp("")
5444
5444
  };
5445
5445
  const cellProps = extend$1({}, cellSharedProps, routeProps);
5446
- var stdin_default$1t = vue.defineComponent({
5446
+ var stdin_default$1u = vue.defineComponent({
5447
5447
  name: name$12,
5448
5448
  props: cellProps,
5449
5449
  emits: ["click", "clear"],
@@ -5651,14 +5651,14 @@ var stdin_default$1t = vue.defineComponent({
5651
5651
  };
5652
5652
  }
5653
5653
  });
5654
- const Cell = withInstall(stdin_default$1t);
5654
+ const Cell = withInstall(stdin_default$1u);
5655
5655
  const [name$11, bem$10] = createNamespace("cell-group");
5656
5656
  const cellGroupProps = {
5657
5657
  title: String,
5658
5658
  inset: Boolean,
5659
5659
  border: truthProp
5660
5660
  };
5661
- var stdin_default$1s = vue.defineComponent({
5661
+ var stdin_default$1t = vue.defineComponent({
5662
5662
  name: name$11,
5663
5663
  inheritAttrs: false,
5664
5664
  props: cellGroupProps,
@@ -5689,7 +5689,7 @@ var stdin_default$1s = vue.defineComponent({
5689
5689
  };
5690
5690
  }
5691
5691
  });
5692
- const CellGroup = withInstall(stdin_default$1s);
5692
+ const CellGroup = withInstall(stdin_default$1t);
5693
5693
  const [name$10, bem$$] = createNamespace("checkbox-group");
5694
5694
  const checkboxGroupProps = {
5695
5695
  max: numericProp,
@@ -5700,7 +5700,7 @@ const checkboxGroupProps = {
5700
5700
  checkedColor: String
5701
5701
  };
5702
5702
  const CHECKBOX_GROUP_KEY = Symbol(name$10);
5703
- var stdin_default$1r = vue.defineComponent({
5703
+ var stdin_default$1s = vue.defineComponent({
5704
5704
  name: name$10,
5705
5705
  props: checkboxGroupProps,
5706
5706
  emits: ["change", "update:modelValue"],
@@ -5762,7 +5762,7 @@ const checkerProps = {
5762
5762
  labelPosition: String,
5763
5763
  labelDisabled: Boolean
5764
5764
  };
5765
- var stdin_default$1q = vue.defineComponent({
5765
+ var stdin_default$1r = vue.defineComponent({
5766
5766
  props: extend$1({}, checkerProps, {
5767
5767
  bem: makeRequiredProp(Function),
5768
5768
  role: String,
@@ -5871,7 +5871,7 @@ const checkboxProps = extend$1({}, checkerProps, {
5871
5871
  default: null
5872
5872
  }
5873
5873
  });
5874
- var stdin_default$1p = vue.defineComponent({
5874
+ var stdin_default$1q = vue.defineComponent({
5875
5875
  name: name$$,
5876
5876
  props: checkboxProps,
5877
5877
  emits: ["change", "update:modelValue"],
@@ -5936,7 +5936,7 @@ var stdin_default$1p = vue.defineComponent({
5936
5936
  checked
5937
5937
  });
5938
5938
  use.useCustomFieldValue(() => props.modelValue);
5939
- return () => vue.createVNode(stdin_default$1q, vue.mergeProps({
5939
+ return () => vue.createVNode(stdin_default$1r, vue.mergeProps({
5940
5940
  "bem": bem$_,
5941
5941
  "role": "checkbox",
5942
5942
  "parent": parent,
@@ -5945,8 +5945,9 @@ var stdin_default$1p = vue.defineComponent({
5945
5945
  }, props), pick(slots, ["default", "icon"]));
5946
5946
  }
5947
5947
  });
5948
- const Checkbox = withInstall(stdin_default$1p);
5949
- const CheckboxGroup = withInstall(stdin_default$1r);
5948
+ const Checkbox = withInstall(stdin_default$1q);
5949
+ var stdin_default$1p = Checkbox;
5950
+ const CheckboxGroup = withInstall(stdin_default$1s);
5950
5951
  const [name$_, bem$Z] = createNamespace("row");
5951
5952
  const ROW_KEY = Symbol(name$_);
5952
5953
  const rowProps = {
@@ -6282,7 +6283,7 @@ var stdin_default$1l = vue.defineComponent({
6282
6283
  "class": bem$W("text", {
6283
6284
  custom: titleBackground
6284
6285
  })
6285
- }, [props.title]), vue.createVNode(stdin_default$1Y, {
6286
+ }, [props.title]), vue.createVNode(stdin_default$1Z, {
6286
6287
  "name": "keyboard-arrow-down",
6287
6288
  "style": color ? `color:${color};` : "",
6288
6289
  "class": bem$W("icon", {
@@ -6313,7 +6314,7 @@ var stdin_default$1l = vue.defineComponent({
6313
6314
  }
6314
6315
  });
6315
6316
  const CollapseItem = withInstall(stdin_default$1l);
6316
- const ConfigProvider = withInstall(stdin_default$1Z);
6317
+ const ConfigProvider = withInstall(stdin_default$1_);
6317
6318
  const [name$W, bem$V, t$5] = createNamespace("picker");
6318
6319
  const getFirstEnabledOption$1 = (options) => options.find((option2) => !option2.disabled) || options[0];
6319
6320
  function getColumnsType$1(columns, fields) {
@@ -6969,7 +6970,7 @@ var stdin_default$1h = vue.defineComponent({
6969
6970
  return () => {
6970
6971
  if (isButtonPicker.value) {
6971
6972
  if (props.popup) {
6972
- return vue.createVNode(stdin_default$1U, {
6973
+ return vue.createVNode(stdin_default$1V, {
6973
6974
  "show": showPicker.value,
6974
6975
  "onUpdate:show": [($event) => showPicker.value = $event, updateShow],
6975
6976
  "round": true,
@@ -6981,7 +6982,7 @@ var stdin_default$1h = vue.defineComponent({
6981
6982
  return renderTiledPicker();
6982
6983
  } else {
6983
6984
  if (props.popup) {
6984
- return vue.createVNode(stdin_default$1U, {
6985
+ return vue.createVNode(stdin_default$1V, {
6985
6986
  "show": showPicker.value,
6986
6987
  "onUpdate:show": [($event) => showPicker.value = $event, updateShow],
6987
6988
  "round": true,
@@ -7932,7 +7933,7 @@ var stdin_default$1a = vue.defineComponent({
7932
7933
  };
7933
7934
  const renderToolbar = () => {
7934
7935
  if (props.showToolbar) {
7935
- return [vue.createVNode(stdin_default$1v, {
7936
+ return [vue.createVNode(stdin_default$1w, {
7936
7937
  "style": "margin: 0"
7937
7938
  }, null), vue.createVNode(stdin_default$1j, vue.mergeProps(pick(props, pickerToolbarPropKeys$1), {
7938
7939
  "onConfirm": onConfirm,
@@ -7940,7 +7941,7 @@ var stdin_default$1a = vue.defineComponent({
7940
7941
  }), pick(slots, pickerToolbarSlots$1))];
7941
7942
  }
7942
7943
  };
7943
- return () => vue.createVNode(stdin_default$1V, vue.mergeProps(pick(props, popupInheritKeys$1), {
7944
+ return () => vue.createVNode(stdin_default$1W, vue.mergeProps(pick(props, popupInheritKeys$1), {
7944
7945
  "round": true,
7945
7946
  "position": "bottom",
7946
7947
  "onOpen": onOpen,
@@ -8951,7 +8952,7 @@ var stdin_default$14 = vue.defineComponent({
8951
8952
  }, null);
8952
8953
  const LeftIcon = () => {
8953
8954
  if (props.image) {
8954
- return vue.createVNode(stdin_default$1L, {
8955
+ return vue.createVNode(stdin_default$1M, {
8955
8956
  "class": bem$L("image"),
8956
8957
  "src": props.image
8957
8958
  }, null);
@@ -9236,7 +9237,7 @@ var stdin_default$12 = vue.defineComponent({
9236
9237
  "onClick": () => item.expand = !item.expand
9237
9238
  }, [vue.createVNode("span", {
9238
9239
  "class": [bem$K("label--placeholder")]
9239
- }, [children2.length > 0 && vue.createVNode(stdin_default$1X, {
9240
+ }, [children2.length > 0 && vue.createVNode(stdin_default$1Y, {
9240
9241
  "name": "play-small",
9241
9242
  "class": [bem$K("label--icon", {
9242
9243
  active: item.expand
@@ -9268,7 +9269,7 @@ var stdin_default$12 = vue.defineComponent({
9268
9269
  "class": [bem$K("item--header")]
9269
9270
  }, [vue.createVNode("span", {
9270
9271
  "class": [bem$K("item--placeholder")]
9271
- }, [!empty && vue.createVNode(stdin_default$1X, {
9272
+ }, [!empty && vue.createVNode(stdin_default$1Y, {
9272
9273
  "name": "play-small",
9273
9274
  "class": [bem$K("item--icon", {
9274
9275
  active: item.checked
@@ -9320,7 +9321,7 @@ var stdin_default$12 = vue.defineComponent({
9320
9321
  "style": {
9321
9322
  top: `${offset.value}px`
9322
9323
  }
9323
- }, [vue.createVNode(stdin_default$1U, {
9324
+ }, [vue.createVNode(stdin_default$1V, {
9324
9325
  "class": [bem$K("popup")],
9325
9326
  "position": "top",
9326
9327
  "show": show.value,
@@ -9356,7 +9357,7 @@ var stdin_default$12 = vue.defineComponent({
9356
9357
  }))]), vue.createVNode("div", {
9357
9358
  "class": [bem$K("history--clear")],
9358
9359
  "onClick": onClearHistory
9359
- }, [vue.createVNode(stdin_default$1X, {
9360
+ }, [vue.createVNode(stdin_default$1Y, {
9360
9361
  "name": "delete",
9361
9362
  "size": "20"
9362
9363
  }, null), vue.createTextVNode("清空搜索历史")])]), historyList.value.length === 0 && vue.createVNode("div", {
@@ -9494,7 +9495,7 @@ var stdin_default$11 = vue.defineComponent({
9494
9495
  "style": "padding-right: 18px"
9495
9496
  }, [slots.title || (itemTitle ? itemTitle : vue.createVNode("div", {
9496
9497
  "class": [bem$J("placeholder")]
9497
- }, [item.placeholder])), slots.icon || vue.createVNode(stdin_default$1X, {
9498
+ }, [item.placeholder])), slots.icon || vue.createVNode(stdin_default$1Y, {
9498
9499
  "class": bem$J("icon"),
9499
9500
  "name": "spinner-expand"
9500
9501
  }, null)])])]);
@@ -11207,7 +11208,7 @@ var stdin_default$_ = vue.defineComponent({
11207
11208
  "onTouchcancel": onTouchEnd,
11208
11209
  "onClick": onClick,
11209
11210
  "style": rootStyle.value
11210
- }, attrs), [slots.default ? slots.default() : vue.createVNode(stdin_default$1X, {
11211
+ }, attrs), [slots.default ? slots.default() : vue.createVNode(stdin_default$1Y, {
11211
11212
  "name": props.icon,
11212
11213
  "class": bem$G("icon")
11213
11214
  }, null)]), [[vue.vShow, show.value]]);
@@ -11591,7 +11592,7 @@ var stdin_default$U = vue.defineComponent({
11591
11592
  }
11592
11593
  }, [props.breadcrumbTitle]), props.data.map((item, index2) => vue.createVNode("div", {
11593
11594
  "class": bem$C("item")
11594
- }, [vue.createVNode(stdin_default$1X, {
11595
+ }, [vue.createVNode(stdin_default$1Y, {
11595
11596
  "class": bem$C("icon"),
11596
11597
  "name": "arrow-right",
11597
11598
  "color": "#C6CED9"
@@ -11868,7 +11869,7 @@ var stdin_default$T = vue.defineComponent({
11868
11869
  round: true,
11869
11870
  checked: getChecked(item)
11870
11871
  })
11871
- }, [vue.createVNode(stdin_default$1X, {
11872
+ }, [vue.createVNode(stdin_default$1Y, {
11872
11873
  "name": "checkbox-select"
11873
11874
  }, null)]);
11874
11875
  }
@@ -11878,14 +11879,14 @@ var stdin_default$T = vue.defineComponent({
11878
11879
  checked: true,
11879
11880
  round: true
11880
11881
  })
11881
- }, [vue.createVNode(stdin_default$1X, {
11882
+ }, [vue.createVNode(stdin_default$1Y, {
11882
11883
  "name": "checkbox-select"
11883
11884
  }, null)]) : vue.createVNode("span", {
11884
11885
  "class": bem$B("icon", {
11885
11886
  round: true,
11886
11887
  indeterminate
11887
11888
  })
11888
- }, [vue.createVNode(stdin_default$1X, {
11889
+ }, [vue.createVNode(stdin_default$1Y, {
11889
11890
  "name": indeterminate ? "minus" : "check-blank-r",
11890
11891
  "class": bem$B("uncheck-icon")
11891
11892
  }, null)]);
@@ -13226,7 +13227,7 @@ var stdin_default$M = vue.defineComponent({
13226
13227
  }
13227
13228
  }
13228
13229
  };
13229
- return () => vue.createVNode(stdin_default$1U, {
13230
+ return () => vue.createVNode(stdin_default$1V, {
13230
13231
  "class": bem$v(),
13231
13232
  "show": props.show,
13232
13233
  "position": "bottom",
@@ -16597,10 +16598,10 @@ var stdin_default$C = vue.defineComponent({
16597
16598
  message
16598
16599
  } = media;
16599
16600
  if (status === "processing" || status === "uploading" || status === "failed") {
16600
- const MaskIcon = status === "failed" ? vue.createVNode(stdin_default$1X, {
16601
+ const MaskIcon = status === "failed" ? vue.createVNode(stdin_default$1Y, {
16601
16602
  "name": "close",
16602
16603
  "class": bem$u("mask-icon")
16603
- }, null) : vue.createVNode(stdin_default$1S, {
16604
+ }, null) : vue.createVNode(stdin_default$1T, {
16604
16605
  "class": bem$u("loading")
16605
16606
  }, null);
16606
16607
  const showMessage = isDef(message) && message !== "";
@@ -16637,7 +16638,7 @@ var stdin_default$C = vue.defineComponent({
16637
16638
  }, null);
16638
16639
  } else if (media.type === "photo") {
16639
16640
  const thumbnailUrl = media.showSrc || media.url;
16640
- return vue.createVNode(stdin_default$1L, {
16641
+ return vue.createVNode(stdin_default$1M, {
16641
16642
  "src": thumbnailUrl,
16642
16643
  "fit": "cover",
16643
16644
  "radius": "4"
@@ -16778,7 +16779,7 @@ var stdin_default$C = vue.defineComponent({
16778
16779
  "onUpdate:show": ($event) => mediaPlayerVisible.value = $event,
16779
16780
  "mediaType": mediaTypeToPlay.value,
16780
16781
  "mediaUrl": mediaUrlToPlay.value
16781
- }, props.mediaPlayerProps), null), vue.createVNode(stdin_default$1Q, {
16782
+ }, props.mediaPlayerProps), null), vue.createVNode(stdin_default$1R, {
16782
16783
  "show": actionVisible.value,
16783
16784
  "onUpdate:show": ($event) => actionVisible.value = $event,
16784
16785
  "actions": actionOptions.value,
@@ -16932,6 +16933,7 @@ const multiplePickerProps = {
16932
16933
  itemHeight: makeNumericProp(0),
16933
16934
  cancelButtonText: String,
16934
16935
  confirmButtonText: String,
16936
+ otherButtonText: String,
16935
16937
  showPicker: Boolean,
16936
16938
  allowHtml: truthProp,
16937
16939
  closeOnPopstate: truthProp,
@@ -16944,7 +16946,8 @@ const multiplePickerProps = {
16944
16946
  columnCounts: makeNumberProp(3),
16945
16947
  selectedIndex: makeArrayProp([]),
16946
16948
  selectedValue: makeArrayProp([]),
16947
- popup: truthProp
16949
+ popup: truthProp,
16950
+ showSelectAll: Boolean
16948
16951
  };
16949
16952
  var stdin_default$A = vue.defineComponent({
16950
16953
  name: name$t,
@@ -16959,6 +16962,12 @@ var stdin_default$A = vue.defineComponent({
16959
16962
  const currentSelectedValue = vue.computed(() => props.selectedValue);
16960
16963
  const confirmIndexes = vue.ref(props.selectedIndex);
16961
16964
  const confirmValues = vue.ref(props.selectedValue);
16965
+ const isIndeterminate = vue.computed(() => {
16966
+ return confirmIndexes.value.length > 0 && confirmIndexes.value.length < currentOptions2.value.length;
16967
+ });
16968
+ const isAllSelected = vue.computed(() => {
16969
+ return confirmIndexes.value.length > 0 && confirmIndexes.value.length === currentOptions2.value.length;
16970
+ });
16962
16971
  const resetOptions = (props2) => {
16963
16972
  currentOptions2.value = props2.options;
16964
16973
  confirmIndexes.value = props2.selectedIndex;
@@ -17057,39 +17066,88 @@ var stdin_default$A = vue.defineComponent({
17057
17066
  }, [props.title ? props.title : "请选择"]);
17058
17067
  }
17059
17068
  };
17069
+ const genOther = () => {
17070
+ const text = props.otherButtonText || "其他";
17071
+ return vue.createVNode(stdin_default$1J, {
17072
+ "class": bem$s("select-other"),
17073
+ "size": "medium",
17074
+ "style": {
17075
+ marginLeft: "12px",
17076
+ marginRight: "8px"
17077
+ },
17078
+ "onClick": onSelectOther
17079
+ }, {
17080
+ default: () => [slots.selectOther ? slots.selectOther() : text]
17081
+ });
17082
+ };
17060
17083
  const genCancel = () => {
17061
17084
  const text = props.cancelButtonText || "取消";
17062
- return vue.createVNode(stdin_default$1I, {
17063
- "size": "normal",
17064
- "block": true,
17085
+ return vue.createVNode(stdin_default$1J, vue.mergeProps({
17086
+ "class": [props.showSelectAll ? bem$s("in-select-all") : ""],
17087
+ "size": props.showSelectAll ? "medium" : "normal"
17088
+ }, props.showSelectAll !== true ? {
17089
+ block: true
17090
+ } : {}, {
17065
17091
  "style": {
17066
17092
  marginRigth: "4px"
17067
17093
  },
17068
17094
  "onClick": onCancel
17069
- }, {
17095
+ }), {
17070
17096
  default: () => [slots.cancel ? slots.cancel() : text]
17071
17097
  });
17072
17098
  };
17073
17099
  const genConfirm = () => {
17074
17100
  const text = props.confirmButtonText || "确定";
17075
- return vue.createVNode(stdin_default$1I, {
17101
+ return vue.createVNode(stdin_default$1J, vue.mergeProps({
17076
17102
  "type": "primary",
17077
- "size": "normal",
17078
- "block": true,
17103
+ "class": [props.showSelectAll ? bem$s("in-select-all") : ""],
17104
+ "size": props.showSelectAll ? "medium" : "normal"
17105
+ }, props.showSelectAll !== true ? {
17106
+ block: true
17107
+ } : {}, {
17079
17108
  "style": {
17080
17109
  marginLeft: "8px"
17081
17110
  },
17082
17111
  "onClick": confirm
17083
- }, {
17112
+ }), {
17084
17113
  default: () => [slots.confirm ? slots.confirm() : text]
17085
17114
  });
17086
17115
  };
17087
17116
  const genToolbar = () => {
17088
17117
  if (props.showToolbar) {
17118
+ const content = props.showSelectAll ? [genSelectAll(), genOther(), genCancel(), genConfirm()] : [genCancel(), genConfirm()];
17089
17119
  return vue.createVNode("div", {
17090
17120
  "class": bem$s("toolbar")
17091
- }, [slots.toolbar ? slots.toolbar() : [genCancel(), genConfirm()]]);
17092
- }
17121
+ }, [slots.toolbar ? slots.toolbar() : content]);
17122
+ }
17123
+ };
17124
+ const genSelectAll = () => vue.createVNode("div", {
17125
+ "class": bem$s("toolbar-select-all")
17126
+ }, [vue.createVNode(stdin_default$1p, {
17127
+ "class": bem$s("toolbar-checkbox"),
17128
+ "shape": "square",
17129
+ "modelValue": isAllSelected.value,
17130
+ "onUpdate:modelValue": ($event) => isAllSelected.value = $event,
17131
+ "indeterminate": isIndeterminate.value,
17132
+ "onClick": handleSelectAll
17133
+ }, {
17134
+ default: () => [vue.createTextVNode("全选")]
17135
+ }), vue.createVNode("div", {
17136
+ "class": bem$s("toolbar-divider")
17137
+ }, null), vue.createVNode("span", {
17138
+ "class": bem$s("toolbar-checkbox-text")
17139
+ }, [vue.createTextVNode("已选 "), confirmIndexes.value.length])]);
17140
+ const handleSelectAll = () => {
17141
+ confirmIndexes.value = !isAllSelected.value ? currentOptions2.value.map((_, index2) => index2) : [];
17142
+ };
17143
+ const onSelectOther = () => {
17144
+ const temp = Array();
17145
+ currentOptions2.value.forEach((_, index2) => {
17146
+ if (!confirmIndexes.value.includes(index2)) {
17147
+ temp.push(index2);
17148
+ }
17149
+ });
17150
+ confirmIndexes.value = temp;
17093
17151
  };
17094
17152
  const genOptionItems = vue.computed(() => {
17095
17153
  let formatOptions = [];
@@ -17121,7 +17179,7 @@ var stdin_default$A = vue.defineComponent({
17121
17179
  }, [genOptionItems.value]);
17122
17180
  const renderMultiplePicker = () => vue.createVNode("div", {
17123
17181
  "class": bem$s()
17124
- }, [genTitle(), props.loading ? vue.createVNode(stdin_default$1S, {
17182
+ }, [genTitle(), props.loading ? vue.createVNode(stdin_default$1T, {
17125
17183
  "class": bem$s("loading")
17126
17184
  }, null) : "", genOptions2(), props.toolbarPosition === "bottom" ? genToolbar() : ""]);
17127
17185
  useExpose({
@@ -17129,7 +17187,7 @@ var stdin_default$A = vue.defineComponent({
17129
17187
  });
17130
17188
  return () => {
17131
17189
  if (props.popup) {
17132
- return vue.createVNode(stdin_default$1U, {
17190
+ return vue.createVNode(stdin_default$1V, {
17133
17191
  "show": currentShow.value,
17134
17192
  "onUpdate:show": [($event) => currentShow.value = $event, updateShow],
17135
17193
  "round": true,
@@ -17300,7 +17358,7 @@ var stdin_default$y = vue.defineComponent({
17300
17358
  return slots["left-icon"]();
17301
17359
  }
17302
17360
  if (props.leftIcon) {
17303
- return vue.createVNode(stdin_default$1X, {
17361
+ return vue.createVNode(stdin_default$1Y, {
17304
17362
  "class": bem$q("left-icon"),
17305
17363
  "name": props.leftIcon
17306
17364
  }, null);
@@ -17326,7 +17384,7 @@ var stdin_default$y = vue.defineComponent({
17326
17384
  }
17327
17385
  const name2 = getRightIconName();
17328
17386
  if (name2) {
17329
- return vue.createVNode(stdin_default$1X, {
17387
+ return vue.createVNode(stdin_default$1Y, {
17330
17388
  "name": name2,
17331
17389
  "class": bem$q("right-icon"),
17332
17390
  "onClick": onClickRightIcon
@@ -17514,11 +17572,11 @@ const resetNotifyDefaultOptions = () => {
17514
17572
  };
17515
17573
  const Notify = withInstall(stdin_default$x);
17516
17574
  const [name$p, bem$o] = createNamespace("key");
17517
- const CollapseIcon = vue.createVNode(stdin_default$1X, {
17575
+ const CollapseIcon = vue.createVNode(stdin_default$1Y, {
17518
17576
  "name": "keyboard-shrink",
17519
17577
  "size": "40"
17520
17578
  }, null);
17521
- const DeleteIcon = vue.createVNode(stdin_default$1X, {
17579
+ const DeleteIcon = vue.createVNode(stdin_default$1Y, {
17522
17580
  "name": "backspace",
17523
17581
  "size": "40"
17524
17582
  }, null);
@@ -18415,7 +18473,7 @@ var stdin_default$q = vue.defineComponent({
18415
18473
  emit("update:modelValue", props.name);
18416
18474
  }
18417
18475
  };
18418
- return () => vue.createVNode(stdin_default$1q, vue.mergeProps({
18476
+ return () => vue.createVNode(stdin_default$1r, vue.mergeProps({
18419
18477
  "bem": bem$i,
18420
18478
  "role": "radio",
18421
18479
  "parent": parent,
@@ -19074,7 +19132,7 @@ var stdin_default$n = vue.defineComponent({
19074
19132
  };
19075
19133
  return () => {
19076
19134
  if (props.popup) {
19077
- return vue.createVNode(stdin_default$1U, {
19135
+ return vue.createVNode(stdin_default$1V, {
19078
19136
  "show": showPicker.value,
19079
19137
  "onUpdate:show": [($event) => showPicker.value = $event, updateShow],
19080
19138
  "round": true,
@@ -19562,20 +19620,20 @@ var stdin_default$l = vue.defineComponent({
19562
19620
  "height": canvasHeight.value
19563
19621
  }, null), [[vue.vShow, isCanvasSupported.value]])]), vue.createVNode("div", {
19564
19622
  "class": bem$e("actions")
19565
- }, [vue.createVNode(stdin_default$1I, {
19623
+ }, [vue.createVNode(stdin_default$1J, {
19566
19624
  "plain": true,
19567
19625
  "type": "warning",
19568
19626
  "onClick": () => clear(),
19569
19627
  "class": bem$e("button-again")
19570
19628
  }, {
19571
19629
  default: () => [vue.createTextVNode("重签")]
19572
- }), vue.createVNode(stdin_default$1I, {
19630
+ }), vue.createVNode(stdin_default$1J, {
19573
19631
  "type": "default",
19574
19632
  "onClick": cancel,
19575
19633
  "class": bem$e("button-cancel")
19576
19634
  }, {
19577
19635
  default: () => [vue.createTextVNode("取消")]
19578
- }), vue.createVNode(stdin_default$1I, {
19636
+ }), vue.createVNode(stdin_default$1J, {
19579
19637
  "block": true,
19580
19638
  "type": "primary",
19581
19639
  "disabled": isCompleteButtonDisabled.value,
@@ -19890,7 +19948,7 @@ var stdin_default$j = vue.defineComponent({
19890
19948
  }, [props.title ? props.title : "语音输入"]), vue.createVNode("div", {
19891
19949
  "class": bem$c("close"),
19892
19950
  "onClick": onClose
19893
- }, [vue.createVNode(stdin_default$1X, {
19951
+ }, [vue.createVNode(stdin_default$1Y, {
19894
19952
  "name": "clear",
19895
19953
  "size": "24"
19896
19954
  }, null)])]);
@@ -19952,7 +20010,7 @@ var stdin_default$j = vue.defineComponent({
19952
20010
  "onTouchstart": onTouchstart,
19953
20011
  "onTouchend": onTouchend,
19954
20012
  "onTouchcancel": onTouchend
19955
- }, [vue.createVNode(stdin_default$1X, {
20013
+ }, [vue.createVNode(stdin_default$1Y, {
19956
20014
  "name": "microphone",
19957
20015
  "size": "32"
19958
20016
  }, null)]), props.value && vue.createVNode("div", {
@@ -19963,7 +20021,7 @@ var stdin_default$j = vue.defineComponent({
19963
20021
  const renderspeechRecognizer = () => vue.createVNode("div", {
19964
20022
  "class": bem$c()
19965
20023
  }, [genTitle(), vue.createTextVNode(" "), genBody()]);
19966
- return () => vue.createVNode(stdin_default$1U, {
20024
+ return () => vue.createVNode(stdin_default$1V, {
19967
20025
  "show": currentShow.value,
19968
20026
  "onUpdate:show": [($event) => currentShow.value = $event, updateShow],
19969
20027
  "round": true,
@@ -20360,7 +20418,7 @@ var stdin_default$g = vue.defineComponent({
20360
20418
  }
20361
20419
  ],
20362
20420
  "aria-disabled": minusDisabled.value || void 0
20363
- }, createListeners("minus")), [vue.createVNode(stdin_default$1X, {
20421
+ }, createListeners("minus")), [vue.createVNode(stdin_default$1Y, {
20364
20422
  "name": "minus",
20365
20423
  "size": (props == null ? void 0 : props.buttonSize) ? props.buttonSize : "32"
20366
20424
  }, null)]), [[vue.vShow, props.showMinus]]), vue.withDirectives(vue.createVNode("input", {
@@ -20393,7 +20451,7 @@ var stdin_default$g = vue.defineComponent({
20393
20451
  // { [HAPTICS_FEEDBACK]: !plusDisabled.value },
20394
20452
  ],
20395
20453
  "aria-disabled": plusDisabled.value || void 0
20396
- }, createListeners("plus")), [vue.createVNode(stdin_default$1X, {
20454
+ }, createListeners("plus")), [vue.createVNode(stdin_default$1Y, {
20397
20455
  "name": "plus",
20398
20456
  "size": (props == null ? void 0 : props.buttonSize) ? props.buttonSize : "32"
20399
20457
  }, null)]), [[vue.vShow, props.showPlus]])]);
@@ -22242,7 +22300,7 @@ var stdin_default$4 = vue.defineComponent({
22242
22300
  }, null), !state.state.playing ? vue.createVNode("div", {
22243
22301
  "class": bem("play-btn"),
22244
22302
  "onClick": play
22245
- }, [vue.createVNode(stdin_default$1X, {
22303
+ }, [vue.createVNode(stdin_default$1Y, {
22246
22304
  "name": "play-r"
22247
22305
  }, null)]) : null, vue.createVNode("div", {
22248
22306
  "class": [bem("controller", {
@@ -22283,14 +22341,14 @@ var stdin_default$4 = vue.defineComponent({
22283
22341
  }, [state.videoSet.totalTime]), vue.createVNode("div", {
22284
22342
  "class": bem("controller-volume"),
22285
22343
  "onClick": handleMuted
22286
- }, [state.state.isMuted ? vue.createVNode(stdin_default$1X, {
22344
+ }, [state.state.isMuted ? vue.createVNode(stdin_default$1Y, {
22287
22345
  "name": "volume-off"
22288
- }, null) : vue.createVNode(stdin_default$1X, {
22346
+ }, null) : vue.createVNode(stdin_default$1Y, {
22289
22347
  "name": "volume-on"
22290
22348
  }, null)]), vue.createVNode("div", {
22291
22349
  "class": bem("controller-full"),
22292
22350
  "onClick": fullScreen
22293
- }, [vue.createVNode(stdin_default$1X, {
22351
+ }, [vue.createVNode(stdin_default$1Y, {
22294
22352
  "name": "expand"
22295
22353
  }, null)])])]);
22296
22354
  }
@@ -23211,7 +23269,7 @@ const Lazyload = {
23211
23269
  });
23212
23270
  }
23213
23271
  };
23214
- const version = "3.1.62";
23272
+ const version = "3.1.63";
23215
23273
  function install(app) {
23216
23274
  const components = [
23217
23275
  ActionSheet,