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.js CHANGED
@@ -544,7 +544,7 @@
544
544
  });
545
545
  return to;
546
546
  }
547
- var stdin_default$20 = {
547
+ var stdin_default$21 = {
548
548
  name: "姓名",
549
549
  tel: "电话",
550
550
  save: "保存",
@@ -591,7 +591,7 @@
591
591
  };
592
592
  const lang = vue.ref("zh-CN");
593
593
  const messages = vue.reactive({
594
- "zh-CN": stdin_default$20
594
+ "zh-CN": stdin_default$21
595
595
  });
596
596
  const Locale = {
597
597
  messages() {
@@ -605,11 +605,11 @@
605
605
  deepAssign(messages, newMessages);
606
606
  }
607
607
  };
608
- var stdin_default$1$ = Locale;
608
+ var stdin_default$20 = Locale;
609
609
  function createTranslate(name2) {
610
610
  const prefix = camelize(name2) + ".";
611
611
  return (path, ...args) => {
612
- const messages2 = stdin_default$1$.messages();
612
+ const messages2 = stdin_default$20.messages();
613
613
  const message = get(messages2, prefix + path) || get(messages2, path);
614
614
  return isFunction(message) ? message(...args) : message;
615
615
  };
@@ -714,7 +714,7 @@
714
714
  badgeClass: String,
715
715
  position: makeStringProp("top-right")
716
716
  };
717
- var stdin_default$1_ = vue.defineComponent({
717
+ var stdin_default$1$ = vue.defineComponent({
718
718
  name: name$1s,
719
719
  props: badgeProps,
720
720
  setup(props, {
@@ -797,7 +797,7 @@
797
797
  };
798
798
  }
799
799
  });
800
- const Badge = withInstall(stdin_default$1_);
800
+ const Badge = withInstall(stdin_default$1$);
801
801
  let globalZIndex = 2e3;
802
802
  const useGlobalZIndex = () => ++globalZIndex;
803
803
  const setGlobalZIndex = (val) => {
@@ -844,7 +844,7 @@
844
844
  }
845
845
  });
846
846
  }
847
- var stdin_default$1Z = vue.defineComponent({
847
+ var stdin_default$1_ = vue.defineComponent({
848
848
  name: name$1r,
849
849
  props: configProviderProps,
850
850
  setup(props, {
@@ -915,7 +915,7 @@
915
915
  badgeProps: Object,
916
916
  classPrefix: String
917
917
  };
918
- var stdin_default$1Y = vue.defineComponent({
918
+ var stdin_default$1Z = vue.defineComponent({
919
919
  name: name$1q,
920
920
  props: iconProps,
921
921
  setup(props, {
@@ -954,8 +954,8 @@
954
954
  };
955
955
  }
956
956
  });
957
- const Icon = withInstall(stdin_default$1Y);
958
- var stdin_default$1X = Icon;
957
+ const Icon = withInstall(stdin_default$1Z);
958
+ var stdin_default$1Y = Icon;
959
959
  const popupSharedProps = {
960
960
  // whether to show popup
961
961
  show: Boolean,
@@ -1142,7 +1142,7 @@
1142
1142
  lazyRender: truthProp,
1143
1143
  customStyle: Object
1144
1144
  };
1145
- var stdin_default$1W = vue.defineComponent({
1145
+ var stdin_default$1X = vue.defineComponent({
1146
1146
  name: name$1p,
1147
1147
  props: overlayProps,
1148
1148
  setup(props, {
@@ -1172,7 +1172,7 @@
1172
1172
  });
1173
1173
  }
1174
1174
  });
1175
- const Overlay = withInstall(stdin_default$1W);
1175
+ const Overlay = withInstall(stdin_default$1X);
1176
1176
  const popupProps$2 = extend$1({}, popupSharedProps, {
1177
1177
  round: Boolean,
1178
1178
  position: makeStringProp("center"),
@@ -1191,7 +1191,7 @@
1191
1191
  slideable: Boolean
1192
1192
  });
1193
1193
  const [name$1o, bem$1k] = createNamespace("popup");
1194
- var stdin_default$1V = vue.defineComponent({
1194
+ var stdin_default$1W = vue.defineComponent({
1195
1195
  name: name$1o,
1196
1196
  inheritAttrs: false,
1197
1197
  props: popupProps$2,
@@ -1446,8 +1446,8 @@
1446
1446
  };
1447
1447
  }
1448
1448
  });
1449
- const Popup = withInstall(stdin_default$1V);
1450
- var stdin_default$1U = Popup;
1449
+ const Popup = withInstall(stdin_default$1W);
1450
+ var stdin_default$1V = Popup;
1451
1451
  const [name$1n, bem$1j] = createNamespace("loading");
1452
1452
  const loadingProps = {
1453
1453
  size: numericProp,
@@ -1517,7 +1517,7 @@
1517
1517
  "d": "M 9 100 A 91 91 0 0 1 9 100"
1518
1518
  }, null)])]);
1519
1519
  };
1520
- var stdin_default$1T = vue.defineComponent({
1520
+ var stdin_default$1U = vue.defineComponent({
1521
1521
  name: name$1n,
1522
1522
  props: loadingProps,
1523
1523
  setup(props, {
@@ -1556,8 +1556,8 @@
1556
1556
  };
1557
1557
  }
1558
1558
  });
1559
- const Loading = withInstall(stdin_default$1T);
1560
- var stdin_default$1S = Loading;
1559
+ const Loading = withInstall(stdin_default$1U);
1560
+ var stdin_default$1T = Loading;
1561
1561
  const [name$1m, bem$1i] = createNamespace("action-sheet");
1562
1562
  const actionSheetProps = extend$1({}, popupSharedProps, {
1563
1563
  title: String,
@@ -1572,7 +1572,7 @@
1572
1572
  safeAreaInsetBottom: truthProp
1573
1573
  });
1574
1574
  const popupInheritKeys$2 = [...popupSharedPropKeys, "round", "closeOnPopstate", "safeAreaInsetBottom"];
1575
- var stdin_default$1R = vue.defineComponent({
1575
+ var stdin_default$1S = vue.defineComponent({
1576
1576
  name: name$1m,
1577
1577
  props: actionSheetProps,
1578
1578
  emits: ["select", "cancel", "update:show"],
@@ -1689,8 +1689,8 @@
1689
1689
  });
1690
1690
  }
1691
1691
  });
1692
- const ActionSheet = withInstall(stdin_default$1R);
1693
- var stdin_default$1Q = ActionSheet;
1692
+ const ActionSheet = withInstall(stdin_default$1S);
1693
+ var stdin_default$1R = ActionSheet;
1694
1694
  const [name$1l, bem$1h] = createNamespace("slider");
1695
1695
  const sliderProps = {
1696
1696
  min: makeNumericProp(0),
@@ -1717,7 +1717,7 @@
1717
1717
  barEdgeOffset: makeNumberProp(4),
1718
1718
  barEdgeOffsetBoundary: makeNumberProp(10)
1719
1719
  };
1720
- var stdin_default$1P = vue.defineComponent({
1720
+ var stdin_default$1Q = vue.defineComponent({
1721
1721
  name: name$1l,
1722
1722
  props: sliderProps,
1723
1723
  emits: ["change", "dragEnd", "dragStart", "update:modelValue"],
@@ -2026,8 +2026,8 @@
2026
2026
  }, null), renderButtons()]))]);
2027
2027
  }
2028
2028
  });
2029
- const Slider = withInstall(stdin_default$1P);
2030
- var stdin_default$1O = Slider;
2029
+ const Slider = withInstall(stdin_default$1Q);
2030
+ var stdin_default$1P = Slider;
2031
2031
  const ZT_AUDIO_KEY = Symbol("zt-audio");
2032
2032
  const [name$1k, bem$1g] = createNamespace("audio");
2033
2033
  const audioProps = {
@@ -2040,7 +2040,7 @@
2040
2040
  type: makeStringProp("progress"),
2041
2041
  controlsList: makeArrayProp(["nodownload"])
2042
2042
  };
2043
- var stdin_default$1N = vue.defineComponent({
2043
+ var stdin_default$1O = vue.defineComponent({
2044
2044
  name: name$1k,
2045
2045
  props: audioProps,
2046
2046
  emits: ["fastBack", "play", "forward", "ended", "changeProgress", "mute", "canPlay"],
@@ -2139,7 +2139,7 @@
2139
2139
  "class": bem$1g("time")
2140
2140
  }, [audioData.currentDuration]), vue.createVNode("div", {
2141
2141
  "class": bem$1g("bar")
2142
- }, [vue.createVNode(stdin_default$1O, {
2142
+ }, [vue.createVNode(stdin_default$1P, {
2143
2143
  "modelValue": audioData.percent,
2144
2144
  "showPercent": false,
2145
2145
  "readonly": false,
@@ -2159,7 +2159,7 @@
2159
2159
  stop: !audioData.playing
2160
2160
  }),
2161
2161
  "onClick": () => changeStatus()
2162
- }, [vue.createVNode(stdin_default$1X, {
2162
+ }, [vue.createVNode(stdin_default$1Y, {
2163
2163
  "name": "audio",
2164
2164
  "class": bem$1g("", {
2165
2165
  rotate: audioData.playing
@@ -2247,7 +2247,7 @@
2247
2247
  };
2248
2248
  }
2249
2249
  });
2250
- const Audio = withInstall(stdin_default$1N);
2250
+ const Audio = withInstall(stdin_default$1O);
2251
2251
  const [name$1j, bem$1f] = createNamespace("image");
2252
2252
  const imageProps = {
2253
2253
  src: String,
@@ -2267,7 +2267,7 @@
2267
2267
  showLoading: truthProp,
2268
2268
  loadingIcon: makeStringProp("photo-default")
2269
2269
  };
2270
- var stdin_default$1M = vue.defineComponent({
2270
+ var stdin_default$1N = vue.defineComponent({
2271
2271
  name: name$1j,
2272
2272
  props: imageProps,
2273
2273
  emits: ["load", "error"],
@@ -2392,8 +2392,8 @@
2392
2392
  };
2393
2393
  }
2394
2394
  });
2395
- const Image$1 = withInstall(stdin_default$1M);
2396
- var stdin_default$1L = Image$1;
2395
+ const Image$1 = withInstall(stdin_default$1N);
2396
+ var stdin_default$1M = Image$1;
2397
2397
  const [name$1i, bem$1e] = createNamespace("avatar");
2398
2398
  const avatarProps = {
2399
2399
  src: makeStringProp(""),
@@ -2403,7 +2403,7 @@
2403
2403
  textBgColor: String,
2404
2404
  border: Boolean
2405
2405
  };
2406
- var stdin_default$1K = vue.defineComponent({
2406
+ var stdin_default$1L = vue.defineComponent({
2407
2407
  name: name$1i,
2408
2408
  props: avatarProps,
2409
2409
  setup(props) {
@@ -2444,7 +2444,7 @@
2444
2444
  if (!props.src) {
2445
2445
  return renderText();
2446
2446
  }
2447
- return vue.createVNode(stdin_default$1L, {
2447
+ return vue.createVNode(stdin_default$1M, {
2448
2448
  "round": props.shape === "round",
2449
2449
  "class": bem$1e("img", [classArr.value, {
2450
2450
  border: props.border
@@ -2457,7 +2457,7 @@
2457
2457
  };
2458
2458
  }
2459
2459
  });
2460
- const Avatar = withInstall(stdin_default$1K);
2460
+ const Avatar = withInstall(stdin_default$1L);
2461
2461
  const routeProps = {
2462
2462
  to: [String, Object],
2463
2463
  url: String,
@@ -2507,7 +2507,7 @@
2507
2507
  loadingType: String,
2508
2508
  iconPosition: makeStringProp("left")
2509
2509
  });
2510
- var stdin_default$1J = vue.defineComponent({
2510
+ var stdin_default$1K = vue.defineComponent({
2511
2511
  name: name$1h,
2512
2512
  props: buttonProps,
2513
2513
  emits: ["click"],
@@ -2639,8 +2639,8 @@
2639
2639
  };
2640
2640
  }
2641
2641
  });
2642
- const Button = withInstall(stdin_default$1J);
2643
- var stdin_default$1I = Button;
2642
+ const Button = withInstall(stdin_default$1K);
2643
+ var stdin_default$1J = Button;
2644
2644
  const monthsOfYear = 12;
2645
2645
  const [name$1g, bem$1c, t$7] = createNamespace("calendar");
2646
2646
  const formatMonthTitle = (date) => t$7("ztCalendar.monthTitle", date.getFullYear(), date.getMonth() + 1);
@@ -2751,7 +2751,7 @@
2751
2751
  closeOnClick: Boolean,
2752
2752
  closeOnClickOverlay: Boolean
2753
2753
  };
2754
- var stdin_default$1H = vue.defineComponent({
2754
+ var stdin_default$1I = vue.defineComponent({
2755
2755
  name: name$1f,
2756
2756
  props: toastProps,
2757
2757
  emits: ["update:show"],
@@ -2927,7 +2927,7 @@
2927
2927
  onClosed,
2928
2928
  "onUpdate:show": toggle
2929
2929
  };
2930
- return vue.createVNode(stdin_default$1H, vue.mergeProps(state, attrs), null);
2930
+ return vue.createVNode(stdin_default$1I, vue.mergeProps(state, attrs), null);
2931
2931
  };
2932
2932
  vue.watch(message, (val) => {
2933
2933
  state.message = val;
@@ -2997,7 +2997,7 @@
2997
2997
  const allowMultipleToast = (value = true) => {
2998
2998
  allowMultiple = value;
2999
2999
  };
3000
- const Toast = withInstall(stdin_default$1H);
3000
+ const Toast = withInstall(stdin_default$1I);
3001
3001
  const useHeight = (element, withSafeArea) => {
3002
3002
  const height2 = vue.ref();
3003
3003
  const setHeight = () => {
@@ -3014,7 +3014,7 @@
3014
3014
  return height2;
3015
3015
  };
3016
3016
  const [name$1e] = createNamespace("calendar-day");
3017
- var stdin_default$1G = vue.defineComponent({
3017
+ var stdin_default$1H = vue.defineComponent({
3018
3018
  name: name$1e,
3019
3019
  props: {
3020
3020
  item: makeRequiredProp(Object),
@@ -3140,7 +3140,7 @@
3140
3140
  firstDayOfWeek: Number,
3141
3141
  disabledDate: Function
3142
3142
  };
3143
- var stdin_default$1F = vue.defineComponent({
3143
+ var stdin_default$1G = vue.defineComponent({
3144
3144
  name: name$1d,
3145
3145
  props: calendarMonthProps,
3146
3146
  emits: ["click"],
@@ -3325,7 +3325,7 @@
3325
3325
  setScrollTop(body, daysRect.top + rowOffset + body.scrollTop - useRect(body).top);
3326
3326
  }
3327
3327
  };
3328
- const renderDay = (item, index2) => vue.createVNode(stdin_default$1G, {
3328
+ const renderDay = (item, index2) => vue.createVNode(stdin_default$1H, {
3329
3329
  "item": item,
3330
3330
  "index": index2,
3331
3331
  "color": props.color,
@@ -3353,7 +3353,7 @@
3353
3353
  }
3354
3354
  });
3355
3355
  const [name$1c] = createNamespace("calendar-header");
3356
- var stdin_default$1E = vue.defineComponent({
3356
+ var stdin_default$1F = vue.defineComponent({
3357
3357
  name: name$1c,
3358
3358
  props: {
3359
3359
  title: String,
@@ -3548,7 +3548,7 @@
3548
3548
  },
3549
3549
  disabledDate: Function
3550
3550
  };
3551
- var stdin_default$1D = vue.defineComponent({
3551
+ var stdin_default$1E = vue.defineComponent({
3552
3552
  name: name$1g,
3553
3553
  props: calendarProps,
3554
3554
  emits: ["select", "confirm", "cancel", "unselect", "monthShow", "overRange", "update:show", "clickSubtitle"],
@@ -3901,7 +3901,7 @@
3901
3901
  const updateShow = (value) => emit("update:show", value);
3902
3902
  const renderMonth = (date, index2) => {
3903
3903
  const showMonthTitle = index2 !== 0 || !props.showSubtitle;
3904
- return vue.createVNode(stdin_default$1F, vue.mergeProps({
3904
+ return vue.createVNode(stdin_default$1G, vue.mergeProps({
3905
3905
  "ref": setMonthRefs(index2),
3906
3906
  "date": date,
3907
3907
  "currentDate": currentDate.value,
@@ -3951,7 +3951,7 @@
3951
3951
  }, [renderFooterButton()]);
3952
3952
  const renderCalendar = () => vue.createVNode("div", {
3953
3953
  "class": bem$1c()
3954
- }, [vue.createVNode(stdin_default$1E, {
3954
+ }, [vue.createVNode(stdin_default$1F, {
3955
3955
  "title": props.title,
3956
3956
  "subtitle": subtitle.value,
3957
3957
  "showTitle": props.showTitle,
@@ -4006,7 +4006,7 @@
4006
4006
  };
4007
4007
  }
4008
4008
  });
4009
- const Calendar = withInstall(stdin_default$1D);
4009
+ const Calendar = withInstall(stdin_default$1E);
4010
4010
  function scrollLeftTo(scroller, to, duration) {
4011
4011
  let count = 0;
4012
4012
  const from = scroller.scrollLeft;
@@ -4076,7 +4076,7 @@
4076
4076
  offsetTop: makeNumericProp(0),
4077
4077
  offsetBottom: makeNumericProp(0)
4078
4078
  };
4079
- var stdin_default$1C = vue.defineComponent({
4079
+ var stdin_default$1D = vue.defineComponent({
4080
4080
  name: name$1b,
4081
4081
  props: stickyProps,
4082
4082
  emits: ["scroll", "change"],
@@ -4182,9 +4182,9 @@
4182
4182
  };
4183
4183
  }
4184
4184
  });
4185
- const Sticky = withInstall(stdin_default$1C);
4185
+ const Sticky = withInstall(stdin_default$1D);
4186
4186
  const [name$1a, bem$19] = createNamespace("tab");
4187
- var stdin_default$1B = vue.defineComponent({
4187
+ var stdin_default$1C = vue.defineComponent({
4188
4188
  name: name$1a,
4189
4189
  props: {
4190
4190
  id: String,
@@ -4322,7 +4322,7 @@
4322
4322
  title: Array
4323
4323
  };
4324
4324
  const SWIPE_KEY = Symbol(name$19);
4325
- var stdin_default$1A = vue.defineComponent({
4325
+ var stdin_default$1B = vue.defineComponent({
4326
4326
  name: name$19,
4327
4327
  props: swipeProps,
4328
4328
  emits: ["change", "dragStart", "dragEnd"],
@@ -4681,9 +4681,9 @@
4681
4681
  };
4682
4682
  }
4683
4683
  });
4684
- const Swipe = withInstall(stdin_default$1A);
4684
+ const Swipe = withInstall(stdin_default$1B);
4685
4685
  const [name$18, bem$17] = createNamespace("tabs");
4686
- var stdin_default$1z = vue.defineComponent({
4686
+ var stdin_default$1A = vue.defineComponent({
4687
4687
  name: name$18,
4688
4688
  props: {
4689
4689
  count: makeRequiredProp(Number),
@@ -4763,7 +4763,7 @@
4763
4763
  titleInactiveColor: String
4764
4764
  };
4765
4765
  const TABS_KEY = Symbol(name$17);
4766
- var stdin_default$1y = vue.defineComponent({
4766
+ var stdin_default$1z = vue.defineComponent({
4767
4767
  name: name$17,
4768
4768
  props: tabsProps,
4769
4769
  emits: ["change", "scroll", "rendered", "clickTab", "update:active"],
@@ -4959,7 +4959,7 @@
4959
4959
  state.showLeftOverlay = Math.floor(target.scrollLeft) > 0;
4960
4960
  state.showRightOverlay = hasScrollToEnd(target);
4961
4961
  };
4962
- const renderNav = () => children.map((item, index2) => vue.createVNode(stdin_default$1B, vue.mergeProps({
4962
+ const renderNav = () => children.map((item, index2) => vue.createVNode(stdin_default$1C, vue.mergeProps({
4963
4963
  "key": item.id,
4964
4964
  "id": `${id}-${index2}`,
4965
4965
  "ref": setTitleRefs(index2),
@@ -5098,7 +5098,7 @@
5098
5098
  "ref": navTopRef
5099
5099
  }, [(_a2 = slots["nav-top"]) == null ? void 0 : _a2.call(slots)]) : null, renderHeader(), (_b2 = slots["nav-bottom"]) == null ? void 0 : _b2.call(slots)];
5100
5100
  }
5101
- }) : [(_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, {
5101
+ }) : [(_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, {
5102
5102
  "count": children.length,
5103
5103
  "inited": state.inited,
5104
5104
  "animated": props.animated,
@@ -5119,7 +5119,7 @@
5119
5119
  const TAB_STATUS_KEY = Symbol();
5120
5120
  const useTabStatus = () => vue.inject(TAB_STATUS_KEY, null);
5121
5121
  const [name$16, bem$15] = createNamespace("swipe-item");
5122
- var stdin_default$1x = vue.defineComponent({
5122
+ var stdin_default$1y = vue.defineComponent({
5123
5123
  name: name$16,
5124
5124
  setup(props, {
5125
5125
  slots
@@ -5188,7 +5188,7 @@
5188
5188
  };
5189
5189
  }
5190
5190
  });
5191
- const SwipeItem = withInstall(stdin_default$1x);
5191
+ const SwipeItem = withInstall(stdin_default$1y);
5192
5192
  const [name$15, bem$14] = createNamespace("tab");
5193
5193
  const tabProps = extend$1({}, routeProps, {
5194
5194
  dot: Boolean,
@@ -5200,7 +5200,7 @@
5200
5200
  titleStyle: [String, Object],
5201
5201
  showZeroBadge: truthProp
5202
5202
  });
5203
- var stdin_default$1w = vue.defineComponent({
5203
+ var stdin_default$1x = vue.defineComponent({
5204
5204
  name: name$15,
5205
5205
  props: tabProps,
5206
5206
  setup(props, {
@@ -5286,15 +5286,15 @@
5286
5286
  };
5287
5287
  }
5288
5288
  });
5289
- const Tab = withInstall(stdin_default$1w);
5290
- const Tabs = withInstall(stdin_default$1y);
5289
+ const Tab = withInstall(stdin_default$1x);
5290
+ const Tabs = withInstall(stdin_default$1z);
5291
5291
  const [name$14, bem$13] = createNamespace("divider");
5292
5292
  const dividerProps = {
5293
5293
  dashed: Boolean,
5294
5294
  hairline: truthProp,
5295
5295
  contentPosition: makeStringProp("center")
5296
5296
  };
5297
- var stdin_default$1v = vue.defineComponent({
5297
+ var stdin_default$1w = vue.defineComponent({
5298
5298
  name: name$14,
5299
5299
  props: dividerProps,
5300
5300
  setup(props, {
@@ -5313,7 +5313,7 @@
5313
5313
  };
5314
5314
  }
5315
5315
  });
5316
- const Divider = withInstall(stdin_default$1v);
5316
+ const Divider = withInstall(stdin_default$1w);
5317
5317
  const [name$13, bem$12, t$6] = createNamespace("cascader");
5318
5318
  const cascaderProps = {
5319
5319
  title: String,
@@ -5334,7 +5334,7 @@
5334
5334
  safeAreaInsetTop: Boolean,
5335
5335
  closeOnClickOverlay: truthProp
5336
5336
  };
5337
- var stdin_default$1u = vue.defineComponent({
5337
+ var stdin_default$1v = vue.defineComponent({
5338
5338
  name: name$13,
5339
5339
  props: cascaderProps,
5340
5340
  emits: ["change", "finish", "clickTab", "update:modelValue", "update:show", "cancel"],
@@ -5524,7 +5524,7 @@
5524
5524
  }, {
5525
5525
  default: () => [tabs.value.map(renderTab)]
5526
5526
  });
5527
- const renderMenu = () => vue.createVNode(stdin_default$1J, {
5527
+ const renderMenu = () => vue.createVNode(stdin_default$1K, {
5528
5528
  "class": bem$12("cancel"),
5529
5529
  "onClick": onCancel
5530
5530
  }, {
@@ -5584,7 +5584,7 @@
5584
5584
  };
5585
5585
  }
5586
5586
  });
5587
- const Cascader = withInstall(stdin_default$1u);
5587
+ const Cascader = withInstall(stdin_default$1v);
5588
5588
  function isEmptyValue(value) {
5589
5589
  if (Array.isArray(value)) {
5590
5590
  return !value.length;
@@ -5704,7 +5704,7 @@
5704
5704
  description: makeStringProp("")
5705
5705
  };
5706
5706
  const cellProps = extend$1({}, cellSharedProps, routeProps);
5707
- var stdin_default$1t = vue.defineComponent({
5707
+ var stdin_default$1u = vue.defineComponent({
5708
5708
  name: name$12,
5709
5709
  props: cellProps,
5710
5710
  emits: ["click", "clear"],
@@ -5912,14 +5912,14 @@
5912
5912
  };
5913
5913
  }
5914
5914
  });
5915
- const Cell = withInstall(stdin_default$1t);
5915
+ const Cell = withInstall(stdin_default$1u);
5916
5916
  const [name$11, bem$10] = createNamespace("cell-group");
5917
5917
  const cellGroupProps = {
5918
5918
  title: String,
5919
5919
  inset: Boolean,
5920
5920
  border: truthProp
5921
5921
  };
5922
- var stdin_default$1s = vue.defineComponent({
5922
+ var stdin_default$1t = vue.defineComponent({
5923
5923
  name: name$11,
5924
5924
  inheritAttrs: false,
5925
5925
  props: cellGroupProps,
@@ -5950,7 +5950,7 @@
5950
5950
  };
5951
5951
  }
5952
5952
  });
5953
- const CellGroup = withInstall(stdin_default$1s);
5953
+ const CellGroup = withInstall(stdin_default$1t);
5954
5954
  const [name$10, bem$$] = createNamespace("checkbox-group");
5955
5955
  const checkboxGroupProps = {
5956
5956
  max: numericProp,
@@ -5961,7 +5961,7 @@
5961
5961
  checkedColor: String
5962
5962
  };
5963
5963
  const CHECKBOX_GROUP_KEY = Symbol(name$10);
5964
- var stdin_default$1r = vue.defineComponent({
5964
+ var stdin_default$1s = vue.defineComponent({
5965
5965
  name: name$10,
5966
5966
  props: checkboxGroupProps,
5967
5967
  emits: ["change", "update:modelValue"],
@@ -6023,7 +6023,7 @@
6023
6023
  labelPosition: String,
6024
6024
  labelDisabled: Boolean
6025
6025
  };
6026
- var stdin_default$1q = vue.defineComponent({
6026
+ var stdin_default$1r = vue.defineComponent({
6027
6027
  props: extend$1({}, checkerProps, {
6028
6028
  bem: makeRequiredProp(Function),
6029
6029
  role: String,
@@ -6132,7 +6132,7 @@
6132
6132
  default: null
6133
6133
  }
6134
6134
  });
6135
- var stdin_default$1p = vue.defineComponent({
6135
+ var stdin_default$1q = vue.defineComponent({
6136
6136
  name: name$$,
6137
6137
  props: checkboxProps,
6138
6138
  emits: ["change", "update:modelValue"],
@@ -6197,7 +6197,7 @@
6197
6197
  checked
6198
6198
  });
6199
6199
  useCustomFieldValue(() => props.modelValue);
6200
- return () => vue.createVNode(stdin_default$1q, vue.mergeProps({
6200
+ return () => vue.createVNode(stdin_default$1r, vue.mergeProps({
6201
6201
  "bem": bem$_,
6202
6202
  "role": "checkbox",
6203
6203
  "parent": parent,
@@ -6206,8 +6206,9 @@
6206
6206
  }, props), pick(slots, ["default", "icon"]));
6207
6207
  }
6208
6208
  });
6209
- const Checkbox = withInstall(stdin_default$1p);
6210
- const CheckboxGroup = withInstall(stdin_default$1r);
6209
+ const Checkbox = withInstall(stdin_default$1q);
6210
+ var stdin_default$1p = Checkbox;
6211
+ const CheckboxGroup = withInstall(stdin_default$1s);
6211
6212
  const [name$_, bem$Z] = createNamespace("row");
6212
6213
  const ROW_KEY = Symbol(name$_);
6213
6214
  const rowProps = {
@@ -6526,7 +6527,7 @@
6526
6527
  "class": bem$W("text", {
6527
6528
  custom: titleBackground
6528
6529
  })
6529
- }, [props.title]), vue.createVNode(stdin_default$1Y, {
6530
+ }, [props.title]), vue.createVNode(stdin_default$1Z, {
6530
6531
  "name": "keyboard-arrow-down",
6531
6532
  "style": color ? `color:${color};` : "",
6532
6533
  "class": bem$W("icon", {
@@ -6557,7 +6558,7 @@
6557
6558
  }
6558
6559
  });
6559
6560
  const CollapseItem = withInstall(stdin_default$1l);
6560
- const ConfigProvider = withInstall(stdin_default$1Z);
6561
+ const ConfigProvider = withInstall(stdin_default$1_);
6561
6562
  const [name$W, bem$V, t$5] = createNamespace("picker");
6562
6563
  const getFirstEnabledOption$1 = (options) => options.find((option) => !option.disabled) || options[0];
6563
6564
  function getColumnsType$1(columns, fields) {
@@ -7213,7 +7214,7 @@
7213
7214
  return () => {
7214
7215
  if (isButtonPicker.value) {
7215
7216
  if (props.popup) {
7216
- return vue.createVNode(stdin_default$1U, {
7217
+ return vue.createVNode(stdin_default$1V, {
7217
7218
  "show": showPicker.value,
7218
7219
  "onUpdate:show": [($event) => showPicker.value = $event, updateShow],
7219
7220
  "round": true,
@@ -7225,7 +7226,7 @@
7225
7226
  return renderTiledPicker();
7226
7227
  } else {
7227
7228
  if (props.popup) {
7228
- return vue.createVNode(stdin_default$1U, {
7229
+ return vue.createVNode(stdin_default$1V, {
7229
7230
  "show": showPicker.value,
7230
7231
  "onUpdate:show": [($event) => showPicker.value = $event, updateShow],
7231
7232
  "round": true,
@@ -8176,7 +8177,7 @@
8176
8177
  };
8177
8178
  const renderToolbar = () => {
8178
8179
  if (props.showToolbar) {
8179
- return [vue.createVNode(stdin_default$1v, {
8180
+ return [vue.createVNode(stdin_default$1w, {
8180
8181
  "style": "margin: 0"
8181
8182
  }, null), vue.createVNode(stdin_default$1j, vue.mergeProps(pick(props, pickerToolbarPropKeys$1), {
8182
8183
  "onConfirm": onConfirm,
@@ -8184,7 +8185,7 @@
8184
8185
  }), pick(slots, pickerToolbarSlots$1))];
8185
8186
  }
8186
8187
  };
8187
- return () => vue.createVNode(stdin_default$1V, vue.mergeProps(pick(props, popupInheritKeys$1), {
8188
+ return () => vue.createVNode(stdin_default$1W, vue.mergeProps(pick(props, popupInheritKeys$1), {
8188
8189
  "round": true,
8189
8190
  "position": "bottom",
8190
8191
  "onOpen": onOpen,
@@ -9195,7 +9196,7 @@
9195
9196
  }, null);
9196
9197
  const LeftIcon = () => {
9197
9198
  if (props.image) {
9198
- return vue.createVNode(stdin_default$1L, {
9199
+ return vue.createVNode(stdin_default$1M, {
9199
9200
  "class": bem$L("image"),
9200
9201
  "src": props.image
9201
9202
  }, null);
@@ -9480,7 +9481,7 @@
9480
9481
  "onClick": () => item.expand = !item.expand
9481
9482
  }, [vue.createVNode("span", {
9482
9483
  "class": [bem$K("label--placeholder")]
9483
- }, [children2.length > 0 && vue.createVNode(stdin_default$1X, {
9484
+ }, [children2.length > 0 && vue.createVNode(stdin_default$1Y, {
9484
9485
  "name": "play-small",
9485
9486
  "class": [bem$K("label--icon", {
9486
9487
  active: item.expand
@@ -9512,7 +9513,7 @@
9512
9513
  "class": [bem$K("item--header")]
9513
9514
  }, [vue.createVNode("span", {
9514
9515
  "class": [bem$K("item--placeholder")]
9515
- }, [!empty && vue.createVNode(stdin_default$1X, {
9516
+ }, [!empty && vue.createVNode(stdin_default$1Y, {
9516
9517
  "name": "play-small",
9517
9518
  "class": [bem$K("item--icon", {
9518
9519
  active: item.checked
@@ -9564,7 +9565,7 @@
9564
9565
  "style": {
9565
9566
  top: `${offset2.value}px`
9566
9567
  }
9567
- }, [vue.createVNode(stdin_default$1U, {
9568
+ }, [vue.createVNode(stdin_default$1V, {
9568
9569
  "class": [bem$K("popup")],
9569
9570
  "position": "top",
9570
9571
  "show": show.value,
@@ -9600,7 +9601,7 @@
9600
9601
  }))]), vue.createVNode("div", {
9601
9602
  "class": [bem$K("history--clear")],
9602
9603
  "onClick": onClearHistory
9603
- }, [vue.createVNode(stdin_default$1X, {
9604
+ }, [vue.createVNode(stdin_default$1Y, {
9604
9605
  "name": "delete",
9605
9606
  "size": "20"
9606
9607
  }, null), vue.createTextVNode("清空搜索历史")])]), historyList.value.length === 0 && vue.createVNode("div", {
@@ -9738,7 +9739,7 @@
9738
9739
  "style": "padding-right: 18px"
9739
9740
  }, [slots.title || (itemTitle ? itemTitle : vue.createVNode("div", {
9740
9741
  "class": [bem$J("placeholder")]
9741
- }, [item.placeholder])), slots.icon || vue.createVNode(stdin_default$1X, {
9742
+ }, [item.placeholder])), slots.icon || vue.createVNode(stdin_default$1Y, {
9742
9743
  "class": bem$J("icon"),
9743
9744
  "name": "spinner-expand"
9744
9745
  }, null)])])]);
@@ -11448,7 +11449,7 @@
11448
11449
  "onTouchcancel": onTouchEnd,
11449
11450
  "onClick": onClick,
11450
11451
  "style": rootStyle.value
11451
- }, attrs), [slots.default ? slots.default() : vue.createVNode(stdin_default$1X, {
11452
+ }, attrs), [slots.default ? slots.default() : vue.createVNode(stdin_default$1Y, {
11452
11453
  "name": props.icon,
11453
11454
  "class": bem$G("icon")
11454
11455
  }, null)]), [[vue.vShow, show.value]]);
@@ -11829,7 +11830,7 @@
11829
11830
  }
11830
11831
  }, [props.breadcrumbTitle]), props.data.map((item, index2) => vue.createVNode("div", {
11831
11832
  "class": bem$C("item")
11832
- }, [vue.createVNode(stdin_default$1X, {
11833
+ }, [vue.createVNode(stdin_default$1Y, {
11833
11834
  "class": bem$C("icon"),
11834
11835
  "name": "arrow-right",
11835
11836
  "color": "#C6CED9"
@@ -12106,7 +12107,7 @@
12106
12107
  round: true,
12107
12108
  checked: getChecked(item)
12108
12109
  })
12109
- }, [vue.createVNode(stdin_default$1X, {
12110
+ }, [vue.createVNode(stdin_default$1Y, {
12110
12111
  "name": "checkbox-select"
12111
12112
  }, null)]);
12112
12113
  }
@@ -12116,14 +12117,14 @@
12116
12117
  checked: true,
12117
12118
  round: true
12118
12119
  })
12119
- }, [vue.createVNode(stdin_default$1X, {
12120
+ }, [vue.createVNode(stdin_default$1Y, {
12120
12121
  "name": "checkbox-select"
12121
12122
  }, null)]) : vue.createVNode("span", {
12122
12123
  "class": bem$B("icon", {
12123
12124
  round: true,
12124
12125
  indeterminate
12125
12126
  })
12126
- }, [vue.createVNode(stdin_default$1X, {
12127
+ }, [vue.createVNode(stdin_default$1Y, {
12127
12128
  "name": indeterminate ? "minus" : "check-blank-r",
12128
12129
  "class": bem$B("uncheck-icon")
12129
12130
  }, null)]);
@@ -13461,7 +13462,7 @@
13461
13462
  }
13462
13463
  }
13463
13464
  };
13464
- return () => vue.createVNode(stdin_default$1U, {
13465
+ return () => vue.createVNode(stdin_default$1V, {
13465
13466
  "class": bem$v(),
13466
13467
  "show": props.show,
13467
13468
  "position": "bottom",
@@ -18373,10 +18374,10 @@
18373
18374
  message
18374
18375
  } = media;
18375
18376
  if (status === "processing" || status === "uploading" || status === "failed") {
18376
- const MaskIcon = status === "failed" ? vue.createVNode(stdin_default$1X, {
18377
+ const MaskIcon = status === "failed" ? vue.createVNode(stdin_default$1Y, {
18377
18378
  "name": "close",
18378
18379
  "class": bem$u("mask-icon")
18379
- }, null) : vue.createVNode(stdin_default$1S, {
18380
+ }, null) : vue.createVNode(stdin_default$1T, {
18380
18381
  "class": bem$u("loading")
18381
18382
  }, null);
18382
18383
  const showMessage = isDef(message) && message !== "";
@@ -18413,7 +18414,7 @@
18413
18414
  }, null);
18414
18415
  } else if (media.type === "photo") {
18415
18416
  const thumbnailUrl = media.showSrc || media.url;
18416
- return vue.createVNode(stdin_default$1L, {
18417
+ return vue.createVNode(stdin_default$1M, {
18417
18418
  "src": thumbnailUrl,
18418
18419
  "fit": "cover",
18419
18420
  "radius": "4"
@@ -18554,7 +18555,7 @@
18554
18555
  "onUpdate:show": ($event) => mediaPlayerVisible.value = $event,
18555
18556
  "mediaType": mediaTypeToPlay.value,
18556
18557
  "mediaUrl": mediaUrlToPlay.value
18557
- }, props.mediaPlayerProps), null), vue.createVNode(stdin_default$1Q, {
18558
+ }, props.mediaPlayerProps), null), vue.createVNode(stdin_default$1R, {
18558
18559
  "show": actionVisible.value,
18559
18560
  "onUpdate:show": ($event) => actionVisible.value = $event,
18560
18561
  "actions": actionOptions.value,
@@ -18708,6 +18709,7 @@
18708
18709
  itemHeight: makeNumericProp(0),
18709
18710
  cancelButtonText: String,
18710
18711
  confirmButtonText: String,
18712
+ otherButtonText: String,
18711
18713
  showPicker: Boolean,
18712
18714
  allowHtml: truthProp,
18713
18715
  closeOnPopstate: truthProp,
@@ -18720,7 +18722,8 @@
18720
18722
  columnCounts: makeNumberProp(3),
18721
18723
  selectedIndex: makeArrayProp([]),
18722
18724
  selectedValue: makeArrayProp([]),
18723
- popup: truthProp
18725
+ popup: truthProp,
18726
+ showSelectAll: Boolean
18724
18727
  };
18725
18728
  var stdin_default$A = vue.defineComponent({
18726
18729
  name: name$t,
@@ -18735,6 +18738,12 @@
18735
18738
  const currentSelectedValue = vue.computed(() => props.selectedValue);
18736
18739
  const confirmIndexes = vue.ref(props.selectedIndex);
18737
18740
  const confirmValues = vue.ref(props.selectedValue);
18741
+ const isIndeterminate = vue.computed(() => {
18742
+ return confirmIndexes.value.length > 0 && confirmIndexes.value.length < currentOptions2.value.length;
18743
+ });
18744
+ const isAllSelected = vue.computed(() => {
18745
+ return confirmIndexes.value.length > 0 && confirmIndexes.value.length === currentOptions2.value.length;
18746
+ });
18738
18747
  const resetOptions = (props2) => {
18739
18748
  currentOptions2.value = props2.options;
18740
18749
  confirmIndexes.value = props2.selectedIndex;
@@ -18833,39 +18842,88 @@
18833
18842
  }, [props.title ? props.title : "请选择"]);
18834
18843
  }
18835
18844
  };
18845
+ const genOther = () => {
18846
+ const text = props.otherButtonText || "其他";
18847
+ return vue.createVNode(stdin_default$1J, {
18848
+ "class": bem$s("select-other"),
18849
+ "size": "medium",
18850
+ "style": {
18851
+ marginLeft: "12px",
18852
+ marginRight: "8px"
18853
+ },
18854
+ "onClick": onSelectOther
18855
+ }, {
18856
+ default: () => [slots.selectOther ? slots.selectOther() : text]
18857
+ });
18858
+ };
18836
18859
  const genCancel = () => {
18837
18860
  const text = props.cancelButtonText || "取消";
18838
- return vue.createVNode(stdin_default$1I, {
18839
- "size": "normal",
18840
- "block": true,
18861
+ return vue.createVNode(stdin_default$1J, vue.mergeProps({
18862
+ "class": [props.showSelectAll ? bem$s("in-select-all") : ""],
18863
+ "size": props.showSelectAll ? "medium" : "normal"
18864
+ }, props.showSelectAll !== true ? {
18865
+ block: true
18866
+ } : {}, {
18841
18867
  "style": {
18842
18868
  marginRigth: "4px"
18843
18869
  },
18844
18870
  "onClick": onCancel
18845
- }, {
18871
+ }), {
18846
18872
  default: () => [slots.cancel ? slots.cancel() : text]
18847
18873
  });
18848
18874
  };
18849
18875
  const genConfirm = () => {
18850
18876
  const text = props.confirmButtonText || "确定";
18851
- return vue.createVNode(stdin_default$1I, {
18877
+ return vue.createVNode(stdin_default$1J, vue.mergeProps({
18852
18878
  "type": "primary",
18853
- "size": "normal",
18854
- "block": true,
18879
+ "class": [props.showSelectAll ? bem$s("in-select-all") : ""],
18880
+ "size": props.showSelectAll ? "medium" : "normal"
18881
+ }, props.showSelectAll !== true ? {
18882
+ block: true
18883
+ } : {}, {
18855
18884
  "style": {
18856
18885
  marginLeft: "8px"
18857
18886
  },
18858
18887
  "onClick": confirm
18859
- }, {
18888
+ }), {
18860
18889
  default: () => [slots.confirm ? slots.confirm() : text]
18861
18890
  });
18862
18891
  };
18863
18892
  const genToolbar = () => {
18864
18893
  if (props.showToolbar) {
18894
+ const content = props.showSelectAll ? [genSelectAll(), genOther(), genCancel(), genConfirm()] : [genCancel(), genConfirm()];
18865
18895
  return vue.createVNode("div", {
18866
18896
  "class": bem$s("toolbar")
18867
- }, [slots.toolbar ? slots.toolbar() : [genCancel(), genConfirm()]]);
18868
- }
18897
+ }, [slots.toolbar ? slots.toolbar() : content]);
18898
+ }
18899
+ };
18900
+ const genSelectAll = () => vue.createVNode("div", {
18901
+ "class": bem$s("toolbar-select-all")
18902
+ }, [vue.createVNode(stdin_default$1p, {
18903
+ "class": bem$s("toolbar-checkbox"),
18904
+ "shape": "square",
18905
+ "modelValue": isAllSelected.value,
18906
+ "onUpdate:modelValue": ($event) => isAllSelected.value = $event,
18907
+ "indeterminate": isIndeterminate.value,
18908
+ "onClick": handleSelectAll
18909
+ }, {
18910
+ default: () => [vue.createTextVNode("全选")]
18911
+ }), vue.createVNode("div", {
18912
+ "class": bem$s("toolbar-divider")
18913
+ }, null), vue.createVNode("span", {
18914
+ "class": bem$s("toolbar-checkbox-text")
18915
+ }, [vue.createTextVNode("已选 "), confirmIndexes.value.length])]);
18916
+ const handleSelectAll = () => {
18917
+ confirmIndexes.value = !isAllSelected.value ? currentOptions2.value.map((_, index2) => index2) : [];
18918
+ };
18919
+ const onSelectOther = () => {
18920
+ const temp = Array();
18921
+ currentOptions2.value.forEach((_, index2) => {
18922
+ if (!confirmIndexes.value.includes(index2)) {
18923
+ temp.push(index2);
18924
+ }
18925
+ });
18926
+ confirmIndexes.value = temp;
18869
18927
  };
18870
18928
  const genOptionItems = vue.computed(() => {
18871
18929
  let formatOptions = [];
@@ -18897,7 +18955,7 @@
18897
18955
  }, [genOptionItems.value]);
18898
18956
  const renderMultiplePicker = () => vue.createVNode("div", {
18899
18957
  "class": bem$s()
18900
- }, [genTitle(), props.loading ? vue.createVNode(stdin_default$1S, {
18958
+ }, [genTitle(), props.loading ? vue.createVNode(stdin_default$1T, {
18901
18959
  "class": bem$s("loading")
18902
18960
  }, null) : "", genOptions2(), props.toolbarPosition === "bottom" ? genToolbar() : ""]);
18903
18961
  useExpose({
@@ -18905,7 +18963,7 @@
18905
18963
  });
18906
18964
  return () => {
18907
18965
  if (props.popup) {
18908
- return vue.createVNode(stdin_default$1U, {
18966
+ return vue.createVNode(stdin_default$1V, {
18909
18967
  "show": currentShow.value,
18910
18968
  "onUpdate:show": [($event) => currentShow.value = $event, updateShow],
18911
18969
  "round": true,
@@ -19076,7 +19134,7 @@
19076
19134
  return slots["left-icon"]();
19077
19135
  }
19078
19136
  if (props.leftIcon) {
19079
- return vue.createVNode(stdin_default$1X, {
19137
+ return vue.createVNode(stdin_default$1Y, {
19080
19138
  "class": bem$q("left-icon"),
19081
19139
  "name": props.leftIcon
19082
19140
  }, null);
@@ -19102,7 +19160,7 @@
19102
19160
  }
19103
19161
  const name2 = getRightIconName();
19104
19162
  if (name2) {
19105
- return vue.createVNode(stdin_default$1X, {
19163
+ return vue.createVNode(stdin_default$1Y, {
19106
19164
  "name": name2,
19107
19165
  "class": bem$q("right-icon"),
19108
19166
  "onClick": onClickRightIcon
@@ -19290,11 +19348,11 @@
19290
19348
  };
19291
19349
  const Notify = withInstall(stdin_default$x);
19292
19350
  const [name$p, bem$o] = createNamespace("key");
19293
- const CollapseIcon = vue.createVNode(stdin_default$1X, {
19351
+ const CollapseIcon = vue.createVNode(stdin_default$1Y, {
19294
19352
  "name": "keyboard-shrink",
19295
19353
  "size": "40"
19296
19354
  }, null);
19297
- const DeleteIcon = vue.createVNode(stdin_default$1X, {
19355
+ const DeleteIcon = vue.createVNode(stdin_default$1Y, {
19298
19356
  "name": "backspace",
19299
19357
  "size": "40"
19300
19358
  }, null);
@@ -22498,7 +22556,7 @@
22498
22556
  emit("update:modelValue", props.name);
22499
22557
  }
22500
22558
  };
22501
- return () => vue.createVNode(stdin_default$1q, vue.mergeProps({
22559
+ return () => vue.createVNode(stdin_default$1r, vue.mergeProps({
22502
22560
  "bem": bem$i,
22503
22561
  "role": "radio",
22504
22562
  "parent": parent,
@@ -23157,7 +23215,7 @@
23157
23215
  };
23158
23216
  return () => {
23159
23217
  if (props.popup) {
23160
- return vue.createVNode(stdin_default$1U, {
23218
+ return vue.createVNode(stdin_default$1V, {
23161
23219
  "show": showPicker.value,
23162
23220
  "onUpdate:show": [($event) => showPicker.value = $event, updateShow],
23163
23221
  "round": true,
@@ -23645,20 +23703,20 @@
23645
23703
  "height": canvasHeight.value
23646
23704
  }, null), [[vue.vShow, isCanvasSupported.value]])]), vue.createVNode("div", {
23647
23705
  "class": bem$e("actions")
23648
- }, [vue.createVNode(stdin_default$1I, {
23706
+ }, [vue.createVNode(stdin_default$1J, {
23649
23707
  "plain": true,
23650
23708
  "type": "warning",
23651
23709
  "onClick": () => clear(),
23652
23710
  "class": bem$e("button-again")
23653
23711
  }, {
23654
23712
  default: () => [vue.createTextVNode("重签")]
23655
- }), vue.createVNode(stdin_default$1I, {
23713
+ }), vue.createVNode(stdin_default$1J, {
23656
23714
  "type": "default",
23657
23715
  "onClick": cancel,
23658
23716
  "class": bem$e("button-cancel")
23659
23717
  }, {
23660
23718
  default: () => [vue.createTextVNode("取消")]
23661
- }), vue.createVNode(stdin_default$1I, {
23719
+ }), vue.createVNode(stdin_default$1J, {
23662
23720
  "block": true,
23663
23721
  "type": "primary",
23664
23722
  "disabled": isCompleteButtonDisabled.value,
@@ -23973,7 +24031,7 @@
23973
24031
  }, [props.title ? props.title : "语音输入"]), vue.createVNode("div", {
23974
24032
  "class": bem$c("close"),
23975
24033
  "onClick": onClose
23976
- }, [vue.createVNode(stdin_default$1X, {
24034
+ }, [vue.createVNode(stdin_default$1Y, {
23977
24035
  "name": "clear",
23978
24036
  "size": "24"
23979
24037
  }, null)])]);
@@ -24035,7 +24093,7 @@
24035
24093
  "onTouchstart": onTouchstart,
24036
24094
  "onTouchend": onTouchend,
24037
24095
  "onTouchcancel": onTouchend
24038
- }, [vue.createVNode(stdin_default$1X, {
24096
+ }, [vue.createVNode(stdin_default$1Y, {
24039
24097
  "name": "microphone",
24040
24098
  "size": "32"
24041
24099
  }, null)]), props.value && vue.createVNode("div", {
@@ -24046,7 +24104,7 @@
24046
24104
  const renderspeechRecognizer = () => vue.createVNode("div", {
24047
24105
  "class": bem$c()
24048
24106
  }, [genTitle(), vue.createTextVNode(" "), genBody()]);
24049
- return () => vue.createVNode(stdin_default$1U, {
24107
+ return () => vue.createVNode(stdin_default$1V, {
24050
24108
  "show": currentShow.value,
24051
24109
  "onUpdate:show": [($event) => currentShow.value = $event, updateShow],
24052
24110
  "round": true,
@@ -24440,7 +24498,7 @@
24440
24498
  }
24441
24499
  ],
24442
24500
  "aria-disabled": minusDisabled.value || void 0
24443
- }, createListeners("minus")), [vue.createVNode(stdin_default$1X, {
24501
+ }, createListeners("minus")), [vue.createVNode(stdin_default$1Y, {
24444
24502
  "name": "minus",
24445
24503
  "size": (props == null ? void 0 : props.buttonSize) ? props.buttonSize : "32"
24446
24504
  }, null)]), [[vue.vShow, props.showMinus]]), vue.withDirectives(vue.createVNode("input", {
@@ -24473,7 +24531,7 @@
24473
24531
  // { [HAPTICS_FEEDBACK]: !plusDisabled.value },
24474
24532
  ],
24475
24533
  "aria-disabled": plusDisabled.value || void 0
24476
- }, createListeners("plus")), [vue.createVNode(stdin_default$1X, {
24534
+ }, createListeners("plus")), [vue.createVNode(stdin_default$1Y, {
24477
24535
  "name": "plus",
24478
24536
  "size": (props == null ? void 0 : props.buttonSize) ? props.buttonSize : "32"
24479
24537
  }, null)]), [[vue.vShow, props.showPlus]])]);
@@ -26319,7 +26377,7 @@
26319
26377
  }, null), !state.state.playing ? vue.createVNode("div", {
26320
26378
  "class": bem("play-btn"),
26321
26379
  "onClick": play
26322
- }, [vue.createVNode(stdin_default$1X, {
26380
+ }, [vue.createVNode(stdin_default$1Y, {
26323
26381
  "name": "play-r"
26324
26382
  }, null)]) : null, vue.createVNode("div", {
26325
26383
  "class": [bem("controller", {
@@ -26360,14 +26418,14 @@
26360
26418
  }, [state.videoSet.totalTime]), vue.createVNode("div", {
26361
26419
  "class": bem("controller-volume"),
26362
26420
  "onClick": handleMuted
26363
- }, [state.state.isMuted ? vue.createVNode(stdin_default$1X, {
26421
+ }, [state.state.isMuted ? vue.createVNode(stdin_default$1Y, {
26364
26422
  "name": "volume-off"
26365
- }, null) : vue.createVNode(stdin_default$1X, {
26423
+ }, null) : vue.createVNode(stdin_default$1Y, {
26366
26424
  "name": "volume-on"
26367
26425
  }, null)]), vue.createVNode("div", {
26368
26426
  "class": bem("controller-full"),
26369
26427
  "onClick": fullScreen
26370
- }, [vue.createVNode(stdin_default$1X, {
26428
+ }, [vue.createVNode(stdin_default$1Y, {
26371
26429
  "name": "expand"
26372
26430
  }, null)])])]);
26373
26431
  }
@@ -27271,7 +27329,7 @@
27271
27329
  });
27272
27330
  }
27273
27331
  };
27274
- const version = "3.1.62";
27332
+ const version = "3.1.63";
27275
27333
  function install(app) {
27276
27334
  const components = [
27277
27335
  ActionSheet,