dfs-page-config 0.5.85 → 0.5.87

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.
@@ -2218,6 +2218,8 @@ const epPropKey = "__epPropKey", definePropType = (Ff) => Ff, isEpProp = (Ff) =>
2218
2218
  return Ff;
2219
2219
  }, withInstallFunction = (Ff, kh) => (Ff.install = (tAe) => {
2220
2220
  Ff._context = tAe._context, tAe.config.globalProperties[kh] = Ff;
2221
+ }, Ff), withInstallDirective = (Ff, kh) => (Ff.install = (tAe) => {
2222
+ tAe.directive(kh, Ff);
2221
2223
  }, Ff), withNoopInstall = (Ff) => (Ff.install = NOOP, Ff), composeRefs = (...Ff) => (kh) => {
2222
2224
  Ff.forEach((tAe) => {
2223
2225
  isFunction$1(tAe) ? tAe(kh) : tAe.value = kh;
@@ -3508,11 +3510,11 @@ const iconProps = buildProps({
3508
3510
  color: {
3509
3511
  type: String
3510
3512
  }
3511
- }), __default__$L = defineComponent({
3513
+ }), __default__$M = defineComponent({
3512
3514
  name: "ElIcon",
3513
3515
  inheritAttrs: !1
3514
- }), _sfc_main$1s = /* @__PURE__ */ defineComponent({
3515
- ...__default__$L,
3516
+ }), _sfc_main$1v = /* @__PURE__ */ defineComponent({
3517
+ ...__default__$M,
3516
3518
  props: iconProps,
3517
3519
  setup(Ff) {
3518
3520
  const kh = Ff, tAe = useNamespace("icon"), iAe = computed$1(() => {
@@ -3530,7 +3532,7 @@ const iconProps = buildProps({
3530
3532
  ], 16));
3531
3533
  }
3532
3534
  });
3533
- var Icon = /* @__PURE__ */ _export_sfc$2(_sfc_main$1s, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/icon/src/icon.vue"]]);
3535
+ var Icon = /* @__PURE__ */ _export_sfc$2(_sfc_main$1v, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/icon/src/icon.vue"]]);
3534
3536
  const ElIcon = withInstall(Icon);
3535
3537
  let hiddenTextarea;
3536
3538
  const HIDDEN_STYLE = `
@@ -3679,11 +3681,11 @@ const inputProps = buildProps({
3679
3681
  compositionstart: (Ff) => Ff instanceof CompositionEvent,
3680
3682
  compositionupdate: (Ff) => Ff instanceof CompositionEvent,
3681
3683
  compositionend: (Ff) => Ff instanceof CompositionEvent
3682
- }, _hoisted_1$15 = ["role"], _hoisted_2$L = ["id", "type", "disabled", "formatter", "parser", "readonly", "autocomplete", "tabindex", "aria-label", "placeholder", "form"], _hoisted_3$u = ["id", "tabindex", "disabled", "readonly", "autocomplete", "aria-label", "placeholder", "form"], __default__$K = defineComponent({
3684
+ }, _hoisted_1$15 = ["role"], _hoisted_2$M = ["id", "type", "disabled", "formatter", "parser", "readonly", "autocomplete", "tabindex", "aria-label", "placeholder", "form"], _hoisted_3$v = ["id", "tabindex", "disabled", "readonly", "autocomplete", "aria-label", "placeholder", "form"], __default__$L = defineComponent({
3683
3685
  name: "ElInput",
3684
3686
  inheritAttrs: !1
3685
- }), _sfc_main$1r = /* @__PURE__ */ defineComponent({
3686
- ...__default__$K,
3687
+ }), _sfc_main$1u = /* @__PURE__ */ defineComponent({
3688
+ ...__default__$L,
3687
3689
  props: inputProps,
3688
3690
  emits: inputEmits,
3689
3691
  setup(Ff, { expose: kh, emit: tAe }) {
@@ -3874,7 +3876,7 @@ const inputProps = buildProps({
3874
3876
  onBlur: Jye,
3875
3877
  onChange: Ime,
3876
3878
  onKeydown: Iye
3877
- }), null, 16, _hoisted_2$L),
3879
+ }), null, 16, _hoisted_2$M),
3878
3880
  createCommentVNode(" suffix slot "),
3879
3881
  unref(YAe) ? (openBlock(), createElementBlock("span", {
3880
3882
  key: 1,
@@ -3972,7 +3974,7 @@ const inputProps = buildProps({
3972
3974
  onBlur: Jye,
3973
3975
  onChange: Ime,
3974
3976
  onKeydown: Iye
3975
- }), null, 16, _hoisted_3$u),
3977
+ }), null, 16, _hoisted_3$v),
3976
3978
  unref(ime) ? (openBlock(), createElementBlock("span", {
3977
3979
  key: 0,
3978
3980
  style: normalizeStyle(jAe.value),
@@ -3984,7 +3986,7 @@ const inputProps = buildProps({
3984
3986
  ]);
3985
3987
  }
3986
3988
  });
3987
- var Input = /* @__PURE__ */ _export_sfc$2(_sfc_main$1r, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/input/src/input.vue"]]);
3989
+ var Input = /* @__PURE__ */ _export_sfc$2(_sfc_main$1u, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/input/src/input.vue"]]);
3988
3990
  const ElInput = withInstall(Input), GAP = 4, BAR_MAP = {
3989
3991
  vertical: {
3990
3992
  offset: "offsetHeight",
@@ -4022,7 +4024,7 @@ const ElInput = withInstall(Input), GAP = 4, BAR_MAP = {
4022
4024
  required: !0
4023
4025
  },
4024
4026
  always: Boolean
4025
- }), COMPONENT_NAME$7 = "Thumb", _sfc_main$1q = /* @__PURE__ */ defineComponent({
4027
+ }), COMPONENT_NAME$7 = "Thumb", _sfc_main$1t = /* @__PURE__ */ defineComponent({
4026
4028
  __name: "thumb",
4027
4029
  props: thumbProps,
4028
4030
  setup(Ff) {
@@ -4095,7 +4097,7 @@ const ElInput = withInstall(Input), GAP = 4, BAR_MAP = {
4095
4097
  }, 8, ["name"]));
4096
4098
  }
4097
4099
  });
4098
- var Thumb = /* @__PURE__ */ _export_sfc$2(_sfc_main$1q, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/scrollbar/src/thumb.vue"]]);
4100
+ var Thumb = /* @__PURE__ */ _export_sfc$2(_sfc_main$1t, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/scrollbar/src/thumb.vue"]]);
4099
4101
  const barProps = buildProps({
4100
4102
  always: {
4101
4103
  type: Boolean,
@@ -4111,7 +4113,7 @@ const barProps = buildProps({
4111
4113
  type: Number,
4112
4114
  default: 1
4113
4115
  }
4114
- }), _sfc_main$1p = /* @__PURE__ */ defineComponent({
4116
+ }), _sfc_main$1s = /* @__PURE__ */ defineComponent({
4115
4117
  __name: "bar",
4116
4118
  props: barProps,
4117
4119
  setup(Ff, { expose: kh }) {
@@ -4140,7 +4142,7 @@ const barProps = buildProps({
4140
4142
  ], 64));
4141
4143
  }
4142
4144
  });
4143
- var Bar = /* @__PURE__ */ _export_sfc$2(_sfc_main$1p, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/scrollbar/src/bar.vue"]]);
4145
+ var Bar = /* @__PURE__ */ _export_sfc$2(_sfc_main$1s, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/scrollbar/src/bar.vue"]]);
4144
4146
  const scrollbarProps = buildProps({
4145
4147
  height: {
4146
4148
  type: [String, Number],
@@ -4185,10 +4187,10 @@ const scrollbarProps = buildProps({
4185
4187
  scrollTop: Ff,
4186
4188
  scrollLeft: kh
4187
4189
  }) => [Ff, kh].every(isNumber$1)
4188
- }, COMPONENT_NAME$6 = "ElScrollbar", __default__$J = defineComponent({
4190
+ }, COMPONENT_NAME$6 = "ElScrollbar", __default__$K = defineComponent({
4189
4191
  name: COMPONENT_NAME$6
4190
- }), _sfc_main$1o = /* @__PURE__ */ defineComponent({
4191
- ...__default__$J,
4192
+ }), _sfc_main$1r = /* @__PURE__ */ defineComponent({
4193
+ ...__default__$K,
4192
4194
  props: scrollbarProps,
4193
4195
  emits: scrollbarEmits,
4194
4196
  setup(Ff, { expose: kh, emit: tAe }) {
@@ -4287,7 +4289,7 @@ const scrollbarProps = buildProps({
4287
4289
  ], 2));
4288
4290
  }
4289
4291
  });
4290
- var Scrollbar = /* @__PURE__ */ _export_sfc$2(_sfc_main$1o, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/scrollbar/src/scrollbar.vue"]]);
4292
+ var Scrollbar = /* @__PURE__ */ _export_sfc$2(_sfc_main$1r, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/scrollbar/src/scrollbar.vue"]]);
4291
4293
  const ElScrollbar = withInstall(Scrollbar), roleTypes = [
4292
4294
  "dialog",
4293
4295
  "grid",
@@ -4303,11 +4305,11 @@ const ElScrollbar = withInstall(Scrollbar), roleTypes = [
4303
4305
  values: roleTypes,
4304
4306
  default: "tooltip"
4305
4307
  }
4306
- }), __default__$I = defineComponent({
4308
+ }), __default__$J = defineComponent({
4307
4309
  name: "ElPopperRoot",
4308
4310
  inheritAttrs: !1
4309
- }), _sfc_main$1n = /* @__PURE__ */ defineComponent({
4310
- ...__default__$I,
4311
+ }), _sfc_main$1q = /* @__PURE__ */ defineComponent({
4312
+ ...__default__$J,
4311
4313
  props: popperProps,
4312
4314
  setup(Ff, { expose: kh }) {
4313
4315
  const tAe = Ff, iAe = ref(), uAe = ref(), pAe = ref(), hAe = ref(), AAe = computed$1(() => tAe.role), vAe = {
@@ -4320,17 +4322,17 @@ const ElScrollbar = withInstall(Scrollbar), roleTypes = [
4320
4322
  return kh(vAe), provide(POPPER_INJECTION_KEY, vAe), (CAe, wAe) => renderSlot(CAe.$slots, "default");
4321
4323
  }
4322
4324
  });
4323
- var Popper = /* @__PURE__ */ _export_sfc$2(_sfc_main$1n, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/popper/src/popper.vue"]]);
4325
+ var Popper = /* @__PURE__ */ _export_sfc$2(_sfc_main$1q, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/popper/src/popper.vue"]]);
4324
4326
  const popperArrowProps = buildProps({
4325
4327
  arrowOffset: {
4326
4328
  type: Number,
4327
4329
  default: 5
4328
4330
  }
4329
- }), __default__$H = defineComponent({
4331
+ }), __default__$I = defineComponent({
4330
4332
  name: "ElPopperArrow",
4331
4333
  inheritAttrs: !1
4332
- }), _sfc_main$1m = /* @__PURE__ */ defineComponent({
4333
- ...__default__$H,
4334
+ }), _sfc_main$1p = /* @__PURE__ */ defineComponent({
4335
+ ...__default__$I,
4334
4336
  props: popperArrowProps,
4335
4337
  setup(Ff, { expose: kh }) {
4336
4338
  const tAe = Ff, iAe = useNamespace("popper"), { arrowOffset: uAe, arrowRef: pAe } = inject(POPPER_CONTENT_INJECTION_KEY, void 0);
@@ -4348,7 +4350,7 @@ const popperArrowProps = buildProps({
4348
4350
  }, null, 2));
4349
4351
  }
4350
4352
  });
4351
- var ElPopperArrow = /* @__PURE__ */ _export_sfc$2(_sfc_main$1m, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/popper/src/arrow.vue"]]);
4353
+ var ElPopperArrow = /* @__PURE__ */ _export_sfc$2(_sfc_main$1p, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/popper/src/arrow.vue"]]);
4352
4354
  const NAME = "ElOnlyChild", OnlyChild = defineComponent({
4353
4355
  name: NAME,
4354
4356
  setup(Ff, {
@@ -4424,11 +4426,11 @@ const popperTriggerProps = buildProps({
4424
4426
  },
4425
4427
  id: String,
4426
4428
  open: Boolean
4427
- }), __default__$G = defineComponent({
4429
+ }), __default__$H = defineComponent({
4428
4430
  name: "ElPopperTrigger",
4429
4431
  inheritAttrs: !1
4430
- }), _sfc_main$1l = /* @__PURE__ */ defineComponent({
4431
- ...__default__$G,
4432
+ }), _sfc_main$1o = /* @__PURE__ */ defineComponent({
4433
+ ...__default__$H,
4432
4434
  props: popperTriggerProps,
4433
4435
  setup(Ff, { expose: kh }) {
4434
4436
  const tAe = Ff, { role: iAe, triggerRef: uAe } = inject(POPPER_INJECTION_KEY, void 0);
@@ -4494,7 +4496,7 @@ const popperTriggerProps = buildProps({
4494
4496
  }, 16, ["aria-controls", "aria-describedby", "aria-expanded", "aria-haspopup"]));
4495
4497
  }
4496
4498
  });
4497
- var ElPopperTrigger = /* @__PURE__ */ _export_sfc$2(_sfc_main$1l, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/popper/src/trigger.vue"]]);
4499
+ var ElPopperTrigger = /* @__PURE__ */ _export_sfc$2(_sfc_main$1o, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/popper/src/trigger.vue"]]);
4498
4500
  const FOCUS_AFTER_TRAPPED = "focus-trap.focus-after-trapped", FOCUS_AFTER_RELEASED = "focus-trap.focus-after-released", FOCUSOUT_PREVENTED = "focus-trap.focusout-prevented", FOCUS_AFTER_TRAPPED_OPTS = {
4499
4501
  cancelable: !0,
4500
4502
  bubbles: !1
@@ -4575,7 +4577,7 @@ const createFocusableStack = () => {
4575
4577
  }), createFocusOutPreventedEvent = (Ff) => new CustomEvent(FOCUSOUT_PREVENTED, {
4576
4578
  ...FOCUSOUT_PREVENTED_OPTS,
4577
4579
  detail: Ff
4578
- }), _sfc_main$1k = defineComponent({
4580
+ }), _sfc_main$1n = defineComponent({
4579
4581
  name: "ElFocusTrap",
4580
4582
  inheritAttrs: !1,
4581
4583
  props: {
@@ -4709,10 +4711,10 @@ const createFocusableStack = () => {
4709
4711
  };
4710
4712
  }
4711
4713
  });
4712
- function _sfc_render$w(Ff, kh, tAe, iAe, uAe, pAe) {
4714
+ function _sfc_render$y(Ff, kh, tAe, iAe, uAe, pAe) {
4713
4715
  return renderSlot(Ff.$slots, "default", { handleKeydown: Ff.onKeydown });
4714
4716
  }
4715
- var ElFocusTrap = /* @__PURE__ */ _export_sfc$2(_sfc_main$1k, [["render", _sfc_render$w], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/focus-trap/src/focus-trap.vue"]]);
4717
+ var ElFocusTrap = /* @__PURE__ */ _export_sfc$2(_sfc_main$1n, [["render", _sfc_render$y], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/focus-trap/src/focus-trap.vue"]]);
4716
4718
  const POSITIONING_STRATEGIES = ["fixed", "absolute"], popperCoreConfigProps = buildProps({
4717
4719
  boundariesPadding: {
4718
4720
  type: Number,
@@ -4858,10 +4860,10 @@ function attachArrow(Ff, { arrowEl: kh, arrowOffset: tAe }) {
4858
4860
  function deriveExtraModifiers(Ff, kh) {
4859
4861
  kh && (Ff.modifiers = [...Ff.modifiers, ...kh ?? []]);
4860
4862
  }
4861
- const __default__$F = defineComponent({
4863
+ const __default__$G = defineComponent({
4862
4864
  name: "ElPopperContent"
4863
- }), _sfc_main$1j = /* @__PURE__ */ defineComponent({
4864
- ...__default__$F,
4865
+ }), _sfc_main$1m = /* @__PURE__ */ defineComponent({
4866
+ ...__default__$G,
4865
4867
  props: popperContentProps,
4866
4868
  emits: popperContentEmits,
4867
4869
  setup(Ff, { expose: kh, emit: tAe }) {
@@ -4984,7 +4986,7 @@ const __default__$F = defineComponent({
4984
4986
  ], 38));
4985
4987
  }
4986
4988
  });
4987
- var ElPopperContent = /* @__PURE__ */ _export_sfc$2(_sfc_main$1j, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/popper/src/content.vue"]]);
4989
+ var ElPopperContent = /* @__PURE__ */ _export_sfc$2(_sfc_main$1m, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/popper/src/content.vue"]]);
4988
4990
  const ElPopper = withInstall(Popper), ns$1 = useNamespace("tooltip"), useTooltipContentProps = buildProps({
4989
4991
  ...useDelayedToggleProps,
4990
4992
  ...popperContentProps,
@@ -5051,10 +5053,10 @@ const ElPopper = withInstall(Popper), ns$1 = useNamespace("tooltip"), useTooltip
5051
5053
  "close"
5052
5054
  ], isTriggerType = (Ff, kh) => isArray$1(Ff) ? Ff.includes(kh) : Ff === kh, whenTrigger = (Ff, kh, tAe) => (iAe) => {
5053
5055
  isTriggerType(unref(Ff), kh) && tAe(iAe);
5054
- }, __default__$E = defineComponent({
5056
+ }, __default__$F = defineComponent({
5055
5057
  name: "ElTooltipTrigger"
5056
- }), _sfc_main$1i = /* @__PURE__ */ defineComponent({
5057
- ...__default__$E,
5058
+ }), _sfc_main$1l = /* @__PURE__ */ defineComponent({
5059
+ ...__default__$F,
5058
5060
  props: useTooltipTriggerProps,
5059
5061
  setup(Ff, { expose: kh }) {
5060
5062
  const tAe = Ff, iAe = useNamespace("tooltip"), { controlled: uAe, id: pAe, open: hAe, onOpen: AAe, onClose: vAe, onToggle: CAe } = inject(TOOLTIP_INJECTION_KEY, void 0), wAe = ref(null), EAe = () => {
@@ -5091,12 +5093,12 @@ const ElPopper = withInstall(Popper), ns$1 = useNamespace("tooltip"), useTooltip
5091
5093
  }, 8, ["id", "virtual-ref", "open", "virtual-triggering", "class", "onBlur", "onClick", "onContextmenu", "onFocus", "onMouseenter", "onMouseleave", "onKeydown"]));
5092
5094
  }
5093
5095
  });
5094
- var ElTooltipTrigger = /* @__PURE__ */ _export_sfc$2(_sfc_main$1i, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/tooltip/src/trigger.vue"]]);
5095
- const __default__$D = defineComponent({
5096
+ var ElTooltipTrigger = /* @__PURE__ */ _export_sfc$2(_sfc_main$1l, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/tooltip/src/trigger.vue"]]);
5097
+ const __default__$E = defineComponent({
5096
5098
  name: "ElTooltipContent",
5097
5099
  inheritAttrs: !1
5098
- }), _sfc_main$1h = /* @__PURE__ */ defineComponent({
5099
- ...__default__$D,
5100
+ }), _sfc_main$1k = /* @__PURE__ */ defineComponent({
5101
+ ...__default__$E,
5100
5102
  props: useTooltipContentProps,
5101
5103
  setup(Ff, { expose: kh }) {
5102
5104
  const tAe = Ff, { selector: iAe } = usePopperContainerId(), uAe = ref(null), pAe = ref(!1), {
@@ -5207,11 +5209,11 @@ const __default__$D = defineComponent({
5207
5209
  ], 8, ["disabled", "to"]));
5208
5210
  }
5209
5211
  });
5210
- var ElTooltipContent = /* @__PURE__ */ _export_sfc$2(_sfc_main$1h, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/tooltip/src/content.vue"]]);
5211
- const _hoisted_1$14 = ["innerHTML"], _hoisted_2$K = { key: 1 }, __default__$C = defineComponent({
5212
+ var ElTooltipContent = /* @__PURE__ */ _export_sfc$2(_sfc_main$1k, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/tooltip/src/content.vue"]]);
5213
+ const _hoisted_1$14 = ["innerHTML"], _hoisted_2$L = { key: 1 }, __default__$D = defineComponent({
5212
5214
  name: "ElTooltip"
5213
- }), _sfc_main$1g = /* @__PURE__ */ defineComponent({
5214
- ...__default__$C,
5215
+ }), _sfc_main$1j = /* @__PURE__ */ defineComponent({
5216
+ ...__default__$D,
5215
5217
  props: useTooltipProps,
5216
5218
  emits: tooltipEmits,
5217
5219
  setup(Ff, { expose: kh, emit: tAe }) {
@@ -5326,7 +5328,7 @@ const _hoisted_1$14 = ["innerHTML"], _hoisted_2$K = { key: 1 }, __default__$C =
5326
5328
  TAe.rawContent ? (openBlock(), createElementBlock("span", {
5327
5329
  key: 0,
5328
5330
  innerHTML: TAe.content
5329
- }, null, 8, _hoisted_1$14)) : (openBlock(), createElementBlock("span", _hoisted_2$K, toDisplayString(TAe.content), 1))
5331
+ }, null, 8, _hoisted_1$14)) : (openBlock(), createElementBlock("span", _hoisted_2$L, toDisplayString(TAe.content), 1))
5330
5332
  ]),
5331
5333
  TAe.showArrow ? (openBlock(), createBlock(unref(ElPopperArrow), {
5332
5334
  key: 0,
@@ -5340,7 +5342,7 @@ const _hoisted_1$14 = ["innerHTML"], _hoisted_2$K = { key: 1 }, __default__$C =
5340
5342
  }, 8, ["role"]));
5341
5343
  }
5342
5344
  });
5343
- var Tooltip = /* @__PURE__ */ _export_sfc$2(_sfc_main$1g, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/tooltip/src/tooltip.vue"]]);
5345
+ var Tooltip = /* @__PURE__ */ _export_sfc$2(_sfc_main$1j, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/tooltip/src/tooltip.vue"]]);
5344
5346
  const ElTooltip = withInstall(Tooltip), badgeProps = buildProps({
5345
5347
  value: {
5346
5348
  type: [String, Number],
@@ -5357,10 +5359,10 @@ const ElTooltip = withInstall(Tooltip), badgeProps = buildProps({
5357
5359
  values: ["primary", "success", "warning", "info", "danger"],
5358
5360
  default: "danger"
5359
5361
  }
5360
- }), _hoisted_1$13 = ["textContent"], __default__$B = defineComponent({
5362
+ }), _hoisted_1$13 = ["textContent"], __default__$C = defineComponent({
5361
5363
  name: "ElBadge"
5362
- }), _sfc_main$1f = /* @__PURE__ */ defineComponent({
5363
- ...__default__$B,
5364
+ }), _sfc_main$1i = /* @__PURE__ */ defineComponent({
5365
+ ...__default__$C,
5364
5366
  props: badgeProps,
5365
5367
  setup(Ff, { expose: kh }) {
5366
5368
  const tAe = Ff, iAe = useNamespace("badge"), uAe = computed$1(() => tAe.isDot ? "" : isNumber$1(tAe.value) && isNumber$1(tAe.max) ? tAe.max < tAe.value ? `${tAe.max}+` : `${tAe.value}` : `${tAe.value}`);
@@ -5392,7 +5394,7 @@ const ElTooltip = withInstall(Tooltip), badgeProps = buildProps({
5392
5394
  ], 2));
5393
5395
  }
5394
5396
  });
5395
- var Badge = /* @__PURE__ */ _export_sfc$2(_sfc_main$1f, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/badge/src/badge.vue"]]);
5397
+ var Badge = /* @__PURE__ */ _export_sfc$2(_sfc_main$1i, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/badge/src/badge.vue"]]);
5396
5398
  const ElBadge = withInstall(Badge), useButton = (Ff, kh) => {
5397
5399
  useDeprecated({
5398
5400
  from: "type.text",
@@ -6021,10 +6023,10 @@ function useButtonCustomStyle(Ff) {
6021
6023
  return iAe;
6022
6024
  });
6023
6025
  }
6024
- const _hoisted_1$12 = ["aria-disabled", "disabled", "autofocus", "type"], __default__$A = defineComponent({
6026
+ const _hoisted_1$12 = ["aria-disabled", "disabled", "autofocus", "type"], __default__$B = defineComponent({
6025
6027
  name: "ElButton"
6026
- }), _sfc_main$1e = /* @__PURE__ */ defineComponent({
6027
- ...__default__$A,
6028
+ }), _sfc_main$1h = /* @__PURE__ */ defineComponent({
6029
+ ...__default__$B,
6028
6030
  props: buttonProps,
6029
6031
  emits: buttonEmits,
6030
6032
  setup(Ff, { expose: kh, emit: tAe }) {
@@ -6083,14 +6085,14 @@ const _hoisted_1$12 = ["aria-disabled", "disabled", "autofocus", "type"], __defa
6083
6085
  ], 14, _hoisted_1$12));
6084
6086
  }
6085
6087
  });
6086
- var Button = /* @__PURE__ */ _export_sfc$2(_sfc_main$1e, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/button/src/button.vue"]]);
6088
+ var Button = /* @__PURE__ */ _export_sfc$2(_sfc_main$1h, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/button/src/button.vue"]]);
6087
6089
  const buttonGroupProps = {
6088
6090
  size: buttonProps.size,
6089
6091
  type: buttonProps.type
6090
- }, __default__$z = defineComponent({
6092
+ }, __default__$A = defineComponent({
6091
6093
  name: "ElButtonGroup"
6092
- }), _sfc_main$1d = /* @__PURE__ */ defineComponent({
6093
- ...__default__$z,
6094
+ }), _sfc_main$1g = /* @__PURE__ */ defineComponent({
6095
+ ...__default__$A,
6094
6096
  props: buttonGroupProps,
6095
6097
  setup(Ff) {
6096
6098
  const kh = Ff;
@@ -6106,7 +6108,7 @@ const buttonGroupProps = {
6106
6108
  ], 2));
6107
6109
  }
6108
6110
  });
6109
- var ButtonGroup$1 = /* @__PURE__ */ _export_sfc$2(_sfc_main$1d, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/button/src/button-group.vue"]]);
6111
+ var ButtonGroup$1 = /* @__PURE__ */ _export_sfc$2(_sfc_main$1g, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/button/src/button-group.vue"]]);
6110
6112
  const ElButton = withInstall(Button, {
6111
6113
  ButtonGroup: ButtonGroup$1
6112
6114
  });
@@ -6645,10 +6647,10 @@ const customParseFormat = customParseFormatExports, timeUnits = ["hours", "minut
6645
6647
  default: !0
6646
6648
  },
6647
6649
  unlinkPanels: Boolean
6648
- }), _hoisted_1$11 = ["id", "name", "placeholder", "value", "disabled", "readonly"], _hoisted_2$J = ["id", "name", "placeholder", "value", "disabled", "readonly"], __default__$y = defineComponent({
6650
+ }), _hoisted_1$11 = ["id", "name", "placeholder", "value", "disabled", "readonly"], _hoisted_2$K = ["id", "name", "placeholder", "value", "disabled", "readonly"], __default__$z = defineComponent({
6649
6651
  name: "Picker"
6650
- }), _sfc_main$1c = /* @__PURE__ */ defineComponent({
6651
- ...__default__$y,
6652
+ }), _sfc_main$1f = /* @__PURE__ */ defineComponent({
6653
+ ...__default__$z,
6652
6654
  props: timePickerDefaultProps,
6653
6655
  emits: [
6654
6656
  "update:modelValue",
@@ -6932,7 +6934,7 @@ const customParseFormat = customParseFormatExports, timeUnits = ["hours", "minut
6932
6934
  onBlur: fme,
6933
6935
  onInput: l0e,
6934
6936
  onChange: p0e
6935
- }, null, 42, _hoisted_2$J),
6937
+ }, null, 42, _hoisted_2$K),
6936
6938
  lme.clearIcon ? (openBlock(), createBlock(unref(ElIcon), {
6937
6939
  key: 1,
6938
6940
  class: normalizeClass([
@@ -7029,7 +7031,7 @@ const customParseFormat = customParseFormatExports, timeUnits = ["hours", "minut
7029
7031
  }, 16, ["visible", "transition", "popper-class", "popper-options"]));
7030
7032
  }
7031
7033
  });
7032
- var CommonPicker = /* @__PURE__ */ _export_sfc$2(_sfc_main$1c, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/time-picker/src/common/picker.vue"]]);
7034
+ var CommonPicker = /* @__PURE__ */ _export_sfc$2(_sfc_main$1f, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/time-picker/src/common/picker.vue"]]);
7033
7035
  const panelTimePickerProps = buildProps({
7034
7036
  ...timePanelSharedProps,
7035
7037
  datetimeRole: String,
@@ -7297,7 +7299,7 @@ const mousewheel = function(Ff, kh) {
7297
7299
  default: ""
7298
7300
  },
7299
7301
  ...disabledTimeListsProps
7300
- }), _hoisted_1$10 = ["onClick"], _hoisted_2$I = ["onMouseenter"], _sfc_main$1b = /* @__PURE__ */ defineComponent({
7302
+ }), _hoisted_1$10 = ["onClick"], _hoisted_2$J = ["onMouseenter"], _sfc_main$1e = /* @__PURE__ */ defineComponent({
7301
7303
  __name: "basic-time-spinner",
7302
7304
  props: basicTimeSpinnerProps,
7303
7305
  emits: ["change", "select-range", "set-option"],
@@ -7495,12 +7497,12 @@ const mousewheel = function(Ff, kh) {
7495
7497
  ], 64)) : createCommentVNode("v-if", !0)
7496
7498
  ], 2))), 128))
7497
7499
  ], 2)
7498
- ], 42, _hoisted_2$I))), 128)) : createCommentVNode("v-if", !0)
7500
+ ], 42, _hoisted_2$J))), 128)) : createCommentVNode("v-if", !0)
7499
7501
  ], 2));
7500
7502
  }
7501
7503
  });
7502
- var TimeSpinner = /* @__PURE__ */ _export_sfc$2(_sfc_main$1b, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/time-picker/src/time-picker-com/basic-time-spinner.vue"]]);
7503
- const _sfc_main$1a = /* @__PURE__ */ defineComponent({
7504
+ var TimeSpinner = /* @__PURE__ */ _export_sfc$2(_sfc_main$1e, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/time-picker/src/time-picker-com/basic-time-spinner.vue"]]);
7505
+ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
7504
7506
  __name: "panel-time-pick",
7505
7507
  props: panelTimePickerProps,
7506
7508
  emits: ["pick", "select-range", "set-picker-option"],
@@ -7588,7 +7590,7 @@ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
7588
7590
  }, 8, ["name"]));
7589
7591
  }
7590
7592
  });
7591
- var TimePickPanel = /* @__PURE__ */ _export_sfc$2(_sfc_main$1a, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/time-picker/src/time-picker-com/panel-time-pick.vue"]]), localeDataExports = {}, localeData$1 = {
7593
+ var TimePickPanel = /* @__PURE__ */ _export_sfc$2(_sfc_main$1d, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/time-picker/src/time-picker-com/panel-time-pick.vue"]]), localeDataExports = {}, localeData$1 = {
7592
7594
  get exports() {
7593
7595
  return localeDataExports;
7594
7596
  },
@@ -7686,10 +7688,10 @@ const localeData = localeDataExports, cardProps = buildProps({
7686
7688
  values: ["always", "hover", "never"],
7687
7689
  default: "always"
7688
7690
  }
7689
- }), __default__$x = defineComponent({
7691
+ }), __default__$y = defineComponent({
7690
7692
  name: "ElCard"
7691
- }), _sfc_main$19 = /* @__PURE__ */ defineComponent({
7692
- ...__default__$x,
7693
+ }), _sfc_main$1c = /* @__PURE__ */ defineComponent({
7694
+ ...__default__$y,
7693
7695
  props: cardProps,
7694
7696
  setup(Ff) {
7695
7697
  const kh = useNamespace("card");
@@ -7713,7 +7715,7 @@ const localeData = localeDataExports, cardProps = buildProps({
7713
7715
  ], 2));
7714
7716
  }
7715
7717
  });
7716
- var Card$1 = /* @__PURE__ */ _export_sfc$2(_sfc_main$19, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/card/src/card.vue"]]);
7718
+ var Card$1 = /* @__PURE__ */ _export_sfc$2(_sfc_main$1c, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/card/src/card.vue"]]);
7717
7719
  const ElCard = withInstall(Card$1), checkboxProps = {
7718
7720
  modelValue: {
7719
7721
  type: [Number, String, Boolean],
@@ -7871,10 +7873,10 @@ const ElCard = withInstall(Card$1), checkboxProps = {
7871
7873
  handleChange: DAe,
7872
7874
  onClickRoot: PAe
7873
7875
  };
7874
- }, _hoisted_1$$ = ["tabindex", "role", "aria-checked"], _hoisted_2$H = ["id", "aria-hidden", "name", "tabindex", "disabled", "true-value", "false-value"], _hoisted_3$t = ["id", "aria-hidden", "disabled", "value", "name", "tabindex"], __default__$w = defineComponent({
7876
+ }, _hoisted_1$$ = ["tabindex", "role", "aria-checked"], _hoisted_2$I = ["id", "aria-hidden", "name", "tabindex", "disabled", "true-value", "false-value"], _hoisted_3$u = ["id", "aria-hidden", "disabled", "value", "name", "tabindex"], __default__$x = defineComponent({
7875
7877
  name: "ElCheckbox"
7876
- }), _sfc_main$18 = /* @__PURE__ */ defineComponent({
7877
- ...__default__$w,
7878
+ }), _sfc_main$1b = /* @__PURE__ */ defineComponent({
7879
+ ...__default__$x,
7878
7880
  props: checkboxProps,
7879
7881
  emits: checkboxEmits,
7880
7882
  setup(Ff) {
@@ -7929,7 +7931,7 @@ const ElCard = withInstall(Card$1), checkboxProps = {
7929
7931
  onChange: TAe[1] || (TAe[1] = (...BAe) => unref(EAe) && unref(EAe)(...BAe)),
7930
7932
  onFocus: TAe[2] || (TAe[2] = (BAe) => AAe.value = !0),
7931
7933
  onBlur: TAe[3] || (TAe[3] = (BAe) => AAe.value = !1)
7932
- }, null, 42, _hoisted_2$H)), [
7934
+ }, null, 42, _hoisted_2$I)), [
7933
7935
  [vModelCheckbox, unref(wAe)]
7934
7936
  ]) : withDirectives((openBlock(), createElementBlock("input", {
7935
7937
  key: 1,
@@ -7945,7 +7947,7 @@ const ElCard = withInstall(Card$1), checkboxProps = {
7945
7947
  onChange: TAe[5] || (TAe[5] = (...BAe) => unref(EAe) && unref(EAe)(...BAe)),
7946
7948
  onFocus: TAe[6] || (TAe[6] = (BAe) => AAe.value = !0),
7947
7949
  onBlur: TAe[7] || (TAe[7] = (BAe) => AAe.value = !1)
7948
- }, null, 42, _hoisted_3$t)), [
7950
+ }, null, 42, _hoisted_3$u)), [
7949
7951
  [vModelCheckbox, unref(wAe)]
7950
7952
  ]),
7951
7953
  createElementVNode("span", {
@@ -7966,11 +7968,11 @@ const ElCard = withInstall(Card$1), checkboxProps = {
7966
7968
  }, 8, ["class", "aria-controls", "onClick"]));
7967
7969
  }
7968
7970
  });
7969
- var Checkbox = /* @__PURE__ */ _export_sfc$2(_sfc_main$18, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/checkbox/src/checkbox.vue"]]);
7970
- const _hoisted_1$_ = ["name", "tabindex", "disabled", "true-value", "false-value"], _hoisted_2$G = ["name", "tabindex", "disabled", "value"], __default__$v = defineComponent({
7971
+ var Checkbox = /* @__PURE__ */ _export_sfc$2(_sfc_main$1b, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/checkbox/src/checkbox.vue"]]);
7972
+ const _hoisted_1$_ = ["name", "tabindex", "disabled", "true-value", "false-value"], _hoisted_2$H = ["name", "tabindex", "disabled", "value"], __default__$w = defineComponent({
7971
7973
  name: "ElCheckboxButton"
7972
- }), _sfc_main$17 = /* @__PURE__ */ defineComponent({
7973
- ...__default__$v,
7974
+ }), _sfc_main$1a = /* @__PURE__ */ defineComponent({
7975
+ ...__default__$w,
7974
7976
  props: checkboxProps,
7975
7977
  emits: checkboxEmits,
7976
7978
  setup(Ff) {
@@ -8027,7 +8029,7 @@ const _hoisted_1$_ = ["name", "tabindex", "disabled", "true-value", "false-value
8027
8029
  onChange: DAe[5] || (DAe[5] = (...PAe) => unref(vAe) && unref(vAe)(...PAe)),
8028
8030
  onFocus: DAe[6] || (DAe[6] = (PAe) => iAe.value = !0),
8029
8031
  onBlur: DAe[7] || (DAe[7] = (PAe) => iAe.value = !1)
8030
- }, null, 42, _hoisted_2$G)), [
8032
+ }, null, 42, _hoisted_2$H)), [
8031
8033
  [vModelCheckbox, unref(AAe)]
8032
8034
  ]),
8033
8035
  xAe.$slots.default || xAe.label ? (openBlock(), createElementBlock("span", {
@@ -8042,7 +8044,7 @@ const _hoisted_1$_ = ["name", "tabindex", "disabled", "true-value", "false-value
8042
8044
  ], 2));
8043
8045
  }
8044
8046
  });
8045
- var CheckboxButton = /* @__PURE__ */ _export_sfc$2(_sfc_main$17, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/checkbox/src/checkbox-button.vue"]]);
8047
+ var CheckboxButton = /* @__PURE__ */ _export_sfc$2(_sfc_main$1a, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/checkbox/src/checkbox-button.vue"]]);
8046
8048
  const checkboxGroupProps = buildProps({
8047
8049
  modelValue: {
8048
8050
  type: definePropType(Array),
@@ -8066,10 +8068,10 @@ const checkboxGroupProps = buildProps({
8066
8068
  }), checkboxGroupEmits = {
8067
8069
  [UPDATE_MODEL_EVENT]: (Ff) => isArray$1(Ff),
8068
8070
  change: (Ff) => isArray$1(Ff)
8069
- }, __default__$u = defineComponent({
8071
+ }, __default__$v = defineComponent({
8070
8072
  name: "ElCheckboxGroup"
8071
- }), _sfc_main$16 = /* @__PURE__ */ defineComponent({
8072
- ...__default__$u,
8073
+ }), _sfc_main$19 = /* @__PURE__ */ defineComponent({
8074
+ ...__default__$v,
8073
8075
  props: checkboxGroupProps,
8074
8076
  emits: checkboxGroupEmits,
8075
8077
  setup(Ff, { emit: kh }) {
@@ -8116,7 +8118,7 @@ const checkboxGroupProps = buildProps({
8116
8118
  };
8117
8119
  }
8118
8120
  });
8119
- var CheckboxGroup = /* @__PURE__ */ _export_sfc$2(_sfc_main$16, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/checkbox/src/checkbox-group.vue"]]);
8121
+ var CheckboxGroup = /* @__PURE__ */ _export_sfc$2(_sfc_main$19, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/checkbox/src/checkbox-group.vue"]]);
8120
8122
  const ElCheckbox = withInstall(Checkbox, {
8121
8123
  CheckboxButton,
8122
8124
  CheckboxGroup
@@ -8162,10 +8164,10 @@ const ElCheckboxGroup$1 = withNoopInstall(CheckboxGroup), radioPropsBase = build
8162
8164
  tabIndex: CAe,
8163
8165
  modelValue: pAe
8164
8166
  };
8165
- }, _hoisted_1$Z = ["value", "name", "disabled"], __default__$t = defineComponent({
8167
+ }, _hoisted_1$Z = ["value", "name", "disabled"], __default__$u = defineComponent({
8166
8168
  name: "ElRadio"
8167
- }), _sfc_main$15 = /* @__PURE__ */ defineComponent({
8168
- ...__default__$t,
8169
+ }), _sfc_main$18 = /* @__PURE__ */ defineComponent({
8170
+ ...__default__$u,
8169
8171
  props: radioProps,
8170
8172
  emits: radioEmits,
8171
8173
  setup(Ff, { emit: kh }) {
@@ -8224,17 +8226,17 @@ const ElCheckboxGroup$1 = withNoopInstall(CheckboxGroup), radioPropsBase = build
8224
8226
  };
8225
8227
  }
8226
8228
  });
8227
- var Radio = /* @__PURE__ */ _export_sfc$2(_sfc_main$15, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/radio/src/radio.vue"]]);
8229
+ var Radio = /* @__PURE__ */ _export_sfc$2(_sfc_main$18, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/radio/src/radio.vue"]]);
8228
8230
  const radioButtonProps = buildProps({
8229
8231
  ...radioPropsBase,
8230
8232
  name: {
8231
8233
  type: String,
8232
8234
  default: ""
8233
8235
  }
8234
- }), _hoisted_1$Y = ["value", "name", "disabled"], __default__$s = defineComponent({
8236
+ }), _hoisted_1$Y = ["value", "name", "disabled"], __default__$t = defineComponent({
8235
8237
  name: "ElRadioButton"
8236
- }), _sfc_main$14 = /* @__PURE__ */ defineComponent({
8237
- ...__default__$s,
8238
+ }), _sfc_main$17 = /* @__PURE__ */ defineComponent({
8239
+ ...__default__$t,
8238
8240
  props: radioButtonProps,
8239
8241
  setup(Ff) {
8240
8242
  const kh = Ff, tAe = useNamespace("radio"), { radioRef: iAe, focus: uAe, size: pAe, disabled: hAe, modelValue: AAe, radioGroup: vAe } = useRadio(kh), CAe = computed$1(() => ({
@@ -8282,7 +8284,7 @@ const radioButtonProps = buildProps({
8282
8284
  };
8283
8285
  }
8284
8286
  });
8285
- var RadioButton = /* @__PURE__ */ _export_sfc$2(_sfc_main$14, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/radio/src/radio-button.vue"]]);
8287
+ var RadioButton = /* @__PURE__ */ _export_sfc$2(_sfc_main$17, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/radio/src/radio-button.vue"]]);
8286
8288
  const radioGroupProps = buildProps({
8287
8289
  id: {
8288
8290
  type: String,
@@ -8314,10 +8316,10 @@ const radioGroupProps = buildProps({
8314
8316
  type: Boolean,
8315
8317
  default: !0
8316
8318
  }
8317
- }), radioGroupEmits = radioEmits, _hoisted_1$X = ["id", "aria-label", "aria-labelledby"], __default__$r = defineComponent({
8319
+ }), radioGroupEmits = radioEmits, _hoisted_1$X = ["id", "aria-label", "aria-labelledby"], __default__$s = defineComponent({
8318
8320
  name: "ElRadioGroup"
8319
- }), _sfc_main$13 = /* @__PURE__ */ defineComponent({
8320
- ...__default__$r,
8321
+ }), _sfc_main$16 = /* @__PURE__ */ defineComponent({
8322
+ ...__default__$s,
8321
8323
  props: radioGroupProps,
8322
8324
  emits: radioGroupEmits,
8323
8325
  setup(Ff, { emit: kh }) {
@@ -8350,7 +8352,7 @@ const radioGroupProps = buildProps({
8350
8352
  ], 10, _hoisted_1$X));
8351
8353
  }
8352
8354
  });
8353
- var RadioGroup = /* @__PURE__ */ _export_sfc$2(_sfc_main$13, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/radio/src/radio-group.vue"]]);
8355
+ var RadioGroup = /* @__PURE__ */ _export_sfc$2(_sfc_main$16, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/radio/src/radio-group.vue"]]);
8354
8356
  const ElRadio = withInstall(Radio, {
8355
8357
  RadioButton,
8356
8358
  RadioGroup
@@ -8367,7 +8369,7 @@ var NodeContent = defineComponent({
8367
8369
  return h$2("span", { class: Ff.e("label") }, pAe ? pAe({ node: kh, data: iAe }) : uAe);
8368
8370
  }
8369
8371
  });
8370
- const CASCADER_PANEL_INJECTION_KEY = Symbol(), _sfc_main$12 = defineComponent({
8372
+ const CASCADER_PANEL_INJECTION_KEY = Symbol(), _sfc_main$15 = defineComponent({
8371
8373
  name: "ElCascaderNode",
8372
8374
  components: {
8373
8375
  ElCheckbox,
@@ -8434,8 +8436,8 @@ const CASCADER_PANEL_INJECTION_KEY = Symbol(), _sfc_main$12 = defineComponent({
8434
8436
  handleSelectCheck: IAe
8435
8437
  };
8436
8438
  }
8437
- }), _hoisted_1$W = ["id", "aria-haspopup", "aria-owns", "aria-expanded", "tabindex"], _hoisted_2$F = /* @__PURE__ */ createElementVNode("span", null, null, -1);
8438
- function _sfc_render$v(Ff, kh, tAe, iAe, uAe, pAe) {
8439
+ }), _hoisted_1$W = ["id", "aria-haspopup", "aria-owns", "aria-expanded", "tabindex"], _hoisted_2$G = /* @__PURE__ */ createElementVNode("span", null, null, -1);
8440
+ function _sfc_render$x(Ff, kh, tAe, iAe, uAe, pAe) {
8439
8441
  const hAe = resolveComponent("el-checkbox"), AAe = resolveComponent("el-radio"), vAe = resolveComponent("check"), CAe = resolveComponent("el-icon"), wAe = resolveComponent("node-content"), EAe = resolveComponent("loading"), _Ae = resolveComponent("arrow-right");
8440
8442
  return openBlock(), createElementBlock("li", {
8441
8443
  id: `${Ff.menuId}-${Ff.node.uid}`,
@@ -8479,7 +8481,7 @@ function _sfc_render$v(Ff, kh, tAe, iAe, uAe, pAe) {
8479
8481
  Add an empty element to avoid render label,
8480
8482
  do not use empty fragment here for https://github.com/vuejs/vue-next/pull/2485
8481
8483
  `),
8482
- _hoisted_2$F
8484
+ _hoisted_2$G
8483
8485
  ]),
8484
8486
  _: 1
8485
8487
  }, 8, ["model-value", "label", "disabled", "onUpdate:modelValue"])) : Ff.isLeaf && Ff.node.checked ? (openBlock(), createBlock(CAe, {
@@ -8515,8 +8517,8 @@ function _sfc_render$v(Ff, kh, tAe, iAe, uAe, pAe) {
8515
8517
  ], 64))
8516
8518
  ], 42, _hoisted_1$W);
8517
8519
  }
8518
- var ElCascaderNode = /* @__PURE__ */ _export_sfc$2(_sfc_main$12, [["render", _sfc_render$v], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/cascader-panel/src/node.vue"]]);
8519
- const _sfc_main$11 = defineComponent({
8520
+ var ElCascaderNode = /* @__PURE__ */ _export_sfc$2(_sfc_main$15, [["render", _sfc_render$x], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/cascader-panel/src/node.vue"]]);
8521
+ const _sfc_main$14 = defineComponent({
8520
8522
  name: "ElCascaderMenu",
8521
8523
  components: {
8522
8524
  Loading: loading_default,
@@ -8569,7 +8571,7 @@ const _sfc_main$11 = defineComponent({
8569
8571
  };
8570
8572
  }
8571
8573
  });
8572
- function _sfc_render$u(Ff, kh, tAe, iAe, uAe, pAe) {
8574
+ function _sfc_render$w(Ff, kh, tAe, iAe, uAe, pAe) {
8573
8575
  const hAe = resolveComponent("el-cascader-node"), AAe = resolveComponent("loading"), vAe = resolveComponent("el-icon"), CAe = resolveComponent("el-scrollbar");
8574
8576
  return openBlock(), createBlock(CAe, {
8575
8577
  key: Ff.menuId,
@@ -8617,7 +8619,7 @@ function _sfc_render$u(Ff, kh, tAe, iAe, uAe, pAe) {
8617
8619
  _: 1
8618
8620
  }, 8, ["class", "wrap-class", "view-class", "onMousemove", "onMouseleave"]);
8619
8621
  }
8620
- var ElCascaderMenu = /* @__PURE__ */ _export_sfc$2(_sfc_main$11, [["render", _sfc_render$u], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/cascader-panel/src/menu.vue"]]);
8622
+ var ElCascaderMenu = /* @__PURE__ */ _export_sfc$2(_sfc_main$14, [["render", _sfc_render$w], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/cascader-panel/src/menu.vue"]]);
8621
8623
  let uid = 0;
8622
8624
  const calculatePathNodes = (Ff) => {
8623
8625
  const kh = [Ff];
@@ -8753,7 +8755,7 @@ const CommonProps = buildProps({
8753
8755
  return AAe > -1 && (pAe.push(hAe), tAe.splice(AAe, 1), iAe.splice(AAe, 1)), pAe;
8754
8756
  }, []);
8755
8757
  return uAe.push(...tAe), uAe;
8756
- }, _sfc_main$10 = defineComponent({
8758
+ }, _sfc_main$13 = defineComponent({
8757
8759
  name: "ElCascaderPanel",
8758
8760
  components: {
8759
8761
  ElCascaderMenu
@@ -8887,7 +8889,7 @@ const CommonProps = buildProps({
8887
8889
  };
8888
8890
  }
8889
8891
  });
8890
- function _sfc_render$t(Ff, kh, tAe, iAe, uAe, pAe) {
8892
+ function _sfc_render$v(Ff, kh, tAe, iAe, uAe, pAe) {
8891
8893
  const hAe = resolveComponent("el-cascader-menu");
8892
8894
  return openBlock(), createElementBlock("div", {
8893
8895
  class: normalizeClass([Ff.ns.b("panel"), Ff.ns.is("bordered", Ff.border)]),
@@ -8902,7 +8904,7 @@ function _sfc_render$t(Ff, kh, tAe, iAe, uAe, pAe) {
8902
8904
  }, null, 8, ["index", "nodes"]))), 128))
8903
8905
  ], 34);
8904
8906
  }
8905
- var CascaderPanel = /* @__PURE__ */ _export_sfc$2(_sfc_main$10, [["render", _sfc_render$t], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/cascader-panel/src/index.vue"]]);
8907
+ var CascaderPanel = /* @__PURE__ */ _export_sfc$2(_sfc_main$13, [["render", _sfc_render$v], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/cascader-panel/src/index.vue"]]);
8906
8908
  CascaderPanel.install = (Ff) => {
8907
8909
  Ff.component(CascaderPanel.name, CascaderPanel);
8908
8910
  };
@@ -8933,10 +8935,10 @@ const _CascaderPanel = CascaderPanel, tagProps = buildProps({
8933
8935
  }), tagEmits = {
8934
8936
  close: (Ff) => Ff instanceof MouseEvent,
8935
8937
  click: (Ff) => Ff instanceof MouseEvent
8936
- }, __default__$q = defineComponent({
8938
+ }, __default__$r = defineComponent({
8937
8939
  name: "ElTag"
8938
- }), _sfc_main$$ = /* @__PURE__ */ defineComponent({
8939
- ...__default__$q,
8940
+ }), _sfc_main$12 = /* @__PURE__ */ defineComponent({
8941
+ ...__default__$r,
8940
8942
  props: tagProps,
8941
8943
  emits: tagEmits,
8942
8944
  setup(Ff, { emit: kh }) {
@@ -9009,7 +9011,7 @@ const _CascaderPanel = CascaderPanel, tagProps = buildProps({
9009
9011
  }, 8, ["name"]));
9010
9012
  }
9011
9013
  });
9012
- var Tag = /* @__PURE__ */ _export_sfc$2(_sfc_main$$, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/tag/src/tag.vue"]]);
9014
+ var Tag = /* @__PURE__ */ _export_sfc$2(_sfc_main$12, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/tag/src/tag.vue"]]);
9013
9015
  const ElTag = withInstall(Tag), cascaderProps = buildProps({
9014
9016
  ...CommonProps,
9015
9017
  size: useSizeProp,
@@ -9060,10 +9062,10 @@ const ElTag = withInstall(Tag), cascaderProps = buildProps({
9060
9062
  visibleChange: (Ff) => isBoolean(Ff),
9061
9063
  expandChange: (Ff) => !!Ff,
9062
9064
  removeTag: (Ff) => !!Ff
9063
- }, _hoisted_1$V = { key: 0 }, _hoisted_2$E = ["placeholder", "onKeydown"], _hoisted_3$s = ["onClick"], COMPONENT_NAME$5 = "ElCascader", __default__$p = defineComponent({
9065
+ }, _hoisted_1$V = { key: 0 }, _hoisted_2$F = ["placeholder", "onKeydown"], _hoisted_3$t = ["onClick"], COMPONENT_NAME$5 = "ElCascader", __default__$q = defineComponent({
9064
9066
  name: COMPONENT_NAME$5
9065
- }), _sfc_main$_ = /* @__PURE__ */ defineComponent({
9066
- ...__default__$p,
9067
+ }), _sfc_main$11 = /* @__PURE__ */ defineComponent({
9068
+ ...__default__$q,
9067
9069
  props: cascaderProps,
9068
9070
  emits: cascaderEmits,
9069
9071
  setup(Ff, { expose: kh, emit: tAe }) {
@@ -9391,7 +9393,7 @@ const ElTag = withInstall(Tag), cascaderProps = buildProps({
9391
9393
  onCompositionstart: Nye,
9392
9394
  onCompositionupdate: Nye,
9393
9395
  onCompositionend: Nye
9394
- }, null, 42, _hoisted_2$E)), [
9396
+ }, null, 42, _hoisted_2$F)), [
9395
9397
  [vModelText, VAe.value]
9396
9398
  ]) : createCommentVNode("v-if", !0)
9397
9399
  ], 2)) : createCommentVNode("v-if", !0)
@@ -9440,7 +9442,7 @@ const ElTag = withInstall(Tag), cascaderProps = buildProps({
9440
9442
  ]),
9441
9443
  _: 1
9442
9444
  })) : createCommentVNode("v-if", !0)
9443
- ], 10, _hoisted_3$s))), 128)) : renderSlot(Cme.$slots, "empty", { key: 1 }, () => [
9445
+ ], 10, _hoisted_3$t))), 128)) : renderSlot(Cme.$slots, "empty", { key: 1 }, () => [
9444
9446
  createElementVNode("li", {
9445
9447
  class: normalizeClass(unref(vAe).e("empty-text"))
9446
9448
  }, toDisplayString(unref(wAe)("el.cascader.noMatch")), 3)
@@ -9455,7 +9457,7 @@ const ElTag = withInstall(Tag), cascaderProps = buildProps({
9455
9457
  }, 8, ["visible", "teleported", "popper-class", "transition"]));
9456
9458
  }
9457
9459
  });
9458
- var Cascader = /* @__PURE__ */ _export_sfc$2(_sfc_main$_, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/cascader/src/cascader.vue"]]);
9460
+ var Cascader = /* @__PURE__ */ _export_sfc$2(_sfc_main$11, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/cascader/src/cascader.vue"]]);
9459
9461
  Cascader.install = (Ff) => {
9460
9462
  Ff.component(Cascader.name, Cascader);
9461
9463
  };
@@ -9800,10 +9802,10 @@ var ElDatePickerCell = defineComponent({
9800
9802
  };
9801
9803
  }
9802
9804
  });
9803
- const _hoisted_1$U = ["aria-label", "onMousedown"], _hoisted_2$D = {
9805
+ const _hoisted_1$U = ["aria-label", "onMousedown"], _hoisted_2$E = {
9804
9806
  key: 0,
9805
9807
  scope: "col"
9806
- }, _hoisted_3$r = ["aria-label"], _hoisted_4$c = ["aria-current", "aria-selected", "tabindex"], _sfc_main$Z = /* @__PURE__ */ defineComponent({
9808
+ }, _hoisted_3$s = ["aria-label"], _hoisted_4$c = ["aria-current", "aria-selected", "tabindex"], _sfc_main$10 = /* @__PURE__ */ defineComponent({
9807
9809
  __name: "basic-date-table",
9808
9810
  props: basicDateTableProps,
9809
9811
  emits: ["changerange", "pick", "select"],
@@ -9950,12 +9952,12 @@ const _hoisted_1$U = ["aria-label", "onMousedown"], _hoisted_2$D = {
9950
9952
  ref: AAe
9951
9953
  }, [
9952
9954
  createElementVNode("tr", null, [
9953
- YAe.showWeekNumber ? (openBlock(), createElementBlock("th", _hoisted_2$D, toDisplayString(unref(pAe)("el.datepicker.week")), 1)) : createCommentVNode("v-if", !0),
9955
+ YAe.showWeekNumber ? (openBlock(), createElementBlock("th", _hoisted_2$E, toDisplayString(unref(pAe)("el.datepicker.week")), 1)) : createCommentVNode("v-if", !0),
9954
9956
  (openBlock(!0), createElementBlock(Fragment, null, renderList(unref(TAe), (vme, Pme) => (openBlock(), createElementBlock("th", {
9955
9957
  key: Pme,
9956
9958
  scope: "col",
9957
9959
  "aria-label": unref(pAe)("el.datepicker.weeksFull." + vme)
9958
- }, toDisplayString(unref(pAe)("el.datepicker.weeks." + vme)), 9, _hoisted_3$r))), 128))
9960
+ }, toDisplayString(unref(pAe)("el.datepicker.weeks." + vme)), 9, _hoisted_3$s))), 128))
9959
9961
  ]),
9960
9962
  (openBlock(!0), createElementBlock(Fragment, null, renderList(unref(UAe), (vme, Pme) => (openBlock(), createElementBlock("tr", {
9961
9963
  key: Pme,
@@ -9978,11 +9980,11 @@ const _hoisted_1$U = ["aria-label", "onMousedown"], _hoisted_2$D = {
9978
9980
  ], 42, _hoisted_1$U));
9979
9981
  }
9980
9982
  });
9981
- var DateTable = /* @__PURE__ */ _export_sfc$2(_sfc_main$Z, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/date-picker/src/date-picker-com/basic-date-table.vue"]]);
9983
+ var DateTable = /* @__PURE__ */ _export_sfc$2(_sfc_main$10, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/date-picker/src/date-picker-com/basic-date-table.vue"]]);
9982
9984
  const basicMonthTableProps = buildProps({
9983
9985
  ...datePickerSharedProps,
9984
9986
  selectionMode: selectionModeWithDefault("month")
9985
- }), _hoisted_1$T = ["aria-label"], _hoisted_2$C = ["aria-selected", "aria-label", "tabindex", "onKeydown"], _hoisted_3$q = { class: "cell" }, _sfc_main$Y = /* @__PURE__ */ defineComponent({
9987
+ }), _hoisted_1$T = ["aria-label"], _hoisted_2$D = ["aria-selected", "aria-label", "tabindex", "onKeydown"], _hoisted_3$r = { class: "cell" }, _sfc_main$$ = /* @__PURE__ */ defineComponent({
9986
9988
  __name: "basic-month-table",
9987
9989
  props: basicMonthTableProps,
9988
9990
  emits: ["changerange", "pick", "select"],
@@ -10076,20 +10078,20 @@ const basicMonthTableProps = buildProps({
10076
10078
  ]
10077
10079
  }, [
10078
10080
  createElementVNode("div", null, [
10079
- createElementVNode("span", _hoisted_3$q, toDisplayString(unref(hAe)("el.datepicker.months." + wAe.value[UAe.text])), 1)
10081
+ createElementVNode("span", _hoisted_3$r, toDisplayString(unref(hAe)("el.datepicker.months." + wAe.value[UAe.text])), 1)
10080
10082
  ])
10081
- ], 42, _hoisted_2$C))), 128))
10083
+ ], 42, _hoisted_2$D))), 128))
10082
10084
  ]))), 128))
10083
10085
  ], 512)
10084
10086
  ], 42, _hoisted_1$T));
10085
10087
  }
10086
10088
  });
10087
- var MonthTable = /* @__PURE__ */ _export_sfc$2(_sfc_main$Y, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/date-picker/src/date-picker-com/basic-month-table.vue"]]);
10089
+ var MonthTable = /* @__PURE__ */ _export_sfc$2(_sfc_main$$, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/date-picker/src/date-picker-com/basic-month-table.vue"]]);
10088
10090
  const { date: date$1, disabledDate, parsedValue } = datePickerSharedProps, basicYearTableProps = buildProps({
10089
10091
  date: date$1,
10090
10092
  disabledDate,
10091
10093
  parsedValue
10092
- }), _hoisted_1$S = ["aria-label"], _hoisted_2$B = ["aria-selected", "tabindex", "onKeydown"], _hoisted_3$p = { class: "cell" }, _hoisted_4$b = { key: 1 }, _sfc_main$X = /* @__PURE__ */ defineComponent({
10094
+ }), _hoisted_1$S = ["aria-label"], _hoisted_2$C = ["aria-selected", "tabindex", "onKeydown"], _hoisted_3$q = { class: "cell" }, _hoisted_4$b = { key: 1 }, _sfc_main$_ = /* @__PURE__ */ defineComponent({
10093
10095
  __name: "basic-year-table",
10094
10096
  props: basicYearTableProps,
10095
10097
  emits: ["pick"],
@@ -10143,16 +10145,16 @@ const { date: date$1, disabledDate, parsedValue } = datePickerSharedProps, basic
10143
10145
  withKeys(withModifiers(DAe, ["prevent", "stop"]), ["enter"])
10144
10146
  ]
10145
10147
  }, [
10146
- createElementVNode("span", _hoisted_3$p, toDisplayString(unref(wAe) + BAe * 4 + IAe), 1)
10147
- ], 42, _hoisted_2$B)) : (openBlock(), createElementBlock("td", _hoisted_4$b))
10148
+ createElementVNode("span", _hoisted_3$q, toDisplayString(unref(wAe) + BAe * 4 + IAe), 1)
10149
+ ], 42, _hoisted_2$C)) : (openBlock(), createElementBlock("td", _hoisted_4$b))
10148
10150
  ], 64))), 64))
10149
10151
  ])), 64))
10150
10152
  ], 512)
10151
10153
  ], 10, _hoisted_1$S));
10152
10154
  }
10153
10155
  });
10154
- var YearTable = /* @__PURE__ */ _export_sfc$2(_sfc_main$X, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/date-picker/src/date-picker-com/basic-year-table.vue"]]);
10155
- const _hoisted_1$R = ["onClick"], _hoisted_2$A = ["aria-label"], _hoisted_3$o = ["aria-label"], _hoisted_4$a = ["aria-label"], _hoisted_5$a = ["aria-label"], _sfc_main$W = /* @__PURE__ */ defineComponent({
10156
+ var YearTable = /* @__PURE__ */ _export_sfc$2(_sfc_main$_, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/date-picker/src/date-picker-com/basic-year-table.vue"]]);
10157
+ const _hoisted_1$R = ["onClick"], _hoisted_2$B = ["aria-label"], _hoisted_3$p = ["aria-label"], _hoisted_4$a = ["aria-label"], _hoisted_5$a = ["aria-label"], _sfc_main$Z = /* @__PURE__ */ defineComponent({
10156
10158
  __name: "panel-date-pick",
10157
10159
  props: panelDatePickProps,
10158
10160
  emits: ["pick", "set-picker-option", "panel-change"],
@@ -10436,7 +10438,7 @@ const _hoisted_1$R = ["onClick"], _hoisted_2$A = ["aria-label"], _hoisted_3$o =
10436
10438
  ]),
10437
10439
  _: 1
10438
10440
  })
10439
- ], 10, _hoisted_2$A),
10441
+ ], 10, _hoisted_2$B),
10440
10442
  withDirectives(createElementVNode("button", {
10441
10443
  type: "button",
10442
10444
  "aria-label": unref(vAe)("el.datepicker.prevMonth"),
@@ -10449,7 +10451,7 @@ const _hoisted_1$R = ["onClick"], _hoisted_2$A = ["aria-label"], _hoisted_3$o =
10449
10451
  ]),
10450
10452
  _: 1
10451
10453
  })
10452
- ], 10, _hoisted_3$o), [
10454
+ ], 10, _hoisted_3$p), [
10453
10455
  [vShow, ume.value === "date"]
10454
10456
  ])
10455
10457
  ], 2),
@@ -10578,7 +10580,7 @@ const _hoisted_1$R = ["onClick"], _hoisted_2$A = ["aria-label"], _hoisted_3$o =
10578
10580
  ], 2));
10579
10581
  }
10580
10582
  });
10581
- var DatePickPanel = /* @__PURE__ */ _export_sfc$2(_sfc_main$W, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/date-picker/src/date-picker-com/panel-date-pick.vue"]]);
10583
+ var DatePickPanel = /* @__PURE__ */ _export_sfc$2(_sfc_main$Z, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/date-picker/src/date-picker-com/panel-date-pick.vue"]]);
10582
10584
  const panelDateRangeProps = buildProps({
10583
10585
  ...panelSharedProps,
10584
10586
  ...panelRangeSharedProps
@@ -10645,7 +10647,7 @@ const panelDateRangeProps = buildProps({
10645
10647
  onSelect: TAe,
10646
10648
  t: CAe
10647
10649
  };
10648
- }, _hoisted_1$Q = ["onClick"], _hoisted_2$z = ["disabled"], _hoisted_3$n = ["disabled"], _hoisted_4$9 = ["disabled"], _hoisted_5$9 = ["disabled"], unit$1 = "month", _sfc_main$V = /* @__PURE__ */ defineComponent({
10650
+ }, _hoisted_1$Q = ["onClick"], _hoisted_2$A = ["disabled"], _hoisted_3$o = ["disabled"], _hoisted_4$9 = ["disabled"], _hoisted_5$9 = ["disabled"], unit$1 = "month", _sfc_main$Y = /* @__PURE__ */ defineComponent({
10649
10651
  __name: "panel-date-range",
10650
10652
  props: panelDateRangeProps,
10651
10653
  emits: [
@@ -10924,7 +10926,7 @@ const panelDateRangeProps = buildProps({
10924
10926
  ]),
10925
10927
  _: 1
10926
10928
  })
10927
- ], 10, _hoisted_2$z)) : createCommentVNode("v-if", !0),
10929
+ ], 10, _hoisted_2$A)) : createCommentVNode("v-if", !0),
10928
10930
  Sme.unlinkPanels ? (openBlock(), createElementBlock("button", {
10929
10931
  key: 1,
10930
10932
  type: "button",
@@ -10941,7 +10943,7 @@ const panelDateRangeProps = buildProps({
10941
10943
  ]),
10942
10944
  _: 1
10943
10945
  })
10944
- ], 10, _hoisted_3$n)) : createCommentVNode("v-if", !0),
10946
+ ], 10, _hoisted_3$o)) : createCommentVNode("v-if", !0),
10945
10947
  createElementVNode("div", null, toDisplayString(unref(rme)), 1)
10946
10948
  ], 2),
10947
10949
  createVNode(DateTable, {
@@ -11067,7 +11069,7 @@ const panelDateRangeProps = buildProps({
11067
11069
  ], 2));
11068
11070
  }
11069
11071
  });
11070
- var DateRangePickPanel = /* @__PURE__ */ _export_sfc$2(_sfc_main$V, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/date-picker/src/date-picker-com/panel-date-range.vue"]]);
11072
+ var DateRangePickPanel = /* @__PURE__ */ _export_sfc$2(_sfc_main$Y, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/date-picker/src/date-picker-com/panel-date-range.vue"]]);
11071
11073
  const panelMonthRangeProps = buildProps({
11072
11074
  ...panelRangeSharedProps
11073
11075
  }), panelMonthRangeEmits = ["pick", "set-picker-option"], useMonthRangeHeader = ({
@@ -11094,10 +11096,10 @@ const panelMonthRangeProps = buildProps({
11094
11096
  leftYear: wAe,
11095
11097
  rightYear: EAe
11096
11098
  };
11097
- }, _hoisted_1$P = ["onClick"], _hoisted_2$y = ["disabled"], _hoisted_3$m = ["disabled"], unit = "year", __default__$o = defineComponent({
11099
+ }, _hoisted_1$P = ["onClick"], _hoisted_2$z = ["disabled"], _hoisted_3$n = ["disabled"], unit = "year", __default__$p = defineComponent({
11098
11100
  name: "DatePickerMonthRange"
11099
- }), _sfc_main$U = /* @__PURE__ */ defineComponent({
11100
- ...__default__$o,
11101
+ }), _sfc_main$X = /* @__PURE__ */ defineComponent({
11102
+ ...__default__$p,
11101
11103
  props: panelMonthRangeProps,
11102
11104
  emits: panelMonthRangeEmits,
11103
11105
  setup(Ff, { emit: kh }) {
@@ -11204,7 +11206,7 @@ const panelMonthRangeProps = buildProps({
11204
11206
  ]),
11205
11207
  _: 1
11206
11208
  })
11207
- ], 10, _hoisted_2$y)) : createCommentVNode("v-if", !0),
11209
+ ], 10, _hoisted_2$z)) : createCommentVNode("v-if", !0),
11208
11210
  createElementVNode("div", null, toDisplayString(unref(XAe)), 1)
11209
11211
  ], 2),
11210
11212
  createVNode(MonthTable, {
@@ -11238,7 +11240,7 @@ const panelMonthRangeProps = buildProps({
11238
11240
  ]),
11239
11241
  _: 1
11240
11242
  })
11241
- ], 10, _hoisted_3$m)) : createCommentVNode("v-if", !0),
11243
+ ], 10, _hoisted_3$n)) : createCommentVNode("v-if", !0),
11242
11244
  createElementVNode("button", {
11243
11245
  type: "button",
11244
11246
  class: normalizeClass([unref(DAe).e("icon-btn"), "d-arrow-right"]),
@@ -11270,7 +11272,7 @@ const panelMonthRangeProps = buildProps({
11270
11272
  ], 2));
11271
11273
  }
11272
11274
  });
11273
- var MonthRangePickPanel = /* @__PURE__ */ _export_sfc$2(_sfc_main$U, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/date-picker/src/date-picker-com/panel-month-range.vue"]]);
11275
+ var MonthRangePickPanel = /* @__PURE__ */ _export_sfc$2(_sfc_main$X, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/date-picker/src/date-picker-com/panel-month-range.vue"]]);
11274
11276
  const getPanel = function(Ff) {
11275
11277
  switch (Ff) {
11276
11278
  case "daterange":
@@ -11418,10 +11420,10 @@ const descriptionsRowProps = buildProps({
11418
11420
  type: Array,
11419
11421
  default: () => []
11420
11422
  }
11421
- }), _hoisted_1$O = { key: 1 }, __default__$n = defineComponent({
11423
+ }), _hoisted_1$O = { key: 1 }, __default__$o = defineComponent({
11422
11424
  name: "ElDescriptionsRow"
11423
- }), _sfc_main$T = /* @__PURE__ */ defineComponent({
11424
- ...__default__$n,
11425
+ }), _sfc_main$W = /* @__PURE__ */ defineComponent({
11426
+ ...__default__$o,
11425
11427
  props: descriptionsRowProps,
11426
11428
  setup(Ff) {
11427
11429
  const kh = inject(descriptionsKey, {});
@@ -11467,7 +11469,7 @@ const descriptionsRowProps = buildProps({
11467
11469
  ]));
11468
11470
  }
11469
11471
  });
11470
- var ElDescriptionsRow = /* @__PURE__ */ _export_sfc$2(_sfc_main$T, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/descriptions/src/descriptions-row.vue"]]);
11472
+ var ElDescriptionsRow = /* @__PURE__ */ _export_sfc$2(_sfc_main$W, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/descriptions/src/descriptions-row.vue"]]);
11471
11473
  const descriptionProps = buildProps({
11472
11474
  border: {
11473
11475
  type: Boolean,
@@ -11491,10 +11493,10 @@ const descriptionProps = buildProps({
11491
11493
  type: String,
11492
11494
  default: ""
11493
11495
  }
11494
- }), __default__$m = defineComponent({
11496
+ }), __default__$n = defineComponent({
11495
11497
  name: "ElDescriptions"
11496
- }), _sfc_main$S = /* @__PURE__ */ defineComponent({
11497
- ...__default__$m,
11498
+ }), _sfc_main$V = /* @__PURE__ */ defineComponent({
11499
+ ...__default__$n,
11498
11500
  props: descriptionProps,
11499
11501
  setup(Ff) {
11500
11502
  const kh = Ff, tAe = useNamespace("descriptions"), iAe = useSize(), uAe = useSlots();
@@ -11556,7 +11558,7 @@ const descriptionProps = buildProps({
11556
11558
  ], 2));
11557
11559
  }
11558
11560
  });
11559
- var Descriptions$1 = /* @__PURE__ */ _export_sfc$2(_sfc_main$S, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/descriptions/src/description.vue"]]), DescriptionsItem = defineComponent({
11561
+ var Descriptions$1 = /* @__PURE__ */ _export_sfc$2(_sfc_main$V, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/descriptions/src/description.vue"]]), DescriptionsItem = defineComponent({
11560
11562
  name: "ElDescriptionsItem",
11561
11563
  props: {
11562
11564
  label: {
@@ -11680,8 +11682,8 @@ const ElOverlay = Overlay, dialogContentProps = buildProps({
11680
11682
  }
11681
11683
  }), dialogContentEmits = {
11682
11684
  close: () => !0
11683
- }, _hoisted_1$N = ["aria-label"], _hoisted_2$x = ["id"], __default__$l = defineComponent({ name: "ElDialogContent" }), _sfc_main$R = /* @__PURE__ */ defineComponent({
11684
- ...__default__$l,
11685
+ }, _hoisted_1$N = ["aria-label"], _hoisted_2$y = ["id"], __default__$m = defineComponent({ name: "ElDialogContent" }), _sfc_main$U = /* @__PURE__ */ defineComponent({
11686
+ ...__default__$m,
11685
11687
  props: dialogContentProps,
11686
11688
  emits: dialogContentEmits,
11687
11689
  setup(Ff) {
@@ -11732,7 +11734,7 @@ const ElOverlay = Overlay, dialogContentProps = buildProps({
11732
11734
  class: normalizeClass(unref(AAe).e("body"))
11733
11735
  }, [
11734
11736
  renderSlot(_Ae.$slots, "default")
11735
- ], 10, _hoisted_2$x),
11737
+ ], 10, _hoisted_2$y),
11736
11738
  _Ae.$slots.footer ? (openBlock(), createElementBlock("footer", {
11737
11739
  key: 0,
11738
11740
  class: normalizeClass(unref(AAe).e("footer"))
@@ -11742,7 +11744,7 @@ const ElOverlay = Overlay, dialogContentProps = buildProps({
11742
11744
  ], 6));
11743
11745
  }
11744
11746
  });
11745
- var ElDialogContent = /* @__PURE__ */ _export_sfc$2(_sfc_main$R, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/dialog/src/dialog-content.vue"]]);
11747
+ var ElDialogContent = /* @__PURE__ */ _export_sfc$2(_sfc_main$U, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/dialog/src/dialog-content.vue"]]);
11746
11748
  const dialogProps = buildProps({
11747
11749
  ...dialogContentProps,
11748
11750
  appendToBody: {
@@ -11888,11 +11890,11 @@ const dialogProps = buildProps({
11888
11890
  visible: vAe,
11889
11891
  zIndex: EAe
11890
11892
  };
11891
- }, _hoisted_1$M = ["aria-label", "aria-labelledby", "aria-describedby"], __default__$k = defineComponent({
11893
+ }, _hoisted_1$M = ["aria-label", "aria-labelledby", "aria-describedby"], __default__$l = defineComponent({
11892
11894
  name: "ElDialog",
11893
11895
  inheritAttrs: !1
11894
- }), _sfc_main$Q = /* @__PURE__ */ defineComponent({
11895
- ...__default__$k,
11896
+ }), _sfc_main$T = /* @__PURE__ */ defineComponent({
11897
+ ...__default__$l,
11896
11898
  props: dialogProps,
11897
11899
  emits: dialogEmits,
11898
11900
  setup(Ff, { expose: kh }) {
@@ -12032,8 +12034,146 @@ const dialogProps = buildProps({
12032
12034
  ], 8, ["disabled"]));
12033
12035
  }
12034
12036
  });
12035
- var Dialog$1 = /* @__PURE__ */ _export_sfc$2(_sfc_main$Q, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/dialog/src/dialog.vue"]]);
12036
- const ElDialog = withInstall(Dialog$1), formProps = buildProps({
12037
+ var Dialog$1 = /* @__PURE__ */ _export_sfc$2(_sfc_main$T, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/dialog/src/dialog.vue"]]);
12038
+ const ElDialog = withInstall(Dialog$1), _sfc_main$S = /* @__PURE__ */ defineComponent({
12039
+ inheritAttrs: !1
12040
+ });
12041
+ function _sfc_render$u(Ff, kh, tAe, iAe, uAe, pAe) {
12042
+ return renderSlot(Ff.$slots, "default");
12043
+ }
12044
+ var Collection = /* @__PURE__ */ _export_sfc$2(_sfc_main$S, [["render", _sfc_render$u], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/collection/src/collection.vue"]]);
12045
+ const _sfc_main$R = /* @__PURE__ */ defineComponent({
12046
+ name: "ElCollectionItem",
12047
+ inheritAttrs: !1
12048
+ });
12049
+ function _sfc_render$t(Ff, kh, tAe, iAe, uAe, pAe) {
12050
+ return renderSlot(Ff.$slots, "default");
12051
+ }
12052
+ var CollectionItem = /* @__PURE__ */ _export_sfc$2(_sfc_main$R, [["render", _sfc_render$t], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/collection/src/collection-item.vue"]]);
12053
+ const COLLECTION_ITEM_SIGN = "data-el-collection-item", createCollectionWithScope = (Ff) => {
12054
+ const kh = `El${Ff}Collection`, tAe = `${kh}Item`, iAe = Symbol(kh), uAe = Symbol(tAe), pAe = {
12055
+ ...Collection,
12056
+ name: kh,
12057
+ setup() {
12058
+ const AAe = ref(null), vAe = /* @__PURE__ */ new Map();
12059
+ provide(iAe, {
12060
+ itemMap: vAe,
12061
+ getItems: () => {
12062
+ const wAe = unref(AAe);
12063
+ if (!wAe)
12064
+ return [];
12065
+ const EAe = Array.from(wAe.querySelectorAll(`[${COLLECTION_ITEM_SIGN}]`));
12066
+ return [...vAe.values()].sort((xAe, DAe) => EAe.indexOf(xAe.ref) - EAe.indexOf(DAe.ref));
12067
+ },
12068
+ collectionRef: AAe
12069
+ });
12070
+ }
12071
+ }, hAe = {
12072
+ ...CollectionItem,
12073
+ name: tAe,
12074
+ setup(AAe, { attrs: vAe }) {
12075
+ const CAe = ref(null), wAe = inject(iAe, void 0);
12076
+ provide(uAe, {
12077
+ collectionItemRef: CAe
12078
+ }), onMounted(() => {
12079
+ const EAe = unref(CAe);
12080
+ EAe && wAe.itemMap.set(EAe, {
12081
+ ref: EAe,
12082
+ ...vAe
12083
+ });
12084
+ }), onBeforeUnmount(() => {
12085
+ const EAe = unref(CAe);
12086
+ wAe.itemMap.delete(EAe);
12087
+ });
12088
+ }
12089
+ };
12090
+ return {
12091
+ COLLECTION_INJECTION_KEY: iAe,
12092
+ COLLECTION_ITEM_INJECTION_KEY: uAe,
12093
+ ElCollection: pAe,
12094
+ ElCollectionItem: hAe
12095
+ };
12096
+ }, dropdownProps = buildProps({
12097
+ trigger: useTooltipTriggerProps.trigger,
12098
+ effect: {
12099
+ ...useTooltipContentProps.effect,
12100
+ default: "light"
12101
+ },
12102
+ type: {
12103
+ type: definePropType(String)
12104
+ },
12105
+ placement: {
12106
+ type: definePropType(String),
12107
+ default: "bottom"
12108
+ },
12109
+ popperOptions: {
12110
+ type: definePropType(Object),
12111
+ default: () => ({})
12112
+ },
12113
+ id: String,
12114
+ size: {
12115
+ type: String,
12116
+ default: ""
12117
+ },
12118
+ splitButton: Boolean,
12119
+ hideOnClick: {
12120
+ type: Boolean,
12121
+ default: !0
12122
+ },
12123
+ loop: {
12124
+ type: Boolean,
12125
+ default: !0
12126
+ },
12127
+ showTimeout: {
12128
+ type: Number,
12129
+ default: 150
12130
+ },
12131
+ hideTimeout: {
12132
+ type: Number,
12133
+ default: 150
12134
+ },
12135
+ tabindex: {
12136
+ type: definePropType([Number, String]),
12137
+ default: 0
12138
+ },
12139
+ maxHeight: {
12140
+ type: definePropType([Number, String]),
12141
+ default: ""
12142
+ },
12143
+ popperClass: {
12144
+ type: String,
12145
+ default: ""
12146
+ },
12147
+ disabled: {
12148
+ type: Boolean,
12149
+ default: !1
12150
+ },
12151
+ role: {
12152
+ type: String,
12153
+ default: "menu"
12154
+ },
12155
+ buttonProps: {
12156
+ type: definePropType(Object)
12157
+ },
12158
+ teleported: useTooltipContentProps.teleported
12159
+ });
12160
+ buildProps({
12161
+ command: {
12162
+ type: [Object, String, Number],
12163
+ default: () => ({})
12164
+ },
12165
+ disabled: Boolean,
12166
+ divided: Boolean,
12167
+ textValue: String,
12168
+ icon: {
12169
+ type: iconPropType
12170
+ }
12171
+ });
12172
+ buildProps({
12173
+ onKeydown: { type: definePropType(Function) }
12174
+ });
12175
+ createCollectionWithScope("Dropdown");
12176
+ const formProps = buildProps({
12037
12177
  model: Object,
12038
12178
  rules: {
12039
12179
  type: definePropType(Object)
@@ -12111,10 +12251,10 @@ function useFormLabelWidth() {
12111
12251
  const filterFields = (Ff, kh) => {
12112
12252
  const tAe = castArray$1(kh);
12113
12253
  return tAe.length > 0 ? Ff.filter((iAe) => iAe.prop && tAe.includes(iAe.prop)) : Ff;
12114
- }, COMPONENT_NAME$4 = "ElForm", __default__$j = defineComponent({
12254
+ }, COMPONENT_NAME$4 = "ElForm", __default__$k = defineComponent({
12115
12255
  name: COMPONENT_NAME$4
12116
- }), _sfc_main$P = /* @__PURE__ */ defineComponent({
12117
- ...__default__$j,
12256
+ }), _sfc_main$Q = /* @__PURE__ */ defineComponent({
12257
+ ...__default__$k,
12118
12258
  props: formProps,
12119
12259
  emits: formEmits,
12120
12260
  setup(Ff, { expose: kh, emit: tAe }) {
@@ -12205,7 +12345,7 @@ const filterFields = (Ff, kh) => {
12205
12345
  ], 2));
12206
12346
  }
12207
12347
  });
12208
- var Form$1 = /* @__PURE__ */ _export_sfc$2(_sfc_main$P, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/form/src/form.vue"]]);
12348
+ var Form$1 = /* @__PURE__ */ _export_sfc$2(_sfc_main$Q, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/form/src/form.vue"]]);
12209
12349
  function _extends$1() {
12210
12350
  return _extends$1 = Object.assign ? Object.assign.bind() : function(Ff) {
12211
12351
  for (var kh = 1; kh < arguments.length; kh++) {
@@ -12953,10 +13093,10 @@ var FormLabelWrap = defineComponent({
12953
13093
  };
12954
13094
  }
12955
13095
  });
12956
- const _hoisted_1$L = ["role", "aria-labelledby"], __default__$i = defineComponent({
13096
+ const _hoisted_1$L = ["role", "aria-labelledby"], __default__$j = defineComponent({
12957
13097
  name: "ElFormItem"
12958
- }), _sfc_main$O = /* @__PURE__ */ defineComponent({
12959
- ...__default__$i,
13098
+ }), _sfc_main$P = /* @__PURE__ */ defineComponent({
13099
+ ...__default__$j,
12960
13100
  props: formItemProps,
12961
13101
  setup(Ff, { expose: kh }) {
12962
13102
  const tAe = Ff, iAe = useSlots(), uAe = inject(formContextKey, void 0), pAe = inject(formItemContextKey, void 0), hAe = useSize(void 0, { formItem: !1 }), AAe = useNamespace("form-item"), vAe = useId().value, CAe = ref([]), wAe = ref(""), EAe = refDebounced(wAe, 100), _Ae = ref(""), xAe = ref();
@@ -13132,7 +13272,7 @@ const _hoisted_1$L = ["role", "aria-labelledby"], __default__$i = defineComponen
13132
13272
  };
13133
13273
  }
13134
13274
  });
13135
- var FormItem = /* @__PURE__ */ _export_sfc$2(_sfc_main$O, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/form/src/form-item.vue"]]);
13275
+ var FormItem = /* @__PURE__ */ _export_sfc$2(_sfc_main$P, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/form/src/form-item.vue"]]);
13136
13276
  const ElForm = withInstall(Form$1, {
13137
13277
  FormItem
13138
13278
  }), ElFormItem = withNoopInstall(FormItem), imageViewerProps = buildProps({
@@ -13170,10 +13310,10 @@ const ElForm = withInstall(Form$1, {
13170
13310
  }), imageViewerEmits = {
13171
13311
  close: () => !0,
13172
13312
  switch: (Ff) => isNumber$1(Ff)
13173
- }, _hoisted_1$K = ["src"], __default__$h = defineComponent({
13313
+ }, _hoisted_1$K = ["src"], __default__$i = defineComponent({
13174
13314
  name: "ElImageViewer"
13175
- }), _sfc_main$N = /* @__PURE__ */ defineComponent({
13176
- ...__default__$h,
13315
+ }), _sfc_main$O = /* @__PURE__ */ defineComponent({
13316
+ ...__default__$i,
13177
13317
  props: imageViewerProps,
13178
13318
  emits: imageViewerEmits,
13179
13319
  setup(Ff, { expose: kh, emit: tAe }) {
@@ -13486,7 +13626,7 @@ const ElForm = withInstall(Form$1, {
13486
13626
  ], 8, ["disabled"]));
13487
13627
  }
13488
13628
  });
13489
- var ImageViewer = /* @__PURE__ */ _export_sfc$2(_sfc_main$N, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/image-viewer/src/image-viewer.vue"]]);
13629
+ var ImageViewer = /* @__PURE__ */ _export_sfc$2(_sfc_main$O, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/image-viewer/src/image-viewer.vue"]]);
13490
13630
  const ElImageViewer = withInstall(ImageViewer), imageProps = buildProps({
13491
13631
  hideOnClickModal: {
13492
13632
  type: Boolean,
@@ -13545,11 +13685,11 @@ const ElImageViewer = withInstall(ImageViewer), imageProps = buildProps({
13545
13685
  switch: (Ff) => isNumber$1(Ff),
13546
13686
  close: () => !0,
13547
13687
  show: () => !0
13548
- }, _hoisted_1$J = ["src", "loading"], _hoisted_2$w = { key: 0 }, __default__$g = defineComponent({
13688
+ }, _hoisted_1$J = ["src", "loading"], _hoisted_2$x = { key: 0 }, __default__$h = defineComponent({
13549
13689
  name: "ElImage",
13550
13690
  inheritAttrs: !1
13551
- }), _sfc_main$M = /* @__PURE__ */ defineComponent({
13552
- ...__default__$g,
13691
+ }), _sfc_main$N = /* @__PURE__ */ defineComponent({
13692
+ ...__default__$h,
13553
13693
  props: imageProps,
13554
13694
  emits: imageEmits,
13555
13695
  setup(Ff, { emit: kh }) {
@@ -13662,7 +13802,7 @@ const ElImageViewer = withInstall(ImageViewer), imageProps = buildProps({
13662
13802
  onSwitch: cme
13663
13803
  }, {
13664
13804
  default: withCtx(() => [
13665
- ume.$slots.viewer ? (openBlock(), createElementBlock("div", _hoisted_2$w, [
13805
+ ume.$slots.viewer ? (openBlock(), createElementBlock("div", _hoisted_2$x, [
13666
13806
  renderSlot(ume.$slots, "viewer")
13667
13807
  ])) : createCommentVNode("v-if", !0)
13668
13808
  ]),
@@ -13672,7 +13812,7 @@ const ElImageViewer = withInstall(ImageViewer), imageProps = buildProps({
13672
13812
  ], 6));
13673
13813
  }
13674
13814
  });
13675
- var Image$1 = /* @__PURE__ */ _export_sfc$2(_sfc_main$M, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/image/src/image.vue"]]);
13815
+ var Image$1 = /* @__PURE__ */ _export_sfc$2(_sfc_main$N, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/image/src/image.vue"]]);
13676
13816
  const ElImage = withInstall(Image$1), inputNumberProps = buildProps({
13677
13817
  id: {
13678
13818
  type: String,
@@ -13726,10 +13866,10 @@ const ElImage = withInstall(Image$1), inputNumberProps = buildProps({
13726
13866
  focus: (Ff) => Ff instanceof FocusEvent,
13727
13867
  [INPUT_EVENT]: (Ff) => isNumber$1(Ff) || isNil(Ff),
13728
13868
  [UPDATE_MODEL_EVENT]: (Ff) => isNumber$1(Ff) || isNil(Ff)
13729
- }, _hoisted_1$I = ["aria-label", "onKeydown"], _hoisted_2$v = ["aria-label", "onKeydown"], __default__$f = defineComponent({
13869
+ }, _hoisted_1$I = ["aria-label", "onKeydown"], _hoisted_2$w = ["aria-label", "onKeydown"], __default__$g = defineComponent({
13730
13870
  name: "ElInputNumber"
13731
- }), _sfc_main$L = /* @__PURE__ */ defineComponent({
13732
- ...__default__$f,
13871
+ }), _sfc_main$M = /* @__PURE__ */ defineComponent({
13872
+ ...__default__$g,
13733
13873
  props: inputNumberProps,
13734
13874
  emits: inputNumberEmits,
13735
13875
  setup(Ff, { expose: kh, emit: tAe }) {
@@ -13873,7 +14013,7 @@ const ElImage = withInstall(Image$1), inputNumberProps = buildProps({
13873
14013
  ]),
13874
14014
  _: 1
13875
14015
  })
13876
- ], 42, _hoisted_2$v)), [
14016
+ ], 42, _hoisted_2$w)), [
13877
14017
  [unref(vRepeatClick), FAe]
13878
14018
  ]) : createCommentVNode("v-if", !0),
13879
14019
  createVNode(unref(ElInput), {
@@ -13904,7 +14044,7 @@ const ElImage = withInstall(Image$1), inputNumberProps = buildProps({
13904
14044
  ], 34));
13905
14045
  }
13906
14046
  });
13907
- var InputNumber = /* @__PURE__ */ _export_sfc$2(_sfc_main$L, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/input-number/src/input-number.vue"]]);
14047
+ var InputNumber = /* @__PURE__ */ _export_sfc$2(_sfc_main$M, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/input-number/src/input-number.vue"]]);
13908
14048
  const ElInputNumber = withInstall(InputNumber), paginationPrevProps = buildProps({
13909
14049
  disabled: Boolean,
13910
14050
  currentPage: {
@@ -13919,10 +14059,10 @@ const ElInputNumber = withInstall(InputNumber), paginationPrevProps = buildProps
13919
14059
  }
13920
14060
  }), paginationPrevEmits = {
13921
14061
  click: (Ff) => Ff instanceof MouseEvent
13922
- }, _hoisted_1$H = ["disabled", "aria-disabled"], _hoisted_2$u = { key: 0 }, __default__$e = defineComponent({
14062
+ }, _hoisted_1$H = ["disabled", "aria-disabled"], _hoisted_2$v = { key: 0 }, __default__$f = defineComponent({
13923
14063
  name: "ElPaginationPrev"
13924
- }), _sfc_main$K = /* @__PURE__ */ defineComponent({
13925
- ...__default__$e,
14064
+ }), _sfc_main$L = /* @__PURE__ */ defineComponent({
14065
+ ...__default__$f,
13926
14066
  props: paginationPrevProps,
13927
14067
  emits: paginationPrevEmits,
13928
14068
  setup(Ff) {
@@ -13934,7 +14074,7 @@ const ElInputNumber = withInstall(InputNumber), paginationPrevProps = buildProps
13934
14074
  "aria-disabled": unref(tAe),
13935
14075
  onClick: uAe[0] || (uAe[0] = (pAe) => iAe.$emit("click", pAe))
13936
14076
  }, [
13937
- iAe.prevText ? (openBlock(), createElementBlock("span", _hoisted_2$u, toDisplayString(iAe.prevText), 1)) : (openBlock(), createBlock(unref(ElIcon), { key: 1 }, {
14077
+ iAe.prevText ? (openBlock(), createElementBlock("span", _hoisted_2$v, toDisplayString(iAe.prevText), 1)) : (openBlock(), createBlock(unref(ElIcon), { key: 1 }, {
13938
14078
  default: withCtx(() => [
13939
14079
  (openBlock(), createBlock(resolveDynamicComponent(iAe.prevIcon)))
13940
14080
  ]),
@@ -13943,7 +14083,7 @@ const ElInputNumber = withInstall(InputNumber), paginationPrevProps = buildProps
13943
14083
  ], 8, _hoisted_1$H));
13944
14084
  }
13945
14085
  });
13946
- var Prev = /* @__PURE__ */ _export_sfc$2(_sfc_main$K, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/prev.vue"]]);
14086
+ var Prev = /* @__PURE__ */ _export_sfc$2(_sfc_main$L, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/prev.vue"]]);
13947
14087
  const paginationNextProps = buildProps({
13948
14088
  disabled: Boolean,
13949
14089
  currentPage: {
@@ -13960,10 +14100,10 @@ const paginationNextProps = buildProps({
13960
14100
  nextIcon: {
13961
14101
  type: iconPropType
13962
14102
  }
13963
- }), _hoisted_1$G = ["disabled", "aria-disabled"], _hoisted_2$t = { key: 0 }, __default__$d = defineComponent({
14103
+ }), _hoisted_1$G = ["disabled", "aria-disabled"], _hoisted_2$u = { key: 0 }, __default__$e = defineComponent({
13964
14104
  name: "ElPaginationNext"
13965
- }), _sfc_main$J = /* @__PURE__ */ defineComponent({
13966
- ...__default__$d,
14105
+ }), _sfc_main$K = /* @__PURE__ */ defineComponent({
14106
+ ...__default__$e,
13967
14107
  props: paginationNextProps,
13968
14108
  emits: ["click"],
13969
14109
  setup(Ff) {
@@ -13975,7 +14115,7 @@ const paginationNextProps = buildProps({
13975
14115
  "aria-disabled": unref(tAe),
13976
14116
  onClick: uAe[0] || (uAe[0] = (pAe) => iAe.$emit("click", pAe))
13977
14117
  }, [
13978
- iAe.nextText ? (openBlock(), createElementBlock("span", _hoisted_2$t, toDisplayString(iAe.nextText), 1)) : (openBlock(), createBlock(unref(ElIcon), { key: 1 }, {
14118
+ iAe.nextText ? (openBlock(), createElementBlock("span", _hoisted_2$u, toDisplayString(iAe.nextText), 1)) : (openBlock(), createBlock(unref(ElIcon), { key: 1 }, {
13979
14119
  default: withCtx(() => [
13980
14120
  (openBlock(), createBlock(resolveDynamicComponent(iAe.nextIcon)))
13981
14121
  ]),
@@ -13984,7 +14124,7 @@ const paginationNextProps = buildProps({
13984
14124
  ], 8, _hoisted_1$G));
13985
14125
  }
13986
14126
  });
13987
- var Next = /* @__PURE__ */ _export_sfc$2(_sfc_main$J, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/next.vue"]]);
14127
+ var Next = /* @__PURE__ */ _export_sfc$2(_sfc_main$K, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/next.vue"]]);
13988
14128
  const selectGroupKey = "ElSelectGroup", selectKey = "ElSelect";
13989
14129
  function useOption(Ff, kh) {
13990
14130
  const tAe = inject(selectKey), iAe = inject(selectGroupKey, { disabled: !1 }), uAe = computed$1(() => Object.prototype.toString.call(Ff.value).toLowerCase() === "[object object]"), pAe = computed$1(() => tAe.props.multiple ? EAe(tAe.props.modelValue, Ff.value) : _Ae(Ff.value, tAe.props.modelValue)), hAe = computed$1(() => {
@@ -14033,7 +14173,7 @@ function useOption(Ff, kh) {
14033
14173
  hoverItem: xAe
14034
14174
  };
14035
14175
  }
14036
- const _sfc_main$I = defineComponent({
14176
+ const _sfc_main$J = defineComponent({
14037
14177
  name: "ElOption",
14038
14178
  componentName: "ElOption",
14039
14179
  props: {
@@ -14099,8 +14239,8 @@ function _sfc_render$s(Ff, kh, tAe, iAe, uAe, pAe) {
14099
14239
  [vShow, Ff.visible]
14100
14240
  ]);
14101
14241
  }
14102
- var Option = /* @__PURE__ */ _export_sfc$2(_sfc_main$I, [["render", _sfc_render$s], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/select/src/option.vue"]]);
14103
- const _sfc_main$H = defineComponent({
14242
+ var Option = /* @__PURE__ */ _export_sfc$2(_sfc_main$J, [["render", _sfc_render$s], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/select/src/option.vue"]]);
14243
+ const _sfc_main$I = defineComponent({
14104
14244
  name: "ElSelectDropdown",
14105
14245
  componentName: "ElSelectDropdown",
14106
14246
  setup() {
@@ -14128,7 +14268,7 @@ function _sfc_render$r(Ff, kh, tAe, iAe, uAe, pAe) {
14128
14268
  renderSlot(Ff.$slots, "default")
14129
14269
  ], 6);
14130
14270
  }
14131
- var ElSelectMenu = /* @__PURE__ */ _export_sfc$2(_sfc_main$H, [["render", _sfc_render$r], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/select/src/select-dropdown.vue"]]);
14271
+ var ElSelectMenu = /* @__PURE__ */ _export_sfc$2(_sfc_main$I, [["render", _sfc_render$r], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/select/src/select-dropdown.vue"]]);
14132
14272
  function useSelectStates(Ff) {
14133
14273
  const { t: kh } = useLocale();
14134
14274
  return reactive({
@@ -14453,7 +14593,7 @@ const useSelect = (Ff, kh, tAe) => {
14453
14593
  kh.mouseEnter = !1;
14454
14594
  }
14455
14595
  };
14456
- }, COMPONENT_NAME$2 = "ElSelect", _sfc_main$G = defineComponent({
14596
+ }, COMPONENT_NAME$2 = "ElSelect", _sfc_main$H = defineComponent({
14457
14597
  name: COMPONENT_NAME$2,
14458
14598
  componentName: COMPONENT_NAME$2,
14459
14599
  components: {
@@ -14742,7 +14882,7 @@ const useSelect = (Ff, kh, tAe) => {
14742
14882
  handleMouseLeave: xye
14743
14883
  };
14744
14884
  }
14745
- }), _hoisted_1$F = ["disabled", "autocomplete"], _hoisted_2$s = { style: { height: "100%", display: "flex", "justify-content": "center", "align-items": "center" } };
14885
+ }), _hoisted_1$F = ["disabled", "autocomplete"], _hoisted_2$t = { style: { height: "100%", display: "flex", "justify-content": "center", "align-items": "center" } };
14746
14886
  function _sfc_render$q(Ff, kh, tAe, iAe, uAe, pAe) {
14747
14887
  const hAe = resolveComponent("el-tag"), AAe = resolveComponent("el-tooltip"), vAe = resolveComponent("el-icon"), CAe = resolveComponent("el-input"), wAe = resolveComponent("el-option"), EAe = resolveComponent("el-scrollbar"), _Ae = resolveComponent("el-select-menu"), xAe = resolveDirective("click-outside");
14748
14888
  return withDirectives((openBlock(), createElementBlock("div", {
@@ -14989,7 +15129,7 @@ function _sfc_render$q(Ff, kh, tAe, iAe, uAe, pAe) {
14989
15129
  Ff.$slots.prefix ? {
14990
15130
  name: "prefix",
14991
15131
  fn: withCtx(() => [
14992
- createElementVNode("div", _hoisted_2$s, [
15132
+ createElementVNode("div", _hoisted_2$t, [
14993
15133
  renderSlot(Ff.$slots, "prefix")
14994
15134
  ])
14995
15135
  ])
@@ -15037,8 +15177,8 @@ function _sfc_render$q(Ff, kh, tAe, iAe, uAe, pAe) {
15037
15177
  [xAe, Ff.handleClose, Ff.popperPaneRef]
15038
15178
  ]);
15039
15179
  }
15040
- var Select = /* @__PURE__ */ _export_sfc$2(_sfc_main$G, [["render", _sfc_render$q], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/select/src/select.vue"]]);
15041
- const _sfc_main$F = defineComponent({
15180
+ var Select = /* @__PURE__ */ _export_sfc$2(_sfc_main$H, [["render", _sfc_render$q], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/select/src/select.vue"]]);
15181
+ const _sfc_main$G = defineComponent({
15042
15182
  name: "ElOptionGroup",
15043
15183
  componentName: "ElOptionGroup",
15044
15184
  props: {
@@ -15090,7 +15230,7 @@ function _sfc_render$p(Ff, kh, tAe, iAe, uAe, pAe) {
15090
15230
  [vShow, Ff.visible]
15091
15231
  ]);
15092
15232
  }
15093
- var OptionGroup = /* @__PURE__ */ _export_sfc$2(_sfc_main$F, [["render", _sfc_render$p], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/select/src/option-group.vue"]]);
15233
+ var OptionGroup = /* @__PURE__ */ _export_sfc$2(_sfc_main$G, [["render", _sfc_render$p], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/select/src/option-group.vue"]]);
15094
15234
  const ElSelect = withInstall(Select, {
15095
15235
  Option,
15096
15236
  OptionGroup
@@ -15113,10 +15253,10 @@ const usePagination = () => inject(elPaginationKey, {}), paginationSizesProps =
15113
15253
  type: String,
15114
15254
  values: componentSizes
15115
15255
  }
15116
- }), __default__$c = defineComponent({
15256
+ }), __default__$d = defineComponent({
15117
15257
  name: "ElPaginationSizes"
15118
- }), _sfc_main$E = /* @__PURE__ */ defineComponent({
15119
- ...__default__$c,
15258
+ }), _sfc_main$F = /* @__PURE__ */ defineComponent({
15259
+ ...__default__$d,
15120
15260
  props: paginationSizesProps,
15121
15261
  emits: ["page-size-change"],
15122
15262
  setup(Ff, { emit: kh }) {
@@ -15157,16 +15297,16 @@ const usePagination = () => inject(elPaginationKey, {}), paginationSizesProps =
15157
15297
  ], 2));
15158
15298
  }
15159
15299
  });
15160
- var Sizes = /* @__PURE__ */ _export_sfc$2(_sfc_main$E, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/sizes.vue"]]);
15300
+ var Sizes = /* @__PURE__ */ _export_sfc$2(_sfc_main$F, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/sizes.vue"]]);
15161
15301
  const paginationJumperProps = buildProps({
15162
15302
  size: {
15163
15303
  type: String,
15164
15304
  values: componentSizes
15165
15305
  }
15166
- }), _hoisted_1$E = ["disabled"], __default__$b = defineComponent({
15306
+ }), _hoisted_1$E = ["disabled"], __default__$c = defineComponent({
15167
15307
  name: "ElPaginationJumper"
15168
- }), _sfc_main$D = /* @__PURE__ */ defineComponent({
15169
- ...__default__$b,
15308
+ }), _sfc_main$E = /* @__PURE__ */ defineComponent({
15309
+ ...__default__$c,
15170
15310
  props: paginationJumperProps,
15171
15311
  setup(Ff) {
15172
15312
  const { t: kh } = useLocale(), tAe = useNamespace("pagination"), { pageCount: iAe, disabled: uAe, currentPage: pAe, changeEvent: hAe } = usePagination(), AAe = ref(), vAe = computed$1(() => {
@@ -15204,16 +15344,16 @@ const paginationJumperProps = buildProps({
15204
15344
  ], 10, _hoisted_1$E));
15205
15345
  }
15206
15346
  });
15207
- var Jumper = /* @__PURE__ */ _export_sfc$2(_sfc_main$D, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/jumper.vue"]]);
15347
+ var Jumper = /* @__PURE__ */ _export_sfc$2(_sfc_main$E, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/jumper.vue"]]);
15208
15348
  const paginationTotalProps = buildProps({
15209
15349
  total: {
15210
15350
  type: Number,
15211
15351
  default: 1e3
15212
15352
  }
15213
- }), _hoisted_1$D = ["disabled"], __default__$a = defineComponent({
15353
+ }), _hoisted_1$D = ["disabled"], __default__$b = defineComponent({
15214
15354
  name: "ElPaginationTotal"
15215
- }), _sfc_main$C = /* @__PURE__ */ defineComponent({
15216
- ...__default__$a,
15355
+ }), _sfc_main$D = /* @__PURE__ */ defineComponent({
15356
+ ...__default__$b,
15217
15357
  props: paginationTotalProps,
15218
15358
  setup(Ff) {
15219
15359
  const { t: kh } = useLocale(), tAe = useNamespace("pagination"), { disabled: iAe } = usePagination();
@@ -15225,7 +15365,7 @@ const paginationTotalProps = buildProps({
15225
15365
  })), 11, _hoisted_1$D));
15226
15366
  }
15227
15367
  });
15228
- var Total = /* @__PURE__ */ _export_sfc$2(_sfc_main$C, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/total.vue"]]);
15368
+ var Total = /* @__PURE__ */ _export_sfc$2(_sfc_main$D, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/total.vue"]]);
15229
15369
  const paginationPagerProps = buildProps({
15230
15370
  currentPage: {
15231
15371
  type: Number,
@@ -15240,10 +15380,10 @@ const paginationPagerProps = buildProps({
15240
15380
  default: 7
15241
15381
  },
15242
15382
  disabled: Boolean
15243
- }), _hoisted_1$C = ["onKeyup"], _hoisted_2$r = ["aria-current", "tabindex"], _hoisted_3$l = ["tabindex"], _hoisted_4$8 = ["aria-current", "tabindex"], _hoisted_5$8 = ["tabindex"], _hoisted_6$3 = ["aria-current", "tabindex"], __default__$9 = defineComponent({
15383
+ }), _hoisted_1$C = ["onKeyup"], _hoisted_2$s = ["aria-current", "tabindex"], _hoisted_3$m = ["tabindex"], _hoisted_4$8 = ["aria-current", "tabindex"], _hoisted_5$8 = ["tabindex"], _hoisted_6$3 = ["aria-current", "tabindex"], __default__$a = defineComponent({
15244
15384
  name: "ElPaginationPager"
15245
- }), _sfc_main$B = /* @__PURE__ */ defineComponent({
15246
- ...__default__$9,
15385
+ }), _sfc_main$C = /* @__PURE__ */ defineComponent({
15386
+ ...__default__$a,
15247
15387
  props: paginationPagerProps,
15248
15388
  emits: ["change"],
15249
15389
  setup(Ff, { emit: kh }) {
@@ -15307,7 +15447,7 @@ const paginationPagerProps = buildProps({
15307
15447
  ], "number"]),
15308
15448
  "aria-current": TAe.currentPage === 1,
15309
15449
  tabindex: unref(_Ae)
15310
- }, " 1 ", 10, _hoisted_2$r)) : createCommentVNode("v-if", !0),
15450
+ }, " 1 ", 10, _hoisted_2$s)) : createCommentVNode("v-if", !0),
15311
15451
  pAe.value ? (openBlock(), createElementBlock("li", {
15312
15452
  key: 1,
15313
15453
  class: normalizeClass([
@@ -15323,7 +15463,7 @@ const paginationPagerProps = buildProps({
15323
15463
  onBlur: BAe[3] || (BAe[3] = (FAe) => CAe.value = !1)
15324
15464
  }, [
15325
15465
  (AAe.value || CAe.value) && !TAe.disabled ? (openBlock(), createBlock(unref(d_arrow_left_default), { key: 0 })) : (openBlock(), createBlock(unref(more_filled_default), { key: 1 }))
15326
- ], 42, _hoisted_3$l)) : createCommentVNode("v-if", !0),
15466
+ ], 42, _hoisted_3$m)) : createCommentVNode("v-if", !0),
15327
15467
  (openBlock(!0), createElementBlock(Fragment, null, renderList(unref(EAe), (FAe) => (openBlock(), createElementBlock("li", {
15328
15468
  key: FAe,
15329
15469
  class: normalizeClass([[
@@ -15361,7 +15501,7 @@ const paginationPagerProps = buildProps({
15361
15501
  ], 42, _hoisted_1$C));
15362
15502
  }
15363
15503
  });
15364
- var Pager = /* @__PURE__ */ _export_sfc$2(_sfc_main$B, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/pager.vue"]]);
15504
+ var Pager = /* @__PURE__ */ _export_sfc$2(_sfc_main$C, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/pagination/src/components/pager.vue"]]);
15365
15505
  const isAbsent = (Ff) => typeof Ff != "number", paginationProps = buildProps({
15366
15506
  total: Number,
15367
15507
  pageSize: Number,
@@ -15538,7 +15678,158 @@ var Pagination = defineComponent({
15538
15678
  };
15539
15679
  }
15540
15680
  });
15541
- const ElPagination = withInstall(Pagination), progressProps = buildProps({
15681
+ const ElPagination = withInstall(Pagination), popoverProps = buildProps({
15682
+ trigger: useTooltipTriggerProps.trigger,
15683
+ placement: dropdownProps.placement,
15684
+ disabled: useTooltipTriggerProps.disabled,
15685
+ visible: useTooltipContentProps.visible,
15686
+ transition: useTooltipContentProps.transition,
15687
+ popperOptions: dropdownProps.popperOptions,
15688
+ tabindex: dropdownProps.tabindex,
15689
+ content: useTooltipContentProps.content,
15690
+ popperStyle: useTooltipContentProps.popperStyle,
15691
+ popperClass: useTooltipContentProps.popperClass,
15692
+ enterable: {
15693
+ ...useTooltipContentProps.enterable,
15694
+ default: !0
15695
+ },
15696
+ effect: {
15697
+ ...useTooltipContentProps.effect,
15698
+ default: "light"
15699
+ },
15700
+ teleported: useTooltipContentProps.teleported,
15701
+ title: String,
15702
+ width: {
15703
+ type: [String, Number],
15704
+ default: 150
15705
+ },
15706
+ offset: {
15707
+ type: Number,
15708
+ default: void 0
15709
+ },
15710
+ showAfter: {
15711
+ type: Number,
15712
+ default: 0
15713
+ },
15714
+ hideAfter: {
15715
+ type: Number,
15716
+ default: 200
15717
+ },
15718
+ autoClose: {
15719
+ type: Number,
15720
+ default: 0
15721
+ },
15722
+ showArrow: {
15723
+ type: Boolean,
15724
+ default: !0
15725
+ },
15726
+ persistent: {
15727
+ type: Boolean,
15728
+ default: !0
15729
+ },
15730
+ "onUpdate:visible": {
15731
+ type: Function
15732
+ }
15733
+ }), popoverEmits = {
15734
+ "update:visible": (Ff) => isBoolean(Ff),
15735
+ "before-enter": () => !0,
15736
+ "before-leave": () => !0,
15737
+ "after-enter": () => !0,
15738
+ "after-leave": () => !0
15739
+ }, updateEventKeyRaw = "onUpdate:visible", __default__$9 = defineComponent({
15740
+ name: "ElPopover"
15741
+ }), _sfc_main$B = /* @__PURE__ */ defineComponent({
15742
+ ...__default__$9,
15743
+ props: popoverProps,
15744
+ emits: popoverEmits,
15745
+ setup(Ff, { expose: kh, emit: tAe }) {
15746
+ const iAe = Ff, uAe = computed$1(() => iAe[updateEventKeyRaw]), pAe = useNamespace("popover"), hAe = ref(), AAe = computed$1(() => {
15747
+ var OAe;
15748
+ return (OAe = unref(hAe)) == null ? void 0 : OAe.popperRef;
15749
+ }), vAe = computed$1(() => [
15750
+ {
15751
+ width: addUnit(iAe.width)
15752
+ },
15753
+ iAe.popperStyle
15754
+ ]), CAe = computed$1(() => [pAe.b(), iAe.popperClass, { [pAe.m("plain")]: !!iAe.content }]), wAe = computed$1(() => iAe.transition === `${pAe.namespace.value}-fade-in-linear`), EAe = () => {
15755
+ var OAe;
15756
+ (OAe = hAe.value) == null || OAe.hide();
15757
+ }, _Ae = () => {
15758
+ tAe("before-enter");
15759
+ }, xAe = () => {
15760
+ tAe("before-leave");
15761
+ }, DAe = () => {
15762
+ tAe("after-enter");
15763
+ }, PAe = () => {
15764
+ tAe("update:visible", !1), tAe("after-leave");
15765
+ };
15766
+ return kh({
15767
+ popperRef: AAe,
15768
+ hide: EAe
15769
+ }), (OAe, TAe) => (openBlock(), createBlock(unref(ElTooltip), mergeProps({
15770
+ ref_key: "tooltipRef",
15771
+ ref: hAe
15772
+ }, OAe.$attrs, {
15773
+ trigger: OAe.trigger,
15774
+ placement: OAe.placement,
15775
+ disabled: OAe.disabled,
15776
+ visible: OAe.visible,
15777
+ transition: OAe.transition,
15778
+ "popper-options": OAe.popperOptions,
15779
+ tabindex: OAe.tabindex,
15780
+ content: OAe.content,
15781
+ offset: OAe.offset,
15782
+ "show-after": OAe.showAfter,
15783
+ "hide-after": OAe.hideAfter,
15784
+ "auto-close": OAe.autoClose,
15785
+ "show-arrow": OAe.showArrow,
15786
+ "aria-label": OAe.title,
15787
+ effect: OAe.effect,
15788
+ enterable: OAe.enterable,
15789
+ "popper-class": unref(CAe),
15790
+ "popper-style": unref(vAe),
15791
+ teleported: OAe.teleported,
15792
+ persistent: OAe.persistent,
15793
+ "gpu-acceleration": unref(wAe),
15794
+ "onUpdate:visible": unref(uAe),
15795
+ onBeforeShow: _Ae,
15796
+ onBeforeHide: xAe,
15797
+ onShow: DAe,
15798
+ onHide: PAe
15799
+ }), {
15800
+ content: withCtx(() => [
15801
+ OAe.title ? (openBlock(), createElementBlock("div", {
15802
+ key: 0,
15803
+ class: normalizeClass(unref(pAe).e("title")),
15804
+ role: "title"
15805
+ }, toDisplayString(OAe.title), 3)) : createCommentVNode("v-if", !0),
15806
+ renderSlot(OAe.$slots, "default", {}, () => [
15807
+ createTextVNode(toDisplayString(OAe.content), 1)
15808
+ ])
15809
+ ]),
15810
+ default: withCtx(() => [
15811
+ OAe.$slots.reference ? renderSlot(OAe.$slots, "reference", { key: 0 }) : createCommentVNode("v-if", !0)
15812
+ ]),
15813
+ _: 3
15814
+ }, 16, ["trigger", "placement", "disabled", "visible", "transition", "popper-options", "tabindex", "content", "offset", "show-after", "hide-after", "auto-close", "show-arrow", "aria-label", "effect", "enterable", "popper-class", "popper-style", "teleported", "persistent", "gpu-acceleration", "onUpdate:visible"]));
15815
+ }
15816
+ });
15817
+ var Popover = /* @__PURE__ */ _export_sfc$2(_sfc_main$B, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/popover/src/popover.vue"]]);
15818
+ const attachEvents = (Ff, kh) => {
15819
+ const tAe = kh.arg || kh.value, iAe = tAe == null ? void 0 : tAe.popperRef;
15820
+ iAe && (iAe.triggerRef = Ff);
15821
+ };
15822
+ var PopoverDirective = {
15823
+ mounted(Ff, kh) {
15824
+ attachEvents(Ff, kh);
15825
+ },
15826
+ updated(Ff, kh) {
15827
+ attachEvents(Ff, kh);
15828
+ }
15829
+ };
15830
+ const VPopover = "popover", ElPopoverDirective = withInstallDirective(PopoverDirective, VPopover), ElPopover = withInstall(Popover, {
15831
+ directive: ElPopoverDirective
15832
+ }), progressProps = buildProps({
15542
15833
  type: {
15543
15834
  type: String,
15544
15835
  default: "line",
@@ -15594,7 +15885,7 @@ const ElPagination = withInstall(Pagination), progressProps = buildProps({
15594
15885
  type: definePropType(Function),
15595
15886
  default: (Ff) => `${Ff}%`
15596
15887
  }
15597
- }), _hoisted_1$B = ["aria-valuenow"], _hoisted_2$q = { viewBox: "0 0 100 100" }, _hoisted_3$k = ["d", "stroke", "stroke-width"], _hoisted_4$7 = ["d", "stroke", "opacity", "stroke-linecap", "stroke-width"], _hoisted_5$7 = { key: 0 }, __default__$8 = defineComponent({
15888
+ }), _hoisted_1$B = ["aria-valuenow"], _hoisted_2$r = { viewBox: "0 0 100 100" }, _hoisted_3$l = ["d", "stroke", "stroke-width"], _hoisted_4$7 = ["d", "stroke", "opacity", "stroke-linecap", "stroke-width"], _hoisted_5$7 = { key: 0 }, __default__$8 = defineComponent({
15598
15889
  name: "ElProgress"
15599
15890
  }), _sfc_main$A = /* @__PURE__ */ defineComponent({
15600
15891
  ...__default__$8,
@@ -15695,7 +15986,7 @@ const ElPagination = withInstall(Pagination), progressProps = buildProps({
15695
15986
  class: normalizeClass(unref(iAe).b("circle")),
15696
15987
  style: normalizeStyle({ height: `${FAe.width}px`, width: `${FAe.width}px` })
15697
15988
  }, [
15698
- (openBlock(), createElementBlock("svg", _hoisted_2$q, [
15989
+ (openBlock(), createElementBlock("svg", _hoisted_2$r, [
15699
15990
  createElementVNode("path", {
15700
15991
  class: normalizeClass(unref(iAe).be("circle", "track")),
15701
15992
  d: unref(AAe),
@@ -15703,7 +15994,7 @@ const ElPagination = withInstall(Pagination), progressProps = buildProps({
15703
15994
  "stroke-width": unref(pAe),
15704
15995
  fill: "none",
15705
15996
  style: normalizeStyle(unref(EAe))
15706
- }, null, 14, _hoisted_3$k),
15997
+ }, null, 14, _hoisted_3$l),
15707
15998
  createElementVNode("path", {
15708
15999
  class: normalizeClass(unref(iAe).be("circle", "path")),
15709
16000
  d: unref(AAe),
@@ -15872,7 +16163,7 @@ const ElRow = withInstall(Row$1), switchProps = buildProps({
15872
16163
  [UPDATE_MODEL_EVENT]: (Ff) => isBoolean(Ff) || isString$1(Ff) || isNumber$1(Ff),
15873
16164
  [CHANGE_EVENT]: (Ff) => isBoolean(Ff) || isString$1(Ff) || isNumber$1(Ff),
15874
16165
  [INPUT_EVENT]: (Ff) => isBoolean(Ff) || isString$1(Ff) || isNumber$1(Ff)
15875
- }, _hoisted_1$A = ["onClick"], _hoisted_2$p = ["id", "aria-checked", "aria-disabled", "name", "true-value", "false-value", "disabled", "tabindex", "onKeydown"], _hoisted_3$j = ["aria-hidden"], _hoisted_4$6 = ["aria-hidden"], _hoisted_5$6 = ["aria-hidden"], COMPONENT_NAME$1 = "ElSwitch", __default__$6 = defineComponent({
16166
+ }, _hoisted_1$A = ["onClick"], _hoisted_2$q = ["id", "aria-checked", "aria-disabled", "name", "true-value", "false-value", "disabled", "tabindex", "onKeydown"], _hoisted_3$k = ["aria-hidden"], _hoisted_4$6 = ["aria-hidden"], _hoisted_5$6 = ["aria-hidden"], COMPONENT_NAME$1 = "ElSwitch", __default__$6 = defineComponent({
15876
16167
  name: COMPONENT_NAME$1
15877
16168
  }), _sfc_main$y = /* @__PURE__ */ defineComponent({
15878
16169
  ...__default__$6,
@@ -15967,7 +16258,7 @@ const ElRow = withInstall(Row$1), switchProps = buildProps({
15967
16258
  tabindex: LAe.tabindex,
15968
16259
  onChange: TAe,
15969
16260
  onKeydown: withKeys(BAe, ["enter"])
15970
- }, null, 42, _hoisted_2$p),
16261
+ }, null, 42, _hoisted_2$q),
15971
16262
  !LAe.inlinePrompt && (LAe.inactiveIcon || LAe.inactiveText) ? (openBlock(), createElementBlock("span", {
15972
16263
  key: 0,
15973
16264
  class: normalizeClass([
@@ -15985,7 +16276,7 @@ const ElRow = withInstall(Row$1), switchProps = buildProps({
15985
16276
  !LAe.inactiveIcon && LAe.inactiveText ? (openBlock(), createElementBlock("span", {
15986
16277
  key: 1,
15987
16278
  "aria-hidden": unref(OAe)
15988
- }, toDisplayString(LAe.inactiveText), 9, _hoisted_3$j)) : createCommentVNode("v-if", !0)
16279
+ }, toDisplayString(LAe.inactiveText), 9, _hoisted_3$k)) : createCommentVNode("v-if", !0)
15989
16280
  ], 2)) : createCommentVNode("v-if", !0),
15990
16281
  createElementVNode("span", {
15991
16282
  ref_key: "core",
@@ -17118,7 +17409,7 @@ const { CheckboxGroup: ElCheckboxGroup } = ElCheckbox, _sfc_main$x = defineCompo
17118
17409
  tooltip: hAe
17119
17410
  };
17120
17411
  }
17121
- }), _hoisted_1$z = { key: 0 }, _hoisted_2$o = ["disabled"], _hoisted_3$i = ["label", "onClick"];
17412
+ }), _hoisted_1$z = { key: 0 }, _hoisted_2$p = ["disabled"], _hoisted_3$j = ["label", "onClick"];
17122
17413
  function _sfc_render$o(Ff, kh, tAe, iAe, uAe, pAe) {
17123
17414
  const hAe = resolveComponent("el-checkbox"), AAe = resolveComponent("el-checkbox-group"), vAe = resolveComponent("el-scrollbar"), CAe = resolveComponent("arrow-up"), wAe = resolveComponent("arrow-down"), EAe = resolveComponent("el-icon"), _Ae = resolveComponent("el-tooltip"), xAe = resolveDirective("click-outside");
17124
17415
  return openBlock(), createBlock(_Ae, {
@@ -17173,7 +17464,7 @@ function _sfc_render$o(Ff, kh, tAe, iAe, uAe, pAe) {
17173
17464
  disabled: Ff.filteredValue.length === 0,
17174
17465
  type: "button",
17175
17466
  onClick: kh[1] || (kh[1] = (...DAe) => Ff.handleConfirm && Ff.handleConfirm(...DAe))
17176
- }, toDisplayString(Ff.t("el.table.confirmFilter")), 11, _hoisted_2$o),
17467
+ }, toDisplayString(Ff.t("el.table.confirmFilter")), 11, _hoisted_2$p),
17177
17468
  createElementVNode("button", {
17178
17469
  type: "button",
17179
17470
  onClick: kh[2] || (kh[2] = (...DAe) => Ff.handleReset && Ff.handleReset(...DAe))
@@ -17197,7 +17488,7 @@ function _sfc_render$o(Ff, kh, tAe, iAe, uAe, pAe) {
17197
17488
  class: normalizeClass([Ff.ns.e("list-item"), Ff.ns.is("active", Ff.isActive(DAe))]),
17198
17489
  label: DAe.value,
17199
17490
  onClick: (PAe) => Ff.handleSelect(DAe.value)
17200
- }, toDisplayString(DAe.text), 11, _hoisted_3$i))), 128))
17491
+ }, toDisplayString(DAe.text), 11, _hoisted_3$j))), 128))
17201
17492
  ], 2))
17202
17493
  ]),
17203
17494
  default: withCtx(() => [
@@ -18427,7 +18718,7 @@ const _sfc_main$w = defineComponent({
18427
18718
  setScrollTop: tme
18428
18719
  };
18429
18720
  }
18430
- }), _hoisted_1$y = ["data-prefix"], _hoisted_2$n = {
18721
+ }), _hoisted_1$y = ["data-prefix"], _hoisted_2$o = {
18431
18722
  ref: "hiddenColumns",
18432
18723
  class: "hidden-columns"
18433
18724
  };
@@ -18462,7 +18753,7 @@ function _sfc_render$n(Ff, kh, tAe, iAe, uAe, pAe) {
18462
18753
  class: normalizeClass(Ff.ns.e("inner-wrapper")),
18463
18754
  style: normalizeStyle(Ff.tableInnerStyle)
18464
18755
  }, [
18465
- createElementVNode("div", _hoisted_2$n, [
18756
+ createElementVNode("div", _hoisted_2$o, [
18466
18757
  renderSlot(Ff.$slots, "default")
18467
18758
  ], 512),
18468
18759
  Ff.showHeader && Ff.tableLayout === "fixed" ? withDirectives((openBlock(), createElementBlock("div", {
@@ -19338,7 +19629,7 @@ const genFileId = () => Date.now() + fileId++, uploadBaseProps = buildProps({
19338
19629
  }
19339
19630
  }), uploadListEmits = {
19340
19631
  remove: (Ff) => !!Ff
19341
- }, _hoisted_1$x = ["onKeydown"], _hoisted_2$m = ["src"], _hoisted_3$h = ["onClick"], _hoisted_4$5 = ["onClick"], _hoisted_5$5 = ["onClick"], __default__$4 = defineComponent({
19632
+ }, _hoisted_1$x = ["onKeydown"], _hoisted_2$n = ["src"], _hoisted_3$i = ["onClick"], _hoisted_4$5 = ["onClick"], _hoisted_5$5 = ["onClick"], __default__$4 = defineComponent({
19342
19633
  name: "ElUploadList"
19343
19634
  }), _sfc_main$u = /* @__PURE__ */ defineComponent({
19344
19635
  ...__default__$4,
@@ -19377,7 +19668,7 @@ const genFileId = () => Date.now() + fileId++, uploadBaseProps = buildProps({
19377
19668
  class: normalizeClass(unref(iAe).be("list", "item-thumbnail")),
19378
19669
  src: EAe.url,
19379
19670
  alt: ""
19380
- }, null, 10, _hoisted_2$m)) : createCommentVNode("v-if", !0),
19671
+ }, null, 10, _hoisted_2$n)) : createCommentVNode("v-if", !0),
19381
19672
  EAe.status === "uploading" || CAe.listType !== "picture-card" ? (openBlock(), createElementBlock("div", {
19382
19673
  key: 1,
19383
19674
  class: normalizeClass(unref(iAe).be("list", "item-info"))
@@ -19397,7 +19688,7 @@ const genFileId = () => Date.now() + fileId++, uploadBaseProps = buildProps({
19397
19688
  createElementVNode("span", {
19398
19689
  class: normalizeClass(unref(iAe).be("list", "item-file-name"))
19399
19690
  }, toDisplayString(EAe.name), 3)
19400
- ], 10, _hoisted_3$h),
19691
+ ], 10, _hoisted_3$i),
19401
19692
  EAe.status === "uploading" ? (openBlock(), createBlock(unref(ElProgress), {
19402
19693
  key: 0,
19403
19694
  type: CAe.listType === "picture-card" ? "circle" : "line",
@@ -19559,7 +19850,7 @@ const uploadContentProps = buildProps({
19559
19850
  type: definePropType(Function),
19560
19851
  default: NOOP
19561
19852
  }
19562
- }), _hoisted_1$v = ["onKeydown"], _hoisted_2$l = ["name", "multiple", "accept"], __default__$2 = defineComponent({
19853
+ }), _hoisted_1$v = ["onKeydown"], _hoisted_2$m = ["name", "multiple", "accept"], __default__$2 = defineComponent({
19563
19854
  name: "ElUploadContent",
19564
19855
  inheritAttrs: !1
19565
19856
  }), _sfc_main$s = /* @__PURE__ */ defineComponent({
@@ -19671,7 +19962,7 @@ const uploadContentProps = buildProps({
19671
19962
  onChange: wAe,
19672
19963
  onClick: PAe[0] || (PAe[0] = withModifiers(() => {
19673
19964
  }, ["stop"]))
19674
- }, null, 42, _hoisted_2$l)
19965
+ }, null, 42, _hoisted_2$m)
19675
19966
  ], 42, _hoisted_1$v));
19676
19967
  }
19677
19968
  });
@@ -19941,7 +20232,7 @@ const ElUpload = withInstall(Upload$1), messageTypes = ["success", "info", "warn
19941
20232
  }, getLastOffset = (Ff) => {
19942
20233
  const { prev: kh } = getInstance(Ff);
19943
20234
  return kh ? kh.vm.exposed.bottom.value : 0;
19944
- }, _hoisted_1$u = ["id"], _hoisted_2$k = ["innerHTML"], __default__ = defineComponent({
20235
+ }, _hoisted_1$u = ["id"], _hoisted_2$l = ["innerHTML"], __default__ = defineComponent({
19945
20236
  name: "ElMessage"
19946
20237
  }), _sfc_main$q = /* @__PURE__ */ defineComponent({
19947
20238
  ...__default__,
@@ -20025,7 +20316,7 @@ const ElUpload = withInstall(Upload$1), messageTypes = ["success", "info", "warn
20025
20316
  createElementVNode("p", {
20026
20317
  class: normalizeClass(unref(uAe).e("content")),
20027
20318
  innerHTML: IAe.message
20028
- }, null, 10, _hoisted_2$k)
20319
+ }, null, 10, _hoisted_2$l)
20029
20320
  ], 2112)) : (openBlock(), createElementBlock("p", {
20030
20321
  key: 0,
20031
20322
  class: normalizeClass(unref(uAe).e("content"))
@@ -20303,7 +20594,7 @@ const ElMessage = withInstallFunction(message, "$message"), _sfc_main$p = define
20303
20594
  t: tAe
20304
20595
  };
20305
20596
  }
20306
- }), _hoisted_1$t = ["aria-label", "aria-describedby"], _hoisted_2$j = ["aria-label"], _hoisted_3$g = ["id"];
20597
+ }), _hoisted_1$t = ["aria-label", "aria-describedby"], _hoisted_2$k = ["aria-label"], _hoisted_3$h = ["id"];
20307
20598
  function _sfc_render$m(Ff, kh, tAe, iAe, uAe, pAe) {
20308
20599
  const hAe = resolveComponent("el-icon"), AAe = resolveComponent("close"), vAe = resolveComponent("el-input"), CAe = resolveComponent("el-button"), wAe = resolveComponent("el-focus-trap"), EAe = resolveComponent("el-overlay");
20309
20600
  return openBlock(), createBlock(Transition, {
@@ -20384,7 +20675,7 @@ function _sfc_render$m(Ff, kh, tAe, iAe, uAe, pAe) {
20384
20675
  ]),
20385
20676
  _: 1
20386
20677
  }, 8, ["class"])
20387
- ], 42, _hoisted_2$j)) : createCommentVNode("v-if", !0)
20678
+ ], 42, _hoisted_2$k)) : createCommentVNode("v-if", !0)
20388
20679
  ], 2)) : createCommentVNode("v-if", !0),
20389
20680
  createElementVNode("div", {
20390
20681
  id: Ff.contentId,
@@ -20446,7 +20737,7 @@ function _sfc_render$m(Ff, kh, tAe, iAe, uAe, pAe) {
20446
20737
  ], 2), [
20447
20738
  [vShow, Ff.showInput]
20448
20739
  ])
20449
- ], 10, _hoisted_3$g),
20740
+ ], 10, _hoisted_3$h),
20450
20741
  createElementVNode("div", {
20451
20742
  class: normalizeClass(Ff.ns.e("btns"))
20452
20743
  }, [
@@ -28430,27 +28721,27 @@ const padding = (Ff, kh) => (new Array(kh).join("0") + Ff).slice(-kh), formatDat
28430
28721
  viewBox: "0 0 1024 1024",
28431
28722
  width: "1.2em",
28432
28723
  height: "1.2em"
28433
- }, _hoisted_2$i = /* @__PURE__ */ createElementVNode("path", {
28724
+ }, _hoisted_2$j = /* @__PURE__ */ createElementVNode("path", {
28434
28725
  fill: "currentColor",
28435
28726
  d: "M831.872 340.864L512 652.672L192.128 340.864a30.592 30.592 0 0 0-42.752 0a29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728a30.592 30.592 0 0 0-42.752 0z"
28436
- }, null, -1), _hoisted_3$f = [
28437
- _hoisted_2$i
28727
+ }, null, -1), _hoisted_3$g = [
28728
+ _hoisted_2$j
28438
28729
  ];
28439
28730
  function render$6(Ff, kh) {
28440
- return openBlock(), createElementBlock("svg", _hoisted_1$s, _hoisted_3$f);
28731
+ return openBlock(), createElementBlock("svg", _hoisted_1$s, _hoisted_3$g);
28441
28732
  }
28442
28733
  const __unplugin_components_19 = { name: "ep-arrow-down", render: render$6 }, _hoisted_1$r = {
28443
28734
  viewBox: "0 0 1024 1024",
28444
28735
  width: "1.2em",
28445
28736
  height: "1.2em"
28446
- }, _hoisted_2$h = /* @__PURE__ */ createElementVNode("path", {
28737
+ }, _hoisted_2$i = /* @__PURE__ */ createElementVNode("path", {
28447
28738
  fill: "currentColor",
28448
28739
  d: "m488.832 344.32l-339.84 356.672a32 32 0 0 0 0 44.16l.384.384a29.44 29.44 0 0 0 42.688 0l320-335.872l319.872 335.872a29.44 29.44 0 0 0 42.688 0l.384-.384a32 32 0 0 0 0-44.16L535.168 344.32a32 32 0 0 0-46.336 0z"
28449
- }, null, -1), _hoisted_3$e = [
28450
- _hoisted_2$h
28740
+ }, null, -1), _hoisted_3$f = [
28741
+ _hoisted_2$i
28451
28742
  ];
28452
28743
  function render$5(Ff, kh) {
28453
- return openBlock(), createElementBlock("svg", _hoisted_1$r, _hoisted_3$e);
28744
+ return openBlock(), createElementBlock("svg", _hoisted_1$r, _hoisted_3$f);
28454
28745
  }
28455
28746
  const __unplugin_components_18 = { name: "ep-arrow-up", render: render$5 }, elFormItem = "", elImage = "", elImageViewer = "", elUpload = "", elProgress = "";
28456
28747
  /**!
@@ -52809,7 +53100,7 @@ const _hoisted_1$o = { style: { border: "1px solid #ccc" } }, _sfc_main$m = /* @
52809
53100
  }), SearchTab_vue_vue_type_style_index_0_scoped_50ed1da4_lang = "", _hoisted_1$n = {
52810
53101
  key: 0,
52811
53102
  class: "header-btns step-btn"
52812
- }, _hoisted_2$g = ["onClick"], _hoisted_3$d = {
53103
+ }, _hoisted_2$h = ["onClick"], _hoisted_3$e = {
52813
53104
  key: 0,
52814
53105
  class: "number"
52815
53106
  }, _hoisted_4$4 = {
@@ -52831,8 +53122,8 @@ function _sfc_render$j(Ff, kh, tAe, iAe, uAe, pAe) {
52831
53122
  onClick: (wAe) => Ff.changeTab(AAe[Ff.option.itemValue])
52832
53123
  }, [
52833
53124
  createTextVNode(toDisplayString(AAe[Ff.option.itemName]) + " ", 1),
52834
- Ff.option.itemData ? (openBlock(), createElementBlock("span", _hoisted_3$d, toDisplayString(AAe[Ff.option.itemData] || 0), 1)) : createCommentVNode("", !0)
52835
- ], 14, _hoisted_2$g);
53125
+ Ff.option.itemData ? (openBlock(), createElementBlock("span", _hoisted_3$e, toDisplayString(AAe[Ff.option.itemData] || 0), 1)) : createCommentVNode("", !0)
53126
+ ], 14, _hoisted_2$h);
52836
53127
  }), 128))
52837
53128
  ])) : (openBlock(), createElementBlock("div", _hoisted_4$4, [
52838
53129
  Ff.option.itemData ? (openBlock(!0), createElementBlock(Fragment, { key: 0 }, renderList(Ff.option.options || [], (AAe) => (openBlock(), createElementBlock("div", {
@@ -52984,10 +53275,10 @@ const __unplugin_components_0$3 = /* @__PURE__ */ _export_sfc$1(_sfc_main$l, [["
52984
53275
  fileUrlInfo: CAe
52985
53276
  };
52986
53277
  }
52987
- }), Form_vue_vue_type_style_index_0_scoped_b79f1cdd_lang = "", Form_vue_vue_type_style_index_1_lang = "", _hoisted_1$m = {
53278
+ }), Form_vue_vue_type_style_index_0_scoped_2080b2d8_lang = "", Form_vue_vue_type_style_index_1_lang = "", _hoisted_1$m = {
52988
53279
  key: 0,
52989
53280
  class: "mask"
52990
- }, _hoisted_2$f = { key: 21 };
53281
+ }, _hoisted_2$g = { key: 21 };
52991
53282
  function _sfc_render$i(Ff, kh, tAe, iAe, uAe, pAe) {
52992
53283
  const hAe = __unplugin_components_0$3, AAe = ElInput, vAe = ElInputNumber, CAe = __unplugin_components_3, wAe = ElOption, EAe = ElSelect, _Ae = ElCascader, xAe = ElRadio, DAe = ElRadioGroup, PAe = ElRadioButton, OAe = ElCheckbox, TAe = ElCheckboxGroup$1, BAe = ElDatePicker, FAe = ElTimeSelect, IAe = ElSwitch, LAe = UploadComp, VAe = ElImage, jAe = ElFormItem, UAe = __unplugin_components_18, XAe = __unplugin_components_19, qAe = ElIcon, rme = ElForm;
52993
53284
  return openBlock(), createBlock(rme, {
@@ -53311,12 +53602,14 @@ function _sfc_render$i(Ff, kh, tAe, iAe, uAe, pAe) {
53311
53602
  disabled: zAe.disabled,
53312
53603
  drag: zAe.drag,
53313
53604
  autoUpload: zAe.autoUpload
53314
- }, null, 8, ["style", "name", "isDraggable", "uploadObj", "onFileUrlInfo", "onChange", "onRemove", "listType", "fileUrl", "limit", "maxSize", "format", "text", "tip", "multiple", "disabled", "drag", "autoUpload"])) : zAe.type === "Text" ? (openBlock(), createElementBlock("span", _hoisted_2$f, toDisplayString(Ff.formData[zAe.prop]), 1)) : zAe.type === "Image" ? (openBlock(), createBlock(VAe, {
53605
+ }, null, 8, ["style", "name", "isDraggable", "uploadObj", "onFileUrlInfo", "onChange", "onRemove", "listType", "fileUrl", "limit", "maxSize", "format", "text", "tip", "multiple", "disabled", "drag", "autoUpload"])) : zAe.type === "Text" ? (openBlock(), createElementBlock("span", _hoisted_2$g, toDisplayString(Ff.formData[zAe.prop]), 1)) : zAe.type === "Image" ? (openBlock(), createBlock(VAe, {
53315
53606
  key: 22,
53316
53607
  src: Ff.formData[zAe.prop],
53317
53608
  "preview-src-list": [Ff.formData[zAe.prop]],
53318
- style: normalizeStyle(zAe.style)
53319
- }, null, 8, ["src", "preview-src-list", "style"])) : createCommentVNode("", !0),
53609
+ width: zAe.width,
53610
+ height: zAe.height,
53611
+ fit: zAe.fit || "contain"
53612
+ }, null, 8, ["src", "preview-src-list", "width", "height", "fit"])) : createCommentVNode("", !0),
53320
53613
  zAe.slot && !zAe.labelSlot ? renderSlot(Ff.$slots, zAe.slot, {
53321
53614
  key: 23,
53322
53615
  data: Ff.formData
@@ -53355,31 +53648,31 @@ function _sfc_render$i(Ff, kh, tAe, iAe, uAe, pAe) {
53355
53648
  _: 3
53356
53649
  }, 8, ["class", "model", "size", "inline", "label-width", "style"]);
53357
53650
  }
53358
- const Form = /* @__PURE__ */ _export_sfc$1(_sfc_main$k, [["render", _sfc_render$i], ["__scopeId", "data-v-b79f1cdd"]]), _hoisted_1$l = {
53651
+ const Form = /* @__PURE__ */ _export_sfc$1(_sfc_main$k, [["render", _sfc_render$i], ["__scopeId", "data-v-2080b2d8"]]), _hoisted_1$l = {
53359
53652
  viewBox: "0 0 1024 1024",
53360
53653
  width: "1.2em",
53361
53654
  height: "1.2em"
53362
- }, _hoisted_2$e = /* @__PURE__ */ createElementVNode("path", {
53655
+ }, _hoisted_2$f = /* @__PURE__ */ createElementVNode("path", {
53363
53656
  fill: "currentColor",
53364
53657
  d: "M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64zm384-253.696l236.288-236.352l45.248 45.248L508.8 704L192 387.2l45.248-45.248L480 584.704V128h64v450.304z"
53365
- }, null, -1), _hoisted_3$c = [
53366
- _hoisted_2$e
53658
+ }, null, -1), _hoisted_3$d = [
53659
+ _hoisted_2$f
53367
53660
  ];
53368
53661
  function render$4(Ff, kh) {
53369
- return openBlock(), createElementBlock("svg", _hoisted_1$l, _hoisted_3$c);
53662
+ return openBlock(), createElementBlock("svg", _hoisted_1$l, _hoisted_3$d);
53370
53663
  }
53371
53664
  const __unplugin_components_2$3 = { name: "ep-download", render: render$4 }, _hoisted_1$k = {
53372
53665
  viewBox: "0 0 1024 1024",
53373
53666
  width: "1.2em",
53374
53667
  height: "1.2em"
53375
- }, _hoisted_2$d = /* @__PURE__ */ createElementVNode("path", {
53668
+ }, _hoisted_2$e = /* @__PURE__ */ createElementVNode("path", {
53376
53669
  fill: "currentColor",
53377
53670
  d: "M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64zm384-578.304V704h-64V247.296L237.248 490.048L192 444.8L508.8 128l316.8 316.8l-45.312 45.248L544 253.696z"
53378
- }, null, -1), _hoisted_3$b = [
53379
- _hoisted_2$d
53671
+ }, null, -1), _hoisted_3$c = [
53672
+ _hoisted_2$e
53380
53673
  ];
53381
53674
  function render$3(Ff, kh) {
53382
- return openBlock(), createElementBlock("svg", _hoisted_1$k, _hoisted_3$b);
53675
+ return openBlock(), createElementBlock("svg", _hoisted_1$k, _hoisted_3$c);
53383
53676
  }
53384
53677
  const __unplugin_components_2$2 = { name: "ep-upload", render: render$3 }, httpRequest = (Ff, kh, tAe) => {
53385
53678
  const iAe = new FormData();
@@ -53842,7 +54135,7 @@ const ButtonGroup = /* @__PURE__ */ _export_sfc$1(_sfc_main$i, [["render", _sfc_
53842
54135
  reset: pAe
53843
54136
  };
53844
54137
  }
53845
- }), ColumnCheck_vue_vue_type_style_index_0_lang = "", _hoisted_1$i = { class: "header-checked-header" }, _hoisted_2$c = { class: "header-checked-body" }, _hoisted_3$a = { class: "header-checked-footer" };
54138
+ }), ColumnCheck_vue_vue_type_style_index_0_lang = "", _hoisted_1$i = { class: "header-checked-header" }, _hoisted_2$d = { class: "header-checked-body" }, _hoisted_3$b = { class: "header-checked-footer" };
53846
54139
  function _sfc_render$f(Ff, kh, tAe, iAe, uAe, pAe) {
53847
54140
  const hAe = ElCheckbox, AAe = ElButton;
53848
54141
  return withDirectives((openBlock(), createElementBlock("div", {
@@ -53853,7 +54146,7 @@ function _sfc_render$f(Ff, kh, tAe, iAe, uAe, pAe) {
53853
54146
  }, ["stop"]))
53854
54147
  }, [
53855
54148
  createElementVNode("p", _hoisted_1$i, toDisplayString(Ff.t("自定义显示字段")), 1),
53856
- createElementVNode("div", _hoisted_2$c, [
54149
+ createElementVNode("div", _hoisted_2$d, [
53857
54150
  (openBlock(!0), createElementBlock(Fragment, null, renderList(Ff.columns, (vAe, CAe) => withDirectives((openBlock(), createBlock(hAe, {
53858
54151
  key: vAe.headerName + CAe,
53859
54152
  modelValue: vAe.show,
@@ -53863,7 +54156,7 @@ function _sfc_render$f(Ff, kh, tAe, iAe, uAe, pAe) {
53863
54156
  [vShow, vAe.headerName !== " "]
53864
54157
  ])), 128))
53865
54158
  ]),
53866
- createElementVNode("div", _hoisted_3$a, [
54159
+ createElementVNode("div", _hoisted_3$b, [
53867
54160
  createVNode(AAe, {
53868
54161
  type: "default",
53869
54162
  size: "small",
@@ -124898,7 +125191,8 @@ const _sfc_main$g = defineComponent({
124898
125191
  showTable: !0,
124899
125192
  defaultColDef: {
124900
125193
  resizable: !0,
124901
- headerClass: (JAe = hAe.configFlag) == null ? void 0 : JAe.headerClass
125194
+ headerClass: (JAe = hAe.configFlag) == null ? void 0 : JAe.headerClass,
125195
+ floatingFilter: hAe.configFlag.floatingFilter || !1
124902
125196
  // lockPosition: true
124903
125197
  },
124904
125198
  columnDefs: [],
@@ -125159,7 +125453,7 @@ const _sfc_main$g = defineComponent({
125159
125453
  getRowStyle: TAe
125160
125454
  };
125161
125455
  }
125162
- }), _hoisted_1$h = { style: { display: "flex", "justify-content": "end" } };
125456
+ }), AgTable_vue_vue_type_style_index_0_lang = "", _hoisted_1$h = { style: { display: "flex", "justify-content": "end" } };
125163
125457
  function _sfc_render$e(Ff, kh, tAe, iAe, uAe, pAe) {
125164
125458
  const hAe = resolveComponent("ag-grid-vue"), AAe = ElPagination, vAe = ElConfigProvider, CAe = __unplugin_components_2$1;
125165
125459
  return openBlock(), createElementBlock(Fragment, null, [
@@ -125292,7 +125586,7 @@ const AgTable = /* @__PURE__ */ _export_sfc$1(_sfc_main$g, [["render", _sfc_rend
125292
125586
  selectBlur: AAe
125293
125587
  };
125294
125588
  }
125295
- }), CellItemEdit_vue_vue_type_style_index_0_lang = "", _hoisted_1$g = { style: { display: "flex", width: "100%" } }, _hoisted_2$b = {
125589
+ }), CellItemEdit_vue_vue_type_style_index_0_lang = "", _hoisted_1$g = { style: { display: "flex", width: "100%" } }, _hoisted_2$c = {
125296
125590
  key: 1,
125297
125591
  class: "edit-info"
125298
125592
  };
@@ -125364,7 +125658,7 @@ function _sfc_render$d(Ff, kh, tAe, iAe, uAe, pAe) {
125364
125658
  }, 8, ["modelValue", "onBlur", "onChange"])) : createCommentVNode("", !0)
125365
125659
  ])) : createCommentVNode("", !0),
125366
125660
  withDirectives(createElementVNode("span", _hoisted_1$g, [
125367
- Ff.params.isSlot ? renderSlot(Ff.$slots, "default", { key: 0 }) : (openBlock(), createElementBlock("span", _hoisted_2$b, toDisplayString(Ff.modelData), 1)),
125661
+ Ff.params.isSlot ? renderSlot(Ff.$slots, "default", { key: 0 }) : (openBlock(), createElementBlock("span", _hoisted_2$c, toDisplayString(Ff.modelData), 1)),
125368
125662
  createVNode(EAe, {
125369
125663
  class: "el-icon-edit",
125370
125664
  style: { color: "#67c23a", width: "16px", height: "16px", cursor: "pointer" },
@@ -125381,7 +125675,7 @@ function _sfc_render$d(Ff, kh, tAe, iAe, uAe, pAe) {
125381
125675
  ], 64))
125382
125676
  ], 4)) : createCommentVNode("", !0);
125383
125677
  }
125384
- const CellItemEdit = /* @__PURE__ */ _export_sfc$1(_sfc_main$f, [["render", _sfc_render$d]]), _sfc_main$e = defineComponent({
125678
+ const CellItemEdit = /* @__PURE__ */ _export_sfc$1(_sfc_main$f, [["render", _sfc_render$d]]), elPopover = "", _sfc_main$e = defineComponent({
125385
125679
  setup() {
125386
125680
  const Ff = reactive({
125387
125681
  row: {},
@@ -125434,59 +125728,103 @@ const CellItemEdit = /* @__PURE__ */ _export_sfc$1(_sfc_main$f, [["render", _sfc
125434
125728
  handleClick: kh
125435
125729
  };
125436
125730
  }
125437
- }), CellOperation_vue_vue_type_style_index_0_lang = "", _hoisted_1$f = ["type", "disabled", "onClick"];
125731
+ }), CellOperation_vue_vue_type_style_index_0_lang = "", _hoisted_1$f = {
125732
+ key: 1,
125733
+ class: "dfs-text-btn"
125734
+ }, _hoisted_2$b = { class: "cell-operation-more-btn" }, _hoisted_3$a = ["type", "disabled", "onClick"];
125438
125735
  function _sfc_render$c(Ff, kh, tAe, iAe, uAe, pAe) {
125439
- const hAe = ElButton;
125736
+ const hAe = ElButton, AAe = ElPopover;
125440
125737
  return Ff.params.node && !Ff.params.node.rowPinned ? (openBlock(), createElementBlock("div", {
125441
125738
  key: 0,
125442
125739
  onClick: kh[0] || (kh[0] = withModifiers(() => {
125443
125740
  }, ["stop"])),
125444
125741
  class: "cell-operation-btn-box"
125445
125742
  }, [
125446
- Ff.params.multiLine ? (openBlock(!0), createElementBlock(Fragment, { key: 1 }, renderList(Ff.row[Ff.params.multiLine], (AAe, vAe) => (openBlock(), createElementBlock("div", {
125743
+ Ff.params.multiLine ? (openBlock(!0), createElementBlock(Fragment, { key: 1 }, renderList(Ff.row[Ff.params.multiLine], (vAe, CAe) => (openBlock(), createElementBlock("div", {
125447
125744
  class: normalizeClass(["cell-btns-row", Ff.params.className])
125448
125745
  }, [
125449
- (openBlock(!0), createElementBlock(Fragment, null, renderList(Ff.elementGroup, (CAe) => withDirectives((openBlock(), createBlock(hAe, {
125450
- key: CAe.label,
125451
- link: CAe.type === "text",
125452
- style: normalizeStyle(CAe.style),
125453
- type: CAe.buttonType || "primary",
125454
- disabled: typeof CAe.disabled == "function" ? CAe.disabled(Ff.row) : CAe.disabled,
125746
+ (openBlock(!0), createElementBlock(Fragment, null, renderList(Ff.elementGroup, (wAe) => withDirectives((openBlock(), createBlock(hAe, {
125747
+ key: wAe.label,
125748
+ link: wAe.type === "text",
125749
+ style: normalizeStyle(wAe.style),
125750
+ type: wAe.buttonType || "primary",
125751
+ disabled: typeof wAe.disabled == "function" ? wAe.disabled(Ff.row) : wAe.disabled,
125455
125752
  size: "small",
125456
- onClick: (wAe) => Ff.handleClick({ option: CAe, row: Ff.row ? Ff.row : Ff.groupRow, gridOption: Ff.params, index: vAe })
125753
+ onClick: (EAe) => Ff.handleClick({ option: wAe, row: Ff.row ? Ff.row : Ff.groupRow, gridOption: Ff.params, index: CAe })
125457
125754
  }, {
125458
125755
  default: withCtx(() => [
125459
- createTextVNode(toDisplayString(Ff.getButtonText(CAe)), 1)
125756
+ createTextVNode(toDisplayString(Ff.getButtonText(wAe)), 1)
125460
125757
  ]),
125461
125758
  _: 2
125462
125759
  }, 1032, ["link", "style", "type", "disabled", "onClick"])), [
125463
- [vShow, CAe.isShow === void 0 || CAe.isShow === !0 || typeof CAe.isShow == "function" && CAe.isShow(Ff.row, vAe) || CAe.isShow.prop && Ff.searchData[CAe.isShow.prop] == CAe.isShow.value]
125760
+ [vShow, wAe.isShow === void 0 || wAe.isShow === !0 || typeof wAe.isShow == "function" && wAe.isShow(Ff.row, CAe) || wAe.isShow.prop && Ff.searchData[wAe.isShow.prop] == wAe.isShow.value]
125464
125761
  ])), 128))
125465
- ], 2))), 256)) : (openBlock(!0), createElementBlock(Fragment, { key: 0 }, renderList(Ff.elementGroup, (AAe) => (openBlock(), createElementBlock(Fragment, {
125466
- key: AAe.label
125762
+ ], 2))), 256)) : (openBlock(!0), createElementBlock(Fragment, { key: 0 }, renderList(Ff.elementGroup, (vAe) => (openBlock(), createElementBlock(Fragment, {
125763
+ key: vAe.label
125467
125764
  }, [
125468
- AAe.type === "text" ? withDirectives((openBlock(), createElementBlock("span", {
125765
+ vAe.event === "more" ? (openBlock(), createBlock(AAe, {
125469
125766
  key: 0,
125470
- class: normalizeClass(["dfs-text-btn", AAe.class]),
125471
- style: normalizeStyle(AAe.style),
125472
- type: AAe.buttonType || "primary",
125473
- disabled: typeof AAe.disabled == "function" ? AAe.disabled(Ff.row) : AAe.disabled,
125474
- onClick: (vAe) => Ff.handleClick({ option: AAe, row: Ff.row ? Ff.row : Ff.groupRow, gridOption: Ff.params })
125475
- }, toDisplayString(Ff.getButtonText(AAe)), 15, _hoisted_1$f)), [
125476
- [vShow, AAe.isShow === void 0 || AAe.isShow === !0 || typeof AAe.isShow == "function" && AAe.isShow(Ff.row) || AAe.isShow.prop && Ff.searchData[AAe.isShow.prop] == AAe.isShow.value]
125477
- ]) : withDirectives((openBlock(), createBlock(hAe, {
125767
+ placement: "top-start",
125768
+ "hide-after": 0,
125769
+ trigger: vAe.trigger || "click",
125770
+ width: vAe.width || "auto",
125771
+ "popper-style": { minWidth: vAe.minWidth || "inherit" }
125772
+ }, {
125773
+ reference: withCtx(() => [
125774
+ vAe.type === "button" ? (openBlock(), createBlock(hAe, {
125775
+ key: 0,
125776
+ link: "",
125777
+ type: "primary",
125778
+ size: "default",
125779
+ style: { margin: "0" }
125780
+ }, {
125781
+ default: withCtx(() => [
125782
+ createTextVNode(toDisplayString(vAe.text || "···"), 1)
125783
+ ]),
125784
+ _: 2
125785
+ }, 1024)) : (openBlock(), createElementBlock("span", _hoisted_1$f, toDisplayString(vAe.text || "···"), 1))
125786
+ ]),
125787
+ default: withCtx(() => [
125788
+ createElementVNode("div", _hoisted_2$b, [
125789
+ (openBlock(!0), createElementBlock(Fragment, null, renderList(vAe.children, (CAe) => withDirectives((openBlock(), createBlock(hAe, {
125790
+ key: CAe.text,
125791
+ type: CAe.buttonType || "primary",
125792
+ disabled: typeof CAe.disabled == "function" ? CAe.disabled(Ff.row) : CAe.disabled,
125793
+ size: "small",
125794
+ onClick: (wAe) => Ff.handleClick({ option: CAe, row: Ff.row ? Ff.row : Ff.groupRow, gridOption: Ff.params })
125795
+ }, {
125796
+ default: withCtx(() => [
125797
+ createTextVNode(toDisplayString(Ff.getButtonText(CAe)), 1)
125798
+ ]),
125799
+ _: 2
125800
+ }, 1032, ["type", "disabled", "onClick"])), [
125801
+ [vShow, CAe.isShow === void 0 || CAe.isShow === !0 || typeof CAe.isShow == "function" && CAe.isShow(Ff.row) || CAe.isShow.prop && Ff.searchData[CAe.isShow.prop] == CAe.isShow.value]
125802
+ ])), 128))
125803
+ ])
125804
+ ]),
125805
+ _: 2
125806
+ }, 1032, ["trigger", "width", "popper-style"])) : vAe.type === "text" ? withDirectives((openBlock(), createElementBlock("span", {
125478
125807
  key: 1,
125479
- type: AAe.buttonType || "primary",
125480
- disabled: typeof AAe.disabled == "function" ? AAe.disabled(Ff.row) : AAe.disabled,
125808
+ class: normalizeClass(["dfs-text-btn", vAe.class]),
125809
+ style: normalizeStyle(vAe.style),
125810
+ type: vAe.buttonType || "primary",
125811
+ disabled: typeof vAe.disabled == "function" ? vAe.disabled(Ff.row) : vAe.disabled,
125812
+ onClick: (CAe) => Ff.handleClick({ option: vAe, row: Ff.row ? Ff.row : Ff.groupRow, gridOption: Ff.params })
125813
+ }, toDisplayString(Ff.getButtonText(vAe)), 15, _hoisted_3$a)), [
125814
+ [vShow, vAe.isShow === void 0 || vAe.isShow === !0 || typeof vAe.isShow == "function" && vAe.isShow(Ff.row) || vAe.isShow.prop && Ff.searchData[vAe.isShow.prop] == vAe.isShow.value]
125815
+ ]) : withDirectives((openBlock(), createBlock(hAe, {
125816
+ key: 2,
125817
+ type: vAe.buttonType || "primary",
125818
+ disabled: typeof vAe.disabled == "function" ? vAe.disabled(Ff.row) : vAe.disabled,
125481
125819
  size: "small",
125482
- onClick: (vAe) => Ff.handleClick({ option: AAe, row: Ff.row ? Ff.row : Ff.groupRow, gridOption: Ff.params })
125820
+ onClick: (CAe) => Ff.handleClick({ option: vAe, row: Ff.row ? Ff.row : Ff.groupRow, gridOption: Ff.params })
125483
125821
  }, {
125484
125822
  default: withCtx(() => [
125485
- createTextVNode(toDisplayString(Ff.getButtonText(AAe)), 1)
125823
+ createTextVNode(toDisplayString(Ff.getButtonText(vAe)), 1)
125486
125824
  ]),
125487
125825
  _: 2
125488
125826
  }, 1032, ["type", "disabled", "onClick"])), [
125489
- [vShow, AAe.isShow === void 0 || AAe.isShow === !0 || typeof AAe.isShow == "function" && AAe.isShow(Ff.row) || AAe.isShow.prop && Ff.searchData[AAe.isShow.prop] == AAe.isShow.value]
125827
+ [vShow, vAe.isShow === void 0 || vAe.isShow === !0 || typeof vAe.isShow == "function" && vAe.isShow(Ff.row) || vAe.isShow.prop && Ff.searchData[vAe.isShow.prop] == vAe.isShow.value]
125490
125828
  ])
125491
125829
  ], 64))), 128))
125492
125830
  ])) : createCommentVNode("", !0);