@factoringplus/pl-components-pack-v3 0.3.15 → 0.3.18

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.
@@ -1,4 +1,4 @@
1
- import { ref, watch, getCurrentScope, onScopeDispose, shallowRef, watchEffect, readonly, unref, getCurrentInstance, computed, openBlock, createElementBlock, createElementVNode, warn as warn$1, provide, inject, onMounted, onBeforeUnmount, toRef, onUnmounted, isRef, onBeforeMount, defineComponent, mergeProps, renderSlot, useAttrs as useAttrs$1, useSlots, nextTick, onUpdated, withDirectives, createCommentVNode, Fragment, normalizeClass, createBlock, withCtx, resolveDynamicComponent, withModifiers, createVNode, toDisplayString, normalizeStyle, vShow, Transition, reactive, cloneVNode, Text, Comment, toRefs, resolveComponent, Teleport, onDeactivated, renderList, createTextVNode, vModelCheckbox, withKeys, h as h$1, createSlots, toRaw, triggerRef, resolveDirective, vModelText, TransitionGroup, createApp, shallowReactive, isVNode, render, createStaticVNode } from "vue";
1
+ import { ref, watch, getCurrentScope, onScopeDispose, shallowRef, watchEffect, readonly, unref, getCurrentInstance, computed, openBlock, createElementBlock, createElementVNode, warn as warn$1, provide, inject, onMounted, onBeforeUnmount, toRef, onUnmounted, isRef, onBeforeMount, defineComponent, mergeProps, renderSlot, useAttrs as useAttrs$1, useSlots, nextTick, onUpdated, withDirectives, createCommentVNode, Fragment, normalizeClass, createBlock, withCtx, resolveDynamicComponent, withModifiers, createVNode, toDisplayString, normalizeStyle, vShow, Transition, reactive, cloneVNode, Text, Comment, toRefs, resolveComponent, Teleport, onDeactivated, renderList, createTextVNode, vModelCheckbox, withKeys, h as h$1, createSlots, toRaw, triggerRef, resolveDirective, vModelText, TransitionGroup, createApp, shallowReactive, isVNode, render, normalizeProps, guardReactiveProps, createStaticVNode } from "vue";
2
2
  var freeGlobal = typeof global == "object" && global && global.Object === Object && global;
3
3
  var freeGlobal$1 = freeGlobal;
4
4
  var freeSelf = typeof self == "object" && self && self.Object === Object && self;
@@ -3173,7 +3173,7 @@ const __default__$I = {
3173
3173
  name: "ElIcon",
3174
3174
  inheritAttrs: false
3175
3175
  };
3176
- const _sfc_main$1f = /* @__PURE__ */ defineComponent({
3176
+ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
3177
3177
  ...__default__$I,
3178
3178
  props: iconProps,
3179
3179
  setup(__props) {
@@ -3197,7 +3197,7 @@ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
3197
3197
  };
3198
3198
  }
3199
3199
  });
3200
- var Icon = /* @__PURE__ */ _export_sfc$1(_sfc_main$1f, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/icon/src/icon.vue"]]);
3200
+ var Icon = /* @__PURE__ */ _export_sfc$1(_sfc_main$1h, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/icon/src/icon.vue"]]);
3201
3201
  const ElIcon = withInstall(Icon);
3202
3202
  let hiddenTextarea = void 0;
3203
3203
  const HIDDEN_STYLE = `
@@ -3382,7 +3382,7 @@ const __default__$H = {
3382
3382
  name: "ElInput",
3383
3383
  inheritAttrs: false
3384
3384
  };
3385
- const _sfc_main$1e = /* @__PURE__ */ defineComponent({
3385
+ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
3386
3386
  ...__default__$H,
3387
3387
  props: inputProps,
3388
3388
  emits: inputEmits,
@@ -3809,7 +3809,7 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
3809
3809
  };
3810
3810
  }
3811
3811
  });
3812
- var Input = /* @__PURE__ */ _export_sfc$1(_sfc_main$1e, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/input/src/input.vue"]]);
3812
+ var Input = /* @__PURE__ */ _export_sfc$1(_sfc_main$1g, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/input/src/input.vue"]]);
3813
3813
  const ElInput = withInstall(Input);
3814
3814
  const GAP = 4;
3815
3815
  const BAR_MAP = {
@@ -3852,7 +3852,7 @@ const thumbProps = buildProps({
3852
3852
  },
3853
3853
  always: Boolean
3854
3854
  });
3855
- const _sfc_main$1d = /* @__PURE__ */ defineComponent({
3855
+ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
3856
3856
  __name: "thumb",
3857
3857
  props: thumbProps,
3858
3858
  setup(__props) {
@@ -3972,7 +3972,7 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
3972
3972
  };
3973
3973
  }
3974
3974
  });
3975
- var Thumb = /* @__PURE__ */ _export_sfc$1(_sfc_main$1d, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/scrollbar/src/thumb.vue"]]);
3975
+ var Thumb = /* @__PURE__ */ _export_sfc$1(_sfc_main$1f, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/scrollbar/src/thumb.vue"]]);
3976
3976
  const barProps = buildProps({
3977
3977
  always: {
3978
3978
  type: Boolean,
@@ -3989,7 +3989,7 @@ const barProps = buildProps({
3989
3989
  default: 1
3990
3990
  }
3991
3991
  });
3992
- const _sfc_main$1c = /* @__PURE__ */ defineComponent({
3992
+ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
3993
3993
  __name: "bar",
3994
3994
  props: barProps,
3995
3995
  setup(__props, { expose }) {
@@ -4026,7 +4026,7 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
4026
4026
  };
4027
4027
  }
4028
4028
  });
4029
- var Bar = /* @__PURE__ */ _export_sfc$1(_sfc_main$1c, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/scrollbar/src/bar.vue"]]);
4029
+ var Bar = /* @__PURE__ */ _export_sfc$1(_sfc_main$1e, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/scrollbar/src/bar.vue"]]);
4030
4030
  const scrollbarProps = buildProps({
4031
4031
  height: {
4032
4032
  type: [String, Number],
@@ -4073,7 +4073,7 @@ const scrollbarEmits = {
4073
4073
  const __default__$G = {
4074
4074
  name: "ElScrollbar"
4075
4075
  };
4076
- const _sfc_main$1b = /* @__PURE__ */ defineComponent({
4076
+ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
4077
4077
  ...__default__$G,
4078
4078
  props: scrollbarProps,
4079
4079
  emits: scrollbarEmits,
@@ -4220,7 +4220,7 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
4220
4220
  };
4221
4221
  }
4222
4222
  });
4223
- var Scrollbar = /* @__PURE__ */ _export_sfc$1(_sfc_main$1b, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/scrollbar/src/scrollbar.vue"]]);
4223
+ var Scrollbar = /* @__PURE__ */ _export_sfc$1(_sfc_main$1d, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/scrollbar/src/scrollbar.vue"]]);
4224
4224
  const ElScrollbar = withInstall(Scrollbar);
4225
4225
  const usePopperProps = buildProps({
4226
4226
  role: {
@@ -4232,7 +4232,7 @@ const __default__$F = {
4232
4232
  name: "ElPopperRoot",
4233
4233
  inheritAttrs: false
4234
4234
  };
4235
- const _sfc_main$1a = /* @__PURE__ */ defineComponent({
4235
+ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
4236
4236
  ...__default__$F,
4237
4237
  props: usePopperProps,
4238
4238
  setup(__props, { expose }) {
@@ -4256,7 +4256,7 @@ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
4256
4256
  };
4257
4257
  }
4258
4258
  });
4259
- var Popper = /* @__PURE__ */ _export_sfc$1(_sfc_main$1a, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/popper/src/popper.vue"]]);
4259
+ var Popper = /* @__PURE__ */ _export_sfc$1(_sfc_main$1c, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/popper/src/popper.vue"]]);
4260
4260
  const usePopperArrowProps = buildProps({
4261
4261
  arrowOffset: {
4262
4262
  type: Number,
@@ -4267,7 +4267,7 @@ const __default__$E = {
4267
4267
  name: "ElPopperArrow",
4268
4268
  inheritAttrs: false
4269
4269
  };
4270
- const _sfc_main$19 = /* @__PURE__ */ defineComponent({
4270
+ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
4271
4271
  ...__default__$E,
4272
4272
  props: usePopperArrowProps,
4273
4273
  setup(__props, { expose }) {
@@ -4293,7 +4293,7 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
4293
4293
  };
4294
4294
  }
4295
4295
  });
4296
- var ElPopperArrow = /* @__PURE__ */ _export_sfc$1(_sfc_main$19, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/popper/src/arrow.vue"]]);
4296
+ var ElPopperArrow = /* @__PURE__ */ _export_sfc$1(_sfc_main$1b, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/popper/src/arrow.vue"]]);
4297
4297
  const NAME = "ElOnlyChild";
4298
4298
  const OnlyChild = defineComponent({
4299
4299
  name: NAME,
@@ -4366,7 +4366,7 @@ const __default__$D = {
4366
4366
  name: "ElPopperTrigger",
4367
4367
  inheritAttrs: false
4368
4368
  };
4369
- const _sfc_main$18 = /* @__PURE__ */ defineComponent({
4369
+ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
4370
4370
  ...__default__$D,
4371
4371
  props: usePopperTriggerProps,
4372
4372
  setup(__props, { expose }) {
@@ -4465,7 +4465,7 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
4465
4465
  };
4466
4466
  }
4467
4467
  });
4468
- var ElPopperTrigger = /* @__PURE__ */ _export_sfc$1(_sfc_main$18, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/popper/src/trigger.vue"]]);
4468
+ var ElPopperTrigger = /* @__PURE__ */ _export_sfc$1(_sfc_main$1a, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/popper/src/trigger.vue"]]);
4469
4469
  var E$1 = "top", R = "bottom", W$1 = "right", P$1 = "left", me = "auto", G = [E$1, R, W$1, P$1], U$1 = "start", J = "end", Xe = "clippingParents", je = "viewport", K = "popper", Ye = "reference", De = G.reduce(function(t, e2) {
4470
4470
  return t.concat([e2 + "-" + U$1, e2 + "-" + J]);
4471
4471
  }, []), Ee = [].concat(G, [me]).reduce(function(t, e2) {
@@ -5112,7 +5112,7 @@ const FOCUS_AFTER_TRAPPED_OPTS = {
5112
5112
  const ON_TRAP_FOCUS_EVT = "focusAfterTrapped";
5113
5113
  const ON_RELEASE_FOCUS_EVT = "focusAfterReleased";
5114
5114
  const FOCUS_TRAP_INJECTION_KEY = Symbol("elFocusTrap");
5115
- const _sfc_main$17 = defineComponent({
5115
+ const _sfc_main$19 = defineComponent({
5116
5116
  name: "ElFocusTrap",
5117
5117
  inheritAttrs: false,
5118
5118
  props: {
@@ -5314,10 +5314,10 @@ const _sfc_main$17 = defineComponent({
5314
5314
  };
5315
5315
  }
5316
5316
  });
5317
- function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
5317
+ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
5318
5318
  return renderSlot(_ctx.$slots, "default", { handleKeydown: _ctx.onKeydown });
5319
5319
  }
5320
- var ElFocusTrap = /* @__PURE__ */ _export_sfc$1(_sfc_main$17, [["render", _sfc_render$b], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/focus-trap/src/focus-trap.vue"]]);
5320
+ var ElFocusTrap = /* @__PURE__ */ _export_sfc$1(_sfc_main$19, [["render", _sfc_render$d], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/focus-trap/src/focus-trap.vue"]]);
5321
5321
  const POSITIONING_STRATEGIES = ["fixed", "absolute"];
5322
5322
  const usePopperCoreConfigProps = buildProps({
5323
5323
  boundariesPadding: {
@@ -5474,7 +5474,7 @@ function deriveExtraModifiers(options, modifiers) {
5474
5474
  const __default__$C = {
5475
5475
  name: "ElPopperContent"
5476
5476
  };
5477
- const _sfc_main$16 = /* @__PURE__ */ defineComponent({
5477
+ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
5478
5478
  ...__default__$C,
5479
5479
  props: usePopperContentProps,
5480
5480
  emits: usePopperContentEmits,
@@ -5659,7 +5659,7 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
5659
5659
  };
5660
5660
  }
5661
5661
  });
5662
- var ElPopperContent = /* @__PURE__ */ _export_sfc$1(_sfc_main$16, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/popper/src/content.vue"]]);
5662
+ var ElPopperContent = /* @__PURE__ */ _export_sfc$1(_sfc_main$18, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/popper/src/content.vue"]]);
5663
5663
  const ElPopper = withInstall(Popper);
5664
5664
  const ns = useNamespace("tooltip");
5665
5665
  const useTooltipContentProps = buildProps({
@@ -5725,7 +5725,7 @@ const useTooltipProps = buildProps({
5725
5725
  }
5726
5726
  });
5727
5727
  const TOOLTIP_INJECTION_KEY = Symbol("elTooltip");
5728
- const _sfc_main$15 = defineComponent({
5728
+ const _sfc_main$17 = defineComponent({
5729
5729
  name: "ElTooltipContent",
5730
5730
  components: {
5731
5731
  ElPopperContent
@@ -5842,7 +5842,7 @@ const _sfc_main$15 = defineComponent({
5842
5842
  };
5843
5843
  }
5844
5844
  });
5845
- function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
5845
+ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
5846
5846
  const _component_el_popper_content = resolveComponent("el-popper-content");
5847
5847
  return openBlock(), createBlock(Teleport, {
5848
5848
  disabled: !_ctx.teleported,
@@ -5897,7 +5897,7 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
5897
5897
  }, 8, ["name", "onAfterLeave", "onBeforeEnter", "onAfterEnter", "onBeforeLeave"])
5898
5898
  ], 8, ["disabled", "to"]);
5899
5899
  }
5900
- var ElTooltipContent = /* @__PURE__ */ _export_sfc$1(_sfc_main$15, [["render", _sfc_render$a], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/tooltip/src/content.vue"]]);
5900
+ var ElTooltipContent = /* @__PURE__ */ _export_sfc$1(_sfc_main$17, [["render", _sfc_render$c], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/tooltip/src/content.vue"]]);
5901
5901
  const isTriggerType = (trigger, type4) => {
5902
5902
  if (isArray$2(trigger)) {
5903
5903
  return trigger.includes(type4);
@@ -5909,7 +5909,7 @@ const whenTrigger = (trigger, type4, handler) => {
5909
5909
  isTriggerType(unref(trigger), type4) && handler(e2);
5910
5910
  };
5911
5911
  };
5912
- const _sfc_main$14 = defineComponent({
5912
+ const _sfc_main$16 = defineComponent({
5913
5913
  name: "ElTooltipTrigger",
5914
5914
  components: {
5915
5915
  ElPopperTrigger
@@ -5960,7 +5960,7 @@ const _sfc_main$14 = defineComponent({
5960
5960
  };
5961
5961
  }
5962
5962
  });
5963
- function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
5963
+ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
5964
5964
  const _component_el_popper_trigger = resolveComponent("el-popper-trigger");
5965
5965
  return openBlock(), createBlock(_component_el_popper_trigger, {
5966
5966
  id: _ctx.id,
@@ -5982,9 +5982,9 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
5982
5982
  _: 3
5983
5983
  }, 8, ["id", "virtual-ref", "open", "virtual-triggering", "class", "onBlur", "onClick", "onContextmenu", "onFocus", "onMouseenter", "onMouseleave", "onKeydown"]);
5984
5984
  }
5985
- var ElTooltipTrigger = /* @__PURE__ */ _export_sfc$1(_sfc_main$14, [["render", _sfc_render$9], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/tooltip/src/trigger.vue"]]);
5985
+ var ElTooltipTrigger = /* @__PURE__ */ _export_sfc$1(_sfc_main$16, [["render", _sfc_render$b], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/tooltip/src/trigger.vue"]]);
5986
5986
  const { useModelToggleProps, useModelToggle, useModelToggleEmits } = createModelToggleComposable("visible");
5987
- const _sfc_main$13 = defineComponent({
5987
+ const _sfc_main$15 = defineComponent({
5988
5988
  name: "ElTooltip",
5989
5989
  components: {
5990
5990
  ElPopper,
@@ -6103,7 +6103,7 @@ const _sfc_main$13 = defineComponent({
6103
6103
  });
6104
6104
  const _hoisted_1$S = ["innerHTML"];
6105
6105
  const _hoisted_2$E = { key: 1 };
6106
- function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
6106
+ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
6107
6107
  const _component_el_tooltip_trigger = resolveComponent("el-tooltip-trigger");
6108
6108
  const _component_el_popper_arrow = resolveComponent("el-popper-arrow");
6109
6109
  const _component_el_tooltip_content = resolveComponent("el-tooltip-content");
@@ -6172,7 +6172,7 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
6172
6172
  _: 3
6173
6173
  }, 8, ["role"]);
6174
6174
  }
6175
- var Tooltip = /* @__PURE__ */ _export_sfc$1(_sfc_main$13, [["render", _sfc_render$8], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/tooltip/src/tooltip.vue"]]);
6175
+ var Tooltip = /* @__PURE__ */ _export_sfc$1(_sfc_main$15, [["render", _sfc_render$a], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/tooltip/src/tooltip.vue"]]);
6176
6176
  const ElTooltip = withInstall(Tooltip);
6177
6177
  const badgeProps = buildProps({
6178
6178
  value: {
@@ -6195,7 +6195,7 @@ const _hoisted_1$R = ["textContent"];
6195
6195
  const __default__$B = {
6196
6196
  name: "ElBadge"
6197
6197
  };
6198
- const _sfc_main$12 = /* @__PURE__ */ defineComponent({
6198
+ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
6199
6199
  ...__default__$B,
6200
6200
  props: badgeProps,
6201
6201
  setup(__props, { expose }) {
@@ -6240,7 +6240,7 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
6240
6240
  };
6241
6241
  }
6242
6242
  });
6243
- var Badge = /* @__PURE__ */ _export_sfc$1(_sfc_main$12, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/badge/src/badge.vue"]]);
6243
+ var Badge = /* @__PURE__ */ _export_sfc$1(_sfc_main$14, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/badge/src/badge.vue"]]);
6244
6244
  const ElBadge = withInstall(Badge);
6245
6245
  const buttonTypes = [
6246
6246
  "default",
@@ -7217,7 +7217,7 @@ const _hoisted_1$Q = ["aria-disabled", "disabled", "autofocus", "type"];
7217
7217
  const __default__$A = {
7218
7218
  name: "ElButton"
7219
7219
  };
7220
- const _sfc_main$11 = /* @__PURE__ */ defineComponent({
7220
+ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
7221
7221
  ...__default__$A,
7222
7222
  props: buttonProps,
7223
7223
  emits: buttonEmits,
@@ -7319,7 +7319,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
7319
7319
  };
7320
7320
  }
7321
7321
  });
7322
- var Button = /* @__PURE__ */ _export_sfc$1(_sfc_main$11, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/button/src/button.vue"]]);
7322
+ var Button = /* @__PURE__ */ _export_sfc$1(_sfc_main$13, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/button/src/button.vue"]]);
7323
7323
  const buttonGroupProps = {
7324
7324
  size: buttonProps.size,
7325
7325
  type: buttonProps.type
@@ -7327,7 +7327,7 @@ const buttonGroupProps = {
7327
7327
  const __default__$z = {
7328
7328
  name: "ElButtonGroup"
7329
7329
  };
7330
- const _sfc_main$10 = /* @__PURE__ */ defineComponent({
7330
+ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
7331
7331
  ...__default__$z,
7332
7332
  props: buttonGroupProps,
7333
7333
  setup(__props) {
@@ -7346,7 +7346,7 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
7346
7346
  };
7347
7347
  }
7348
7348
  });
7349
- var ButtonGroup = /* @__PURE__ */ _export_sfc$1(_sfc_main$10, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/button/src/button-group.vue"]]);
7349
+ var ButtonGroup = /* @__PURE__ */ _export_sfc$1(_sfc_main$12, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/button/src/button-group.vue"]]);
7350
7350
  const ElButton = withInstall(Button, {
7351
7351
  ButtonGroup
7352
7352
  });
@@ -7970,7 +7970,7 @@ const _hoisted_2$D = ["id", "name", "placeholder", "value", "disabled", "readonl
7970
7970
  const __default__$y = {
7971
7971
  name: "Picker"
7972
7972
  };
7973
- const _sfc_main$$ = /* @__PURE__ */ defineComponent({
7973
+ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
7974
7974
  ...__default__$y,
7975
7975
  props: timePickerDefaultProps,
7976
7976
  emits: [
@@ -8582,7 +8582,7 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
8582
8582
  };
8583
8583
  }
8584
8584
  });
8585
- var CommonPicker = /* @__PURE__ */ _export_sfc$1(_sfc_main$$, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/time-picker/src/common/picker.vue"]]);
8585
+ var CommonPicker = /* @__PURE__ */ _export_sfc$1(_sfc_main$11, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/time-picker/src/common/picker.vue"]]);
8586
8586
  const panelTimePickerProps = buildProps({
8587
8587
  ...timePanelSharedProps,
8588
8588
  datetimeRole: String,
@@ -8900,7 +8900,7 @@ const basicTimeSpinnerProps = buildProps({
8900
8900
  });
8901
8901
  const _hoisted_1$O = ["onClick"];
8902
8902
  const _hoisted_2$C = ["onMouseenter"];
8903
- const _sfc_main$_ = /* @__PURE__ */ defineComponent({
8903
+ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
8904
8904
  __name: "basic-time-spinner",
8905
8905
  props: basicTimeSpinnerProps,
8906
8906
  emits: ["change", "select-range", "set-option"],
@@ -9174,8 +9174,8 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
9174
9174
  };
9175
9175
  }
9176
9176
  });
9177
- var TimeSpinner = /* @__PURE__ */ _export_sfc$1(_sfc_main$_, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/time-picker/src/time-picker-com/basic-time-spinner.vue"]]);
9178
- const _sfc_main$Z = /* @__PURE__ */ defineComponent({
9177
+ var TimeSpinner = /* @__PURE__ */ _export_sfc$1(_sfc_main$10, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/time-picker/src/time-picker-com/basic-time-spinner.vue"]]);
9178
+ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
9179
9179
  __name: "panel-time-pick",
9180
9180
  props: panelTimePickerProps,
9181
9181
  emits: ["pick", "select-range", "set-picker-option"],
@@ -9327,7 +9327,7 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
9327
9327
  };
9328
9328
  }
9329
9329
  });
9330
- var TimePickPanel = /* @__PURE__ */ _export_sfc$1(_sfc_main$Z, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/time-picker/src/time-picker-com/panel-time-pick.vue"]]);
9330
+ var TimePickPanel = /* @__PURE__ */ _export_sfc$1(_sfc_main$$, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/time-picker/src/time-picker-com/panel-time-pick.vue"]]);
9331
9331
  const useCheckboxGroupProps = {
9332
9332
  modelValue: {
9333
9333
  type: Array,
@@ -9617,7 +9617,7 @@ const _hoisted_3$r = ["id", "aria-hidden", "disabled", "value", "name", "tabinde
9617
9617
  const __default__$x = {
9618
9618
  name: "ElCheckbox"
9619
9619
  };
9620
- const _sfc_main$Y = /* @__PURE__ */ defineComponent({
9620
+ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
9621
9621
  ...__default__$x,
9622
9622
  props: checkboxProps,
9623
9623
  emits: checkboxEmits,
@@ -9715,13 +9715,13 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
9715
9715
  };
9716
9716
  }
9717
9717
  });
9718
- var Checkbox = /* @__PURE__ */ _export_sfc$1(_sfc_main$Y, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/checkbox/src/checkbox.vue"]]);
9718
+ var Checkbox = /* @__PURE__ */ _export_sfc$1(_sfc_main$_, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/checkbox/src/checkbox.vue"]]);
9719
9719
  const _hoisted_1$M = ["name", "tabindex", "disabled", "true-value", "false-value"];
9720
9720
  const _hoisted_2$A = ["name", "tabindex", "disabled", "value"];
9721
9721
  const __default__$w = {
9722
9722
  name: "ElCheckboxButton"
9723
9723
  };
9724
- const _sfc_main$X = /* @__PURE__ */ defineComponent({
9724
+ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
9725
9725
  ...__default__$w,
9726
9726
  props: checkboxProps,
9727
9727
  emits: checkboxEmits,
@@ -9794,11 +9794,11 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
9794
9794
  };
9795
9795
  }
9796
9796
  });
9797
- var CheckboxButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$X, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/checkbox/src/checkbox-button.vue"]]);
9797
+ var CheckboxButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$Z, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/checkbox/src/checkbox-button.vue"]]);
9798
9798
  const __default__$v = {
9799
9799
  name: "ElCheckboxGroup"
9800
9800
  };
9801
- const _sfc_main$W = /* @__PURE__ */ defineComponent({
9801
+ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
9802
9802
  ...__default__$v,
9803
9803
  props: useCheckboxGroupProps,
9804
9804
  emits: checkboxGroupEmits,
@@ -9853,7 +9853,7 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
9853
9853
  };
9854
9854
  }
9855
9855
  });
9856
- var CheckboxGroup = /* @__PURE__ */ _export_sfc$1(_sfc_main$W, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/checkbox/src/checkbox-group.vue"]]);
9856
+ var CheckboxGroup = /* @__PURE__ */ _export_sfc$1(_sfc_main$Y, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/checkbox/src/checkbox-group.vue"]]);
9857
9857
  const ElCheckbox = withInstall(Checkbox, {
9858
9858
  CheckboxButton,
9859
9859
  CheckboxGroup
@@ -9892,7 +9892,7 @@ const tagEmits = {
9892
9892
  const __default__$u = {
9893
9893
  name: "ElTag"
9894
9894
  };
9895
- const _sfc_main$V = /* @__PURE__ */ defineComponent({
9895
+ const _sfc_main$X = /* @__PURE__ */ defineComponent({
9896
9896
  ...__default__$u,
9897
9897
  props: tagProps,
9898
9898
  emits: tagEmits,
@@ -9973,7 +9973,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
9973
9973
  };
9974
9974
  }
9975
9975
  });
9976
- var Tag = /* @__PURE__ */ _export_sfc$1(_sfc_main$V, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/tag/src/tag.vue"]]);
9976
+ var Tag = /* @__PURE__ */ _export_sfc$1(_sfc_main$X, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/tag/src/tag.vue"]]);
9977
9977
  const ElTag = withInstall(Tag);
9978
9978
  const messageConfig = {};
9979
9979
  const configProviderProps = buildProps({
@@ -10332,7 +10332,7 @@ const _hoisted_2$z = {
10332
10332
  };
10333
10333
  const _hoisted_3$q = ["aria-label"];
10334
10334
  const _hoisted_4$f = ["aria-current", "aria-selected", "tabindex"];
10335
- const _sfc_main$U = /* @__PURE__ */ defineComponent({
10335
+ const _sfc_main$W = /* @__PURE__ */ defineComponent({
10336
10336
  __name: "basic-date-table",
10337
10337
  props: basicDateTableProps,
10338
10338
  emits: ["changerange", "pick", "select"],
@@ -10664,7 +10664,7 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
10664
10664
  };
10665
10665
  }
10666
10666
  });
10667
- var DateTable = /* @__PURE__ */ _export_sfc$1(_sfc_main$U, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/date-picker/src/date-picker-com/basic-date-table.vue"]]);
10667
+ var DateTable = /* @__PURE__ */ _export_sfc$1(_sfc_main$W, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/date-picker/src/date-picker-com/basic-date-table.vue"]]);
10668
10668
  const basicMonthTableProps = buildProps({
10669
10669
  ...datePickerSharedProps,
10670
10670
  selectionMode: selectionModeWithDefault("month")
@@ -10672,7 +10672,7 @@ const basicMonthTableProps = buildProps({
10672
10672
  const _hoisted_1$K = ["aria-label"];
10673
10673
  const _hoisted_2$y = ["aria-selected", "aria-label", "tabindex", "onKeydown"];
10674
10674
  const _hoisted_3$p = { class: "cell" };
10675
- const _sfc_main$T = /* @__PURE__ */ defineComponent({
10675
+ const _sfc_main$V = /* @__PURE__ */ defineComponent({
10676
10676
  __name: "basic-month-table",
10677
10677
  props: basicMonthTableProps,
10678
10678
  emits: ["changerange", "pick", "select"],
@@ -10865,7 +10865,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
10865
10865
  };
10866
10866
  }
10867
10867
  });
10868
- var MonthTable = /* @__PURE__ */ _export_sfc$1(_sfc_main$T, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/date-picker/src/date-picker-com/basic-month-table.vue"]]);
10868
+ var MonthTable = /* @__PURE__ */ _export_sfc$1(_sfc_main$V, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/date-picker/src/date-picker-com/basic-month-table.vue"]]);
10869
10869
  const { date: date$1, disabledDate, parsedValue } = datePickerSharedProps;
10870
10870
  const basicYearTableProps = buildProps({
10871
10871
  date: date$1,
@@ -10876,7 +10876,7 @@ const _hoisted_1$J = ["aria-label"];
10876
10876
  const _hoisted_2$x = ["aria-selected", "tabindex", "onKeydown"];
10877
10877
  const _hoisted_3$o = { class: "cell" };
10878
10878
  const _hoisted_4$e = { key: 1 };
10879
- const _sfc_main$S = /* @__PURE__ */ defineComponent({
10879
+ const _sfc_main$U = /* @__PURE__ */ defineComponent({
10880
10880
  __name: "basic-year-table",
10881
10881
  props: basicYearTableProps,
10882
10882
  emits: ["pick"],
@@ -10970,13 +10970,13 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
10970
10970
  };
10971
10971
  }
10972
10972
  });
10973
- var YearTable = /* @__PURE__ */ _export_sfc$1(_sfc_main$S, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/date-picker/src/date-picker-com/basic-year-table.vue"]]);
10973
+ var YearTable = /* @__PURE__ */ _export_sfc$1(_sfc_main$U, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/date-picker/src/date-picker-com/basic-year-table.vue"]]);
10974
10974
  const _hoisted_1$I = ["onClick"];
10975
10975
  const _hoisted_2$w = ["aria-label"];
10976
10976
  const _hoisted_3$n = ["aria-label"];
10977
10977
  const _hoisted_4$d = ["aria-label"];
10978
10978
  const _hoisted_5$8 = ["aria-label"];
10979
- const _sfc_main$R = /* @__PURE__ */ defineComponent({
10979
+ const _sfc_main$T = /* @__PURE__ */ defineComponent({
10980
10980
  __name: "panel-date-pick",
10981
10981
  props: panelDatePickProps,
10982
10982
  emits: ["pick", "set-picker-option", "panel-change"],
@@ -11589,7 +11589,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
11589
11589
  };
11590
11590
  }
11591
11591
  });
11592
- var DatePickPanel = /* @__PURE__ */ _export_sfc$1(_sfc_main$R, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/date-picker/src/date-picker-com/panel-date-pick.vue"]]);
11592
+ var DatePickPanel = /* @__PURE__ */ _export_sfc$1(_sfc_main$T, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/date-picker/src/date-picker-com/panel-date-pick.vue"]]);
11593
11593
  const panelDateRangeProps = buildProps({
11594
11594
  ...panelSharedProps,
11595
11595
  ...panelRangeSharedProps
@@ -11697,7 +11697,7 @@ const _hoisted_2$v = ["disabled"];
11697
11697
  const _hoisted_3$m = ["disabled"];
11698
11698
  const _hoisted_4$c = ["disabled"];
11699
11699
  const _hoisted_5$7 = ["disabled"];
11700
- const _sfc_main$Q = /* @__PURE__ */ defineComponent({
11700
+ const _sfc_main$S = /* @__PURE__ */ defineComponent({
11701
11701
  __name: "panel-date-range",
11702
11702
  props: panelDateRangeProps,
11703
11703
  emits: [
@@ -12333,7 +12333,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
12333
12333
  };
12334
12334
  }
12335
12335
  });
12336
- var DateRangePickPanel = /* @__PURE__ */ _export_sfc$1(_sfc_main$Q, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/date-picker/src/date-picker-com/panel-date-range.vue"]]);
12336
+ var DateRangePickPanel = /* @__PURE__ */ _export_sfc$1(_sfc_main$S, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/date-picker/src/date-picker-com/panel-date-range.vue"]]);
12337
12337
  const panelMonthRangeProps = buildProps({
12338
12338
  ...panelRangeSharedProps
12339
12339
  });
@@ -12391,7 +12391,7 @@ const _hoisted_3$l = ["disabled"];
12391
12391
  const __default__$t = {
12392
12392
  name: "DatePickerMonthRange"
12393
12393
  };
12394
- const _sfc_main$P = /* @__PURE__ */ defineComponent({
12394
+ const _sfc_main$R = /* @__PURE__ */ defineComponent({
12395
12395
  ...__default__$t,
12396
12396
  props: panelMonthRangeProps,
12397
12397
  emits: panelMonthRangeEmits,
@@ -12597,7 +12597,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
12597
12597
  };
12598
12598
  }
12599
12599
  });
12600
- var MonthRangePickPanel = /* @__PURE__ */ _export_sfc$1(_sfc_main$P, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/date-picker/src/date-picker-com/panel-month-range.vue"]]);
12600
+ var MonthRangePickPanel = /* @__PURE__ */ _export_sfc$1(_sfc_main$R, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/date-picker/src/date-picker-com/panel-month-range.vue"]]);
12601
12601
  const getPanel = function(type4) {
12602
12602
  switch (type4) {
12603
12603
  case "daterange":
@@ -12764,7 +12764,7 @@ const dialogContentEmits = {
12764
12764
  const _hoisted_1$F = ["aria-label"];
12765
12765
  const _hoisted_2$t = ["id"];
12766
12766
  const __default__$s = { name: "ElDialogContent" };
12767
- const _sfc_main$O = /* @__PURE__ */ defineComponent({
12767
+ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
12768
12768
  ...__default__$s,
12769
12769
  props: dialogContentProps,
12770
12770
  emits: dialogContentEmits,
@@ -12836,7 +12836,7 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
12836
12836
  };
12837
12837
  }
12838
12838
  });
12839
- var ElDialogContent = /* @__PURE__ */ _export_sfc$1(_sfc_main$O, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/dialog/src/dialog-content.vue"]]);
12839
+ var ElDialogContent = /* @__PURE__ */ _export_sfc$1(_sfc_main$Q, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/dialog/src/dialog-content.vue"]]);
12840
12840
  const dialogProps = buildProps({
12841
12841
  ...dialogContentProps,
12842
12842
  appendToBody: {
@@ -13059,7 +13059,7 @@ const _hoisted_1$E = ["aria-label", "aria-labelledby", "aria-describedby"];
13059
13059
  const __default__$r = {
13060
13060
  name: "ElDialog"
13061
13061
  };
13062
- const _sfc_main$N = /* @__PURE__ */ defineComponent({
13062
+ const _sfc_main$P = /* @__PURE__ */ defineComponent({
13063
13063
  ...__default__$r,
13064
13064
  props: dialogProps,
13065
13065
  emits: dialogEmits,
@@ -13196,7 +13196,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
13196
13196
  };
13197
13197
  }
13198
13198
  });
13199
- var Dialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$N, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/dialog/src/dialog.vue"]]);
13199
+ var Dialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$P, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/dialog/src/dialog.vue"]]);
13200
13200
  const ElDialog = withInstall(Dialog);
13201
13201
  const formProps = buildProps({
13202
13202
  model: Object,
@@ -13280,7 +13280,7 @@ const filterFields = (fields, props) => {
13280
13280
  const __default__$q = {
13281
13281
  name: "ElForm"
13282
13282
  };
13283
- const _sfc_main$M = /* @__PURE__ */ defineComponent({
13283
+ const _sfc_main$O = /* @__PURE__ */ defineComponent({
13284
13284
  ...__default__$q,
13285
13285
  props: formProps,
13286
13286
  emits: formEmits,
@@ -13407,7 +13407,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
13407
13407
  };
13408
13408
  }
13409
13409
  });
13410
- var Form = /* @__PURE__ */ _export_sfc$1(_sfc_main$M, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/form/src/form.vue"]]);
13410
+ var Form = /* @__PURE__ */ _export_sfc$1(_sfc_main$O, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/form/src/form.vue"]]);
13411
13411
  function _extends() {
13412
13412
  _extends = Object.assign ? Object.assign.bind() : function(target) {
13413
13413
  for (var i = 1; i < arguments.length; i++) {
@@ -14585,7 +14585,7 @@ const _hoisted_1$D = ["role", "aria-labelledby"];
14585
14585
  const __default__$p = {
14586
14586
  name: "ElFormItem"
14587
14587
  };
14588
- const _sfc_main$L = /* @__PURE__ */ defineComponent({
14588
+ const _sfc_main$N = /* @__PURE__ */ defineComponent({
14589
14589
  ...__default__$p,
14590
14590
  props: formItemProps,
14591
14591
  setup(__props, { expose }) {
@@ -14867,7 +14867,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
14867
14867
  };
14868
14868
  }
14869
14869
  });
14870
- var FormItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$L, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/form/src/form-item.vue"]]);
14870
+ var FormItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$N, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/form/src/form-item.vue"]]);
14871
14871
  const ElForm = withInstall(Form, {
14872
14872
  FormItem
14873
14873
  });
@@ -14890,7 +14890,7 @@ const _hoisted_2$s = { key: 0 };
14890
14890
  const __default__$o = {
14891
14891
  name: "ElPaginationPrev"
14892
14892
  };
14893
- const _sfc_main$K = /* @__PURE__ */ defineComponent({
14893
+ const _sfc_main$M = /* @__PURE__ */ defineComponent({
14894
14894
  ...__default__$o,
14895
14895
  props: paginationPrevProps,
14896
14896
  emits: paginationPrevEmits,
@@ -14915,7 +14915,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
14915
14915
  };
14916
14916
  }
14917
14917
  });
14918
- var Prev = /* @__PURE__ */ _export_sfc$1(_sfc_main$K, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/prev.vue"]]);
14918
+ var Prev = /* @__PURE__ */ _export_sfc$1(_sfc_main$M, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/prev.vue"]]);
14919
14919
  const paginationNextProps = buildProps({
14920
14920
  disabled: Boolean,
14921
14921
  currentPage: {
@@ -14935,7 +14935,7 @@ const _hoisted_2$r = { key: 0 };
14935
14935
  const __default__$n = {
14936
14936
  name: "ElPaginationNext"
14937
14937
  };
14938
- const _sfc_main$J = /* @__PURE__ */ defineComponent({
14938
+ const _sfc_main$L = /* @__PURE__ */ defineComponent({
14939
14939
  ...__default__$n,
14940
14940
  props: paginationNextProps,
14941
14941
  emits: ["click"],
@@ -14960,7 +14960,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
14960
14960
  };
14961
14961
  }
14962
14962
  });
14963
- var Next = /* @__PURE__ */ _export_sfc$1(_sfc_main$J, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/next.vue"]]);
14963
+ var Next = /* @__PURE__ */ _export_sfc$1(_sfc_main$L, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/next.vue"]]);
14964
14964
  const selectGroupKey = "ElSelectGroup";
14965
14965
  const selectKey = "ElSelect";
14966
14966
  function useOption(props, states) {
@@ -15051,7 +15051,7 @@ function useOption(props, states) {
15051
15051
  hoverItem
15052
15052
  };
15053
15053
  }
15054
- const _sfc_main$I = defineComponent({
15054
+ const _sfc_main$K = defineComponent({
15055
15055
  name: "ElOption",
15056
15056
  componentName: "ElOption",
15057
15057
  props: {
@@ -15112,7 +15112,7 @@ const _sfc_main$I = defineComponent({
15112
15112
  };
15113
15113
  }
15114
15114
  });
15115
- function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
15115
+ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
15116
15116
  return withDirectives((openBlock(), createElementBlock("li", {
15117
15117
  class: normalizeClass([
15118
15118
  _ctx.ns.be("dropdown", "item"),
@@ -15132,8 +15132,8 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
15132
15132
  [vShow, _ctx.visible]
15133
15133
  ]);
15134
15134
  }
15135
- var Option = /* @__PURE__ */ _export_sfc$1(_sfc_main$I, [["render", _sfc_render$7], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/select/src/option.vue"]]);
15136
- const _sfc_main$H = defineComponent({
15135
+ var Option = /* @__PURE__ */ _export_sfc$1(_sfc_main$K, [["render", _sfc_render$9], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/select/src/option.vue"]]);
15136
+ const _sfc_main$J = defineComponent({
15137
15137
  name: "ElSelectDropdown",
15138
15138
  componentName: "ElSelectDropdown",
15139
15139
  setup() {
@@ -15160,7 +15160,7 @@ const _sfc_main$H = defineComponent({
15160
15160
  };
15161
15161
  }
15162
15162
  });
15163
- function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
15163
+ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
15164
15164
  return openBlock(), createElementBlock("div", {
15165
15165
  class: normalizeClass([_ctx.ns.b("dropdown"), _ctx.ns.is("multiple", _ctx.isMultiple), _ctx.popperClass]),
15166
15166
  style: normalizeStyle({ [_ctx.isFitInputWidth ? "width" : "minWidth"]: _ctx.minWidth })
@@ -15168,7 +15168,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
15168
15168
  renderSlot(_ctx.$slots, "default")
15169
15169
  ], 6);
15170
15170
  }
15171
- var ElSelectMenu = /* @__PURE__ */ _export_sfc$1(_sfc_main$H, [["render", _sfc_render$6], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/select/src/select-dropdown.vue"]]);
15171
+ var ElSelectMenu = /* @__PURE__ */ _export_sfc$1(_sfc_main$J, [["render", _sfc_render$8], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/select/src/select-dropdown.vue"]]);
15172
15172
  function useSelectStates(props) {
15173
15173
  const { t } = useLocale();
15174
15174
  return reactive({
@@ -15838,7 +15838,7 @@ const useSelect = (props, states, ctx) => {
15838
15838
  };
15839
15839
  };
15840
15840
  const COMPONENT_NAME$1 = "ElSelect";
15841
- const _sfc_main$G = defineComponent({
15841
+ const _sfc_main$I = defineComponent({
15842
15842
  name: COMPONENT_NAME$1,
15843
15843
  componentName: COMPONENT_NAME$1,
15844
15844
  components: {
@@ -16147,7 +16147,7 @@ const _sfc_main$G = defineComponent({
16147
16147
  const _hoisted_1$A = { class: "select-trigger" };
16148
16148
  const _hoisted_2$q = ["disabled", "autocomplete"];
16149
16149
  const _hoisted_3$k = { style: { "height": "100%", "display": "flex", "justify-content": "center", "align-items": "center" } };
16150
- function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
16150
+ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
16151
16151
  const _component_el_tag = resolveComponent("el-tag");
16152
16152
  const _component_el_tooltip = resolveComponent("el-tooltip");
16153
16153
  const _component_el_icon = resolveComponent("el-icon");
@@ -16449,8 +16449,8 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
16449
16449
  [_directive_click_outside, _ctx.handleClose, _ctx.popperPaneRef]
16450
16450
  ]);
16451
16451
  }
16452
- var Select = /* @__PURE__ */ _export_sfc$1(_sfc_main$G, [["render", _sfc_render$5], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/select/src/select.vue"]]);
16453
- const _sfc_main$F = defineComponent({
16452
+ var Select = /* @__PURE__ */ _export_sfc$1(_sfc_main$I, [["render", _sfc_render$7], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/select/src/select.vue"]]);
16453
+ const _sfc_main$H = defineComponent({
16454
16454
  name: "ElOptionGroup",
16455
16455
  componentName: "ElOptionGroup",
16456
16456
  props: {
@@ -16496,7 +16496,7 @@ const _sfc_main$F = defineComponent({
16496
16496
  };
16497
16497
  }
16498
16498
  });
16499
- function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
16499
+ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
16500
16500
  return withDirectives((openBlock(), createElementBlock("ul", {
16501
16501
  class: normalizeClass(_ctx.ns.be("group", "wrap"))
16502
16502
  }, [
@@ -16514,7 +16514,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
16514
16514
  [vShow, _ctx.visible]
16515
16515
  ]);
16516
16516
  }
16517
- var OptionGroup = /* @__PURE__ */ _export_sfc$1(_sfc_main$F, [["render", _sfc_render$4], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/select/src/option-group.vue"]]);
16517
+ var OptionGroup = /* @__PURE__ */ _export_sfc$1(_sfc_main$H, [["render", _sfc_render$6], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/select/src/option-group.vue"]]);
16518
16518
  const ElSelect = withInstall(Select, {
16519
16519
  Option,
16520
16520
  OptionGroup
@@ -16543,7 +16543,7 @@ const paginationSizesProps = buildProps({
16543
16543
  const __default__$m = {
16544
16544
  name: "ElPaginationSizes"
16545
16545
  };
16546
- const _sfc_main$E = /* @__PURE__ */ defineComponent({
16546
+ const _sfc_main$G = /* @__PURE__ */ defineComponent({
16547
16547
  ...__default__$m,
16548
16548
  props: paginationSizesProps,
16549
16549
  emits: ["page-size-change"],
@@ -16598,12 +16598,12 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
16598
16598
  };
16599
16599
  }
16600
16600
  });
16601
- var Sizes = /* @__PURE__ */ _export_sfc$1(_sfc_main$E, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/sizes.vue"]]);
16601
+ var Sizes = /* @__PURE__ */ _export_sfc$1(_sfc_main$G, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/sizes.vue"]]);
16602
16602
  const _hoisted_1$z = ["disabled"];
16603
16603
  const __default__$l = {
16604
16604
  name: "ElPaginationJumper"
16605
16605
  };
16606
- const _sfc_main$D = /* @__PURE__ */ defineComponent({
16606
+ const _sfc_main$F = /* @__PURE__ */ defineComponent({
16607
16607
  ...__default__$l,
16608
16608
  setup(__props) {
16609
16609
  const { t } = useLocale();
@@ -16644,7 +16644,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
16644
16644
  };
16645
16645
  }
16646
16646
  });
16647
- var Jumper = /* @__PURE__ */ _export_sfc$1(_sfc_main$D, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/jumper.vue"]]);
16647
+ var Jumper = /* @__PURE__ */ _export_sfc$1(_sfc_main$F, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/jumper.vue"]]);
16648
16648
  const paginationTotalProps = buildProps({
16649
16649
  total: {
16650
16650
  type: Number,
@@ -16655,7 +16655,7 @@ const _hoisted_1$y = ["disabled"];
16655
16655
  const __default__$k = {
16656
16656
  name: "ElPaginationTotal"
16657
16657
  };
16658
- const _sfc_main$C = /* @__PURE__ */ defineComponent({
16658
+ const _sfc_main$E = /* @__PURE__ */ defineComponent({
16659
16659
  ...__default__$k,
16660
16660
  props: paginationTotalProps,
16661
16661
  setup(__props) {
@@ -16672,7 +16672,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
16672
16672
  };
16673
16673
  }
16674
16674
  });
16675
- var Total = /* @__PURE__ */ _export_sfc$1(_sfc_main$C, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/total.vue"]]);
16675
+ var Total = /* @__PURE__ */ _export_sfc$1(_sfc_main$E, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/total.vue"]]);
16676
16676
  const paginationPagerProps = buildProps({
16677
16677
  currentPage: {
16678
16678
  type: Number,
@@ -16693,11 +16693,11 @@ const _hoisted_2$p = ["aria-current", "tabindex"];
16693
16693
  const _hoisted_3$j = ["tabindex"];
16694
16694
  const _hoisted_4$b = ["aria-current", "tabindex"];
16695
16695
  const _hoisted_5$6 = ["tabindex"];
16696
- const _hoisted_6$3 = ["aria-current", "tabindex"];
16696
+ const _hoisted_6$4 = ["aria-current", "tabindex"];
16697
16697
  const __default__$j = {
16698
16698
  name: "ElPaginationPager"
16699
16699
  };
16700
- const _sfc_main$B = /* @__PURE__ */ defineComponent({
16700
+ const _sfc_main$D = /* @__PURE__ */ defineComponent({
16701
16701
  ...__default__$j,
16702
16702
  props: paginationPagerProps,
16703
16703
  emits: ["change"],
@@ -16883,12 +16883,12 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
16883
16883
  ], "number"]),
16884
16884
  "aria-current": _ctx.currentPage === _ctx.pageCount,
16885
16885
  tabindex: unref(tabindex)
16886
- }, toDisplayString(_ctx.pageCount), 11, _hoisted_6$3)) : createCommentVNode("v-if", true)
16886
+ }, toDisplayString(_ctx.pageCount), 11, _hoisted_6$4)) : createCommentVNode("v-if", true)
16887
16887
  ], 42, _hoisted_1$x);
16888
16888
  };
16889
16889
  }
16890
16890
  });
16891
- var Pager = /* @__PURE__ */ _export_sfc$1(_sfc_main$B, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/pager.vue"]]);
16891
+ var Pager = /* @__PURE__ */ _export_sfc$1(_sfc_main$D, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/pager.vue"]]);
16892
16892
  const isAbsent = (v2) => typeof v2 !== "number";
16893
16893
  const paginationProps = buildProps({
16894
16894
  total: Number,
@@ -17198,7 +17198,7 @@ const _hoisted_5$5 = { key: 0 };
17198
17198
  const __default__$i = {
17199
17199
  name: "ElProgress"
17200
17200
  };
17201
- const _sfc_main$A = /* @__PURE__ */ defineComponent({
17201
+ const _sfc_main$C = /* @__PURE__ */ defineComponent({
17202
17202
  ...__default__$i,
17203
17203
  props: progressProps,
17204
17204
  setup(__props) {
@@ -17384,7 +17384,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
17384
17384
  };
17385
17385
  }
17386
17386
  });
17387
- var Progress = /* @__PURE__ */ _export_sfc$1(_sfc_main$A, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/progress/src/progress.vue"]]);
17387
+ var Progress = /* @__PURE__ */ _export_sfc$1(_sfc_main$C, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/progress/src/progress.vue"]]);
17388
17388
  const ElProgress = withInstall(Progress);
17389
17389
  /*!
17390
17390
  * escape-html
@@ -19006,7 +19006,7 @@ class TableLayout {
19006
19006
  }
19007
19007
  }
19008
19008
  const { CheckboxGroup: ElCheckboxGroup } = ElCheckbox;
19009
- const _sfc_main$z = defineComponent({
19009
+ const _sfc_main$B = defineComponent({
19010
19010
  name: "ElTableFilterPanel",
19011
19011
  components: {
19012
19012
  ElCheckbox,
@@ -19151,7 +19151,7 @@ const _sfc_main$z = defineComponent({
19151
19151
  const _hoisted_1$v = { key: 0 };
19152
19152
  const _hoisted_2$n = ["disabled"];
19153
19153
  const _hoisted_3$h = ["label", "onClick"];
19154
- function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
19154
+ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
19155
19155
  const _component_el_checkbox = resolveComponent("el-checkbox");
19156
19156
  const _component_el_checkbox_group = resolveComponent("el-checkbox-group");
19157
19157
  const _component_el_scrollbar = resolveComponent("el-scrollbar");
@@ -19265,7 +19265,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
19265
19265
  _: 1
19266
19266
  }, 8, ["visible", "placement", "popper-class"]);
19267
19267
  }
19268
- var FilterPanel = /* @__PURE__ */ _export_sfc$1(_sfc_main$z, [["render", _sfc_render$3], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/table/src/filter-panel.vue"]]);
19268
+ var FilterPanel = /* @__PURE__ */ _export_sfc$1(_sfc_main$B, [["render", _sfc_render$5], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/table/src/filter-panel.vue"]]);
19269
19269
  function useLayoutObserver(root2) {
19270
19270
  const instance = getCurrentInstance();
19271
19271
  onBeforeMount(() => {
@@ -20910,7 +20910,7 @@ const useScrollbar = () => {
20910
20910
  };
20911
20911
  };
20912
20912
  let tableIdSeed = 1;
20913
- const _sfc_main$y = defineComponent({
20913
+ const _sfc_main$A = defineComponent({
20914
20914
  name: "ElTable",
20915
20915
  directives: {
20916
20916
  Mousewheel
@@ -21057,7 +21057,7 @@ const _hoisted_2$m = {
21057
21057
  ref: "hiddenColumns",
21058
21058
  class: "hidden-columns"
21059
21059
  };
21060
- function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
21060
+ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
21061
21061
  const _component_hColgroup = resolveComponent("hColgroup");
21062
21062
  const _component_table_header = resolveComponent("table-header");
21063
21063
  const _component_table_body = resolveComponent("table-body");
@@ -21223,7 +21223,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
21223
21223
  ])
21224
21224
  ], 46, _hoisted_1$u);
21225
21225
  }
21226
- var Table = /* @__PURE__ */ _export_sfc$1(_sfc_main$y, [["render", _sfc_render$2], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/table/src/table.vue"]]);
21226
+ var Table = /* @__PURE__ */ _export_sfc$1(_sfc_main$A, [["render", _sfc_render$4], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/table/src/table.vue"]]);
21227
21227
  const defaultClassNames = {
21228
21228
  selection: "table-column--selection",
21229
21229
  expand: "table__expand-column"
@@ -21821,7 +21821,7 @@ const tabBarProps = buildProps({
21821
21821
  const __default__$h = {
21822
21822
  name: "ElTabBar"
21823
21823
  };
21824
- const _sfc_main$x = /* @__PURE__ */ defineComponent({
21824
+ const _sfc_main$z = /* @__PURE__ */ defineComponent({
21825
21825
  ...__default__$h,
21826
21826
  props: tabBarProps,
21827
21827
  setup(__props, { expose }) {
@@ -21884,7 +21884,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
21884
21884
  };
21885
21885
  }
21886
21886
  });
21887
- var TabBar = /* @__PURE__ */ _export_sfc$1(_sfc_main$x, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/tabs/src/tab-bar.vue"]]);
21887
+ var TabBar = /* @__PURE__ */ _export_sfc$1(_sfc_main$z, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/tabs/src/tab-bar.vue"]]);
21888
21888
  const tabNavProps = buildProps({
21889
21889
  panes: {
21890
21890
  type: definePropType(Array),
@@ -22303,7 +22303,7 @@ const _hoisted_1$t = ["id", "aria-hidden", "aria-labelledby"];
22303
22303
  const __default__$g = {
22304
22304
  name: "ElTabPane"
22305
22305
  };
22306
- const _sfc_main$w = /* @__PURE__ */ defineComponent({
22306
+ const _sfc_main$y = /* @__PURE__ */ defineComponent({
22307
22307
  ...__default__$g,
22308
22308
  props: tabPaneProps,
22309
22309
  setup(__props) {
@@ -22362,7 +22362,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
22362
22362
  };
22363
22363
  }
22364
22364
  });
22365
- var TabPane = /* @__PURE__ */ _export_sfc$1(_sfc_main$w, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/tabs/src/tab-pane.vue"]]);
22365
+ var TabPane = /* @__PURE__ */ _export_sfc$1(_sfc_main$y, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/tabs/src/tab-pane.vue"]]);
22366
22366
  const ElTabs = withInstall(Tabs, {
22367
22367
  TabPane
22368
22368
  });
@@ -22579,7 +22579,7 @@ const _hoisted_5$4 = ["onClick"];
22579
22579
  const __default__$f = {
22580
22580
  name: "ElUploadList"
22581
22581
  };
22582
- const _sfc_main$v = /* @__PURE__ */ defineComponent({
22582
+ const _sfc_main$x = /* @__PURE__ */ defineComponent({
22583
22583
  ...__default__$f,
22584
22584
  props: uploadListProps,
22585
22585
  emits: uploadListEmits,
@@ -22736,7 +22736,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
22736
22736
  };
22737
22737
  }
22738
22738
  });
22739
- var UploadList = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/upload/src/upload-list.vue"]]);
22739
+ var UploadList = /* @__PURE__ */ _export_sfc$1(_sfc_main$x, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/upload/src/upload-list.vue"]]);
22740
22740
  const uploadDraggerProps = buildProps({
22741
22741
  disabled: {
22742
22742
  type: Boolean,
@@ -22750,7 +22750,7 @@ const _hoisted_1$r = ["onDrop", "onDragover"];
22750
22750
  const __default__$e = {
22751
22751
  name: "ElUploadDrag"
22752
22752
  };
22753
- const _sfc_main$u = /* @__PURE__ */ defineComponent({
22753
+ const _sfc_main$w = /* @__PURE__ */ defineComponent({
22754
22754
  ...__default__$e,
22755
22755
  props: uploadDraggerProps,
22756
22756
  emits: uploadDraggerEmits,
@@ -22808,7 +22808,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
22808
22808
  };
22809
22809
  }
22810
22810
  });
22811
- var UploadDragger = /* @__PURE__ */ _export_sfc$1(_sfc_main$u, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/upload/src/upload-dragger.vue"]]);
22811
+ var UploadDragger = /* @__PURE__ */ _export_sfc$1(_sfc_main$w, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/upload/src/upload-dragger.vue"]]);
22812
22812
  const uploadContentProps = buildProps({
22813
22813
  ...uploadBaseProps,
22814
22814
  beforeUpload: {
@@ -22846,7 +22846,7 @@ const __default__$d = {
22846
22846
  name: "ElUploadContent",
22847
22847
  inheritAttrs: false
22848
22848
  };
22849
- const _sfc_main$t = /* @__PURE__ */ defineComponent({
22849
+ const _sfc_main$v = /* @__PURE__ */ defineComponent({
22850
22850
  ...__default__$d,
22851
22851
  props: uploadContentProps,
22852
22852
  setup(__props, { expose }) {
@@ -23002,7 +23002,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
23002
23002
  };
23003
23003
  }
23004
23004
  });
23005
- var UploadContent = /* @__PURE__ */ _export_sfc$1(_sfc_main$t, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/upload/src/upload-content.vue"]]);
23005
+ var UploadContent = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/upload/src/upload-content.vue"]]);
23006
23006
  const SCOPE = "ElUpload";
23007
23007
  const revokeObjectURL = (file) => {
23008
23008
  var _a2;
@@ -23129,7 +23129,7 @@ const useHandlers = (props, uploadRef) => {
23129
23129
  const __default__$c = {
23130
23130
  name: "ElUpload"
23131
23131
  };
23132
- const _sfc_main$s = /* @__PURE__ */ defineComponent({
23132
+ const _sfc_main$u = /* @__PURE__ */ defineComponent({
23133
23133
  ...__default__$c,
23134
23134
  props: uploadProps,
23135
23135
  setup(__props, { expose }) {
@@ -23237,7 +23237,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
23237
23237
  };
23238
23238
  }
23239
23239
  });
23240
- var Upload = /* @__PURE__ */ _export_sfc$1(_sfc_main$s, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/upload/src/upload.vue"]]);
23240
+ var Upload = /* @__PURE__ */ _export_sfc$1(_sfc_main$u, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/upload/src/upload.vue"]]);
23241
23241
  const ElUpload = withInstall(Upload);
23242
23242
  function createLoadingComponent(options) {
23243
23243
  let afterLeaveTimer;
@@ -23619,7 +23619,7 @@ const _hoisted_2$j = ["innerHTML"];
23619
23619
  const __default__$b = {
23620
23620
  name: "ElMessage"
23621
23621
  };
23622
- const _sfc_main$r = /* @__PURE__ */ defineComponent({
23622
+ const _sfc_main$t = /* @__PURE__ */ defineComponent({
23623
23623
  ...__default__$b,
23624
23624
  props: messageProps,
23625
23625
  emits: messageEmits,
@@ -23749,7 +23749,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
23749
23749
  };
23750
23750
  }
23751
23751
  });
23752
- var MessageConstructor = /* @__PURE__ */ _export_sfc$1(_sfc_main$r, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/message/src/message.vue"]]);
23752
+ var MessageConstructor = /* @__PURE__ */ _export_sfc$1(_sfc_main$t, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/message/src/message.vue"]]);
23753
23753
  let seed = 1;
23754
23754
  const normalizeOptions = (params) => {
23755
23755
  const options = !params || isString$2(params) || isVNode(params) || isFunction$2(params) ? { message: params } : params;
@@ -24386,7 +24386,7 @@ const _hoisted_1$o = /* @__PURE__ */ createElementVNode("span", { class: "pl-cur
24386
24386
  const __default__$a = {
24387
24387
  name: "PlCurrency"
24388
24388
  };
24389
- const _sfc_main$q = /* @__PURE__ */ Object.assign(__default__$a, {
24389
+ const _sfc_main$s = /* @__PURE__ */ Object.assign(__default__$a, {
24390
24390
  props: {
24391
24391
  width: String,
24392
24392
  modelValue: Number,
@@ -24407,6 +24407,7 @@ const _sfc_main$q = /* @__PURE__ */ Object.assign(__default__$a, {
24407
24407
  currency: "EUR",
24408
24408
  currencyDisplay: "hidden",
24409
24409
  precision: round2.value ? 0 : 2,
24410
+ hideGroupingSeparatorOnFocus: false,
24410
24411
  ...unref(currencyInputOptions)
24411
24412
  });
24412
24413
  const { inputRef, formattedValue, setValue } = useCurrencyInput(options);
@@ -24434,7 +24435,57 @@ const _sfc_main$q = /* @__PURE__ */ Object.assign(__default__$a, {
24434
24435
  });
24435
24436
  const PlCurrencyPlugin = {
24436
24437
  install(app) {
24437
- app.component("PlCurrency", _sfc_main$q);
24438
+ app.component("PlCurrency", _sfc_main$s);
24439
+ }
24440
+ };
24441
+ var form = "";
24442
+ var _export_sfc = (sfc, props) => {
24443
+ const target = sfc.__vccOpts || sfc;
24444
+ for (const [key, val] of props) {
24445
+ target[key] = val;
24446
+ }
24447
+ return target;
24448
+ };
24449
+ const _sfc_main$r = {};
24450
+ function _sfc_render$3(_ctx, _cache) {
24451
+ const _component_el_form = ElForm;
24452
+ return openBlock(), createBlock(_component_el_form, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
24453
+ default: withCtx(() => [
24454
+ renderSlot(_ctx.$slots, "default")
24455
+ ]),
24456
+ _: 3
24457
+ }, 16);
24458
+ }
24459
+ var PlForm = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$3]]);
24460
+ const PlFormPlugin = {
24461
+ install(app) {
24462
+ app.component("PlForm", PlForm);
24463
+ }
24464
+ };
24465
+ var formItem = "";
24466
+ const _sfc_main$q = {};
24467
+ function _sfc_render$2(_ctx, _cache) {
24468
+ const _component_el_form_item = ElFormItem;
24469
+ return openBlock(), createBlock(_component_el_form_item, normalizeProps(guardReactiveProps(_ctx.$attrs)), createSlots({
24470
+ default: withCtx(() => [
24471
+ renderSlot(_ctx.$slots, "default")
24472
+ ]),
24473
+ _: 2
24474
+ }, [
24475
+ renderList(_ctx.$slots, (_2, name) => {
24476
+ return {
24477
+ name,
24478
+ fn: withCtx((slotData) => [
24479
+ renderSlot(_ctx.$slots, name, normalizeProps(guardReactiveProps(slotData)))
24480
+ ])
24481
+ };
24482
+ })
24483
+ ]), 1040);
24484
+ }
24485
+ var PlFormItem = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$2]]);
24486
+ const PlFormItemPlugin = {
24487
+ install(app) {
24488
+ app.component("PlFormItem", PlFormItem);
24438
24489
  }
24439
24490
  };
24440
24491
  var button = "";
@@ -24483,13 +24534,6 @@ const TestViteNpmComponentPlugin = {
24483
24534
  }
24484
24535
  };
24485
24536
  var plButton_vue_vue_type_style_index_0_scoped_true_lang = "";
24486
- var _export_sfc = (sfc, props) => {
24487
- const target = sfc.__vccOpts || sfc;
24488
- for (const [key, val] of props) {
24489
- target[key] = val;
24490
- }
24491
- return target;
24492
- };
24493
24537
  const _sfc_main$o = {
24494
24538
  __name: "pl-button",
24495
24539
  props: {
@@ -24903,8 +24947,6 @@ const PlDatePickerPlugin = {
24903
24947
  var loading = "";
24904
24948
  var dialog = "";
24905
24949
  var overlay = "";
24906
- var form = "";
24907
- var formItem = "";
24908
24950
  var tag = "";
24909
24951
  var option = "";
24910
24952
  var optionGroup = "";
@@ -37768,7 +37810,7 @@ const _hoisted_4$8 = {
37768
37810
  class: "dialog-footer"
37769
37811
  };
37770
37812
  const _hoisted_5$3 = /* @__PURE__ */ createTextVNode("\u0412\u044B\u0431\u0440\u0430\u0442\u044C");
37771
- const _hoisted_6$2 = /* @__PURE__ */ createTextVNode("\u041E\u0442\u043C\u0435\u043D\u0430");
37813
+ const _hoisted_6$3 = /* @__PURE__ */ createTextVNode("\u041E\u0442\u043C\u0435\u043D\u0430");
37772
37814
  const _hoisted_7$2 = {
37773
37815
  key: 1,
37774
37816
  class: "dialog-footer"
@@ -37960,7 +38002,7 @@ const _sfc_main$l = /* @__PURE__ */ Object.assign(__default__$6, {
37960
38002
  }, 8, ["disabled"]),
37961
38003
  createVNode(_component_el_button, { onClick: hide }, {
37962
38004
  default: withCtx(() => [
37963
- _hoisted_6$2
38005
+ _hoisted_6$3
37964
38006
  ]),
37965
38007
  _: 1
37966
38008
  })
@@ -40250,7 +40292,7 @@ const _sfc_main$8 = {
40250
40292
  emits: ["update:modelValue"],
40251
40293
  setup(__props, { emit: emit2 }) {
40252
40294
  const props = __props;
40253
- let { modelValue: formClient } = toRefs(props);
40295
+ const { modelValue: formClient } = toRefs(props);
40254
40296
  watch(formClient, (value) => {
40255
40297
  emit2("update:modelValue", value);
40256
40298
  });
@@ -40472,7 +40514,7 @@ const _hoisted_5$2 = /* @__PURE__ */ createElementVNode("img", {
40472
40514
  src: _imports_0$1,
40473
40515
  alt: "add"
40474
40516
  }, null, -1);
40475
- const _hoisted_6$1 = [
40517
+ const _hoisted_6$2 = [
40476
40518
  _hoisted_5$2
40477
40519
  ];
40478
40520
  const _hoisted_7$1 = { class: "contentBodies padding-empty mt-3" };
@@ -40580,7 +40622,7 @@ const _sfc_main$6 = {
40580
40622
  withDirectives(createElementVNode("button", {
40581
40623
  onClick: addNewPhysical,
40582
40624
  class: "btn"
40583
- }, _hoisted_6$1, 512), [
40625
+ }, _hoisted_6$2, 512), [
40584
40626
  [vShow, !emptyPhysical.value]
40585
40627
  ])
40586
40628
  ]),
@@ -40904,17 +40946,18 @@ function _sfc_render(_ctx, _cache) {
40904
40946
  }
40905
40947
  var PlFormMenu = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render]]);
40906
40948
  var plQuestionnaire_vue_vue_type_style_index_0_lang = "";
40907
- const _hoisted_1$3 = {
40949
+ const _hoisted_1$3 = { class: "form-wrapper" };
40950
+ const _hoisted_2$1 = {
40908
40951
  id: "pl-questionnaire",
40909
40952
  class: "wrapper d-flex justify-content-between"
40910
40953
  };
40911
- const _hoisted_2$1 = { class: "left d-flex flex-column gap-2" };
40912
- const _hoisted_3$1 = { class: "center d-flex flex-column gap-3" };
40913
- const _hoisted_4$1 = {
40954
+ const _hoisted_3$1 = { class: "left d-flex flex-column gap-2" };
40955
+ const _hoisted_4$1 = { class: "center d-flex flex-column gap-3" };
40956
+ const _hoisted_5$1 = {
40914
40957
  key: 0,
40915
40958
  class: "d-flex flex-column gap-3"
40916
40959
  };
40917
- const _hoisted_5$1 = { class: "right" };
40960
+ const _hoisted_6$1 = { class: "right" };
40918
40961
  const _sfc_main$3 = {
40919
40962
  __name: "pl-questionnaire",
40920
40963
  props: {
@@ -40931,34 +40974,36 @@ const _sfc_main$3 = {
40931
40974
  return (_ctx, _cache) => {
40932
40975
  return openBlock(), createElementBlock("div", _hoisted_1$3, [
40933
40976
  createElementVNode("div", _hoisted_2$1, [
40934
- createVNode(_sfc_main$f, {
40935
- selected: selectTabs.value,
40936
- "onUpdate:selected": _cache[0] || (_cache[0] = ($event) => selectTabs.value = $event)
40937
- }, null, 8, ["selected"]),
40938
- createVNode(_sfc_main$e),
40939
- createVNode(_sfc_main$d)
40940
- ]),
40941
- createElementVNode("div", _hoisted_3$1, [
40942
- selectTabs.value === "general" ? (openBlock(), createElementBlock("div", _hoisted_4$1, [
40943
- createVNode(_sfc_main$8, {
40944
- modelValue: unref(form2).general,
40945
- "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => unref(form2).general = $event)
40946
- }, null, 8, ["modelValue"]),
40947
- createVNode(_sfc_main$5, {
40948
- modelValue: unref(form2).contact,
40949
- "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => unref(form2).contact = $event)
40950
- }, null, 8, ["modelValue"])
40951
- ])) : createCommentVNode("", true),
40952
- selectTabs.value === "control" ? (openBlock(), createBlock(_sfc_main$6, {
40953
- key: 1,
40954
- newFounderTabs: unref(form2).newFounderTabs,
40955
- modelValue: unref(form2).newFounder,
40956
- "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => unref(form2).newFounder = $event),
40957
- bodies: unref(form2).arrayBodies
40958
- }, null, 8, ["newFounderTabs", "modelValue", "bodies"])) : createCommentVNode("", true)
40959
- ]),
40960
- createElementVNode("div", _hoisted_5$1, [
40961
- createVNode(PlFormMenu)
40977
+ createElementVNode("div", _hoisted_3$1, [
40978
+ createVNode(_sfc_main$f, {
40979
+ selected: selectTabs.value,
40980
+ "onUpdate:selected": _cache[0] || (_cache[0] = ($event) => selectTabs.value = $event)
40981
+ }, null, 8, ["selected"]),
40982
+ createVNode(_sfc_main$e),
40983
+ createVNode(_sfc_main$d)
40984
+ ]),
40985
+ createElementVNode("div", _hoisted_4$1, [
40986
+ selectTabs.value === "general" ? (openBlock(), createElementBlock("div", _hoisted_5$1, [
40987
+ createVNode(_sfc_main$8, {
40988
+ modelValue: unref(form2).general,
40989
+ "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => unref(form2).general = $event)
40990
+ }, null, 8, ["modelValue"]),
40991
+ createVNode(_sfc_main$5, {
40992
+ modelValue: unref(form2).contact,
40993
+ "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => unref(form2).contact = $event)
40994
+ }, null, 8, ["modelValue"])
40995
+ ])) : createCommentVNode("", true),
40996
+ selectTabs.value === "control" ? (openBlock(), createBlock(_sfc_main$6, {
40997
+ key: 1,
40998
+ newFounderTabs: unref(form2).newFounderTabs,
40999
+ modelValue: unref(form2).newFounder,
41000
+ "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => unref(form2).newFounder = $event),
41001
+ bodies: unref(form2).arrayBodies
41002
+ }, null, 8, ["newFounderTabs", "modelValue", "bodies"])) : createCommentVNode("", true)
41003
+ ]),
41004
+ createElementVNode("div", _hoisted_6$1, [
41005
+ createVNode(PlFormMenu)
41006
+ ])
40962
41007
  ])
40963
41008
  ]);
40964
41009
  };
@@ -41989,6 +42034,10 @@ const _sfc_main = {
41989
42034
  disabled: {
41990
42035
  type: Boolean,
41991
42036
  default: false
42037
+ },
42038
+ widthLabel: {
42039
+ type: String,
42040
+ default: "100px"
41992
42041
  }
41993
42042
  },
41994
42043
  emits: ["update:modelValue"],
@@ -42011,65 +42060,67 @@ const _sfc_main = {
42011
42060
  const _component_el_input = ElInput;
42012
42061
  const _component_el_form_item = ElFormItem;
42013
42062
  const _component_el_form = ElForm;
42014
- return openBlock(), createBlock(_component_el_form, {
42015
- "label-position": "top",
42016
- ref: "form"
42017
- }, {
42018
- default: withCtx(() => [
42019
- createElementVNode("div", {
42020
- id: "form",
42021
- class: normalizeClass([__props.icon && !__props.label ? "padding-form" : ""])
42022
- }, [
42023
- props.icon ? (openBlock(), createElementBlock("img", _hoisted_1)) : createCommentVNode("", true),
42024
- props.prefix ? (openBlock(), createElementBlock("img", {
42025
- key: 1,
42026
- class: normalizeClass(["prefix-icon", [!__props.label ? "prefixNoLabel" : "prefixWithLabel"]]),
42027
- alt: "user",
42028
- src: _imports_1$2
42029
- }, null, 2)) : createCommentVNode("", true),
42030
- props.clearable && __props.area ? (openBlock(), createElementBlock("img", {
42031
- key: 2,
42032
- onClick: clearValue,
42033
- class: normalizeClass(["clearBtn", [!__props.label && !__props.icon ? "clearNoLabel" : ""]]),
42034
- src: _imports_2$2,
42035
- alt: "clear"
42036
- }, null, 2)) : createCommentVNode("", true),
42037
- props.optional && __props.label ? (openBlock(), createElementBlock("div", {
42038
- key: 3,
42039
- class: "optional-text",
42040
- style: normalizeStyle({ left: unref(widthLabel) + "px" })
42041
- }, toDisplayString(props.optional), 5)) : createCommentVNode("", true),
42042
- createElementVNode("div", { id }, [
42043
- createVNode(_component_el_form_item, {
42044
- class: normalizeClass({ "is-error": __props.isError }),
42045
- "show-message": false,
42046
- label: props.label,
42047
- prop: "name"
42048
- }, {
42049
- default: withCtx(() => [
42050
- createVNode(_component_el_input, {
42051
- class: normalizeClass({ padding: props.prefix }),
42052
- disabled: props.disabled,
42053
- placeholder: props.placeholder,
42054
- modelValue: unref(modelValue),
42055
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(modelValue) ? modelValue.value = $event : modelValue = $event),
42056
- type: props.area ? "textarea" : "",
42057
- resize: "none",
42058
- autosize: { minRows: 3, maxRows: 6 },
42059
- clearable: props.clearable && __props.area,
42060
- onInput: updateValue
42061
- }, null, 8, ["class", "disabled", "placeholder", "modelValue", "type", "clearable"])
42062
- ]),
42063
- _: 1
42064
- }, 8, ["class", "label"])
42065
- ]),
42066
- createElementVNode("p", {
42067
- class: normalizeClass({ isError: props.isError })
42068
- }, toDisplayString(props.helper), 3)
42069
- ], 2)
42070
- ]),
42071
- _: 1
42072
- }, 512);
42063
+ return openBlock(), createElementBlock("div", null, [
42064
+ createVNode(_component_el_form, {
42065
+ "label-position": "top",
42066
+ ref: "form"
42067
+ }, {
42068
+ default: withCtx(() => [
42069
+ createElementVNode("div", {
42070
+ id: "form",
42071
+ class: normalizeClass([__props.icon && !__props.label ? "padding-form" : ""])
42072
+ }, [
42073
+ props.icon ? (openBlock(), createElementBlock("img", _hoisted_1)) : createCommentVNode("", true),
42074
+ props.prefix ? (openBlock(), createElementBlock("img", {
42075
+ key: 1,
42076
+ class: normalizeClass(["prefix-icon", [!__props.label ? "prefixNoLabel" : "prefixWithLabel"]]),
42077
+ alt: "user",
42078
+ src: _imports_1$2
42079
+ }, null, 2)) : createCommentVNode("", true),
42080
+ props.clearable && __props.area ? (openBlock(), createElementBlock("img", {
42081
+ key: 2,
42082
+ onClick: clearValue,
42083
+ class: normalizeClass(["clearBtn", [!__props.label && !__props.icon ? "clearNoLabel" : ""]]),
42084
+ src: _imports_2$2,
42085
+ alt: "clear"
42086
+ }, null, 2)) : createCommentVNode("", true),
42087
+ props.optional && __props.label ? (openBlock(), createElementBlock("div", {
42088
+ key: 3,
42089
+ class: "optional-text",
42090
+ style: normalizeStyle({ left: unref(widthLabel) + "px" })
42091
+ }, toDisplayString(props.optional), 5)) : createCommentVNode("", true),
42092
+ createElementVNode("div", { id }, [
42093
+ createVNode(_component_el_form_item, {
42094
+ class: normalizeClass({ "is-error": __props.isError }),
42095
+ "show-message": false,
42096
+ label: props.label,
42097
+ prop: "name"
42098
+ }, {
42099
+ default: withCtx(() => [
42100
+ createVNode(_component_el_input, {
42101
+ class: normalizeClass({ padding: props.prefix }),
42102
+ disabled: props.disabled,
42103
+ placeholder: props.placeholder,
42104
+ modelValue: unref(modelValue),
42105
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(modelValue) ? modelValue.value = $event : modelValue = $event),
42106
+ type: props.area ? "textarea" : "",
42107
+ resize: "none",
42108
+ autosize: { minRows: 3, maxRows: 6 },
42109
+ clearable: props.clearable && __props.area,
42110
+ onInput: updateValue
42111
+ }, null, 8, ["class", "disabled", "placeholder", "modelValue", "type", "clearable"])
42112
+ ]),
42113
+ _: 1
42114
+ }, 8, ["class", "label"])
42115
+ ]),
42116
+ createElementVNode("p", {
42117
+ class: normalizeClass({ isError: props.isError })
42118
+ }, toDisplayString(props.helper), 3)
42119
+ ], 2)
42120
+ ]),
42121
+ _: 1
42122
+ }, 512)
42123
+ ]);
42073
42124
  };
42074
42125
  }
42075
42126
  };
@@ -42080,21 +42131,22 @@ const PlInputPlugin = {
42080
42131
  };
42081
42132
  const PlPlugin = {
42082
42133
  install(app) {
42083
- var _a2, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l;
42134
+ var _a2, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n;
42084
42135
  (_a2 = PlCurrencyPlugin.install) == null ? void 0 : _a2.call(PlCurrencyPlugin, app);
42085
- (_b = TestViteNpmComponentPlugin.install) == null ? void 0 : _b.call(TestViteNpmComponentPlugin, app);
42086
- (_c = PlButtonPlugin.install) == null ? void 0 : _c.call(PlButtonPlugin, app);
42087
- (_d = PlDatePickerPlugin.install) == null ? void 0 : _d.call(PlDatePickerPlugin, app);
42088
- (_e = PlCertDialogPlugin.install) == null ? void 0 : _e.call(PlCertDialogPlugin, app);
42089
- (_f = PlTablePlugin.install) == null ? void 0 : _f.call(PlTablePlugin, app);
42090
- (_g = PlUploadPlugin.install) == null ? void 0 : _g.call(PlUploadPlugin, app);
42091
- (_h = PlSuggestionsPlugin.install) == null ? void 0 : _h.call(PlSuggestionsPlugin, app);
42092
- (_i = PlQuestionnairePlugin.install) == null ? void 0 : _i.call(PlQuestionnairePlugin, app);
42093
- (_j = PlStepperPlugin.install) == null ? void 0 : _j.call(PlStepperPlugin, app);
42094
- (_k = PlGroupTablePlugin.install) == null ? void 0 : _k.call(PlGroupTablePlugin, app);
42095
- (_l = PlInputPlugin.install) == null ? void 0 : _l.call(PlInputPlugin, app);
42136
+ (_b = PlFormItemPlugin.install) == null ? void 0 : _b.call(PlFormItemPlugin, app);
42137
+ (_c = PlFormPlugin.install) == null ? void 0 : _c.call(PlFormPlugin, app), (_d = TestViteNpmComponentPlugin.install) == null ? void 0 : _d.call(TestViteNpmComponentPlugin, app);
42138
+ (_e = PlButtonPlugin.install) == null ? void 0 : _e.call(PlButtonPlugin, app);
42139
+ (_f = PlDatePickerPlugin.install) == null ? void 0 : _f.call(PlDatePickerPlugin, app);
42140
+ (_g = PlCertDialogPlugin.install) == null ? void 0 : _g.call(PlCertDialogPlugin, app);
42141
+ (_h = PlTablePlugin.install) == null ? void 0 : _h.call(PlTablePlugin, app);
42142
+ (_i = PlUploadPlugin.install) == null ? void 0 : _i.call(PlUploadPlugin, app);
42143
+ (_j = PlSuggestionsPlugin.install) == null ? void 0 : _j.call(PlSuggestionsPlugin, app);
42144
+ (_k = PlQuestionnairePlugin.install) == null ? void 0 : _k.call(PlQuestionnairePlugin, app);
42145
+ (_l = PlStepperPlugin.install) == null ? void 0 : _l.call(PlStepperPlugin, app);
42146
+ (_m = PlGroupTablePlugin.install) == null ? void 0 : _m.call(PlGroupTablePlugin, app);
42147
+ (_n = PlInputPlugin.install) == null ? void 0 : _n.call(PlInputPlugin, app);
42096
42148
  },
42097
42149
  apiJs: ApiJs,
42098
42150
  loader: loadingAndSetup
42099
42151
  };
42100
- export { PlButton, PlButtonPlugin, _sfc_main$l as PlCertDialog, PlCertDialogPlugin, _sfc_main$q as PlCurrency, PlCurrencyPlugin, _sfc_main$m as PlDatePicker, PlDatePickerPlugin, _sfc_main$n as PlDatePickerRange, _sfc_main as PlInput, PlInputPlugin, _sfc_main$2 as PlStepper, PlStepperPlugin, _sfc_main$k as PlTable, _sfc_main$j as PlTableColumn, PlTablePlugin, _sfc_main$i as PlUpload, PlUploadPlugin, _sfc_main$p as TestViteNpmComponent, TestViteNpmComponentPlugin, PlPlugin as default };
42152
+ export { PlButton, PlButtonPlugin, _sfc_main$l as PlCertDialog, PlCertDialogPlugin, _sfc_main$s as PlCurrency, PlCurrencyPlugin, _sfc_main$m as PlDatePicker, PlDatePickerPlugin, _sfc_main$n as PlDatePickerRange, PlForm, PlFormItem, PlFormItemPlugin, PlFormPlugin, _sfc_main as PlInput, PlInputPlugin, _sfc_main$2 as PlStepper, PlStepperPlugin, _sfc_main$k as PlTable, _sfc_main$j as PlTableColumn, PlTablePlugin, _sfc_main$i as PlUpload, PlUploadPlugin, _sfc_main$p as TestViteNpmComponent, TestViteNpmComponentPlugin, PlPlugin as default };