@deot/vc-components 1.0.49 → 1.0.51

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.
@@ -72,9 +72,9 @@ var VcComponents = (function (exports, vue) {
72
72
 
73
73
  /** @jsxImportSource vue */
74
74
 
75
- const COMPONENT_NAME$28 = 'vc-action-sheet';
75
+ const COMPONENT_NAME$29 = 'vc-action-sheet';
76
76
  const ActionSheet = /* @__PURE__ */ vue.defineComponent({
77
- name: COMPONENT_NAME$28,
77
+ name: COMPONENT_NAME$29,
78
78
  props: props$1t,
79
79
  setup(props, {
80
80
  slots
@@ -367,9 +367,9 @@ var VcComponents = (function (exports, vue) {
367
367
 
368
368
  /** @jsxImportSource vue */
369
369
 
370
- const COMPONENT_NAME$27 = 'vc-affix';
370
+ const COMPONENT_NAME$28 = 'vc-affix';
371
371
  const Affix = /* @__PURE__ */ vue.defineComponent({
372
- name: COMPONENT_NAME$27,
372
+ name: COMPONENT_NAME$28,
373
373
  emits: ['update:modelValue'],
374
374
  props: props$1s,
375
375
  setup(props, {
@@ -709,9 +709,9 @@ var VcComponents = (function (exports, vue) {
709
709
 
710
710
  /** @jsxImportSource vue */
711
711
 
712
- const COMPONENT_NAME$26 = 'vc-icon';
712
+ const COMPONENT_NAME$27 = 'vc-icon';
713
713
  const Icon = /* @__PURE__ */ vue.defineComponent({
714
- name: COMPONENT_NAME$26,
714
+ name: COMPONENT_NAME$27,
715
715
  props: props$1q,
716
716
  setup(props) {
717
717
  const viewBox = vue.ref('0 0 1024 1024');
@@ -910,9 +910,9 @@ var VcComponents = (function (exports, vue) {
910
910
  };
911
911
  };
912
912
 
913
- const COMPONENT_NAME$25 = "vc-transition";
913
+ const COMPONENT_NAME$26 = "vc-transition";
914
914
  const Transition = vue.defineComponent({
915
- name: COMPONENT_NAME$25,
915
+ name: COMPONENT_NAME$26,
916
916
  props: props$1p,
917
917
  // 当不声明emits的情况下,事件存在于attrs中
918
918
  inheritAttrs: false,
@@ -933,9 +933,9 @@ var VcComponents = (function (exports, vue) {
933
933
  }
934
934
  });
935
935
 
936
- const COMPONENT_NAME$24 = "vc-transition-collapse";
936
+ const COMPONENT_NAME$25 = "vc-transition-collapse";
937
937
  const TransitionCollapse = vue.defineComponent({
938
- name: COMPONENT_NAME$24,
938
+ name: COMPONENT_NAME$25,
939
939
  props: props$1p,
940
940
  // 当不声明emits的情况下,事件存在于attrs中
941
941
  inheritAttrs: false,
@@ -1054,9 +1054,9 @@ var VcComponents = (function (exports, vue) {
1054
1054
  }
1055
1055
  });
1056
1056
 
1057
- const COMPONENT_NAME$23 = "vc-transition-fade";
1057
+ const COMPONENT_NAME$24 = "vc-transition-fade";
1058
1058
  const TransitionFade = vue.defineComponent({
1059
- name: COMPONENT_NAME$23,
1059
+ name: COMPONENT_NAME$24,
1060
1060
  props: {
1061
1061
  ...props$1p,
1062
1062
  // inheritAttrs必须是false
@@ -1091,9 +1091,9 @@ var VcComponents = (function (exports, vue) {
1091
1091
  }
1092
1092
  });
1093
1093
 
1094
- const COMPONENT_NAME$22 = "vc-transition-scale";
1094
+ const COMPONENT_NAME$23 = "vc-transition-scale";
1095
1095
  const TransitionScale = vue.defineComponent({
1096
- name: COMPONENT_NAME$22,
1096
+ name: COMPONENT_NAME$23,
1097
1097
  props: {
1098
1098
  ...props$1p,
1099
1099
  mode: {
@@ -1133,9 +1133,9 @@ var VcComponents = (function (exports, vue) {
1133
1133
  }
1134
1134
  });
1135
1135
 
1136
- const COMPONENT_NAME$21 = "vc-transition-slide";
1136
+ const COMPONENT_NAME$22 = "vc-transition-slide";
1137
1137
  const TransitionSlide = vue.defineComponent({
1138
- name: COMPONENT_NAME$21,
1138
+ name: COMPONENT_NAME$22,
1139
1139
  props: {
1140
1140
  ...props$1p,
1141
1141
  mode: {
@@ -1175,9 +1175,9 @@ var VcComponents = (function (exports, vue) {
1175
1175
  }
1176
1176
  });
1177
1177
 
1178
- const COMPONENT_NAME$20 = "vc-transition-zoom";
1178
+ const COMPONENT_NAME$21 = "vc-transition-zoom";
1179
1179
  const TransitionZoom = vue.defineComponent({
1180
- name: COMPONENT_NAME$20,
1180
+ name: COMPONENT_NAME$21,
1181
1181
  props: {
1182
1182
  ...props$1p,
1183
1183
  mode: {
@@ -1219,7 +1219,7 @@ var VcComponents = (function (exports, vue) {
1219
1219
 
1220
1220
  /** @jsxImportSource vue */
1221
1221
 
1222
- const COMPONENT_NAME$1$ = 'vc-alert';
1222
+ const COMPONENT_NAME$20 = 'vc-alert';
1223
1223
 
1224
1224
  // [color, borderColor, backgroundColor], -> CSS
1225
1225
  const THEME_MAP = {
@@ -1229,7 +1229,7 @@ var VcComponents = (function (exports, vue) {
1229
1229
  warning: ['#ffbf00', '#ffe58f', '#fffbe6']
1230
1230
  };
1231
1231
  const Alert = /* @__PURE__ */ vue.defineComponent({
1232
- name: COMPONENT_NAME$1$,
1232
+ name: COMPONENT_NAME$20,
1233
1233
  props: props$1r,
1234
1234
  setup(props, {
1235
1235
  slots,
@@ -1461,9 +1461,9 @@ var VcComponents = (function (exports, vue) {
1461
1461
  /** @jsxImportSource vue */
1462
1462
 
1463
1463
  const isTouch = typeof document !== 'undefined' && 'ontouchend' in document;
1464
- const COMPONENT_NAME$1_ = 'vc-artboard';
1464
+ const COMPONENT_NAME$1$ = 'vc-artboard';
1465
1465
  const Artboard = /* @__PURE__ */ vue.defineComponent({
1466
- name: COMPONENT_NAME$1_,
1466
+ name: COMPONENT_NAME$1$,
1467
1467
  props: props$1o,
1468
1468
  setup(props, {
1469
1469
  emit,
@@ -1691,9 +1691,9 @@ var VcComponents = (function (exports, vue) {
1691
1691
 
1692
1692
  /** @jsxImportSource vue */
1693
1693
 
1694
- const COMPONENT_NAME$1Z = 'vc-spin';
1694
+ const COMPONENT_NAME$1_ = 'vc-spin';
1695
1695
  const Spin = /* @__PURE__ */ vue.defineComponent({
1696
- name: COMPONENT_NAME$1Z,
1696
+ name: COMPONENT_NAME$1_,
1697
1697
  props: props$1n,
1698
1698
  setup(props, {
1699
1699
  slots
@@ -6782,9 +6782,9 @@ var VcComponents = (function (exports, vue) {
6782
6782
  exclude: RegExp
6783
6783
  };
6784
6784
 
6785
- const COMPONENT_NAME$1Y = "vc-debounce";
6785
+ const COMPONENT_NAME$1Z = "vc-debounce";
6786
6786
  const Debounce = vue.defineComponent({
6787
- name: COMPONENT_NAME$1Y,
6787
+ name: COMPONENT_NAME$1Z,
6788
6788
  props: props$1m,
6789
6789
  /**
6790
6790
  * 不声明emits使得事件被透传放入attrs中, 这样可以让所有的事件透传
@@ -6858,9 +6858,9 @@ var VcComponents = (function (exports, vue) {
6858
6858
 
6859
6859
  /** @jsxImportSource vue */
6860
6860
 
6861
- const COMPONENT_NAME$1X = 'vc-button';
6861
+ const COMPONENT_NAME$1Y = 'vc-button';
6862
6862
  const Button = /* @__PURE__ */ vue.defineComponent({
6863
- name: COMPONENT_NAME$1X,
6863
+ name: COMPONENT_NAME$1Y,
6864
6864
  emits: ['click'],
6865
6865
  props: props$1l,
6866
6866
  setup(props, {
@@ -6944,9 +6944,9 @@ var VcComponents = (function (exports, vue) {
6944
6944
 
6945
6945
  /** @jsxImportSource vue */
6946
6946
 
6947
- const COMPONENT_NAME$1W = 'vc-button-group';
6947
+ const COMPONENT_NAME$1X = 'vc-button-group';
6948
6948
  const ButtonGroup = /* @__PURE__ */ vue.defineComponent({
6949
- name: COMPONENT_NAME$1W,
6949
+ name: COMPONENT_NAME$1X,
6950
6950
  props: props$1k,
6951
6951
  setup(props, {
6952
6952
  slots
@@ -6980,9 +6980,9 @@ var VcComponents = (function (exports, vue) {
6980
6980
 
6981
6981
  /** @jsxImportSource vue */
6982
6982
 
6983
- const COMPONENT_NAME$1V = 'vc-calendar';
6983
+ const COMPONENT_NAME$1W = 'vc-calendar';
6984
6984
  const Calendar$1 = /* @__PURE__ */ vue.defineComponent({
6985
- name: COMPONENT_NAME$1V,
6985
+ name: COMPONENT_NAME$1W,
6986
6986
  props: props$1j,
6987
6987
  setup(props, {
6988
6988
  slots
@@ -7020,9 +7020,9 @@ var VcComponents = (function (exports, vue) {
7020
7020
 
7021
7021
  /** @jsxImportSource vue */
7022
7022
 
7023
- const COMPONENT_NAME$1U = 'vc-card';
7023
+ const COMPONENT_NAME$1V = 'vc-card';
7024
7024
  const Card = /* @__PURE__ */ vue.defineComponent({
7025
- name: COMPONENT_NAME$1U,
7025
+ name: COMPONENT_NAME$1V,
7026
7026
  props: props$1i,
7027
7027
  setup(props, {
7028
7028
  slots
@@ -7058,9 +7058,9 @@ var VcComponents = (function (exports, vue) {
7058
7058
 
7059
7059
  /** @jsxImportSource vue */
7060
7060
 
7061
- const COMPONENT_NAME$1T = 'vc-carousel';
7061
+ const COMPONENT_NAME$1U = 'vc-carousel';
7062
7062
  const Carousel = /* @__PURE__ */ vue.defineComponent({
7063
- name: COMPONENT_NAME$1T,
7063
+ name: COMPONENT_NAME$1U,
7064
7064
  props: props$1h,
7065
7065
  setup(props, {
7066
7066
  slots
@@ -7418,9 +7418,9 @@ var VcComponents = (function (exports, vue) {
7418
7418
 
7419
7419
  /** @jsxImportSource vue */
7420
7420
 
7421
- const COMPONENT_NAME$1S = 'vc-input';
7421
+ const COMPONENT_NAME$1T = 'vc-input';
7422
7422
  const Input$1 = /* @__PURE__ */ vue.defineComponent({
7423
- name: COMPONENT_NAME$1S,
7423
+ name: COMPONENT_NAME$1T,
7424
7424
  inheritAttrs: false,
7425
7425
  props: {
7426
7426
  ...props$1g,
@@ -7755,9 +7755,9 @@ var VcComponents = (function (exports, vue) {
7755
7755
 
7756
7756
  /** @jsxImportSource vue */
7757
7757
 
7758
- const COMPONENT_NAME$1R = 'vc-input-number';
7758
+ const COMPONENT_NAME$1S = 'vc-input-number';
7759
7759
  const InputNumber = /* @__PURE__ */ vue.defineComponent({
7760
- name: COMPONENT_NAME$1R,
7760
+ name: COMPONENT_NAME$1S,
7761
7761
  props: props$1f,
7762
7762
  inheritAttrs: false,
7763
7763
  setup(props, {
@@ -7821,9 +7821,9 @@ var VcComponents = (function (exports, vue) {
7821
7821
 
7822
7822
  /** @jsxImportSource vue */
7823
7823
 
7824
- const COMPONENT_NAME$1Q = 'vc-input-search';
7824
+ const COMPONENT_NAME$1R = 'vc-input-search';
7825
7825
  const InputSearch = /* @__PURE__ */ vue.defineComponent({
7826
- name: COMPONENT_NAME$1Q,
7826
+ name: COMPONENT_NAME$1R,
7827
7827
  props: props$1e,
7828
7828
  inheritAttrs: false,
7829
7829
  setup(props, {
@@ -8279,9 +8279,9 @@ var VcComponents = (function (exports, vue) {
8279
8279
  }
8280
8280
  };
8281
8281
 
8282
- const COMPONENT_NAME$1P = "vc-customer";
8282
+ const COMPONENT_NAME$1Q = "vc-customer";
8283
8283
  const Customer = vue.defineComponent({
8284
- name: COMPONENT_NAME$1P,
8284
+ name: COMPONENT_NAME$1Q,
8285
8285
  props: props$1b,
8286
8286
  setup(props, context) {
8287
8287
  return () => vue.h(() => {
@@ -8416,7 +8416,7 @@ var VcComponents = (function (exports, vue) {
8416
8416
  }
8417
8417
  }
8418
8418
 
8419
- const COMPONENT_NAME$1O = "vc-portal";
8419
+ const COMPONENT_NAME$1P = "vc-portal";
8420
8420
  class Portal {
8421
8421
  /**
8422
8422
  * 清理Portals类型组件
@@ -8468,7 +8468,7 @@ var VcComponents = (function (exports, vue) {
8468
8468
  this.wrapper = wrapper;
8469
8469
  this.globalOptions = {
8470
8470
  ...options,
8471
- name: options?.name || wrapper.name || getUid(COMPONENT_NAME$1O)
8471
+ name: options?.name || wrapper.name || getUid(COMPONENT_NAME$1P)
8472
8472
  };
8473
8473
  }
8474
8474
  popup(propsData, options) {
@@ -8567,7 +8567,7 @@ var VcComponents = (function (exports, vue) {
8567
8567
  ...rest
8568
8568
  } = options;
8569
8569
  let useAllNodes = fragment;
8570
- const name = multiple ? `${name$}__${getUid(COMPONENT_NAME$1O)}` : name$;
8570
+ const name = multiple ? `${name$}__${getUid(COMPONENT_NAME$1P)}` : name$;
8571
8571
  const container = document.createElement(tag);
8572
8572
  const root = typeof el === "object" ? el : document.querySelector(el || "body");
8573
8573
  !alive && Portal.leafs.get(name)?.destroy();
@@ -8602,7 +8602,7 @@ var VcComponents = (function (exports, vue) {
8602
8602
  } else {
8603
8603
  const wrapper = this.wrapper;
8604
8604
  const app = vue.createApp({
8605
- name: COMPONENT_NAME$1O,
8605
+ name: COMPONENT_NAME$1P,
8606
8606
  parent,
8607
8607
  setup() {
8608
8608
  if (alive) {
@@ -8716,13 +8716,13 @@ var VcComponents = (function (exports, vue) {
8716
8716
  }
8717
8717
  };
8718
8718
 
8719
- const COMPONENT_NAME$1N = 'vc-portal-view';
8719
+ const COMPONENT_NAME$1O = 'vc-portal-view';
8720
8720
 
8721
8721
  /**
8722
8722
  * 写法不同,但与vue@2.x 保持一致
8723
8723
  */
8724
8724
  const PortalView = /* @__PURE__ */ vue.defineComponent({
8725
- name: COMPONENT_NAME$1N,
8725
+ name: COMPONENT_NAME$1O,
8726
8726
  props: props$1a,
8727
8727
  setup(props, {
8728
8728
  slots
@@ -8742,9 +8742,9 @@ var VcComponents = (function (exports, vue) {
8742
8742
 
8743
8743
  /** @jsxImportSource vue */
8744
8744
 
8745
- const COMPONENT_NAME$1M = 'vc-popover-wrapper';
8745
+ const COMPONENT_NAME$1N = 'vc-popover-wrapper';
8746
8746
  const PopoverWrapper = /* @__PURE__ */ vue.defineComponent({
8747
- name: COMPONENT_NAME$1M,
8747
+ name: COMPONENT_NAME$1N,
8748
8748
  props: props$1d,
8749
8749
  emits: ['portal-fulfilled', 'close'],
8750
8750
  setup(props, {
@@ -9002,9 +9002,9 @@ var VcComponents = (function (exports, vue) {
9002
9002
 
9003
9003
  /** @jsxImportSource vue */
9004
9004
 
9005
- const COMPONENT_NAME$1L = 'vc-popover';
9005
+ const COMPONENT_NAME$1M = 'vc-popover';
9006
9006
  const Popover$1 = /* @__PURE__ */ vue.defineComponent({
9007
- name: COMPONENT_NAME$1L,
9007
+ name: COMPONENT_NAME$1M,
9008
9008
  props: props$1c,
9009
9009
  emits: ['update:modelValue', 'visible-change', 'ready', 'close'],
9010
9010
  setup(props, {
@@ -9148,9 +9148,9 @@ var VcComponents = (function (exports, vue) {
9148
9148
 
9149
9149
  /** @jsxImportSource vue */
9150
9150
 
9151
- const COMPONENT_NAME$1K = 'vc-cascader-column';
9151
+ const COMPONENT_NAME$1L = 'vc-cascader-column';
9152
9152
  const CascaderColumn = /* @__PURE__ */ vue.defineComponent({
9153
- name: COMPONENT_NAME$1K,
9153
+ name: COMPONENT_NAME$1L,
9154
9154
  emits: ['click', 'change'],
9155
9155
  props: {
9156
9156
  data: {
@@ -9358,9 +9358,9 @@ var VcComponents = (function (exports, vue) {
9358
9358
 
9359
9359
  /** @jsxImportSource vue */
9360
9360
 
9361
- const COMPONENT_NAME$1J = 'vc-cascader';
9361
+ const COMPONENT_NAME$1K = 'vc-cascader';
9362
9362
  const Cascader = /* @__PURE__ */ vue.defineComponent({
9363
- name: COMPONENT_NAME$1J,
9363
+ name: COMPONENT_NAME$1K,
9364
9364
  inheritAttrs: false,
9365
9365
  props: props$18,
9366
9366
  emits: ['update:modelValue', 'visible-change', 'ready', 'change', 'close'],
@@ -9713,9 +9713,9 @@ var VcComponents = (function (exports, vue) {
9713
9713
 
9714
9714
  /** @jsxImportSource vue */
9715
9715
 
9716
- const COMPONENT_NAME$1I = 'vc-chart';
9716
+ const COMPONENT_NAME$1J = 'vc-chart';
9717
9717
  const Chart = /* @__PURE__ */ vue.defineComponent({
9718
- name: COMPONENT_NAME$1I,
9718
+ name: COMPONENT_NAME$1J,
9719
9719
  props: props$17,
9720
9720
  emits: [...EVENTS$1, 'ready'],
9721
9721
  setup(props, {
@@ -9947,9 +9947,9 @@ var VcComponents = (function (exports, vue) {
9947
9947
 
9948
9948
  /** @jsxImportSource vue */
9949
9949
 
9950
- const COMPONENT_NAME$1H = 'vc-checkbox';
9950
+ const COMPONENT_NAME$1I = 'vc-checkbox';
9951
9951
  const Checkbox = /* @__PURE__ */ vue.defineComponent({
9952
- name: COMPONENT_NAME$1H,
9952
+ name: COMPONENT_NAME$1I,
9953
9953
  props: props$16,
9954
9954
  emits: ['update:modelValue', 'change'],
9955
9955
  setup(props, {
@@ -10036,9 +10036,9 @@ var VcComponents = (function (exports, vue) {
10036
10036
 
10037
10037
  /** @jsxImportSource vue */
10038
10038
 
10039
- const COMPONENT_NAME$1G = 'vc-checkbox-group';
10039
+ const COMPONENT_NAME$1H = 'vc-checkbox-group';
10040
10040
  const CheckboxGroup = /* @__PURE__ */ vue.defineComponent({
10041
- name: COMPONENT_NAME$1G,
10041
+ name: COMPONENT_NAME$1H,
10042
10042
  props: props$15,
10043
10043
  emits: ['update:modelValue', 'change'],
10044
10044
  setup(props, {
@@ -10056,9 +10056,9 @@ var VcComponents = (function (exports, vue) {
10056
10056
 
10057
10057
  /** @jsxImportSource vue */
10058
10058
 
10059
- const COMPONENT_NAME$1F = 'vcm-checkbox';
10059
+ const COMPONENT_NAME$1G = 'vcm-checkbox';
10060
10060
  const MCheckbox = /* @__PURE__ */ vue.defineComponent({
10061
- name: COMPONENT_NAME$1F,
10061
+ name: COMPONENT_NAME$1G,
10062
10062
  props: props$16,
10063
10063
  emits: ['update:modelValue', 'change'],
10064
10064
  setup(props, {
@@ -10098,9 +10098,9 @@ var VcComponents = (function (exports, vue) {
10098
10098
 
10099
10099
  /** @jsxImportSource vue */
10100
10100
 
10101
- const COMPONENT_NAME$1E = 'vcm-checkbox-group';
10101
+ const COMPONENT_NAME$1F = 'vcm-checkbox-group';
10102
10102
  const MCheckboxGroup = /* @__PURE__ */ vue.defineComponent({
10103
- name: COMPONENT_NAME$1E,
10103
+ name: COMPONENT_NAME$1F,
10104
10104
  props: props$15,
10105
10105
  emits: ['update:modelValue', 'change'],
10106
10106
  setup(props, {
@@ -10154,9 +10154,9 @@ var VcComponents = (function (exports, vue) {
10154
10154
 
10155
10155
  /** @jsxImportSource vue */
10156
10156
 
10157
- const COMPONENT_NAME$1D = 'vc-message';
10157
+ const COMPONENT_NAME$1E = 'vc-message';
10158
10158
  const MessageView = /* @__PURE__ */ vue.defineComponent({
10159
- name: COMPONENT_NAME$1D,
10159
+ name: COMPONENT_NAME$1E,
10160
10160
  emits: ['before-close', 'close', 'portal-fulfilled'],
10161
10161
  props: props$14,
10162
10162
  setup(props, {
@@ -10405,9 +10405,9 @@ var VcComponents = (function (exports, vue) {
10405
10405
  return () => vue.h(props.tag, { onClick: handleClick, class: "vc-clipboard" }, slots?.default?.());
10406
10406
  };
10407
10407
 
10408
- const COMPONENT_NAME$1C = "vc-clipboard";
10408
+ const COMPONENT_NAME$1D = "vc-clipboard";
10409
10409
  const Clipboard$2 = vue.defineComponent({
10410
- name: COMPONENT_NAME$1C,
10410
+ name: COMPONENT_NAME$1D,
10411
10411
  props: props$13,
10412
10412
  setup() {
10413
10413
  return useClipboard((content) => Message.success({ content }));
@@ -10447,9 +10447,9 @@ var VcComponents = (function (exports, vue) {
10447
10447
 
10448
10448
  /** @jsxImportSource vue */
10449
10449
 
10450
- const COMPONENT_NAME$1B = 'vcm-toast';
10450
+ const COMPONENT_NAME$1C = 'vcm-toast';
10451
10451
  const MToastView = /* @__PURE__ */ vue.defineComponent({
10452
- name: COMPONENT_NAME$1B,
10452
+ name: COMPONENT_NAME$1C,
10453
10453
  emits: ['close', 'portal-fulfilled'],
10454
10454
  props: props$12,
10455
10455
  setup(props, {
@@ -10551,9 +10551,9 @@ var VcComponents = (function (exports, vue) {
10551
10551
  const error$2 = create$6({ mode: "error" });
10552
10552
  const MToast = Object.assign(MToastView, { destroy: destroy$4, info: info$2, success: success$2, loading, warning: warning$2, error: error$2 });
10553
10553
 
10554
- const COMPONENT_NAME$1A = "vcm-clipboard";
10554
+ const COMPONENT_NAME$1B = "vcm-clipboard";
10555
10555
  const MClipboard$1 = vue.defineComponent({
10556
- name: COMPONENT_NAME$1A,
10556
+ name: COMPONENT_NAME$1B,
10557
10557
  props: props$13,
10558
10558
  setup() {
10559
10559
  return useClipboard((content) => MToast.info({ content }));
@@ -10585,9 +10585,9 @@ var VcComponents = (function (exports, vue) {
10585
10585
  }
10586
10586
  };
10587
10587
 
10588
- const COMPONENT_NAME$1z = "vc-collapse";
10588
+ const COMPONENT_NAME$1A = "vc-collapse";
10589
10589
  const Collapse = vue.defineComponent({
10590
- name: COMPONENT_NAME$1z,
10590
+ name: COMPONENT_NAME$1A,
10591
10591
  props: props$11,
10592
10592
  emits: ["update:moodelValue", "change"],
10593
10593
  setup(props, { slots, emit }) {
@@ -10704,9 +10704,9 @@ var VcComponents = (function (exports, vue) {
10704
10704
  function _isSlot$2(s) {
10705
10705
  return typeof s === 'function' || Object.prototype.toString.call(s) === '[object Object]' && !vue.isVNode(s);
10706
10706
  }
10707
- const COMPONENT_NAME$1y = 'vc-expand';
10707
+ const COMPONENT_NAME$1z = 'vc-expand';
10708
10708
  const Expand$1 = /* @__PURE__ */ vue.defineComponent({
10709
- name: COMPONENT_NAME$1y,
10709
+ name: COMPONENT_NAME$1z,
10710
10710
  props: props$$,
10711
10711
  setup(props, {
10712
10712
  slots
@@ -10736,9 +10736,9 @@ var VcComponents = (function (exports, vue) {
10736
10736
 
10737
10737
  /** @jsxImportSource vue */
10738
10738
 
10739
- const COMPONENT_NAME$1x = 'vc-collapse-item';
10739
+ const COMPONENT_NAME$1y = 'vc-collapse-item';
10740
10740
  const CollapseItem = /* @__PURE__ */ vue.defineComponent({
10741
- name: COMPONENT_NAME$1x,
10741
+ name: COMPONENT_NAME$1y,
10742
10742
  props: props$10,
10743
10743
  setup(props, {
10744
10744
  slots,
@@ -10813,9 +10813,9 @@ var VcComponents = (function (exports, vue) {
10813
10813
 
10814
10814
  /** @jsxImportSource vue */
10815
10815
 
10816
- const COMPONENT_NAME$1w = 'vc-color-picker';
10816
+ const COMPONENT_NAME$1x = 'vc-color-picker';
10817
10817
  const ColorPicker$1 = /* @__PURE__ */ vue.defineComponent({
10818
- name: COMPONENT_NAME$1w,
10818
+ name: COMPONENT_NAME$1x,
10819
10819
  props: props$_,
10820
10820
  setup(props, {
10821
10821
  slots
@@ -10878,9 +10878,9 @@ var VcComponents = (function (exports, vue) {
10878
10878
  function _isSlot$1(s) {
10879
10879
  return typeof s === 'function' || Object.prototype.toString.call(s) === '[object Object]' && !vue.isVNode(s);
10880
10880
  }
10881
- const COMPONENT_NAME$1v = 'vc-countdown';
10881
+ const COMPONENT_NAME$1w = 'vc-countdown';
10882
10882
  const Countdown = /* @__PURE__ */ vue.defineComponent({
10883
- name: COMPONENT_NAME$1v,
10883
+ name: COMPONENT_NAME$1w,
10884
10884
  props: props$Z,
10885
10885
  emits: ['change', 'finish', 'error'],
10886
10886
  setup(props, {
@@ -12073,9 +12073,9 @@ var VcComponents = (function (exports, vue) {
12073
12073
  }
12074
12074
  return view;
12075
12075
  };
12076
- const COMPONENT_NAME$1u = 'vc-date-confirm';
12076
+ const COMPONENT_NAME$1v = 'vc-date-confirm';
12077
12077
  const Confirm = /* @__PURE__ */ vue.defineComponent({
12078
- name: COMPONENT_NAME$1u,
12078
+ name: COMPONENT_NAME$1v,
12079
12079
  props: {
12080
12080
  showTime: {
12081
12081
  type: Boolean,
@@ -12139,9 +12139,9 @@ var VcComponents = (function (exports, vue) {
12139
12139
 
12140
12140
  /** @jsxImportSource vue */
12141
12141
 
12142
- const COMPONENT_NAME$1t = 'vc-date-header';
12142
+ const COMPONENT_NAME$1u = 'vc-date-header';
12143
12143
  const DateHeader = /* @__PURE__ */ vue.defineComponent({
12144
- name: COMPONENT_NAME$1t,
12144
+ name: COMPONENT_NAME$1u,
12145
12145
  props: {
12146
12146
  panelDate: Date,
12147
12147
  showNext: {
@@ -12225,9 +12225,9 @@ var VcComponents = (function (exports, vue) {
12225
12225
 
12226
12226
  /** @jsxImportSource vue */
12227
12227
 
12228
- const COMPONENT_NAME$1s = 'vc-date-table';
12228
+ const COMPONENT_NAME$1t = 'vc-date-table';
12229
12229
  const DateTable = /* @__PURE__ */ vue.defineComponent({
12230
- name: COMPONENT_NAME$1s,
12230
+ name: COMPONENT_NAME$1t,
12231
12231
  props: {
12232
12232
  value: Array,
12233
12233
  firstDayOfWeek: {
@@ -12436,9 +12436,9 @@ var VcComponents = (function (exports, vue) {
12436
12436
 
12437
12437
  /** @jsxImportSource vue */
12438
12438
 
12439
- const COMPONENT_NAME$1r = 'vc-month-table';
12439
+ const COMPONENT_NAME$1s = 'vc-month-table';
12440
12440
  const MonthTable = /* @__PURE__ */ vue.defineComponent({
12441
- name: COMPONENT_NAME$1r,
12441
+ name: COMPONENT_NAME$1s,
12442
12442
  props: {
12443
12443
  value: Array,
12444
12444
  panelDate: Date,
@@ -12570,7 +12570,7 @@ var VcComponents = (function (exports, vue) {
12570
12570
 
12571
12571
  /** @jsxImportSource vue */
12572
12572
 
12573
- const COMPONENT_NAME$1q = 'vc-quarter-table';
12573
+ const COMPONENT_NAME$1r = 'vc-quarter-table';
12574
12574
 
12575
12575
  /**
12576
12576
  * 获取季度对应的月份范围
@@ -12604,7 +12604,7 @@ var VcComponents = (function (exports, vue) {
12604
12604
  }
12605
12605
  };
12606
12606
  const QuarterTable = /* @__PURE__ */ vue.defineComponent({
12607
- name: COMPONENT_NAME$1q,
12607
+ name: COMPONENT_NAME$1r,
12608
12608
  props: {
12609
12609
  value: Array,
12610
12610
  panelDate: Date,
@@ -12727,9 +12727,9 @@ var VcComponents = (function (exports, vue) {
12727
12727
 
12728
12728
  /** @jsxImportSource vue */
12729
12729
 
12730
- const COMPONENT_NAME$1p = 'vc-shortcuts-select';
12730
+ const COMPONENT_NAME$1q = 'vc-shortcuts-select';
12731
12731
  const ShortcutsSelect = /* @__PURE__ */ vue.defineComponent({
12732
- name: COMPONENT_NAME$1p,
12732
+ name: COMPONENT_NAME$1q,
12733
12733
  props: {
12734
12734
  panelDate: Date,
12735
12735
  config: Array,
@@ -12769,9 +12769,9 @@ var VcComponents = (function (exports, vue) {
12769
12769
 
12770
12770
  /** @jsxImportSource vue */
12771
12771
 
12772
- const COMPONENT_NAME$1o = 'vc-time-select';
12772
+ const COMPONENT_NAME$1p = 'vc-time-select';
12773
12773
  const TimeSelect = /* @__PURE__ */ vue.defineComponent({
12774
- name: COMPONENT_NAME$1o,
12774
+ name: COMPONENT_NAME$1p,
12775
12775
  props: {
12776
12776
  hours: {
12777
12777
  type: [Number, String],
@@ -13051,9 +13051,9 @@ var VcComponents = (function (exports, vue) {
13051
13051
 
13052
13052
  /** @jsxImportSource vue */
13053
13053
 
13054
- const COMPONENT_NAME$1n = 'vc-year-table';
13054
+ const COMPONENT_NAME$1o = 'vc-year-table';
13055
13055
  const YearTable = /* @__PURE__ */ vue.defineComponent({
13056
- name: COMPONENT_NAME$1n,
13056
+ name: COMPONENT_NAME$1o,
13057
13057
  props: {
13058
13058
  value: Array,
13059
13059
  panelDate: Date,
@@ -13176,9 +13176,9 @@ var VcComponents = (function (exports, vue) {
13176
13176
  }
13177
13177
  return true;
13178
13178
  };
13179
- const COMPONENT_NAME$1m = 'vc-date-range-panel';
13179
+ const COMPONENT_NAME$1n = 'vc-date-range-panel';
13180
13180
  const DateRangePanel = /* @__PURE__ */ vue.defineComponent({
13181
- name: COMPONENT_NAME$1m,
13181
+ name: COMPONENT_NAME$1n,
13182
13182
  props: {
13183
13183
  ...props$W,
13184
13184
  confirm: {
@@ -13557,9 +13557,9 @@ var VcComponents = (function (exports, vue) {
13557
13557
 
13558
13558
  /** @jsxImportSource vue */
13559
13559
 
13560
- const COMPONENT_NAME$1l = 'vc-date-panel';
13560
+ const COMPONENT_NAME$1m = 'vc-date-panel';
13561
13561
  const DatePanel = /* @__PURE__ */ vue.defineComponent({
13562
- name: COMPONENT_NAME$1l,
13562
+ name: COMPONENT_NAME$1m,
13563
13563
  props: {
13564
13564
  ...props$W,
13565
13565
  type: String,
@@ -13767,9 +13767,9 @@ var VcComponents = (function (exports, vue) {
13767
13767
  const endYear = value[1].getFullYear();
13768
13768
  return startYear === endYear;
13769
13769
  };
13770
- const COMPONENT_NAME$1k = 'vc-monthrange-panel';
13770
+ const COMPONENT_NAME$1l = 'vc-monthrange-panel';
13771
13771
  const MonthRangePanel = /* @__PURE__ */ vue.defineComponent({
13772
- name: COMPONENT_NAME$1k,
13772
+ name: COMPONENT_NAME$1l,
13773
13773
  props: {
13774
13774
  ...props$W,
13775
13775
  confirm: {
@@ -13944,9 +13944,9 @@ var VcComponents = (function (exports, vue) {
13944
13944
  const endYear = value[1].getFullYear();
13945
13945
  return startYear === endYear;
13946
13946
  };
13947
- const COMPONENT_NAME$1j = 'vc-quarterrange-panel';
13947
+ const COMPONENT_NAME$1k = 'vc-quarterrange-panel';
13948
13948
  const QuarterRangePanel = /* @__PURE__ */ vue.defineComponent({
13949
- name: COMPONENT_NAME$1j,
13949
+ name: COMPONENT_NAME$1k,
13950
13950
  props: {
13951
13951
  ...props$W,
13952
13952
  confirm: {
@@ -14185,9 +14185,9 @@ var VcComponents = (function (exports, vue) {
14185
14185
  seconds
14186
14186
  };
14187
14187
  };
14188
- const COMPONENT_NAME$1i = 'vc-timerange-panel';
14188
+ const COMPONENT_NAME$1j = 'vc-timerange-panel';
14189
14189
  const TimeRangePanel = /* @__PURE__ */ vue.defineComponent({
14190
- name: COMPONENT_NAME$1i,
14190
+ name: COMPONENT_NAME$1j,
14191
14191
  props: props$V,
14192
14192
  emits: ['pick', 'clear', 'ok'],
14193
14193
  setup(props, {
@@ -14288,9 +14288,9 @@ var VcComponents = (function (exports, vue) {
14288
14288
 
14289
14289
  /** @jsxImportSource vue */
14290
14290
 
14291
- const COMPONENT_NAME$1h = 'vc-time-panel';
14291
+ const COMPONENT_NAME$1i = 'vc-time-panel';
14292
14292
  const TimePanel = /* @__PURE__ */ vue.defineComponent({
14293
- name: COMPONENT_NAME$1h,
14293
+ name: COMPONENT_NAME$1i,
14294
14294
  props: props$V,
14295
14295
  emits: ['pick', 'clear', 'ok'],
14296
14296
  setup(props, {
@@ -14346,7 +14346,7 @@ var VcComponents = (function (exports, vue) {
14346
14346
 
14347
14347
  /** @jsxImportSource vue */
14348
14348
 
14349
- const COMPONENT_NAME$1g = 'vc-date-picker';
14349
+ const COMPONENT_NAME$1h = 'vc-date-picker';
14350
14350
  const getPanel$1 = type => {
14351
14351
  if (['daterange', 'datetimerange'].includes(type)) {
14352
14352
  return DateRangePanel;
@@ -14357,7 +14357,7 @@ var VcComponents = (function (exports, vue) {
14357
14357
  }
14358
14358
  return DatePanel;
14359
14359
  };
14360
- const DatePicker = createPicker(COMPONENT_NAME$1g, props$Y, () => {
14360
+ const DatePicker = createPicker(COMPONENT_NAME$1h, props$Y, () => {
14361
14361
  const props = vue.getCurrentInstance().props;
14362
14362
  const icon = vue.ref('date');
14363
14363
  const panel = vue.shallowRef({});
@@ -14398,9 +14398,9 @@ var VcComponents = (function (exports, vue) {
14398
14398
 
14399
14399
  /** @jsxImportSource vue */
14400
14400
 
14401
- const COMPONENT_NAME$1f = 'vc-divider';
14401
+ const COMPONENT_NAME$1g = 'vc-divider';
14402
14402
  const Divider = /* @__PURE__ */ vue.defineComponent({
14403
- name: COMPONENT_NAME$1f,
14403
+ name: COMPONENT_NAME$1g,
14404
14404
  props: props$U,
14405
14405
  setup(props, {
14406
14406
  slots
@@ -14536,7 +14536,7 @@ var VcComponents = (function (exports, vue) {
14536
14536
 
14537
14537
  /** @jsxImportSource vue */
14538
14538
 
14539
- const COMPONENT_NAME$1e = 'vc-scroller-track';
14539
+ const COMPONENT_NAME$1f = 'vc-scroller-track';
14540
14540
  const BAR_MAP = {
14541
14541
  vertical: {
14542
14542
  scroll: 'scrollTop',
@@ -14556,7 +14556,7 @@ var VcComponents = (function (exports, vue) {
14556
14556
  }
14557
14557
  };
14558
14558
  const Track$1 = /* @__PURE__ */ vue.defineComponent({
14559
- name: COMPONENT_NAME$1e,
14559
+ name: COMPONENT_NAME$1f,
14560
14560
  props: props$T,
14561
14561
  emits: ['change'],
14562
14562
  inheritAttrs: false,
@@ -14746,9 +14746,9 @@ var VcComponents = (function (exports, vue) {
14746
14746
 
14747
14747
  /** @jsxImportSource vue */
14748
14748
 
14749
- const COMPONENT_NAME$1d = 'vc-scroller-bar';
14749
+ const COMPONENT_NAME$1e = 'vc-scroller-bar';
14750
14750
  const Bar = /* @__PURE__ */ vue.defineComponent({
14751
- name: COMPONENT_NAME$1d,
14751
+ name: COMPONENT_NAME$1e,
14752
14752
  props: props$S,
14753
14753
  emits: ['change'],
14754
14754
  setup(props, {
@@ -14982,7 +14982,7 @@ var VcComponents = (function (exports, vue) {
14982
14982
 
14983
14983
  /** @jsxImportSource vue */
14984
14984
 
14985
- const COMPONENT_NAME$1c = 'vc-scroller';
14985
+ const COMPONENT_NAME$1d = 'vc-scroller';
14986
14986
 
14987
14987
  /**
14988
14988
  * 作为备选方案,目前推荐使用ScrollerWheel
@@ -14993,7 +14993,7 @@ var VcComponents = (function (exports, vue) {
14993
14993
  * 2. 增加了一层嵌套
14994
14994
  */
14995
14995
  const Scroller = /* @__PURE__ */ vue.defineComponent({
14996
- name: COMPONENT_NAME$1c,
14996
+ name: COMPONENT_NAME$1d,
14997
14997
  props: props$R,
14998
14998
  emits: ['scroll'],
14999
14999
  setup(props, {
@@ -15940,7 +15940,7 @@ var VcComponents = (function (exports, vue) {
15940
15940
 
15941
15941
  /** @jsxImportSource vue */
15942
15942
 
15943
- const COMPONENT_NAME$1b = 'vc-scroller-wheel';
15943
+ const COMPONENT_NAME$1c = 'vc-scroller-wheel';
15944
15944
 
15945
15945
  /**
15946
15946
  * 为减少一层嵌套,为去除滚动bar的抖动,使用wheel模拟
@@ -15962,7 +15962,7 @@ var VcComponents = (function (exports, vue) {
15962
15962
  * 设置scrollTop不会reflow和repaint,不需要考虑transfrom来改变content(transform也只在draw完成)
15963
15963
  */
15964
15964
  const ScrollerWheel = /* @__PURE__ */ vue.defineComponent({
15965
- name: COMPONENT_NAME$1b,
15965
+ name: COMPONENT_NAME$1c,
15966
15966
  props: Object.assign({}, props$R, {
15967
15967
  stopPropagation: {
15968
15968
  type: Boolean,
@@ -16151,9 +16151,9 @@ var VcComponents = (function (exports, vue) {
16151
16151
 
16152
16152
  /** @jsxImportSource vue */
16153
16153
 
16154
- const COMPONENT_NAME$1a = 'vc-drawer';
16154
+ const COMPONENT_NAME$1b = 'vc-drawer';
16155
16155
  const DrawerView = /* @__PURE__ */ vue.defineComponent({
16156
- name: COMPONENT_NAME$1a,
16156
+ name: COMPONENT_NAME$1b,
16157
16157
  props: props$Q,
16158
16158
  emits: ['close', 'update:modelValue', 'visible-change'],
16159
16159
  setup(props, {
@@ -16342,9 +16342,9 @@ var VcComponents = (function (exports, vue) {
16342
16342
 
16343
16343
  /** @jsxImportSource vue */
16344
16344
 
16345
- const COMPONENT_NAME$19 = 'vc-dropdown';
16345
+ const COMPONENT_NAME$1a = 'vc-dropdown';
16346
16346
  const Dropdown = /* @__PURE__ */ vue.defineComponent({
16347
- name: COMPONENT_NAME$19,
16347
+ name: COMPONENT_NAME$1a,
16348
16348
  props: props$P,
16349
16349
  inheritAttrs: false,
16350
16350
  emits: ['update:modelValue', 'ready', 'close', 'visible-change', 'click'],
@@ -16414,9 +16414,9 @@ var VcComponents = (function (exports, vue) {
16414
16414
 
16415
16415
  /** @jsxImportSource vue */
16416
16416
 
16417
- const COMPONENT_NAME$18 = 'vc-dropdown-menu';
16417
+ const COMPONENT_NAME$19 = 'vc-dropdown-menu';
16418
16418
  const DropdownMenu = /* @__PURE__ */ vue.defineComponent({
16419
- name: COMPONENT_NAME$18,
16419
+ name: COMPONENT_NAME$19,
16420
16420
  setup(_, {
16421
16421
  slots
16422
16422
  }) {
@@ -16430,9 +16430,9 @@ var VcComponents = (function (exports, vue) {
16430
16430
 
16431
16431
  /** @jsxImportSource vue */
16432
16432
 
16433
- const COMPONENT_NAME$17 = 'vc-dropdown-item';
16433
+ const COMPONENT_NAME$18 = 'vc-dropdown-item';
16434
16434
  const DropdownItem = /* @__PURE__ */ vue.defineComponent({
16435
- name: COMPONENT_NAME$17,
16435
+ name: COMPONENT_NAME$18,
16436
16436
  props: {
16437
16437
  value: {
16438
16438
  type: [String, Number],
@@ -16685,9 +16685,9 @@ var VcComponents = (function (exports, vue) {
16685
16685
 
16686
16686
  /** @jsxImportSource vue */
16687
16687
 
16688
- const COMPONENT_NAME$16 = 'vc-editor-toolbar';
16688
+ const COMPONENT_NAME$17 = 'vc-editor-toolbar';
16689
16689
  const EditorToolbar = /* @__PURE__ */ vue.defineComponent({
16690
- name: COMPONENT_NAME$16,
16690
+ name: COMPONENT_NAME$17,
16691
16691
  props: {
16692
16692
  options: [Array, Object],
16693
16693
  elementId: String
@@ -16893,9 +16893,9 @@ var VcComponents = (function (exports, vue) {
16893
16893
 
16894
16894
  /** @jsxImportSource vue */
16895
16895
 
16896
- const COMPONENT_NAME$15 = 'vc-image-preview';
16896
+ const COMPONENT_NAME$16 = 'vc-image-preview';
16897
16897
  const ImagePreview$1 = /* @__PURE__ */ vue.defineComponent({
16898
- name: COMPONENT_NAME$15,
16898
+ name: COMPONENT_NAME$16,
16899
16899
  props: props$O,
16900
16900
  setup(props, {
16901
16901
  slots
@@ -19040,9 +19040,9 @@ var VcComponents = (function (exports, vue) {
19040
19040
  }
19041
19041
  };
19042
19042
 
19043
- const COMPONENT_NAME$14 = "vc-upload";
19043
+ const COMPONENT_NAME$15 = "vc-upload";
19044
19044
  const Upload$1 = vue.defineComponent({
19045
- name: COMPONENT_NAME$14,
19045
+ name: COMPONENT_NAME$15,
19046
19046
  props: props$N,
19047
19047
  emits: [
19048
19048
  "message",
@@ -19578,9 +19578,9 @@ var VcComponents = (function (exports, vue) {
19578
19578
 
19579
19579
  /** @jsxImportSource vue */
19580
19580
 
19581
- const COMPONENT_NAME$13 = 'vc-editor';
19581
+ const COMPONENT_NAME$14 = 'vc-editor';
19582
19582
  const Editor$1 = /* @__PURE__ */ vue.defineComponent({
19583
- name: COMPONENT_NAME$13,
19583
+ name: COMPONENT_NAME$14,
19584
19584
  props: props$M,
19585
19585
  emits: ['ready', 'blur', 'focus', 'input', 'update:modelValue', 'change'],
19586
19586
  setup(props, {
@@ -19768,7 +19768,7 @@ var VcComponents = (function (exports, vue) {
19768
19768
 
19769
19769
  /** @jsxImportSource vue */
19770
19770
 
19771
- const COMPONENT_NAME$12 = 'vc-editor-view';
19771
+ const COMPONENT_NAME$13 = 'vc-editor-view';
19772
19772
  const setImages = v => {
19773
19773
  if (!v) return;
19774
19774
  const IMG_REGX = /<img.*?(?:>|\/>)/gi;
@@ -19786,7 +19786,7 @@ var VcComponents = (function (exports, vue) {
19786
19786
  return;
19787
19787
  };
19788
19788
  const EditorView = /* @__PURE__ */ vue.defineComponent({
19789
- name: COMPONENT_NAME$12,
19789
+ name: COMPONENT_NAME$13,
19790
19790
  props: {
19791
19791
  value: {
19792
19792
  type: String,
@@ -19856,6 +19856,7 @@ var VcComponents = (function (exports, vue) {
19856
19856
  });
19857
19857
 
19858
19858
  const MEditor = Editor$1;
19859
+ const MEditorView = EditorView;
19859
19860
 
19860
19861
  const MExpand = Expand$1;
19861
19862
 
@@ -20000,9 +20001,9 @@ var VcComponents = (function (exports, vue) {
20000
20001
  });
20001
20002
  };
20002
20003
 
20003
- const COMPONENT_NAME$11 = "vc-form";
20004
+ const COMPONENT_NAME$12 = "vc-form";
20004
20005
  const Form = vue.defineComponent({
20005
- name: COMPONENT_NAME$11,
20006
+ name: COMPONENT_NAME$12,
20006
20007
  props: props$L,
20007
20008
  setup(props, { slots, expose }) {
20008
20009
  useForm(expose);
@@ -20242,9 +20243,7 @@ var VcComponents = (function (exports, vue) {
20242
20243
  return formItemRules;
20243
20244
  });
20244
20245
  const isRequired = vue.computed(() => {
20245
- if (!currentRules.value.length) {
20246
- return !!props.required;
20247
- }
20246
+ if (props.required) return !!props.required;
20248
20247
  let required = false;
20249
20248
  for (let i = 0; i < currentRules.value.length; i++) {
20250
20249
  const rule = currentRules.value[i];
@@ -20484,9 +20483,9 @@ var VcComponents = (function (exports, vue) {
20484
20483
 
20485
20484
  /** @jsxImportSource vue */
20486
20485
 
20487
- const COMPONENT_NAME$10 = 'vc-form-item';
20486
+ const COMPONENT_NAME$11 = 'vc-form-item';
20488
20487
  const FormItem = /* @__PURE__ */ vue.defineComponent({
20489
- name: COMPONENT_NAME$10,
20488
+ name: COMPONENT_NAME$11,
20490
20489
  props: props$K,
20491
20490
  setup(props, {
20492
20491
  slots,
@@ -20554,9 +20553,9 @@ var VcComponents = (function (exports, vue) {
20554
20553
  }
20555
20554
  };
20556
20555
 
20557
- const COMPONENT_NAME$$ = "vcm-form";
20556
+ const COMPONENT_NAME$10 = "vcm-form";
20558
20557
  const MForm = vue.defineComponent({
20559
- name: COMPONENT_NAME$$,
20558
+ name: COMPONENT_NAME$10,
20560
20559
  props: props$J,
20561
20560
  setup(props, { slots, expose }) {
20562
20561
  useForm(expose, {
@@ -20587,9 +20586,9 @@ var VcComponents = (function (exports, vue) {
20587
20586
 
20588
20587
  /** @jsxImportSource vue */
20589
20588
 
20590
- const COMPONENT_NAME$_ = 'vcm-form-item';
20589
+ const COMPONENT_NAME$$ = 'vcm-form-item';
20591
20590
  const MFormItem = /* @__PURE__ */ vue.defineComponent({
20592
- name: COMPONENT_NAME$_,
20591
+ name: COMPONENT_NAME$$,
20593
20592
  props: props$I,
20594
20593
  setup(props, {
20595
20594
  slots,
@@ -20644,9 +20643,9 @@ var VcComponents = (function (exports, vue) {
20644
20643
  }
20645
20644
  });
20646
20645
 
20647
- const COMPONENT_NAME$Z = "vc-fragment";
20646
+ const COMPONENT_NAME$_ = "vc-fragment";
20648
20647
  const Fragment = vue.defineComponent({
20649
- name: COMPONENT_NAME$Z,
20648
+ name: COMPONENT_NAME$_,
20650
20649
  setup(_, { slots }) {
20651
20650
  return () => vue.h(vue.Fragment, slots.default?.());
20652
20651
  }
@@ -20663,9 +20662,9 @@ var VcComponents = (function (exports, vue) {
20663
20662
 
20664
20663
  /** @jsxImportSource vue */
20665
20664
 
20666
- const COMPONENT_NAME$Y = 'vc-html-to-image';
20665
+ const COMPONENT_NAME$Z = 'vc-html-to-image';
20667
20666
  const HTMLToImage = /* @__PURE__ */ vue.defineComponent({
20668
- name: COMPONENT_NAME$Y,
20667
+ name: COMPONENT_NAME$Z,
20669
20668
  props: props$H,
20670
20669
  setup(props, {
20671
20670
  slots
@@ -21119,7 +21118,7 @@ var VcComponents = (function (exports, vue) {
21119
21118
 
21120
21119
  /** @jsxImportSource vue */
21121
21120
 
21122
- const COMPONENT_NAME$X = 'vc-image';
21121
+ const COMPONENT_NAME$Y = 'vc-image';
21123
21122
  let isSupportObjectFit = false;
21124
21123
  window.addEventListener('DOMContentLoaded', () => {
21125
21124
  isSupportObjectFit = !IS_SERVER$1 && document.documentElement.style.objectFit !== undefined;
@@ -21132,7 +21131,7 @@ var VcComponents = (function (exports, vue) {
21132
21131
  SCALE_DOWN: 'scale-down'
21133
21132
  };
21134
21133
  const Image$2 = /* @__PURE__ */ vue.defineComponent({
21135
- name: COMPONENT_NAME$X,
21134
+ name: COMPONENT_NAME$Y,
21136
21135
  inheritAttrs: false,
21137
21136
  props: props$G,
21138
21137
  setup(props, {
@@ -21349,9 +21348,9 @@ var VcComponents = (function (exports, vue) {
21349
21348
 
21350
21349
  /** @jsxImportSource vue */
21351
21350
 
21352
- const COMPONENT_NAME$W = 'vc-image-crop';
21351
+ const COMPONENT_NAME$X = 'vc-image-crop';
21353
21352
  const ImageCrop = /* @__PURE__ */ vue.defineComponent({
21354
- name: COMPONENT_NAME$W,
21353
+ name: COMPONENT_NAME$X,
21355
21354
  props: props$F,
21356
21355
  setup(props, {
21357
21356
  slots
@@ -21377,9 +21376,9 @@ var VcComponents = (function (exports, vue) {
21377
21376
 
21378
21377
  /** @jsxImportSource vue */
21379
21378
 
21380
- const COMPONENT_NAME$V = 'vc-image-processing';
21379
+ const COMPONENT_NAME$W = 'vc-image-processing';
21381
21380
  const ImageProcessing = /* @__PURE__ */ vue.defineComponent({
21382
- name: COMPONENT_NAME$V,
21381
+ name: COMPONENT_NAME$W,
21383
21382
  props: props$E,
21384
21383
  setup(props, {
21385
21384
  slots
@@ -21396,9 +21395,9 @@ var VcComponents = (function (exports, vue) {
21396
21395
 
21397
21396
  /** @jsxImportSource vue */
21398
21397
 
21399
- const COMPONENT_NAME$U = 'vcm-input';
21398
+ const COMPONENT_NAME$V = 'vcm-input';
21400
21399
  const MInput = /* @__PURE__ */ vue.defineComponent({
21401
- name: COMPONENT_NAME$U,
21400
+ name: COMPONENT_NAME$V,
21402
21401
  inheritAttrs: false,
21403
21402
  props: {
21404
21403
  ...props$1g,
@@ -21487,9 +21486,9 @@ var VcComponents = (function (exports, vue) {
21487
21486
 
21488
21487
  /** @jsxImportSource vue */
21489
21488
 
21490
- const COMPONENT_NAME$T = 'vcm-input-number';
21489
+ const COMPONENT_NAME$U = 'vcm-input-number';
21491
21490
  const MInputNumber = /* @__PURE__ */ vue.defineComponent({
21492
- name: COMPONENT_NAME$T,
21491
+ name: COMPONENT_NAME$U,
21493
21492
  props: props$1f,
21494
21493
  inheritAttrs: false,
21495
21494
  setup(props, {
@@ -21538,9 +21537,9 @@ var VcComponents = (function (exports, vue) {
21538
21537
 
21539
21538
  /** @jsxImportSource vue */
21540
21539
 
21541
- const COMPONENT_NAME$S = 'vcm-input-search';
21540
+ const COMPONENT_NAME$T = 'vcm-input-search';
21542
21541
  const MInputSearch = /* @__PURE__ */ vue.defineComponent({
21543
- name: COMPONENT_NAME$S,
21542
+ name: COMPONENT_NAME$T,
21544
21543
  props: {
21545
21544
  ...props$1e,
21546
21545
  cancelText: {
@@ -21617,9 +21616,9 @@ var VcComponents = (function (exports, vue) {
21617
21616
  }
21618
21617
  };
21619
21618
 
21620
- const COMPONENT_NAME$R = "vcm-list";
21619
+ const COMPONENT_NAME$S = "vcm-list";
21621
21620
  const MList = vue.defineComponent({
21622
- name: COMPONENT_NAME$R,
21621
+ name: COMPONENT_NAME$S,
21623
21622
  props: props$D,
21624
21623
  setup(props, { slots }) {
21625
21624
  vue.provide("vc-list", { props });
@@ -21674,10 +21673,10 @@ var VcComponents = (function (exports, vue) {
21674
21673
 
21675
21674
  /** @jsxImportSource vue */
21676
21675
 
21677
- const COMPONENT_NAME$Q = 'vcm-list-item';
21676
+ const COMPONENT_NAME$R = 'vcm-list-item';
21678
21677
  const HTTP_REGEX = /[a-zA-z]+:\/\/[^\s]*/;
21679
21678
  const MListItem = /* @__PURE__ */ vue.defineComponent({
21680
- name: COMPONENT_NAME$Q,
21679
+ name: COMPONENT_NAME$R,
21681
21680
  props: props$C,
21682
21681
  emits: ['click'],
21683
21682
  setup(props, {
@@ -21771,11 +21770,11 @@ var VcComponents = (function (exports, vue) {
21771
21770
 
21772
21771
  /** @jsxImportSource vue */
21773
21772
 
21774
- const COMPONENT_NAME$P = 'vc-marquee';
21773
+ const COMPONENT_NAME$Q = 'vc-marquee';
21775
21774
  const ANIMATION = prefixStyle('animation').camel;
21776
21775
  const TRANSFORM_KEBAB = prefixStyle('transform').kebab;
21777
21776
  const Marquee = /* @__PURE__ */ vue.defineComponent({
21778
- name: COMPONENT_NAME$P,
21777
+ name: COMPONENT_NAME$Q,
21779
21778
  props: props$B,
21780
21779
  setup(props, {
21781
21780
  slots
@@ -21843,9 +21842,9 @@ var VcComponents = (function (exports, vue) {
21843
21842
  }
21844
21843
  };
21845
21844
 
21846
- const COMPONENT_NAME$O = "vc-resizer";
21845
+ const COMPONENT_NAME$P = "vc-resizer";
21847
21846
  const Resizer = vue.defineComponent({
21848
- name: COMPONENT_NAME$O,
21847
+ name: COMPONENT_NAME$P,
21849
21848
  props: props$A,
21850
21849
  emits: ["resize"],
21851
21850
  setup(props, { emit, slots, expose }) {
@@ -22008,10 +22007,10 @@ var VcComponents = (function (exports, vue) {
22008
22007
 
22009
22008
  /** @jsxImportSource vue */
22010
22009
 
22011
- const COMPONENT_NAME$N = 'vc-modal';
22010
+ const COMPONENT_NAME$O = 'vc-modal';
22012
22011
  let zIndexNumber = 1002;
22013
22012
  const ModalView = /* @__PURE__ */ vue.defineComponent({
22014
- name: COMPONENT_NAME$N,
22013
+ name: COMPONENT_NAME$O,
22015
22014
  emits: ['update:modelValue', 'close', 'portal-fulfilled', 'visible-change', 'ok', 'cancel'],
22016
22015
  props: props$z,
22017
22016
  setup(props, {
@@ -22450,9 +22449,9 @@ var VcComponents = (function (exports, vue) {
22450
22449
 
22451
22450
  /** @jsxImportSource vue */
22452
22451
 
22453
- const COMPONENT_NAME$M = 'vc-modal';
22452
+ const COMPONENT_NAME$N = 'vc-modal';
22454
22453
  const MModalView = /* @__PURE__ */ vue.defineComponent({
22455
- name: COMPONENT_NAME$M,
22454
+ name: COMPONENT_NAME$N,
22456
22455
  emits: ['update:modelValue', 'portal-fulfilled', 'close', 'ok', 'cancel'],
22457
22456
  props: props$y,
22458
22457
  setup(props, {
@@ -22664,9 +22663,9 @@ var VcComponents = (function (exports, vue) {
22664
22663
 
22665
22664
  /** @jsxImportSource vue */
22666
22665
 
22667
- const COMPONENT_NAME$L = 'vc-notice';
22666
+ const COMPONENT_NAME$M = 'vc-notice';
22668
22667
  const NoticeView = /* @__PURE__ */ vue.defineComponent({
22669
- name: COMPONENT_NAME$L,
22668
+ name: COMPONENT_NAME$M,
22670
22669
  props: props$x,
22671
22670
  emits: ['portal-fulfilled', 'close', 'before-close'],
22672
22671
  setup(props, {
@@ -22839,9 +22838,9 @@ var VcComponents = (function (exports, vue) {
22839
22838
 
22840
22839
  /** @jsxImportSource vue */
22841
22840
 
22842
- const COMPONENT_NAME$K = 'vc-option';
22841
+ const COMPONENT_NAME$L = 'vc-option';
22843
22842
  const Option$1 = /* @__PURE__ */ vue.defineComponent({
22844
- name: COMPONENT_NAME$K,
22843
+ name: COMPONENT_NAME$L,
22845
22844
  props: props$w,
22846
22845
  setup(props, {
22847
22846
  slots
@@ -22925,9 +22924,9 @@ var VcComponents = (function (exports, vue) {
22925
22924
 
22926
22925
  /** @jsxImportSource vue */
22927
22926
 
22928
- const COMPONENT_NAME$J = 'vc-tag';
22927
+ const COMPONENT_NAME$K = 'vc-tag';
22929
22928
  const Tag = /* @__PURE__ */ vue.defineComponent({
22930
- name: COMPONENT_NAME$J,
22929
+ name: COMPONENT_NAME$K,
22931
22930
  props: props$u,
22932
22931
  emits: ['close', 'change'],
22933
22932
  setup(props, {
@@ -22998,9 +22997,9 @@ var VcComponents = (function (exports, vue) {
22998
22997
 
22999
22998
  /** @jsxImportSource vue */
23000
22999
 
23001
- const COMPONENT_NAME$I = 'vc-select-option';
23000
+ const COMPONENT_NAME$J = 'vc-select-option';
23002
23001
  const Option = /* @__PURE__ */ vue.defineComponent({
23003
- name: COMPONENT_NAME$I,
23002
+ name: COMPONENT_NAME$J,
23004
23003
  props: props$t,
23005
23004
  setup(props, {
23006
23005
  slots
@@ -23086,9 +23085,9 @@ var VcComponents = (function (exports, vue) {
23086
23085
 
23087
23086
  /** @jsxImportSource vue */
23088
23087
 
23089
- const COMPONENT_NAME$H = 'vc-select-option-group';
23088
+ const COMPONENT_NAME$I = 'vc-select-option-group';
23090
23089
  const OptionGroup = /* @__PURE__ */ vue.defineComponent({
23091
- name: COMPONENT_NAME$H,
23090
+ name: COMPONENT_NAME$I,
23092
23091
  props: props$s,
23093
23092
  setup(props, {
23094
23093
  slots
@@ -23118,9 +23117,9 @@ var VcComponents = (function (exports, vue) {
23118
23117
 
23119
23118
  /** @jsxImportSource vue */
23120
23119
 
23121
- const COMPONENT_NAME$G = 'vc-select';
23120
+ const COMPONENT_NAME$H = 'vc-select';
23122
23121
  const Select = /* @__PURE__ */ vue.defineComponent({
23123
- name: COMPONENT_NAME$G,
23122
+ name: COMPONENT_NAME$H,
23124
23123
  props: props$19,
23125
23124
  emits: ['ready', 'close', 'visible-change', 'clear', 'change', 'update:modelValue'],
23126
23125
  setup(props, {
@@ -23394,9 +23393,9 @@ var VcComponents = (function (exports, vue) {
23394
23393
 
23395
23394
  /** @jsxImportSource vue */
23396
23395
 
23397
- const COMPONENT_NAME$F = 'vc-pagination';
23396
+ const COMPONENT_NAME$G = 'vc-pagination';
23398
23397
  const Pagination = /* @__PURE__ */ vue.defineComponent({
23399
- name: COMPONENT_NAME$F,
23398
+ name: COMPONENT_NAME$G,
23400
23399
  props: props$v,
23401
23400
  emits: ['update:current', 'change', 'page-size-change'],
23402
23401
  setup(props, {
@@ -23594,9 +23593,9 @@ var VcComponents = (function (exports, vue) {
23594
23593
 
23595
23594
  /** @jsxImportSource vue */
23596
23595
 
23597
- const COMPONENT_NAME$E = 'vc-picker';
23596
+ const COMPONENT_NAME$F = 'vc-picker';
23598
23597
  const Picker$1 = /* @__PURE__ */ vue.defineComponent({
23599
- name: COMPONENT_NAME$E,
23598
+ name: COMPONENT_NAME$F,
23600
23599
  props: props$r,
23601
23600
  setup(props, {
23602
23601
  slots
@@ -23659,9 +23658,9 @@ var VcComponents = (function (exports, vue) {
23659
23658
 
23660
23659
  /** @jsxImportSource vue */
23661
23660
 
23662
- const COMPONENT_NAME$D = 'vc-popconfirm';
23661
+ const COMPONENT_NAME$E = 'vc-popconfirm';
23663
23662
  const Popconfirm = /* @__PURE__ */ vue.defineComponent({
23664
- name: COMPONENT_NAME$D,
23663
+ name: COMPONENT_NAME$E,
23665
23664
  props: props$q,
23666
23665
  inheritAttrs: false,
23667
23666
  emits: ['update:modelValue', 'visible-change', 'ready', 'close', 'cancel', 'ok'],
@@ -23829,9 +23828,9 @@ var VcComponents = (function (exports, vue) {
23829
23828
 
23830
23829
  /** @jsxImportSource vue */
23831
23830
 
23832
- const COMPONENT_NAME$C = 'vc-popup';
23831
+ const COMPONENT_NAME$D = 'vc-popup';
23833
23832
  const MPopup = /* @__PURE__ */ vue.defineComponent({
23834
- name: COMPONENT_NAME$C,
23833
+ name: COMPONENT_NAME$D,
23835
23834
  props: props$p,
23836
23835
  emits: ['update:modelValue', 'close', 'portal-fulfilled', 'visible-change'],
23837
23836
  setup(props, {
@@ -23958,9 +23957,9 @@ var VcComponents = (function (exports, vue) {
23958
23957
 
23959
23958
  /** @jsxImportSource vue */
23960
23959
 
23961
- const COMPONENT_NAME$B = 'vc-print';
23960
+ const COMPONENT_NAME$C = 'vc-print';
23962
23961
  const Print = /* @__PURE__ */ vue.defineComponent({
23963
- name: COMPONENT_NAME$B,
23962
+ name: COMPONENT_NAME$C,
23964
23963
  props: props$o,
23965
23964
  setup(props, {
23966
23965
  expose,
@@ -24062,9 +24061,9 @@ var VcComponents = (function (exports, vue) {
24062
24061
 
24063
24062
  /** @jsxImportSource vue */
24064
24063
 
24065
- const COMPONENT_NAME$A = 'vc-progress-circle';
24064
+ const COMPONENT_NAME$B = 'vc-progress-circle';
24066
24065
  const Circle$1 = /* @__PURE__ */ vue.defineComponent({
24067
- name: COMPONENT_NAME$A,
24066
+ name: COMPONENT_NAME$B,
24068
24067
  props: props$n,
24069
24068
  setup(props, {
24070
24069
  slots
@@ -24124,9 +24123,9 @@ var VcComponents = (function (exports, vue) {
24124
24123
 
24125
24124
  /** @jsxImportSource vue */
24126
24125
 
24127
- const COMPONENT_NAME$z = 'vc-progress-line';
24126
+ const COMPONENT_NAME$A = 'vc-progress-line';
24128
24127
  const Line$2 = /* @__PURE__ */ vue.defineComponent({
24129
- name: COMPONENT_NAME$z,
24128
+ name: COMPONENT_NAME$A,
24130
24129
  props: props$n,
24131
24130
  setup(props) {
24132
24131
  const colorStyle = vue.computed(() => {
@@ -24173,9 +24172,9 @@ var VcComponents = (function (exports, vue) {
24173
24172
  function _isSlot(s) {
24174
24173
  return typeof s === 'function' || Object.prototype.toString.call(s) === '[object Object]' && !vue.isVNode(s);
24175
24174
  }
24176
- const COMPONENT_NAME$y = 'vc-progress';
24175
+ const COMPONENT_NAME$z = 'vc-progress';
24177
24176
  const Progress = /* @__PURE__ */ vue.defineComponent({
24178
- name: COMPONENT_NAME$y,
24177
+ name: COMPONENT_NAME$z,
24179
24178
  props: props$n,
24180
24179
  setup(props, {
24181
24180
  slots
@@ -24279,6 +24278,9 @@ var VcComponents = (function (exports, vue) {
24279
24278
  "is-error": !!formItem?.message?.value
24280
24279
  };
24281
24280
  });
24281
+ const styles = vue.computed(() => {
24282
+ return {};
24283
+ });
24282
24284
  vue.watch(
24283
24285
  () => props.modelValue,
24284
24286
  (v) => {
@@ -24319,6 +24321,7 @@ var VcComponents = (function (exports, vue) {
24319
24321
  isDisabled,
24320
24322
  radioName,
24321
24323
  classes,
24324
+ styles,
24322
24325
  hasGroup,
24323
24326
  checked,
24324
24327
  handleChange,
@@ -24333,26 +24336,29 @@ var VcComponents = (function (exports, vue) {
24333
24336
 
24334
24337
  /** @jsxImportSource vue */
24335
24338
 
24336
- const COMPONENT_NAME$x = 'vc-radio';
24339
+ const COMPONENT_NAME$y = 'vc-radio';
24337
24340
  const Radio = /* @__PURE__ */ vue.defineComponent({
24338
- name: COMPONENT_NAME$x,
24341
+ name: COMPONENT_NAME$y,
24339
24342
  props: props$m,
24340
24343
  emits: ['update:modelValue', 'change'],
24341
24344
  setup(props, {
24342
24345
  slots
24343
24346
  }) {
24344
24347
  const {
24348
+ styles,
24345
24349
  radioName,
24346
24350
  checked,
24347
24351
  classes,
24348
24352
  computedLabel,
24353
+ isDisabled,
24349
24354
  handleChange,
24350
24355
  handleFocus,
24351
24356
  handleBlur
24352
24357
  } = useRadio();
24353
24358
  return () => {
24354
24359
  return vue.createVNode("label", {
24355
- "class": [classes.value, 'vc-radio']
24360
+ "class": [classes.value, 'vc-radio'],
24361
+ "style": styles.value
24356
24362
  }, [vue.createVNode("span", {
24357
24363
  "class": [{
24358
24364
  'has-sibling': !!(computedLabel.value || slots.default)
@@ -24364,7 +24370,7 @@ var VcComponents = (function (exports, vue) {
24364
24370
  }, null)]), vue.createVNode("input", {
24365
24371
  "checked": checked.value,
24366
24372
  "name": radioName.value,
24367
- "disabled": props.disabled,
24373
+ "disabled": isDisabled.value,
24368
24374
  "type": "radio",
24369
24375
  "onChange": handleChange,
24370
24376
  "onFocus": handleFocus,
@@ -24374,6 +24380,51 @@ var VcComponents = (function (exports, vue) {
24374
24380
  }
24375
24381
  });
24376
24382
 
24383
+ /** @jsxImportSource vue */
24384
+
24385
+ const COMPONENT_NAME$x = 'vc-radio-button';
24386
+ const RadioButton = /* @__PURE__ */ vue.defineComponent({
24387
+ name: COMPONENT_NAME$x,
24388
+ props: {
24389
+ ...props$m,
24390
+ labelStyle: [String, Object],
24391
+ labelClass: [String, Object]
24392
+ },
24393
+ emits: ['update:modelValue', 'change'],
24394
+ setup(props, {
24395
+ slots
24396
+ }) {
24397
+ const {
24398
+ styles,
24399
+ radioName,
24400
+ checked,
24401
+ classes,
24402
+ computedLabel,
24403
+ isDisabled,
24404
+ handleChange,
24405
+ handleFocus,
24406
+ handleBlur
24407
+ } = useRadio();
24408
+ return () => {
24409
+ return vue.createVNode("label", {
24410
+ "class": [classes.value, 'vc-radio-button'],
24411
+ "style": styles.value
24412
+ }, [vue.createVNode("input", {
24413
+ "checked": checked.value,
24414
+ "name": radioName.value,
24415
+ "disabled": isDisabled.value,
24416
+ "type": "radio",
24417
+ "onChange": handleChange,
24418
+ "onFocus": handleFocus,
24419
+ "onBlur": handleBlur
24420
+ }, null), vue.createVNode("span", {
24421
+ "class": [props.labelClass, 'vc-radio-button__label'],
24422
+ "style": props.labelStyle
24423
+ }, [slots.default ? slots.default() : computedLabel.value || ''])]);
24424
+ };
24425
+ }
24426
+ });
24427
+
24377
24428
  const props$l = {
24378
24429
  modelValue: {
24379
24430
  type: [String, Number],
@@ -24478,17 +24529,20 @@ var VcComponents = (function (exports, vue) {
24478
24529
  slots
24479
24530
  }) {
24480
24531
  const {
24532
+ styles,
24481
24533
  radioName,
24482
24534
  checked,
24483
24535
  classes,
24484
24536
  computedLabel,
24537
+ isDisabled,
24485
24538
  handleChange,
24486
24539
  handleFocus,
24487
24540
  handleBlur
24488
24541
  } = useRadio();
24489
24542
  return () => {
24490
24543
  return vue.createVNode("label", {
24491
- "class": [classes.value, 'vcm-radio']
24544
+ "class": [classes.value, 'vcm-radio'],
24545
+ "style": styles.value
24492
24546
  }, [vue.createVNode("span", {
24493
24547
  "class": [{
24494
24548
  'has-sibling': !!(computedLabel.value || slots.default)
@@ -24500,7 +24554,7 @@ var VcComponents = (function (exports, vue) {
24500
24554
  }, null)]), vue.createVNode("input", {
24501
24555
  "checked": checked.value,
24502
24556
  "name": radioName.value,
24503
- "disabled": props.disabled,
24557
+ "disabled": isDisabled.value,
24504
24558
  "type": "radio",
24505
24559
  "onChange": handleChange,
24506
24560
  "onFocus": handleFocus,
@@ -24534,6 +24588,8 @@ var VcComponents = (function (exports, vue) {
24534
24588
  }
24535
24589
  });
24536
24590
 
24591
+ const MRadioButton = MRadio;
24592
+
24537
24593
  const props$k = {
24538
24594
  modelValue: {
24539
24595
  type: [Number, String],
@@ -133209,6 +133265,7 @@ var VcComponents = (function (exports, vue) {
133209
133265
  exports.MDropdownItem = MDropdownItem;
133210
133266
  exports.MDropdownMenu = MDropdownMenu;
133211
133267
  exports.MEditor = MEditor;
133268
+ exports.MEditorView = MEditorView;
133212
133269
  exports.MExpand = MExpand;
133213
133270
  exports.MForm = MForm;
133214
133271
  exports.MFormItem = MFormItem;
@@ -133239,6 +133296,7 @@ var VcComponents = (function (exports, vue) {
133239
133296
  exports.MPrint = MPrint;
133240
133297
  exports.MProgress = MProgress;
133241
133298
  exports.MRadio = MRadio;
133299
+ exports.MRadioButton = MRadioButton;
133242
133300
  exports.MRadioGroup = MRadioGroup;
133243
133301
  exports.MRate = MRate;
133244
133302
  exports.MRecycleList = MRecycleList;
@@ -133290,6 +133348,7 @@ var VcComponents = (function (exports, vue) {
133290
133348
  exports.Print = Print;
133291
133349
  exports.Progress = Progress;
133292
133350
  exports.Radio = Radio;
133351
+ exports.RadioButton = RadioButton;
133293
133352
  exports.RadioGroup = RadioGroup;
133294
133353
  exports.Rate = Rate;
133295
133354
  exports.RecycleList = RecycleList;