@deot/vc 1.0.48 → 1.0.50

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.
@@ -9134,9 +9134,9 @@ var Vc = (function (exports, vue) {
9134
9134
  default: "div"
9135
9135
  }
9136
9136
  };
9137
- const COMPONENT_NAME$28 = "vc-action-sheet";
9137
+ const COMPONENT_NAME$29 = "vc-action-sheet";
9138
9138
  const ActionSheet = /* @__PURE__ */ vue.defineComponent({
9139
- name: COMPONENT_NAME$28,
9139
+ name: COMPONENT_NAME$29,
9140
9140
  props: props$1t,
9141
9141
  setup(props2, {
9142
9142
  slots
@@ -9207,9 +9207,9 @@ var Vc = (function (exports, vue) {
9207
9207
  const isWheel = (el2) => {
9208
9208
  return SCROLLER_WHEEL_REG.test(el2?.className || "");
9209
9209
  };
9210
- const COMPONENT_NAME$27 = "vc-affix";
9210
+ const COMPONENT_NAME$28 = "vc-affix";
9211
9211
  const Affix = /* @__PURE__ */ vue.defineComponent({
9212
- name: COMPONENT_NAME$27,
9212
+ name: COMPONENT_NAME$28,
9213
9213
  emits: ["update:modelValue"],
9214
9214
  props: props$1s,
9215
9215
  setup(props2, {
@@ -9538,9 +9538,9 @@ var Vc = (function (exports, vue) {
9538
9538
  }
9539
9539
  }
9540
9540
  const IconManager = new Manager();
9541
- const COMPONENT_NAME$26 = "vc-icon";
9541
+ const COMPONENT_NAME$27 = "vc-icon";
9542
9542
  const Icon = /* @__PURE__ */ vue.defineComponent({
9543
- name: COMPONENT_NAME$26,
9543
+ name: COMPONENT_NAME$27,
9544
9544
  props: props$1q,
9545
9545
  setup(props2) {
9546
9546
  const viewBox = vue.ref("0 0 1024 1024");
@@ -9736,9 +9736,9 @@ var Vc = (function (exports, vue) {
9736
9736
  }
9737
9737
  };
9738
9738
  };
9739
- const COMPONENT_NAME$25 = "vc-transition";
9739
+ const COMPONENT_NAME$26 = "vc-transition";
9740
9740
  const Transition = vue.defineComponent({
9741
- name: COMPONENT_NAME$25,
9741
+ name: COMPONENT_NAME$26,
9742
9742
  props: props$1p,
9743
9743
  // 当不声明emits的情况下,事件存在于attrs中
9744
9744
  inheritAttrs: false,
@@ -9758,9 +9758,9 @@ var Vc = (function (exports, vue) {
9758
9758
  };
9759
9759
  }
9760
9760
  });
9761
- const COMPONENT_NAME$24 = "vc-transition-collapse";
9761
+ const COMPONENT_NAME$25 = "vc-transition-collapse";
9762
9762
  const TransitionCollapse = vue.defineComponent({
9763
- name: COMPONENT_NAME$24,
9763
+ name: COMPONENT_NAME$25,
9764
9764
  props: props$1p,
9765
9765
  // 当不声明emits的情况下,事件存在于attrs中
9766
9766
  inheritAttrs: false,
@@ -9878,9 +9878,9 @@ var Vc = (function (exports, vue) {
9878
9878
  };
9879
9879
  }
9880
9880
  });
9881
- const COMPONENT_NAME$23 = "vc-transition-fade";
9881
+ const COMPONENT_NAME$24 = "vc-transition-fade";
9882
9882
  const TransitionFade = vue.defineComponent({
9883
- name: COMPONENT_NAME$23,
9883
+ name: COMPONENT_NAME$24,
9884
9884
  props: {
9885
9885
  ...props$1p,
9886
9886
  // inheritAttrs必须是false
@@ -9914,9 +9914,9 @@ var Vc = (function (exports, vue) {
9914
9914
  };
9915
9915
  }
9916
9916
  });
9917
- const COMPONENT_NAME$22 = "vc-transition-scale";
9917
+ const COMPONENT_NAME$23 = "vc-transition-scale";
9918
9918
  const TransitionScale = vue.defineComponent({
9919
- name: COMPONENT_NAME$22,
9919
+ name: COMPONENT_NAME$23,
9920
9920
  props: {
9921
9921
  ...props$1p,
9922
9922
  mode: {
@@ -9955,9 +9955,9 @@ var Vc = (function (exports, vue) {
9955
9955
  };
9956
9956
  }
9957
9957
  });
9958
- const COMPONENT_NAME$21 = "vc-transition-slide";
9958
+ const COMPONENT_NAME$22 = "vc-transition-slide";
9959
9959
  const TransitionSlide = vue.defineComponent({
9960
- name: COMPONENT_NAME$21,
9960
+ name: COMPONENT_NAME$22,
9961
9961
  props: {
9962
9962
  ...props$1p,
9963
9963
  mode: {
@@ -9996,9 +9996,9 @@ var Vc = (function (exports, vue) {
9996
9996
  };
9997
9997
  }
9998
9998
  });
9999
- const COMPONENT_NAME$20 = "vc-transition-zoom";
9999
+ const COMPONENT_NAME$21 = "vc-transition-zoom";
10000
10000
  const TransitionZoom = vue.defineComponent({
10001
- name: COMPONENT_NAME$20,
10001
+ name: COMPONENT_NAME$21,
10002
10002
  props: {
10003
10003
  ...props$1p,
10004
10004
  mode: {
@@ -10037,7 +10037,7 @@ var Vc = (function (exports, vue) {
10037
10037
  };
10038
10038
  }
10039
10039
  });
10040
- const COMPONENT_NAME$1$ = "vc-alert";
10040
+ const COMPONENT_NAME$20 = "vc-alert";
10041
10041
  const THEME_MAP = {
10042
10042
  info: ["#456CF6", "#91d5ff", "#e6f7ff"],
10043
10043
  success: ["#52c41a", "#b7eb8f", "#f6ffed"],
@@ -10045,7 +10045,7 @@ var Vc = (function (exports, vue) {
10045
10045
  warning: ["#ffbf00", "#ffe58f", "#fffbe6"]
10046
10046
  };
10047
10047
  const Alert = /* @__PURE__ */ vue.defineComponent({
10048
- name: COMPONENT_NAME$1$,
10048
+ name: COMPONENT_NAME$20,
10049
10049
  props: props$1r,
10050
10050
  setup(props2, {
10051
10051
  slots,
@@ -10145,9 +10145,9 @@ var Vc = (function (exports, vue) {
10145
10145
  }
10146
10146
  };
10147
10147
  const isTouch = typeof document !== "undefined" && "ontouchend" in document;
10148
- const COMPONENT_NAME$1_ = "vc-artboard";
10148
+ const COMPONENT_NAME$1$ = "vc-artboard";
10149
10149
  const Artboard = /* @__PURE__ */ vue.defineComponent({
10150
- name: COMPONENT_NAME$1_,
10150
+ name: COMPONENT_NAME$1$,
10151
10151
  props: props$1o,
10152
10152
  setup(props2, {
10153
10153
  emit,
@@ -10344,9 +10344,9 @@ var Vc = (function (exports, vue) {
10344
10344
  default: false
10345
10345
  }
10346
10346
  };
10347
- const COMPONENT_NAME$1Z = "vc-spin";
10347
+ const COMPONENT_NAME$1_ = "vc-spin";
10348
10348
  const Spin = /* @__PURE__ */ vue.defineComponent({
10349
- name: COMPONENT_NAME$1Z,
10349
+ name: COMPONENT_NAME$1_,
10350
10350
  props: props$1n,
10351
10351
  setup(props2, {
10352
10352
  slots
@@ -10395,9 +10395,9 @@ var Vc = (function (exports, vue) {
10395
10395
  },
10396
10396
  exclude: RegExp
10397
10397
  };
10398
- const COMPONENT_NAME$1Y = "vc-debounce";
10398
+ const COMPONENT_NAME$1Z = "vc-debounce";
10399
10399
  const Debounce = vue.defineComponent({
10400
- name: COMPONENT_NAME$1Y,
10400
+ name: COMPONENT_NAME$1Z,
10401
10401
  props: props$1m,
10402
10402
  /**
10403
10403
  * 不声明emits使得事件被透传放入attrs中, 这样可以让所有的事件透传
@@ -10467,9 +10467,9 @@ var Vc = (function (exports, vue) {
10467
10467
  default: "button"
10468
10468
  }
10469
10469
  };
10470
- const COMPONENT_NAME$1X = "vc-button";
10470
+ const COMPONENT_NAME$1Y = "vc-button";
10471
10471
  const Button = /* @__PURE__ */ vue.defineComponent({
10472
- name: COMPONENT_NAME$1X,
10472
+ name: COMPONENT_NAME$1Y,
10473
10473
  emits: ["click"],
10474
10474
  props: props$1l,
10475
10475
  setup(props2, {
@@ -10549,9 +10549,9 @@ var Vc = (function (exports, vue) {
10549
10549
  default: false
10550
10550
  }
10551
10551
  };
10552
- const COMPONENT_NAME$1W = "vc-button-group";
10552
+ const COMPONENT_NAME$1X = "vc-button-group";
10553
10553
  const ButtonGroup = /* @__PURE__ */ vue.defineComponent({
10554
- name: COMPONENT_NAME$1W,
10554
+ name: COMPONENT_NAME$1X,
10555
10555
  props: props$1k,
10556
10556
  setup(props2, {
10557
10557
  slots
@@ -10580,9 +10580,9 @@ var Vc = (function (exports, vue) {
10580
10580
  default: "div"
10581
10581
  }
10582
10582
  };
10583
- const COMPONENT_NAME$1V = "vc-calendar";
10583
+ const COMPONENT_NAME$1W = "vc-calendar";
10584
10584
  const Calendar$1 = /* @__PURE__ */ vue.defineComponent({
10585
- name: COMPONENT_NAME$1V,
10585
+ name: COMPONENT_NAME$1W,
10586
10586
  props: props$1j,
10587
10587
  setup(props2, {
10588
10588
  slots
@@ -10615,9 +10615,9 @@ var Vc = (function (exports, vue) {
10615
10615
  type: String
10616
10616
  }
10617
10617
  };
10618
- const COMPONENT_NAME$1U = "vc-card";
10618
+ const COMPONENT_NAME$1V = "vc-card";
10619
10619
  const Card = /* @__PURE__ */ vue.defineComponent({
10620
- name: COMPONENT_NAME$1U,
10620
+ name: COMPONENT_NAME$1V,
10621
10621
  props: props$1i,
10622
10622
  setup(props2, {
10623
10623
  slots
@@ -10648,9 +10648,9 @@ var Vc = (function (exports, vue) {
10648
10648
  default: "div"
10649
10649
  }
10650
10650
  };
10651
- const COMPONENT_NAME$1T = "vc-carousel";
10651
+ const COMPONENT_NAME$1U = "vc-carousel";
10652
10652
  const Carousel = /* @__PURE__ */ vue.defineComponent({
10653
- name: COMPONENT_NAME$1T,
10653
+ name: COMPONENT_NAME$1U,
10654
10654
  props: props$1h,
10655
10655
  setup(props2, {
10656
10656
  slots
@@ -10935,9 +10935,9 @@ var Vc = (function (exports, vue) {
10935
10935
  expose?.(exposed);
10936
10936
  return exposed;
10937
10937
  };
10938
- const COMPONENT_NAME$1S = "vc-input";
10938
+ const COMPONENT_NAME$1T = "vc-input";
10939
10939
  const Input$1 = /* @__PURE__ */ vue.defineComponent({
10940
- name: COMPONENT_NAME$1S,
10940
+ name: COMPONENT_NAME$1T,
10941
10941
  inheritAttrs: false,
10942
10942
  props: {
10943
10943
  ...props$1g,
@@ -11268,9 +11268,9 @@ var Vc = (function (exports, vue) {
11268
11268
  handleStepper
11269
11269
  };
11270
11270
  };
11271
- const COMPONENT_NAME$1R = "vc-input-number";
11271
+ const COMPONENT_NAME$1S = "vc-input-number";
11272
11272
  const InputNumber = /* @__PURE__ */ vue.defineComponent({
11273
- name: COMPONENT_NAME$1R,
11273
+ name: COMPONENT_NAME$1S,
11274
11274
  props: props$1f,
11275
11275
  inheritAttrs: false,
11276
11276
  setup(props2, {
@@ -11330,9 +11330,9 @@ var Vc = (function (exports, vue) {
11330
11330
  default: true
11331
11331
  }
11332
11332
  };
11333
- const COMPONENT_NAME$1Q = "vc-input-search";
11333
+ const COMPONENT_NAME$1R = "vc-input-search";
11334
11334
  const InputSearch = /* @__PURE__ */ vue.defineComponent({
11335
- name: COMPONENT_NAME$1Q,
11335
+ name: COMPONENT_NAME$1R,
11336
11336
  props: props$1e,
11337
11337
  inheritAttrs: false,
11338
11338
  setup(props2, {
@@ -11720,9 +11720,9 @@ var Vc = (function (exports, vue) {
11720
11720
  default: () => null
11721
11721
  }
11722
11722
  };
11723
- const COMPONENT_NAME$1P = "vc-customer";
11723
+ const COMPONENT_NAME$1Q = "vc-customer";
11724
11724
  const Customer = vue.defineComponent({
11725
- name: COMPONENT_NAME$1P,
11725
+ name: COMPONENT_NAME$1Q,
11726
11726
  props: props$1b,
11727
11727
  setup(props2, context) {
11728
11728
  return () => vue.h(() => {
@@ -11795,7 +11795,7 @@ var Vc = (function (exports, vue) {
11795
11795
  return this.target.finally(callback);
11796
11796
  }
11797
11797
  }
11798
- const COMPONENT_NAME$1O = "vc-portal";
11798
+ const COMPONENT_NAME$1P = "vc-portal";
11799
11799
  class Portal {
11800
11800
  /**
11801
11801
  * 清理Portals类型组件
@@ -11847,7 +11847,7 @@ var Vc = (function (exports, vue) {
11847
11847
  this.wrapper = wrapper;
11848
11848
  this.globalOptions = {
11849
11849
  ...options,
11850
- name: options?.name || wrapper.name || getUid(COMPONENT_NAME$1O)
11850
+ name: options?.name || wrapper.name || getUid(COMPONENT_NAME$1P)
11851
11851
  };
11852
11852
  }
11853
11853
  popup(propsData, options) {
@@ -11946,7 +11946,7 @@ var Vc = (function (exports, vue) {
11946
11946
  ...rest
11947
11947
  } = options;
11948
11948
  let useAllNodes = fragment;
11949
- const name = multiple ? `${name$}__${getUid(COMPONENT_NAME$1O)}` : name$;
11949
+ const name = multiple ? `${name$}__${getUid(COMPONENT_NAME$1P)}` : name$;
11950
11950
  const container = document.createElement(tag);
11951
11951
  const root = typeof el2 === "object" ? el2 : document.querySelector(el2 || "body");
11952
11952
  !alive && Portal.leafs.get(name)?.destroy();
@@ -11981,7 +11981,7 @@ var Vc = (function (exports, vue) {
11981
11981
  } else {
11982
11982
  const wrapper = this.wrapper;
11983
11983
  const app = vue.createApp({
11984
- name: COMPONENT_NAME$1O,
11984
+ name: COMPONENT_NAME$1P,
11985
11985
  parent,
11986
11986
  setup() {
11987
11987
  if (alive) {
@@ -12093,9 +12093,9 @@ var Vc = (function (exports, vue) {
12093
12093
  default: "div"
12094
12094
  }
12095
12095
  };
12096
- const COMPONENT_NAME$1N = "vc-portal-view";
12096
+ const COMPONENT_NAME$1O = "vc-portal-view";
12097
12097
  const PortalView = /* @__PURE__ */ vue.defineComponent({
12098
- name: COMPONENT_NAME$1N,
12098
+ name: COMPONENT_NAME$1O,
12099
12099
  props: props$1a,
12100
12100
  setup(props2, {
12101
12101
  slots
@@ -12109,9 +12109,9 @@ var Vc = (function (exports, vue) {
12109
12109
  };
12110
12110
  }
12111
12111
  });
12112
- const COMPONENT_NAME$1M = "vc-popover-wrapper";
12112
+ const COMPONENT_NAME$1N = "vc-popover-wrapper";
12113
12113
  const PopoverWrapper = /* @__PURE__ */ vue.defineComponent({
12114
- name: COMPONENT_NAME$1M,
12114
+ name: COMPONENT_NAME$1N,
12115
12115
  props: props$1d,
12116
12116
  emits: ["portal-fulfilled", "close"],
12117
12117
  setup(props2, {
@@ -12333,9 +12333,9 @@ var Vc = (function (exports, vue) {
12333
12333
  const PopoverPortal = new Portal(PopoverWrapper, {
12334
12334
  leaveDelay: 0
12335
12335
  });
12336
- const COMPONENT_NAME$1L = "vc-popover";
12336
+ const COMPONENT_NAME$1M = "vc-popover";
12337
12337
  const Popover$1 = /* @__PURE__ */ vue.defineComponent({
12338
- name: COMPONENT_NAME$1L,
12338
+ name: COMPONENT_NAME$1M,
12339
12339
  props: props$1c,
12340
12340
  emits: ["update:modelValue", "visible-change", "ready", "close"],
12341
12341
  setup(props2, {
@@ -12463,9 +12463,9 @@ var Vc = (function (exports, vue) {
12463
12463
  const Popover = Object.assign(Popover$1, {
12464
12464
  open: PopoverPortal.popup.bind(PopoverPortal)
12465
12465
  });
12466
- const COMPONENT_NAME$1K = "vc-cascader-column";
12466
+ const COMPONENT_NAME$1L = "vc-cascader-column";
12467
12467
  const CascaderColumn = /* @__PURE__ */ vue.defineComponent({
12468
- name: COMPONENT_NAME$1K,
12468
+ name: COMPONENT_NAME$1L,
12469
12469
  emits: ["click", "change"],
12470
12470
  props: {
12471
12471
  data: {
@@ -12668,9 +12668,9 @@ var Vc = (function (exports, vue) {
12668
12668
  default: true
12669
12669
  }
12670
12670
  };
12671
- const COMPONENT_NAME$1J = "vc-cascader";
12671
+ const COMPONENT_NAME$1K = "vc-cascader";
12672
12672
  const Cascader = /* @__PURE__ */ vue.defineComponent({
12673
- name: COMPONENT_NAME$1J,
12673
+ name: COMPONENT_NAME$1K,
12674
12674
  inheritAttrs: false,
12675
12675
  props: props$18,
12676
12676
  emits: ["update:modelValue", "visible-change", "ready", "change", "close"],
@@ -12959,9 +12959,9 @@ var Vc = (function (exports, vue) {
12959
12959
  watchShallow: Boolean,
12960
12960
  manualUpdate: Boolean
12961
12961
  };
12962
- const COMPONENT_NAME$1I = "vc-chart";
12962
+ const COMPONENT_NAME$1J = "vc-chart";
12963
12963
  const Chart = /* @__PURE__ */ vue.defineComponent({
12964
- name: COMPONENT_NAME$1I,
12964
+ name: COMPONENT_NAME$1J,
12965
12965
  props: props$17,
12966
12966
  emits: [...EVENTS$1, "ready"],
12967
12967
  setup(props2, {
@@ -13183,9 +13183,9 @@ var Vc = (function (exports, vue) {
13183
13183
  computedLabel
13184
13184
  };
13185
13185
  };
13186
- const COMPONENT_NAME$1H = "vc-checkbox";
13186
+ const COMPONENT_NAME$1I = "vc-checkbox";
13187
13187
  const Checkbox = /* @__PURE__ */ vue.defineComponent({
13188
- name: COMPONENT_NAME$1H,
13188
+ name: COMPONENT_NAME$1I,
13189
13189
  props: props$16,
13190
13190
  emits: ["update:modelValue", "change"],
13191
13191
  setup(props2, {
@@ -13267,9 +13267,9 @@ var Vc = (function (exports, vue) {
13267
13267
  reset
13268
13268
  };
13269
13269
  };
13270
- const COMPONENT_NAME$1G = "vc-checkbox-group";
13270
+ const COMPONENT_NAME$1H = "vc-checkbox-group";
13271
13271
  const CheckboxGroup = /* @__PURE__ */ vue.defineComponent({
13272
- name: COMPONENT_NAME$1G,
13272
+ name: COMPONENT_NAME$1H,
13273
13273
  props: props$15,
13274
13274
  emits: ["update:modelValue", "change"],
13275
13275
  setup(props2, {
@@ -13284,9 +13284,9 @@ var Vc = (function (exports, vue) {
13284
13284
  };
13285
13285
  }
13286
13286
  });
13287
- const COMPONENT_NAME$1F = "vcm-checkbox";
13287
+ const COMPONENT_NAME$1G = "vcm-checkbox";
13288
13288
  const MCheckbox = /* @__PURE__ */ vue.defineComponent({
13289
- name: COMPONENT_NAME$1F,
13289
+ name: COMPONENT_NAME$1G,
13290
13290
  props: props$16,
13291
13291
  emits: ["update:modelValue", "change"],
13292
13292
  setup(props2, {
@@ -13323,9 +13323,9 @@ var Vc = (function (exports, vue) {
13323
13323
  };
13324
13324
  }
13325
13325
  });
13326
- const COMPONENT_NAME$1E = "vcm-checkbox-group";
13326
+ const COMPONENT_NAME$1F = "vcm-checkbox-group";
13327
13327
  const MCheckboxGroup = /* @__PURE__ */ vue.defineComponent({
13328
- name: COMPONENT_NAME$1E,
13328
+ name: COMPONENT_NAME$1F,
13329
13329
  props: props$15,
13330
13330
  emits: ["update:modelValue", "change"],
13331
13331
  setup(props2, {
@@ -13375,9 +13375,9 @@ var Vc = (function (exports, vue) {
13375
13375
  // 这个相当于Modal中的onCancel,支持Promise
13376
13376
  onBeforeClose: Function
13377
13377
  };
13378
- const COMPONENT_NAME$1D = "vc-message";
13378
+ const COMPONENT_NAME$1E = "vc-message";
13379
13379
  const MessageView = /* @__PURE__ */ vue.defineComponent({
13380
- name: COMPONENT_NAME$1D,
13380
+ name: COMPONENT_NAME$1E,
13381
13381
  emits: ["before-close", "close", "portal-fulfilled"],
13382
13382
  props: props$14,
13383
13383
  setup(props2, {
@@ -13620,9 +13620,9 @@ var Vc = (function (exports, vue) {
13620
13620
  };
13621
13621
  return () => vue.h(props2.tag, { onClick: handleClick, class: "vc-clipboard" }, slots?.default?.());
13622
13622
  };
13623
- const COMPONENT_NAME$1C = "vc-clipboard";
13623
+ const COMPONENT_NAME$1D = "vc-clipboard";
13624
13624
  const Clipboard$1 = vue.defineComponent({
13625
- name: COMPONENT_NAME$1C,
13625
+ name: COMPONENT_NAME$1D,
13626
13626
  props: props$13,
13627
13627
  setup() {
13628
13628
  return useClipboard((content) => Message.success({ content }));
@@ -13654,9 +13654,9 @@ var Vc = (function (exports, vue) {
13654
13654
  const MTransitionScale = TransitionScale;
13655
13655
  const MTransitionSlide = TransitionSlide;
13656
13656
  const MTransitionZoom = TransitionZoom;
13657
- const COMPONENT_NAME$1B = "vcm-toast";
13657
+ const COMPONENT_NAME$1C = "vcm-toast";
13658
13658
  const MToastView = /* @__PURE__ */ vue.defineComponent({
13659
- name: COMPONENT_NAME$1B,
13659
+ name: COMPONENT_NAME$1C,
13660
13660
  emits: ["close", "portal-fulfilled"],
13661
13661
  props: props$12,
13662
13662
  setup(props2, {
@@ -13755,9 +13755,9 @@ var Vc = (function (exports, vue) {
13755
13755
  const warning$2 = create$3({ mode: "warning" });
13756
13756
  const error$2 = create$3({ mode: "error" });
13757
13757
  const MToast = Object.assign(MToastView, { destroy: destroy$4, info: info$2, success: success$2, loading, warning: warning$2, error: error$2 });
13758
- const COMPONENT_NAME$1A = "vcm-clipboard";
13758
+ const COMPONENT_NAME$1B = "vcm-clipboard";
13759
13759
  const MClipboard$1 = vue.defineComponent({
13760
- name: COMPONENT_NAME$1A,
13760
+ name: COMPONENT_NAME$1B,
13761
13761
  props: props$13,
13762
13762
  setup() {
13763
13763
  return useClipboard((content) => MToast.info({ content }));
@@ -13786,9 +13786,9 @@ var Vc = (function (exports, vue) {
13786
13786
  default: false
13787
13787
  }
13788
13788
  };
13789
- const COMPONENT_NAME$1z = "vc-collapse";
13789
+ const COMPONENT_NAME$1A = "vc-collapse";
13790
13790
  const Collapse = vue.defineComponent({
13791
- name: COMPONENT_NAME$1z,
13791
+ name: COMPONENT_NAME$1A,
13792
13792
  props: props$11,
13793
13793
  emits: ["update:moodelValue", "change"],
13794
13794
  setup(props2, { slots, emit }) {
@@ -13900,9 +13900,9 @@ var Vc = (function (exports, vue) {
13900
13900
  function _isSlot$2(s) {
13901
13901
  return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !vue.isVNode(s);
13902
13902
  }
13903
- const COMPONENT_NAME$1y = "vc-expand";
13903
+ const COMPONENT_NAME$1z = "vc-expand";
13904
13904
  const Expand$1 = /* @__PURE__ */ vue.defineComponent({
13905
- name: COMPONENT_NAME$1y,
13905
+ name: COMPONENT_NAME$1z,
13906
13906
  props: props$$,
13907
13907
  setup(props2, {
13908
13908
  slots
@@ -13929,9 +13929,9 @@ var Vc = (function (exports, vue) {
13929
13929
  };
13930
13930
  }
13931
13931
  });
13932
- const COMPONENT_NAME$1x = "vc-collapse-item";
13932
+ const COMPONENT_NAME$1y = "vc-collapse-item";
13933
13933
  const CollapseItem = /* @__PURE__ */ vue.defineComponent({
13934
- name: COMPONENT_NAME$1x,
13934
+ name: COMPONENT_NAME$1y,
13935
13935
  props: props$10,
13936
13936
  setup(props2, {
13937
13937
  slots,
@@ -14001,9 +14001,9 @@ var Vc = (function (exports, vue) {
14001
14001
  default: "div"
14002
14002
  }
14003
14003
  };
14004
- const COMPONENT_NAME$1w = "vc-color-picker";
14004
+ const COMPONENT_NAME$1x = "vc-color-picker";
14005
14005
  const ColorPicker$1 = /* @__PURE__ */ vue.defineComponent({
14006
- name: COMPONENT_NAME$1w,
14006
+ name: COMPONENT_NAME$1x,
14007
14007
  props: props$_,
14008
14008
  setup(props2, {
14009
14009
  slots
@@ -14060,9 +14060,9 @@ var Vc = (function (exports, vue) {
14060
14060
  function _isSlot$1(s) {
14061
14061
  return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !vue.isVNode(s);
14062
14062
  }
14063
- const COMPONENT_NAME$1v = "vc-countdown";
14063
+ const COMPONENT_NAME$1w = "vc-countdown";
14064
14064
  const Countdown = /* @__PURE__ */ vue.defineComponent({
14065
- name: COMPONENT_NAME$1v,
14065
+ name: COMPONENT_NAME$1w,
14066
14066
  props: props$Z,
14067
14067
  emits: ["change", "finish", "error"],
14068
14068
  setup(props2, {
@@ -15235,9 +15235,9 @@ var Vc = (function (exports, vue) {
15235
15235
  }
15236
15236
  return view;
15237
15237
  };
15238
- const COMPONENT_NAME$1u = "vc-date-confirm";
15238
+ const COMPONENT_NAME$1v = "vc-date-confirm";
15239
15239
  const Confirm = /* @__PURE__ */ vue.defineComponent({
15240
- name: COMPONENT_NAME$1u,
15240
+ name: COMPONENT_NAME$1v,
15241
15241
  props: {
15242
15242
  showTime: {
15243
15243
  type: Boolean,
@@ -15298,9 +15298,9 @@ var Vc = (function (exports, vue) {
15298
15298
  };
15299
15299
  }
15300
15300
  });
15301
- const COMPONENT_NAME$1t = "vc-date-header";
15301
+ const COMPONENT_NAME$1u = "vc-date-header";
15302
15302
  const DateHeader = /* @__PURE__ */ vue.defineComponent({
15303
- name: COMPONENT_NAME$1t,
15303
+ name: COMPONENT_NAME$1u,
15304
15304
  props: {
15305
15305
  panelDate: Date,
15306
15306
  showNext: {
@@ -15381,9 +15381,9 @@ var Vc = (function (exports, vue) {
15381
15381
  };
15382
15382
  }
15383
15383
  });
15384
- const COMPONENT_NAME$1s = "vc-date-table";
15384
+ const COMPONENT_NAME$1t = "vc-date-table";
15385
15385
  const DateTable = /* @__PURE__ */ vue.defineComponent({
15386
- name: COMPONENT_NAME$1s,
15386
+ name: COMPONENT_NAME$1t,
15387
15387
  props: {
15388
15388
  value: Array,
15389
15389
  firstDayOfWeek: {
@@ -15583,9 +15583,9 @@ var Vc = (function (exports, vue) {
15583
15583
  };
15584
15584
  }
15585
15585
  });
15586
- const COMPONENT_NAME$1r = "vc-month-table";
15586
+ const COMPONENT_NAME$1s = "vc-month-table";
15587
15587
  const MonthTable = /* @__PURE__ */ vue.defineComponent({
15588
- name: COMPONENT_NAME$1r,
15588
+ name: COMPONENT_NAME$1s,
15589
15589
  props: {
15590
15590
  value: Array,
15591
15591
  panelDate: Date,
@@ -15711,7 +15711,7 @@ var Vc = (function (exports, vue) {
15711
15711
  };
15712
15712
  }
15713
15713
  });
15714
- const COMPONENT_NAME$1q = "vc-quarter-table";
15714
+ const COMPONENT_NAME$1r = "vc-quarter-table";
15715
15715
  const getMonthRange = (panelDate, quarter) => {
15716
15716
  const year = panelDate.getFullYear();
15717
15717
  const [startMonth, endMonth] = [quarter * 3, quarter * 3 + 2];
@@ -15738,7 +15738,7 @@ var Vc = (function (exports, vue) {
15738
15738
  }
15739
15739
  };
15740
15740
  const QuarterTable = /* @__PURE__ */ vue.defineComponent({
15741
- name: COMPONENT_NAME$1q,
15741
+ name: COMPONENT_NAME$1r,
15742
15742
  props: {
15743
15743
  value: Array,
15744
15744
  panelDate: Date,
@@ -15856,9 +15856,9 @@ var Vc = (function (exports, vue) {
15856
15856
  };
15857
15857
  }
15858
15858
  });
15859
- const COMPONENT_NAME$1p = "vc-shortcuts-select";
15859
+ const COMPONENT_NAME$1q = "vc-shortcuts-select";
15860
15860
  const ShortcutsSelect = /* @__PURE__ */ vue.defineComponent({
15861
- name: COMPONENT_NAME$1p,
15861
+ name: COMPONENT_NAME$1q,
15862
15862
  props: {
15863
15863
  panelDate: Date,
15864
15864
  config: Array,
@@ -15895,9 +15895,9 @@ var Vc = (function (exports, vue) {
15895
15895
  };
15896
15896
  }
15897
15897
  });
15898
- const COMPONENT_NAME$1o = "vc-time-select";
15898
+ const COMPONENT_NAME$1p = "vc-time-select";
15899
15899
  const TimeSelect = /* @__PURE__ */ vue.defineComponent({
15900
- name: COMPONENT_NAME$1o,
15900
+ name: COMPONENT_NAME$1p,
15901
15901
  props: {
15902
15902
  hours: {
15903
15903
  type: [Number, String],
@@ -16173,9 +16173,9 @@ var Vc = (function (exports, vue) {
16173
16173
  };
16174
16174
  }
16175
16175
  });
16176
- const COMPONENT_NAME$1n = "vc-year-table";
16176
+ const COMPONENT_NAME$1o = "vc-year-table";
16177
16177
  const YearTable = /* @__PURE__ */ vue.defineComponent({
16178
- name: COMPONENT_NAME$1n,
16178
+ name: COMPONENT_NAME$1o,
16179
16179
  props: {
16180
16180
  value: Array,
16181
16181
  panelDate: Date,
@@ -16291,9 +16291,9 @@ var Vc = (function (exports, vue) {
16291
16291
  }
16292
16292
  return true;
16293
16293
  };
16294
- const COMPONENT_NAME$1m = "vc-date-range-panel";
16294
+ const COMPONENT_NAME$1n = "vc-date-range-panel";
16295
16295
  const DateRangePanel = /* @__PURE__ */ vue.defineComponent({
16296
- name: COMPONENT_NAME$1m,
16296
+ name: COMPONENT_NAME$1n,
16297
16297
  props: {
16298
16298
  ...props$W,
16299
16299
  confirm: {
@@ -16654,9 +16654,9 @@ var Vc = (function (exports, vue) {
16654
16654
  };
16655
16655
  }
16656
16656
  });
16657
- const COMPONENT_NAME$1l = "vc-date-panel";
16657
+ const COMPONENT_NAME$1m = "vc-date-panel";
16658
16658
  const DatePanel = /* @__PURE__ */ vue.defineComponent({
16659
- name: COMPONENT_NAME$1l,
16659
+ name: COMPONENT_NAME$1m,
16660
16660
  props: {
16661
16661
  ...props$W,
16662
16662
  type: String,
@@ -16855,9 +16855,9 @@ var Vc = (function (exports, vue) {
16855
16855
  const endYear = value[1].getFullYear();
16856
16856
  return startYear === endYear;
16857
16857
  };
16858
- const COMPONENT_NAME$1k = "vc-monthrange-panel";
16858
+ const COMPONENT_NAME$1l = "vc-monthrange-panel";
16859
16859
  const MonthRangePanel = /* @__PURE__ */ vue.defineComponent({
16860
- name: COMPONENT_NAME$1k,
16860
+ name: COMPONENT_NAME$1l,
16861
16861
  props: {
16862
16862
  ...props$W,
16863
16863
  confirm: {
@@ -17027,9 +17027,9 @@ var Vc = (function (exports, vue) {
17027
17027
  const endYear = value[1].getFullYear();
17028
17028
  return startYear === endYear;
17029
17029
  };
17030
- const COMPONENT_NAME$1j = "vc-quarterrange-panel";
17030
+ const COMPONENT_NAME$1k = "vc-quarterrange-panel";
17031
17031
  const QuarterRangePanel = /* @__PURE__ */ vue.defineComponent({
17032
- name: COMPONENT_NAME$1j,
17032
+ name: COMPONENT_NAME$1k,
17033
17033
  props: {
17034
17034
  ...props$W,
17035
17035
  confirm: {
@@ -17260,9 +17260,9 @@ var Vc = (function (exports, vue) {
17260
17260
  seconds
17261
17261
  };
17262
17262
  };
17263
- const COMPONENT_NAME$1i = "vc-timerange-panel";
17263
+ const COMPONENT_NAME$1j = "vc-timerange-panel";
17264
17264
  const TimeRangePanel = /* @__PURE__ */ vue.defineComponent({
17265
- name: COMPONENT_NAME$1i,
17265
+ name: COMPONENT_NAME$1j,
17266
17266
  props: props$V,
17267
17267
  emits: ["pick", "clear", "ok"],
17268
17268
  setup(props2, {
@@ -17360,9 +17360,9 @@ var Vc = (function (exports, vue) {
17360
17360
  };
17361
17361
  }
17362
17362
  });
17363
- const COMPONENT_NAME$1h = "vc-time-panel";
17363
+ const COMPONENT_NAME$1i = "vc-time-panel";
17364
17364
  const TimePanel = /* @__PURE__ */ vue.defineComponent({
17365
- name: COMPONENT_NAME$1h,
17365
+ name: COMPONENT_NAME$1i,
17366
17366
  props: props$V,
17367
17367
  emits: ["pick", "clear", "ok"],
17368
17368
  setup(props2, {
@@ -17414,7 +17414,7 @@ var Vc = (function (exports, vue) {
17414
17414
  };
17415
17415
  }
17416
17416
  });
17417
- const COMPONENT_NAME$1g = "vc-date-picker";
17417
+ const COMPONENT_NAME$1h = "vc-date-picker";
17418
17418
  const getPanel$1 = (type) => {
17419
17419
  if (["daterange", "datetimerange"].includes(type)) {
17420
17420
  return DateRangePanel;
@@ -17425,7 +17425,7 @@ var Vc = (function (exports, vue) {
17425
17425
  }
17426
17426
  return DatePanel;
17427
17427
  };
17428
- const DatePicker = createPicker(COMPONENT_NAME$1g, props$Y, () => {
17428
+ const DatePicker = createPicker(COMPONENT_NAME$1h, props$Y, () => {
17429
17429
  const props2 = vue.getCurrentInstance().props;
17430
17430
  const icon = vue.ref("date");
17431
17431
  const panel = vue.shallowRef({});
@@ -17461,9 +17461,9 @@ var Vc = (function (exports, vue) {
17461
17461
  }
17462
17462
  }
17463
17463
  };
17464
- const COMPONENT_NAME$1f = "vc-divider";
17464
+ const COMPONENT_NAME$1g = "vc-divider";
17465
17465
  const Divider = /* @__PURE__ */ vue.defineComponent({
17466
- name: COMPONENT_NAME$1f,
17466
+ name: COMPONENT_NAME$1g,
17467
17467
  props: props$U,
17468
17468
  setup(props2, {
17469
17469
  slots
@@ -17592,7 +17592,7 @@ var Vc = (function (exports, vue) {
17592
17592
  barTo: props$S.to,
17593
17593
  ...pick(props$S, barKeys)
17594
17594
  };
17595
- const COMPONENT_NAME$1e = "vc-scroller-track";
17595
+ const COMPONENT_NAME$1f = "vc-scroller-track";
17596
17596
  const BAR_MAP = {
17597
17597
  vertical: {
17598
17598
  scroll: "scrollTop",
@@ -17612,7 +17612,7 @@ var Vc = (function (exports, vue) {
17612
17612
  }
17613
17613
  };
17614
17614
  const Track$1 = /* @__PURE__ */ vue.defineComponent({
17615
- name: COMPONENT_NAME$1e,
17615
+ name: COMPONENT_NAME$1f,
17616
17616
  props: props$T,
17617
17617
  emits: ["change"],
17618
17618
  inheritAttrs: false,
@@ -17774,9 +17774,9 @@ var Vc = (function (exports, vue) {
17774
17774
  };
17775
17775
  }
17776
17776
  });
17777
- const COMPONENT_NAME$1d = "vc-scroller-bar";
17777
+ const COMPONENT_NAME$1e = "vc-scroller-bar";
17778
17778
  const Bar = /* @__PURE__ */ vue.defineComponent({
17779
- name: COMPONENT_NAME$1d,
17779
+ name: COMPONENT_NAME$1e,
17780
17780
  props: props$S,
17781
17781
  emits: ["change"],
17782
17782
  setup(props2, {
@@ -18006,9 +18006,9 @@ var Vc = (function (exports, vue) {
18006
18006
  refreshPosition
18007
18007
  };
18008
18008
  };
18009
- const COMPONENT_NAME$1c = "vc-scroller";
18009
+ const COMPONENT_NAME$1d = "vc-scroller";
18010
18010
  const Scroller = /* @__PURE__ */ vue.defineComponent({
18011
- name: COMPONENT_NAME$1c,
18011
+ name: COMPONENT_NAME$1d,
18012
18012
  props: props$R,
18013
18013
  emits: ["scroll"],
18014
18014
  setup(props2, {
@@ -18066,9 +18066,9 @@ var Vc = (function (exports, vue) {
18066
18066
  };
18067
18067
  }
18068
18068
  });
18069
- const COMPONENT_NAME$1b = "vc-scroller-wheel";
18069
+ const COMPONENT_NAME$1c = "vc-scroller-wheel";
18070
18070
  const ScrollerWheel = /* @__PURE__ */ vue.defineComponent({
18071
- name: COMPONENT_NAME$1b,
18071
+ name: COMPONENT_NAME$1c,
18072
18072
  props: Object.assign({}, props$R, {
18073
18073
  stopPropagation: {
18074
18074
  type: Boolean,
@@ -18249,9 +18249,9 @@ var Vc = (function (exports, vue) {
18249
18249
  type: Function
18250
18250
  }
18251
18251
  };
18252
- const COMPONENT_NAME$1a = "vc-drawer";
18252
+ const COMPONENT_NAME$1b = "vc-drawer";
18253
18253
  const DrawerView = /* @__PURE__ */ vue.defineComponent({
18254
- name: COMPONENT_NAME$1a,
18254
+ name: COMPONENT_NAME$1b,
18255
18255
  props: props$Q,
18256
18256
  emits: ["close", "update:modelValue", "visible-change"],
18257
18257
  setup(props2, {
@@ -18423,9 +18423,9 @@ var Vc = (function (exports, vue) {
18423
18423
  default: false
18424
18424
  }
18425
18425
  };
18426
- const COMPONENT_NAME$19 = "vc-dropdown";
18426
+ const COMPONENT_NAME$1a = "vc-dropdown";
18427
18427
  const Dropdown = /* @__PURE__ */ vue.defineComponent({
18428
- name: COMPONENT_NAME$19,
18428
+ name: COMPONENT_NAME$1a,
18429
18429
  props: props$P,
18430
18430
  inheritAttrs: false,
18431
18431
  emits: ["update:modelValue", "ready", "close", "visible-change", "click"],
@@ -18488,9 +18488,9 @@ var Vc = (function (exports, vue) {
18488
18488
  };
18489
18489
  }
18490
18490
  });
18491
- const COMPONENT_NAME$18 = "vc-dropdown-menu";
18491
+ const COMPONENT_NAME$19 = "vc-dropdown-menu";
18492
18492
  const DropdownMenu = /* @__PURE__ */ vue.defineComponent({
18493
- name: COMPONENT_NAME$18,
18493
+ name: COMPONENT_NAME$19,
18494
18494
  setup(_, {
18495
18495
  slots
18496
18496
  }) {
@@ -18501,9 +18501,9 @@ var Vc = (function (exports, vue) {
18501
18501
  };
18502
18502
  }
18503
18503
  });
18504
- const COMPONENT_NAME$17 = "vc-dropdown-item";
18504
+ const COMPONENT_NAME$18 = "vc-dropdown-item";
18505
18505
  const DropdownItem = /* @__PURE__ */ vue.defineComponent({
18506
- name: COMPONENT_NAME$17,
18506
+ name: COMPONENT_NAME$18,
18507
18507
  props: {
18508
18508
  value: {
18509
18509
  type: [String, Number],
@@ -18711,9 +18711,9 @@ var Vc = (function (exports, vue) {
18711
18711
  ["link", "upload/video", "upload/image", "undo", "redo"]
18712
18712
  ]
18713
18713
  };
18714
- const COMPONENT_NAME$16 = "vc-editor-toolbar";
18714
+ const COMPONENT_NAME$17 = "vc-editor-toolbar";
18715
18715
  const EditorToolbar = /* @__PURE__ */ vue.defineComponent({
18716
- name: COMPONENT_NAME$16,
18716
+ name: COMPONENT_NAME$17,
18717
18717
  props: {
18718
18718
  options: [Array, Object],
18719
18719
  elementId: String
@@ -18911,9 +18911,9 @@ var Vc = (function (exports, vue) {
18911
18911
  default: "div"
18912
18912
  }
18913
18913
  };
18914
- const COMPONENT_NAME$15 = "vc-image-preview";
18914
+ const COMPONENT_NAME$16 = "vc-image-preview";
18915
18915
  const ImagePreview$1 = /* @__PURE__ */ vue.defineComponent({
18916
- name: COMPONENT_NAME$15,
18916
+ name: COMPONENT_NAME$16,
18917
18917
  props: props$O,
18918
18918
  setup(props2, {
18919
18919
  slots
@@ -19095,9 +19095,9 @@ var Vc = (function (exports, vue) {
19095
19095
  default: false
19096
19096
  }
19097
19097
  };
19098
- const COMPONENT_NAME$14 = "vc-upload";
19098
+ const COMPONENT_NAME$15 = "vc-upload";
19099
19099
  const Upload$1 = vue.defineComponent({
19100
- name: COMPONENT_NAME$14,
19100
+ name: COMPONENT_NAME$15,
19101
19101
  props: props$N,
19102
19102
  emits: [
19103
19103
  "message",
@@ -19622,9 +19622,9 @@ var Vc = (function (exports, vue) {
19622
19622
  default: true
19623
19623
  }
19624
19624
  };
19625
- const COMPONENT_NAME$13 = "vc-editor";
19625
+ const COMPONENT_NAME$14 = "vc-editor";
19626
19626
  const Editor$1 = /* @__PURE__ */ vue.defineComponent({
19627
- name: COMPONENT_NAME$13,
19627
+ name: COMPONENT_NAME$14,
19628
19628
  props: props$M,
19629
19629
  emits: ["ready", "blur", "focus", "input", "update:modelValue", "change"],
19630
19630
  setup(props2, {
@@ -19804,7 +19804,7 @@ var Vc = (function (exports, vue) {
19804
19804
  };
19805
19805
  }
19806
19806
  });
19807
- const COMPONENT_NAME$12 = "vc-editor-view";
19807
+ const COMPONENT_NAME$13 = "vc-editor-view";
19808
19808
  const setImages = (v) => {
19809
19809
  if (!v) return;
19810
19810
  const IMG_REGX = /<img.*?(?:>|\/>)/gi;
@@ -19821,7 +19821,7 @@ var Vc = (function (exports, vue) {
19821
19821
  return;
19822
19822
  };
19823
19823
  const EditorView = /* @__PURE__ */ vue.defineComponent({
19824
- name: COMPONENT_NAME$12,
19824
+ name: COMPONENT_NAME$13,
19825
19825
  props: {
19826
19826
  value: {
19827
19827
  type: String,
@@ -19888,6 +19888,7 @@ var Vc = (function (exports, vue) {
19888
19888
  }
19889
19889
  });
19890
19890
  const MEditor = Editor$1;
19891
+ const MEditorView = EditorView;
19891
19892
  const MExpand = Expand$1;
19892
19893
  const props$L = {
19893
19894
  tag: {
@@ -19929,7 +19930,14 @@ var Vc = (function (exports, vue) {
19929
19930
  labelStyle: [Object, String],
19930
19931
  labelClass: [Object, String],
19931
19932
  errorStyle: [Object, String],
19932
- errorClass: [Object, String]
19933
+ errorClass: [Object, String],
19934
+ // 给nestFormItem统一注入
19935
+ nestedContentStyle: [Object, String],
19936
+ nestedContentClass: [Object, String],
19937
+ nestedLabelStyle: [Object, String],
19938
+ nestedLabelClass: [Object, String],
19939
+ nestedErrorStyle: [Object, String],
19940
+ nestedErrorClass: [Object, String]
19933
19941
  };
19934
19942
  const useForm = (expose, options = {}) => {
19935
19943
  const instance = vue.getCurrentInstance();
@@ -20021,9 +20029,9 @@ var Vc = (function (exports, vue) {
20021
20029
  validateField
20022
20030
  });
20023
20031
  };
20024
- const COMPONENT_NAME$11 = "vc-form";
20032
+ const COMPONENT_NAME$12 = "vc-form";
20025
20033
  const Form = vue.defineComponent({
20026
- name: COMPONENT_NAME$11,
20034
+ name: COMPONENT_NAME$12,
20027
20035
  props: props$L,
20028
20036
  setup(props2, { slots, expose }) {
20029
20037
  useForm(expose);
@@ -20129,9 +20137,7 @@ var Vc = (function (exports, vue) {
20129
20137
  return formItemRules;
20130
20138
  });
20131
20139
  const isRequired = vue.computed(() => {
20132
- if (!currentRules.value.length) {
20133
- return !!props2.required;
20134
- }
20140
+ if (props2.required) return !!props2.required;
20135
20141
  let required = false;
20136
20142
  for (let i = 0; i < currentRules.value.length; i++) {
20137
20143
  const rule = currentRules.value[i];
@@ -20145,31 +20151,32 @@ var Vc = (function (exports, vue) {
20145
20151
  });
20146
20152
  const classes = vue.computed(() => {
20147
20153
  return {
20148
- "is-require": isRequired.value && props2.asterisk,
20154
+ "is-required": isRequired.value && props2.asterisk,
20149
20155
  "is-error": validateState.value === "error",
20150
20156
  "is-validating": validateState.value === "validating",
20151
20157
  "is-inline": form.props.inline,
20152
- "is-nest": isNest.value,
20158
+ "is-nested": isNested.value,
20153
20159
  "is-alone": !props2.showMessage,
20154
20160
  // 用于单独去除form-item的默认margin_bottom
20155
20161
  [`is-${labelPosition.value}`]: true
20156
20162
  };
20157
20163
  });
20158
- const isNest = vue.computed(() => {
20164
+ const isNested = vue.computed(() => {
20159
20165
  return !!formItem.change;
20160
20166
  });
20161
- const isNestLast = vue.ref(false);
20167
+ const isNestedLast = vue.ref(false);
20162
20168
  const hasLabel = vue.computed(() => {
20163
20169
  return !!props2.label || slots.label;
20164
20170
  });
20165
20171
  const labelStyle = vue.computed(() => {
20166
- const labelWidth = props2.labelWidth === 0 || props2.labelWidth ? props2.labelWidth : isNest.value ? 0 : form.props.labelWidth;
20172
+ const labelWidth = props2.labelWidth === 0 || props2.labelWidth ? props2.labelWidth : isNested.value ? 0 : form.props.labelWidth;
20167
20173
  return [
20168
20174
  {
20169
20175
  width: labelPosition.value !== "top" && labelWidth && labelWidth > 0 ? `${labelWidth}px` : "auto",
20170
20176
  textAlign: labelPosition.value === "top" ? "left" : labelPosition.value
20171
20177
  },
20172
20178
  form.props.labelStyle,
20179
+ isNested.value && form.props.nestedLabelStyle,
20173
20180
  props2.labelStyle
20174
20181
  ];
20175
20182
  });
@@ -20177,24 +20184,25 @@ var Vc = (function (exports, vue) {
20177
20184
  const labelWidth = props2.labelWidth === 0 || props2.labelWidth ? props2.labelWidth : form.props.labelWidth;
20178
20185
  return [
20179
20186
  {
20180
- marginLeft: !hasLabel.value && isNest.value ? 0 : labelWidth && labelWidth > 0 ? `${labelWidth}px` : "unset",
20181
- marginBottom: isNest.value && !isNestLast.value ? `20px` : 0
20187
+ marginLeft: labelPosition.value === "top" || !hasLabel.value && isNested.value ? 0 : labelWidth && labelWidth > 0 ? `${labelWidth}px` : "unset",
20188
+ marginBottom: isNested.value && !isNestedLast.value ? `20px` : 0
20182
20189
  },
20183
20190
  form.props.contentStyle,
20191
+ isNested.value && form.props.nestedContentStyle,
20184
20192
  props2.contentStyle
20185
20193
  ];
20186
20194
  });
20187
20195
  const errorStyle = vue.computed(() => {
20188
- return [form.props.errorStyle, props2.errorStyle];
20196
+ return [form.props.errorStyle, isNested.value && form.props.nestedErrorStyle, props2.errorStyle];
20189
20197
  });
20190
20198
  const labelClass = vue.computed(() => {
20191
- return [form.props.labelClass, props2.labelClass];
20199
+ return [form.props.labelClass, isNested.value && form.props.nestedLabelClass, props2.labelClass];
20192
20200
  });
20193
20201
  const contentClass = vue.computed(() => {
20194
- return [form.props.contentClass, props2.contentClass];
20202
+ return [form.props.contentClass, isNested.value && form.props.nestedContentClass, props2.contentClass];
20195
20203
  });
20196
20204
  const errorClass = vue.computed(() => {
20197
- return [form.props.errorClass, props2.errorClass];
20205
+ return [form.props.errorClass, isNested.value && form.props.nestedErrorClass, props2.errorClass];
20198
20206
  });
20199
20207
  const isStyleless = vue.computed(() => {
20200
20208
  return props2.styleless || form.props.styleless;
@@ -20331,7 +20339,7 @@ var Vc = (function (exports, vue) {
20331
20339
  vue.watch(
20332
20340
  () => formItem.fields?.length,
20333
20341
  async (v) => {
20334
- if (!isNest.value || !v) return isNestLast.value = false;
20342
+ if (!isNested.value || !v) return isNestedLast.value = false;
20335
20343
  const fields$ = [...vue.toRaw(formItem.fields)];
20336
20344
  const positions = await Promise.all(fields$.map((item) => item.exposed.getPosition()));
20337
20345
  const sortFields = fields$.toSorted((a, b) => {
@@ -20342,7 +20350,7 @@ var Vc = (function (exports, vue) {
20342
20350
  if (aPosition.top != bPosition.top) return aPosition.top - bPosition.top;
20343
20351
  return aPosition.left - bPosition.left;
20344
20352
  });
20345
- isNestLast.value = sortFields[sortFields.length - 1] === instance;
20353
+ isNestedLast.value = sortFields[sortFields.length - 1] === instance;
20346
20354
  }
20347
20355
  );
20348
20356
  expose({
@@ -20351,9 +20359,9 @@ var Vc = (function (exports, vue) {
20351
20359
  getPosition
20352
20360
  });
20353
20361
  return {
20354
- isNest,
20362
+ isNested,
20355
20363
  isStyleless,
20356
- isNestLast,
20364
+ isNestedLast,
20357
20365
  validateMessage,
20358
20366
  classes,
20359
20367
  labelStyle,
@@ -20366,9 +20374,9 @@ var Vc = (function (exports, vue) {
20366
20374
  labelPosition
20367
20375
  };
20368
20376
  };
20369
- const COMPONENT_NAME$10 = "vc-form-item";
20377
+ const COMPONENT_NAME$11 = "vc-form-item";
20370
20378
  const FormItem = /* @__PURE__ */ vue.defineComponent({
20371
- name: COMPONENT_NAME$10,
20379
+ name: COMPONENT_NAME$11,
20372
20380
  props: props$K,
20373
20381
  setup(props2, {
20374
20382
  slots,
@@ -20377,7 +20385,7 @@ var Vc = (function (exports, vue) {
20377
20385
  const it = useFormItem(expose);
20378
20386
  const {
20379
20387
  isStyleless,
20380
- isNest,
20388
+ isNested,
20381
20389
  classes,
20382
20390
  labelStyle,
20383
20391
  contentStyle,
@@ -20388,39 +20396,35 @@ var Vc = (function (exports, vue) {
20388
20396
  showError,
20389
20397
  validateMessage
20390
20398
  } = it;
20391
- const {
20392
- label,
20393
- labelFor
20394
- } = props2;
20395
20399
  const errorColorClass = "vc-form-item__error";
20396
20400
  return () => {
20397
20401
  if (isStyleless.value) return [slots.default?.(), slots.error?.({
20398
20402
  show: showError.value,
20399
- nest: isNest.value,
20403
+ nested: isNested.value,
20400
20404
  message: validateMessage.value,
20401
20405
  class: [errorColorClass, ...errorClass.value],
20402
20406
  style: errorStyle.value
20403
20407
  })];
20404
20408
  return vue.createVNode("div", {
20405
20409
  "class": ["vc-form-item", classes.value]
20406
- }, [(label || slots.label) && vue.createVNode("div", {
20410
+ }, [(props2.label || slots.label) && vue.createVNode("div", {
20407
20411
  "style": labelStyle.value,
20408
20412
  "class": ["vc-form-item__label", ...labelClass.value],
20409
- "for": labelFor
20410
- }, [vue.createVNode("label", null, [label || slots.label?.()])]), vue.createVNode("div", {
20413
+ "for": props2.labelFor
20414
+ }, [vue.createVNode("label", null, [props2.label || slots.label?.()])]), vue.createVNode("div", {
20411
20415
  "class": "vc-form-item__wrapper"
20412
20416
  }, [vue.createVNode("div", {
20413
20417
  "class": ["vc-form-item__content", ...contentClass.value],
20414
20418
  "style": contentStyle.value
20415
20419
  }, [slots.default?.(), slots.error ? slots.error({
20416
20420
  show: showError.value,
20417
- nest: isNest.value,
20421
+ nest: isNested.value,
20418
20422
  message: validateMessage.value,
20419
20423
  class: [errorColorClass, ...errorClass.value],
20420
20424
  style: errorStyle.value
20421
20425
  }) : vue.createVNode(TransitionFade, null, {
20422
20426
  default: () => [vue.withDirectives(vue.createVNode("div", {
20423
- "class": ["vc-form-item__tip", isNest.value ? "is-nest" : "", errorColorClass, ...errorClass.value],
20427
+ "class": ["vc-form-item__tip", isNested.value ? "is-nested" : "", errorColorClass, ...errorClass.value],
20424
20428
  "style": [errorStyle.value]
20425
20429
  }, [validateMessage.value]), [[vue.vShow, showError.value]])]
20426
20430
  })])])]);
@@ -20438,9 +20442,9 @@ var Vc = (function (exports, vue) {
20438
20442
  default: false
20439
20443
  }
20440
20444
  };
20441
- const COMPONENT_NAME$$ = "vcm-form";
20445
+ const COMPONENT_NAME$10 = "vcm-form";
20442
20446
  const MForm = vue.defineComponent({
20443
- name: COMPONENT_NAME$$,
20447
+ name: COMPONENT_NAME$10,
20444
20448
  props: props$J,
20445
20449
  setup(props2, { slots, expose }) {
20446
20450
  useForm(expose, {
@@ -20467,9 +20471,9 @@ var Vc = (function (exports, vue) {
20467
20471
  default: 12
20468
20472
  }
20469
20473
  };
20470
- const COMPONENT_NAME$_ = "vcm-form-item";
20474
+ const COMPONENT_NAME$$ = "vcm-form-item";
20471
20475
  const MFormItem = /* @__PURE__ */ vue.defineComponent({
20472
- name: COMPONENT_NAME$_,
20476
+ name: COMPONENT_NAME$$,
20473
20477
  props: props$I,
20474
20478
  setup(props2, {
20475
20479
  slots,
@@ -20485,41 +20489,36 @@ var Vc = (function (exports, vue) {
20485
20489
  labelClass,
20486
20490
  contentClass,
20487
20491
  errorClass,
20488
- isNest,
20492
+ isNested,
20489
20493
  showError,
20490
20494
  validateMessage
20491
20495
  } = it;
20492
- const {
20493
- label,
20494
- labelFor,
20495
- showMessage
20496
- } = props2;
20497
20496
  const errorColorClass = "vcm-form-item__error";
20498
20497
  return () => {
20499
20498
  if (isStyleless.value) return [slots.default?.(), slots.error?.({
20500
20499
  show: showError.value,
20501
- nest: isNest.value,
20500
+ nested: isNested.value,
20502
20501
  message: validateMessage.value,
20503
20502
  class: [errorColorClass, ...errorClass.value],
20504
20503
  style: errorStyle.value
20505
20504
  })];
20506
20505
  return vue.createVNode("div", {
20507
20506
  "style": {
20508
- paddingLeft: `${isNest.value ? 0 : props2.indent}px`
20507
+ paddingLeft: `${isNested.value ? 0 : props2.indent}px`
20509
20508
  },
20510
20509
  "class": [classes.value, "vcm-form-item"]
20511
20510
  }, [vue.createVNode("div", {
20512
20511
  "class": "vcm-form-item__wrapper"
20513
20512
  }, [(props2.label || slots.label) && vue.createVNode("label", {
20514
- "for": labelFor,
20513
+ "for": props2.labelFor,
20515
20514
  "style": labelStyle.value,
20516
20515
  "class": ["vcm-form-item__label", ...labelClass.value]
20517
- }, [label || slots.label?.()]), vue.createVNode("div", {
20516
+ }, [props2.label || slots.label?.()]), vue.createVNode("div", {
20518
20517
  "style": contentStyle.value,
20519
20518
  "class": ["vcm-form-item__content", ...contentClass.value]
20520
- }, [slots.default?.(), showMessage && showError.value && vue.createVNode("div", {
20519
+ }, [slots.default?.(), props2.showMessage && showError.value && vue.createVNode("div", {
20521
20520
  "class": [{
20522
- "is-nest": isNest.value
20521
+ "is-nested": isNested.value
20523
20522
  }, errorColorClass, ...errorClass.value],
20524
20523
  "style": errorStyle.value
20525
20524
  }, [slots.error ? slots.error({
@@ -20528,9 +20527,9 @@ var Vc = (function (exports, vue) {
20528
20527
  };
20529
20528
  }
20530
20529
  });
20531
- const COMPONENT_NAME$Z = "vc-fragment";
20530
+ const COMPONENT_NAME$_ = "vc-fragment";
20532
20531
  const Fragment = vue.defineComponent({
20533
- name: COMPONENT_NAME$Z,
20532
+ name: COMPONENT_NAME$_,
20534
20533
  setup(_, { slots }) {
20535
20534
  return () => vue.h(vue.Fragment, slots.default?.());
20536
20535
  }
@@ -20542,9 +20541,9 @@ var Vc = (function (exports, vue) {
20542
20541
  default: "div"
20543
20542
  }
20544
20543
  };
20545
- const COMPONENT_NAME$Y = "vc-html-to-image";
20544
+ const COMPONENT_NAME$Z = "vc-html-to-image";
20546
20545
  const HTMLToImage = /* @__PURE__ */ vue.defineComponent({
20547
- name: COMPONENT_NAME$Y,
20546
+ name: COMPONENT_NAME$Z,
20548
20547
  props: props$H,
20549
20548
  setup(props2, {
20550
20549
  slots
@@ -20617,7 +20616,7 @@ var Vc = (function (exports, vue) {
20617
20616
  }
20618
20617
  }
20619
20618
  const IMGStore$1 = new IMGStore();
20620
- const COMPONENT_NAME$X = "vc-image";
20619
+ const COMPONENT_NAME$Y = "vc-image";
20621
20620
  let isSupportObjectFit = false;
20622
20621
  window.addEventListener("DOMContentLoaded", () => {
20623
20622
  isSupportObjectFit = !IS_SERVER$3 && document.documentElement.style.objectFit !== void 0;
@@ -20630,7 +20629,7 @@ var Vc = (function (exports, vue) {
20630
20629
  SCALE_DOWN: "scale-down"
20631
20630
  };
20632
20631
  const Image$1$1 = /* @__PURE__ */ vue.defineComponent({
20633
- name: COMPONENT_NAME$X,
20632
+ name: COMPONENT_NAME$Y,
20634
20633
  inheritAttrs: false,
20635
20634
  props: props$G,
20636
20635
  setup(props2, {
@@ -20838,9 +20837,9 @@ var Vc = (function (exports, vue) {
20838
20837
  default: "div"
20839
20838
  }
20840
20839
  };
20841
- const COMPONENT_NAME$W = "vc-image-crop";
20840
+ const COMPONENT_NAME$X = "vc-image-crop";
20842
20841
  const ImageCrop = /* @__PURE__ */ vue.defineComponent({
20843
- name: COMPONENT_NAME$W,
20842
+ name: COMPONENT_NAME$X,
20844
20843
  props: props$F,
20845
20844
  setup(props2, {
20846
20845
  slots
@@ -20860,9 +20859,9 @@ var Vc = (function (exports, vue) {
20860
20859
  default: "div"
20861
20860
  }
20862
20861
  };
20863
- const COMPONENT_NAME$V = "vc-image-processing";
20862
+ const COMPONENT_NAME$W = "vc-image-processing";
20864
20863
  const ImageProcessing = /* @__PURE__ */ vue.defineComponent({
20865
- name: COMPONENT_NAME$V,
20864
+ name: COMPONENT_NAME$W,
20866
20865
  props: props$E,
20867
20866
  setup(props2, {
20868
20867
  slots
@@ -20875,9 +20874,9 @@ var Vc = (function (exports, vue) {
20875
20874
  }
20876
20875
  });
20877
20876
  const MImageProcessing = ImageProcessing;
20878
- const COMPONENT_NAME$U = "vcm-input";
20877
+ const COMPONENT_NAME$V = "vcm-input";
20879
20878
  const MInput = /* @__PURE__ */ vue.defineComponent({
20880
- name: COMPONENT_NAME$U,
20879
+ name: COMPONENT_NAME$V,
20881
20880
  inheritAttrs: false,
20882
20881
  props: {
20883
20882
  ...props$1g,
@@ -20964,9 +20963,9 @@ var Vc = (function (exports, vue) {
20964
20963
  };
20965
20964
  }
20966
20965
  });
20967
- const COMPONENT_NAME$T = "vcm-input-number";
20966
+ const COMPONENT_NAME$U = "vcm-input-number";
20968
20967
  const MInputNumber = /* @__PURE__ */ vue.defineComponent({
20969
- name: COMPONENT_NAME$T,
20968
+ name: COMPONENT_NAME$U,
20970
20969
  props: props$1f,
20971
20970
  inheritAttrs: false,
20972
20971
  setup(props2, {
@@ -21012,9 +21011,9 @@ var Vc = (function (exports, vue) {
21012
21011
  };
21013
21012
  }
21014
21013
  });
21015
- const COMPONENT_NAME$S = "vcm-input-search";
21014
+ const COMPONENT_NAME$T = "vcm-input-search";
21016
21015
  const MInputSearch = /* @__PURE__ */ vue.defineComponent({
21017
- name: COMPONENT_NAME$S,
21016
+ name: COMPONENT_NAME$T,
21018
21017
  props: {
21019
21018
  ...props$1e,
21020
21019
  cancelText: {
@@ -21088,9 +21087,9 @@ var Vc = (function (exports, vue) {
21088
21087
  default: true
21089
21088
  }
21090
21089
  };
21091
- const COMPONENT_NAME$R = "vcm-list";
21090
+ const COMPONENT_NAME$S = "vcm-list";
21092
21091
  const MList = vue.defineComponent({
21093
- name: COMPONENT_NAME$R,
21092
+ name: COMPONENT_NAME$S,
21094
21093
  props: props$D,
21095
21094
  setup(props2, { slots }) {
21096
21095
  vue.provide("vc-list", { props: props2 });
@@ -21141,10 +21140,10 @@ var Vc = (function (exports, vue) {
21141
21140
  // MListItem是否独立存在
21142
21141
  alone: Boolean
21143
21142
  };
21144
- const COMPONENT_NAME$Q = "vcm-list-item";
21143
+ const COMPONENT_NAME$R = "vcm-list-item";
21145
21144
  const HTTP_REGEX = /[a-zA-z]+:\/\/[^\s]*/;
21146
21145
  const MListItem = /* @__PURE__ */ vue.defineComponent({
21147
- name: COMPONENT_NAME$Q,
21146
+ name: COMPONENT_NAME$R,
21148
21147
  props: props$C,
21149
21148
  emits: ["click"],
21150
21149
  setup(props2, {
@@ -21228,11 +21227,11 @@ var Vc = (function (exports, vue) {
21228
21227
  default: false
21229
21228
  }
21230
21229
  };
21231
- const COMPONENT_NAME$P = "vc-marquee";
21230
+ const COMPONENT_NAME$Q = "vc-marquee";
21232
21231
  const ANIMATION = prefixStyle("animation").camel;
21233
21232
  const TRANSFORM_KEBAB = prefixStyle("transform").kebab;
21234
21233
  const Marquee = /* @__PURE__ */ vue.defineComponent({
21235
- name: COMPONENT_NAME$P,
21234
+ name: COMPONENT_NAME$Q,
21236
21235
  props: props$B,
21237
21236
  setup(props2, {
21238
21237
  slots
@@ -21293,9 +21292,9 @@ var Vc = (function (exports, vue) {
21293
21292
  default: true
21294
21293
  }
21295
21294
  };
21296
- const COMPONENT_NAME$O = "vc-resizer";
21295
+ const COMPONENT_NAME$P = "vc-resizer";
21297
21296
  const Resizer = vue.defineComponent({
21298
- name: COMPONENT_NAME$O,
21297
+ name: COMPONENT_NAME$P,
21299
21298
  props: props$A,
21300
21299
  emits: ["resize"],
21301
21300
  setup(props2, { emit, slots, expose }) {
@@ -21454,10 +21453,10 @@ var Vc = (function (exports, vue) {
21454
21453
  type: Function
21455
21454
  }
21456
21455
  };
21457
- const COMPONENT_NAME$N = "vc-modal";
21456
+ const COMPONENT_NAME$O = "vc-modal";
21458
21457
  let zIndexNumber = 1002;
21459
21458
  const ModalView = /* @__PURE__ */ vue.defineComponent({
21460
- name: COMPONENT_NAME$N,
21459
+ name: COMPONENT_NAME$O,
21461
21460
  emits: ["update:modelValue", "close", "portal-fulfilled", "visible-change", "ok", "cancel"],
21462
21461
  props: props$z,
21463
21462
  setup(props2, {
@@ -21847,9 +21846,9 @@ var Vc = (function (exports, vue) {
21847
21846
  type: Function
21848
21847
  }
21849
21848
  };
21850
- const COMPONENT_NAME$M = "vc-modal";
21849
+ const COMPONENT_NAME$N = "vc-modal";
21851
21850
  const MModalView = /* @__PURE__ */ vue.defineComponent({
21852
- name: COMPONENT_NAME$M,
21851
+ name: COMPONENT_NAME$N,
21853
21852
  emits: ["update:modelValue", "portal-fulfilled", "close", "ok", "cancel"],
21854
21853
  props: props$y,
21855
21854
  setup(props2, {
@@ -22044,9 +22043,9 @@ var Vc = (function (exports, vue) {
22044
22043
  // 这个相当于Modal中的onCancel,支持Promise
22045
22044
  onBeforeClose: Function
22046
22045
  };
22047
- const COMPONENT_NAME$L = "vc-notice";
22046
+ const COMPONENT_NAME$M = "vc-notice";
22048
22047
  const NoticeView = /* @__PURE__ */ vue.defineComponent({
22049
- name: COMPONENT_NAME$L,
22048
+ name: COMPONENT_NAME$M,
22050
22049
  props: props$x,
22051
22050
  emits: ["portal-fulfilled", "close", "before-close"],
22052
22051
  setup(props2, {
@@ -22212,9 +22211,9 @@ var Vc = (function (exports, vue) {
22212
22211
  default: "div"
22213
22212
  }
22214
22213
  };
22215
- const COMPONENT_NAME$K = "vc-option";
22214
+ const COMPONENT_NAME$L = "vc-option";
22216
22215
  const Option$1 = /* @__PURE__ */ vue.defineComponent({
22217
- name: COMPONENT_NAME$K,
22216
+ name: COMPONENT_NAME$L,
22218
22217
  props: props$w,
22219
22218
  setup(props2, {
22220
22219
  slots
@@ -22292,9 +22291,9 @@ var Vc = (function (exports, vue) {
22292
22291
  type: [String, Number]
22293
22292
  }
22294
22293
  };
22295
- const COMPONENT_NAME$J = "vc-tag";
22294
+ const COMPONENT_NAME$K = "vc-tag";
22296
22295
  const Tag = /* @__PURE__ */ vue.defineComponent({
22297
- name: COMPONENT_NAME$J,
22296
+ name: COMPONENT_NAME$K,
22298
22297
  props: props$u,
22299
22298
  emits: ["close", "change"],
22300
22299
  setup(props2, {
@@ -22361,9 +22360,9 @@ var Vc = (function (exports, vue) {
22361
22360
  render: [Function],
22362
22361
  row: Object
22363
22362
  };
22364
- const COMPONENT_NAME$I = "vc-select-option";
22363
+ const COMPONENT_NAME$J = "vc-select-option";
22365
22364
  const Option = /* @__PURE__ */ vue.defineComponent({
22366
- name: COMPONENT_NAME$I,
22365
+ name: COMPONENT_NAME$J,
22367
22366
  props: props$t,
22368
22367
  setup(props2, {
22369
22368
  slots
@@ -22443,9 +22442,9 @@ var Vc = (function (exports, vue) {
22443
22442
  row: Object,
22444
22443
  render: [Function]
22445
22444
  };
22446
- const COMPONENT_NAME$H = "vc-select-option-group";
22445
+ const COMPONENT_NAME$I = "vc-select-option-group";
22447
22446
  const OptionGroup = /* @__PURE__ */ vue.defineComponent({
22448
- name: COMPONENT_NAME$H,
22447
+ name: COMPONENT_NAME$I,
22449
22448
  props: props$s,
22450
22449
  setup(props2, {
22451
22450
  slots
@@ -22472,9 +22471,9 @@ var Vc = (function (exports, vue) {
22472
22471
  };
22473
22472
  }
22474
22473
  });
22475
- const COMPONENT_NAME$G = "vc-select";
22474
+ const COMPONENT_NAME$H = "vc-select";
22476
22475
  const Select = /* @__PURE__ */ vue.defineComponent({
22477
- name: COMPONENT_NAME$G,
22476
+ name: COMPONENT_NAME$H,
22478
22477
  props: props$19,
22479
22478
  emits: ["ready", "close", "visible-change", "clear", "change", "update:modelValue"],
22480
22479
  setup(props2, {
@@ -22735,9 +22734,9 @@ var Vc = (function (exports, vue) {
22735
22734
  };
22736
22735
  }
22737
22736
  });
22738
- const COMPONENT_NAME$F = "vc-pagination";
22737
+ const COMPONENT_NAME$G = "vc-pagination";
22739
22738
  const Pagination = /* @__PURE__ */ vue.defineComponent({
22740
- name: COMPONENT_NAME$F,
22739
+ name: COMPONENT_NAME$G,
22741
22740
  props: props$v,
22742
22741
  emits: ["update:current", "change", "page-size-change"],
22743
22742
  setup(props2, {
@@ -22928,9 +22927,9 @@ var Vc = (function (exports, vue) {
22928
22927
  default: "div"
22929
22928
  }
22930
22929
  };
22931
- const COMPONENT_NAME$E = "vc-picker";
22930
+ const COMPONENT_NAME$F = "vc-picker";
22932
22931
  const Picker$1 = /* @__PURE__ */ vue.defineComponent({
22933
- name: COMPONENT_NAME$E,
22932
+ name: COMPONENT_NAME$F,
22934
22933
  props: props$r,
22935
22934
  setup(props2, {
22936
22935
  slots
@@ -22988,9 +22987,9 @@ var Vc = (function (exports, vue) {
22988
22987
  width: [String, Number],
22989
22988
  portalClass: [String, Object]
22990
22989
  };
22991
- const COMPONENT_NAME$D = "vc-popconfirm";
22990
+ const COMPONENT_NAME$E = "vc-popconfirm";
22992
22991
  const Popconfirm = /* @__PURE__ */ vue.defineComponent({
22993
- name: COMPONENT_NAME$D,
22992
+ name: COMPONENT_NAME$E,
22994
22993
  props: props$q,
22995
22994
  inheritAttrs: false,
22996
22995
  emits: ["update:modelValue", "visible-change", "ready", "close", "cancel", "ok"],
@@ -23150,9 +23149,9 @@ var Vc = (function (exports, vue) {
23150
23149
  })
23151
23150
  }
23152
23151
  };
23153
- const COMPONENT_NAME$C = "vc-popup";
23152
+ const COMPONENT_NAME$D = "vc-popup";
23154
23153
  const MPopup = /* @__PURE__ */ vue.defineComponent({
23155
- name: COMPONENT_NAME$C,
23154
+ name: COMPONENT_NAME$D,
23156
23155
  props: props$p,
23157
23156
  emits: ["update:modelValue", "close", "portal-fulfilled", "visible-change"],
23158
23157
  setup(props2, {
@@ -23261,9 +23260,9 @@ var Vc = (function (exports, vue) {
23261
23260
  default: "div"
23262
23261
  }
23263
23262
  };
23264
- const COMPONENT_NAME$B = "vc-print";
23263
+ const COMPONENT_NAME$C = "vc-print";
23265
23264
  const Print = /* @__PURE__ */ vue.defineComponent({
23266
- name: COMPONENT_NAME$B,
23265
+ name: COMPONENT_NAME$C,
23267
23266
  props: props$o,
23268
23267
  setup(props2, {
23269
23268
  expose,
@@ -23353,9 +23352,9 @@ var Vc = (function (exports, vue) {
23353
23352
  })
23354
23353
  }
23355
23354
  };
23356
- const COMPONENT_NAME$A = "vc-progress-circle";
23355
+ const COMPONENT_NAME$B = "vc-progress-circle";
23357
23356
  const Circle$1 = /* @__PURE__ */ vue.defineComponent({
23358
- name: COMPONENT_NAME$A,
23357
+ name: COMPONENT_NAME$B,
23359
23358
  props: props$n,
23360
23359
  setup(props2, {
23361
23360
  slots
@@ -23412,9 +23411,9 @@ var Vc = (function (exports, vue) {
23412
23411
  };
23413
23412
  }
23414
23413
  });
23415
- const COMPONENT_NAME$z = "vc-progress-line";
23414
+ const COMPONENT_NAME$A = "vc-progress-line";
23416
23415
  const Line$2 = /* @__PURE__ */ vue.defineComponent({
23417
- name: COMPONENT_NAME$z,
23416
+ name: COMPONENT_NAME$A,
23418
23417
  props: props$n,
23419
23418
  setup(props2) {
23420
23419
  const colorStyle = vue.computed(() => {
@@ -23458,9 +23457,9 @@ var Vc = (function (exports, vue) {
23458
23457
  function _isSlot(s) {
23459
23458
  return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !vue.isVNode(s);
23460
23459
  }
23461
- const COMPONENT_NAME$y = "vc-progress";
23460
+ const COMPONENT_NAME$z = "vc-progress";
23462
23461
  const Progress = /* @__PURE__ */ vue.defineComponent({
23463
- name: COMPONENT_NAME$y,
23462
+ name: COMPONENT_NAME$z,
23464
23463
  props: props$n,
23465
23464
  setup(props2, {
23466
23465
  slots
@@ -23561,6 +23560,9 @@ var Vc = (function (exports, vue) {
23561
23560
  "is-error": !!formItem?.message?.value
23562
23561
  };
23563
23562
  });
23563
+ const styles = vue.computed(() => {
23564
+ return {};
23565
+ });
23564
23566
  vue.watch(
23565
23567
  () => props2.modelValue,
23566
23568
  (v) => {
@@ -23601,6 +23603,7 @@ var Vc = (function (exports, vue) {
23601
23603
  isDisabled,
23602
23604
  radioName,
23603
23605
  classes,
23606
+ styles,
23604
23607
  hasGroup,
23605
23608
  checked,
23606
23609
  handleChange,
@@ -23612,15 +23615,16 @@ var Vc = (function (exports, vue) {
23612
23615
  computedLabel
23613
23616
  };
23614
23617
  };
23615
- const COMPONENT_NAME$x = "vc-radio";
23618
+ const COMPONENT_NAME$y = "vc-radio";
23616
23619
  const Radio = /* @__PURE__ */ vue.defineComponent({
23617
- name: COMPONENT_NAME$x,
23620
+ name: COMPONENT_NAME$y,
23618
23621
  props: props$m,
23619
23622
  emits: ["update:modelValue", "change"],
23620
23623
  setup(props2, {
23621
23624
  slots
23622
23625
  }) {
23623
23626
  const {
23627
+ styles,
23624
23628
  radioName,
23625
23629
  checked,
23626
23630
  classes,
@@ -23631,7 +23635,8 @@ var Vc = (function (exports, vue) {
23631
23635
  } = useRadio();
23632
23636
  return () => {
23633
23637
  return vue.createVNode("label", {
23634
- "class": [classes.value, "vc-radio"]
23638
+ "class": [classes.value, "vc-radio"],
23639
+ "style": styles.value
23635
23640
  }, [vue.createVNode("span", {
23636
23641
  "class": [{
23637
23642
  "has-sibling": !!(computedLabel.value || slots.default)
@@ -23652,6 +23657,40 @@ var Vc = (function (exports, vue) {
23652
23657
  };
23653
23658
  }
23654
23659
  });
23660
+ const COMPONENT_NAME$x = "vc-radio-button";
23661
+ const RadioButton = /* @__PURE__ */ vue.defineComponent({
23662
+ name: COMPONENT_NAME$x,
23663
+ props: props$m,
23664
+ emits: ["update:modelValue", "change"],
23665
+ setup(props2, {
23666
+ slots
23667
+ }) {
23668
+ const {
23669
+ styles,
23670
+ radioName,
23671
+ checked,
23672
+ classes,
23673
+ computedLabel,
23674
+ handleChange,
23675
+ handleFocus,
23676
+ handleBlur
23677
+ } = useRadio();
23678
+ return () => {
23679
+ return vue.createVNode("label", {
23680
+ "class": [classes.value, "vc-radio-button"],
23681
+ "style": styles.value
23682
+ }, [vue.createVNode("input", {
23683
+ "checked": checked.value,
23684
+ "name": radioName.value,
23685
+ "disabled": props2.disabled,
23686
+ "type": "radio",
23687
+ "onChange": handleChange,
23688
+ "onFocus": handleFocus,
23689
+ "onBlur": handleBlur
23690
+ }, null), slots.default ? slots.default() : computedLabel.value && vue.createVNode("span", null, [computedLabel.value])]);
23691
+ };
23692
+ }
23693
+ });
23655
23694
  const props$l = {
23656
23695
  modelValue: {
23657
23696
  type: [String, Number],
@@ -23749,6 +23788,7 @@ var Vc = (function (exports, vue) {
23749
23788
  slots
23750
23789
  }) {
23751
23790
  const {
23791
+ styles,
23752
23792
  radioName,
23753
23793
  checked,
23754
23794
  classes,
@@ -23759,7 +23799,8 @@ var Vc = (function (exports, vue) {
23759
23799
  } = useRadio();
23760
23800
  return () => {
23761
23801
  return vue.createVNode("label", {
23762
- "class": [classes.value, "vcm-radio"]
23802
+ "class": [classes.value, "vcm-radio"],
23803
+ "style": styles.value
23763
23804
  }, [vue.createVNode("span", {
23764
23805
  "class": [{
23765
23806
  "has-sibling": !!(computedLabel.value || slots.default)
@@ -23801,6 +23842,7 @@ var Vc = (function (exports, vue) {
23801
23842
  };
23802
23843
  }
23803
23844
  });
23845
+ const MRadioButton = MRadio;
23804
23846
  const props$k = {
23805
23847
  modelValue: {
23806
23848
  type: [Number, String],
@@ -31774,8 +31816,8 @@ var Vc = (function (exports, vue) {
31774
31816
  MDropdownMenu,
31775
31817
  Editor: Editor$1,
31776
31818
  MEditor,
31777
- // EditorView,
31778
- // MEditorView,
31819
+ EditorView,
31820
+ MEditorView,
31779
31821
  Expand: Expand$1,
31780
31822
  MExpand,
31781
31823
  Form,
@@ -31835,7 +31877,9 @@ var Vc = (function (exports, vue) {
31835
31877
  Progress,
31836
31878
  MProgress,
31837
31879
  Radio,
31880
+ RadioButton,
31838
31881
  MRadio,
31882
+ MRadioButton,
31839
31883
  RadioGroup,
31840
31884
  MRadioGroup,
31841
31885
  Rate,
@@ -31900,8 +31944,8 @@ var Vc = (function (exports, vue) {
31900
31944
  MTransitionCollapse,
31901
31945
  Tree: Tree2,
31902
31946
  MTree,
31903
- // TreeSelect,
31904
- // MTreeSelect,
31947
+ TreeSelect,
31948
+ MTreeSelect,
31905
31949
  Upload,
31906
31950
  MUpload,
31907
31951
  UploadPicker,
@@ -132224,6 +132268,7 @@ var Vc = (function (exports, vue) {
132224
132268
  exports.MDropdownItem = MDropdownItem;
132225
132269
  exports.MDropdownMenu = MDropdownMenu;
132226
132270
  exports.MEditor = MEditor;
132271
+ exports.MEditorView = MEditorView;
132227
132272
  exports.MExpand = MExpand;
132228
132273
  exports.MForm = MForm;
132229
132274
  exports.MFormItem = MFormItem;
@@ -132254,6 +132299,7 @@ var Vc = (function (exports, vue) {
132254
132299
  exports.MPrint = MPrint;
132255
132300
  exports.MProgress = MProgress;
132256
132301
  exports.MRadio = MRadio;
132302
+ exports.MRadioButton = MRadioButton;
132257
132303
  exports.MRadioGroup = MRadioGroup;
132258
132304
  exports.MRate = MRate;
132259
132305
  exports.MRecycleList = MRecycleList;
@@ -132305,6 +132351,7 @@ var Vc = (function (exports, vue) {
132305
132351
  exports.Print = Print;
132306
132352
  exports.Progress = Progress;
132307
132353
  exports.Radio = Radio;
132354
+ exports.RadioButton = RadioButton;
132308
132355
  exports.RadioGroup = RadioGroup;
132309
132356
  exports.Rate = Rate;
132310
132357
  exports.RecycleList = RecycleList;