@factoringplus/pl-components-pack-v3 0.4.94-pre-21 → 0.4.94-pre-22

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.
@@ -3798,12 +3798,12 @@ const iconProps = buildProps({
3798
3798
  type: String
3799
3799
  }
3800
3800
  });
3801
- const __default__$L = defineComponent({
3801
+ const __default__$K = defineComponent({
3802
3802
  name: "ElIcon",
3803
3803
  inheritAttrs: false
3804
3804
  });
3805
3805
  const _sfc_main$1q = /* @__PURE__ */ defineComponent({
3806
- ...__default__$L,
3806
+ ...__default__$K,
3807
3807
  props: iconProps,
3808
3808
  setup(__props) {
3809
3809
  const props = __props;
@@ -4005,12 +4005,12 @@ const inputEmits = {
4005
4005
  const _hoisted_1$10 = ["role"];
4006
4006
  const _hoisted_2$P = ["id", "type", "disabled", "formatter", "parser", "readonly", "autocomplete", "tabindex", "aria-label", "placeholder", "form"];
4007
4007
  const _hoisted_3$z = ["id", "tabindex", "disabled", "readonly", "autocomplete", "aria-label", "placeholder", "form"];
4008
- const __default__$K = defineComponent({
4008
+ const __default__$J = defineComponent({
4009
4009
  name: "ElInput",
4010
4010
  inheritAttrs: false
4011
4011
  });
4012
4012
  const _sfc_main$1p = /* @__PURE__ */ defineComponent({
4013
- ...__default__$K,
4013
+ ...__default__$J,
4014
4014
  props: inputProps,
4015
4015
  emits: inputEmits,
4016
4016
  setup(__props, { expose, emit: emit2 }) {
@@ -4674,11 +4674,11 @@ const scrollbarEmits = {
4674
4674
  }) => [scrollTop, scrollLeft].every(isNumber$1)
4675
4675
  };
4676
4676
  const COMPONENT_NAME$7 = "ElScrollbar";
4677
- const __default__$J = defineComponent({
4677
+ const __default__$I = defineComponent({
4678
4678
  name: COMPONENT_NAME$7
4679
4679
  });
4680
4680
  const _sfc_main$1m = /* @__PURE__ */ defineComponent({
4681
- ...__default__$J,
4681
+ ...__default__$I,
4682
4682
  props: scrollbarProps,
4683
4683
  emits: scrollbarEmits,
4684
4684
  setup(__props, { expose, emit: emit2 }) {
@@ -4851,12 +4851,12 @@ const popperProps = buildProps({
4851
4851
  default: "tooltip"
4852
4852
  }
4853
4853
  });
4854
- const __default__$I = defineComponent({
4854
+ const __default__$H = defineComponent({
4855
4855
  name: "ElPopperRoot",
4856
4856
  inheritAttrs: false
4857
4857
  });
4858
4858
  const _sfc_main$1l = /* @__PURE__ */ defineComponent({
4859
- ...__default__$I,
4859
+ ...__default__$H,
4860
4860
  props: popperProps,
4861
4861
  setup(__props, { expose }) {
4862
4862
  const props = __props;
@@ -4886,12 +4886,12 @@ const popperArrowProps = buildProps({
4886
4886
  default: 5
4887
4887
  }
4888
4888
  });
4889
- const __default__$H = defineComponent({
4889
+ const __default__$G = defineComponent({
4890
4890
  name: "ElPopperArrow",
4891
4891
  inheritAttrs: false
4892
4892
  });
4893
4893
  const _sfc_main$1k = /* @__PURE__ */ defineComponent({
4894
- ...__default__$H,
4894
+ ...__default__$G,
4895
4895
  props: popperArrowProps,
4896
4896
  setup(__props, { expose }) {
4897
4897
  const props = __props;
@@ -5000,12 +5000,12 @@ const popperTriggerProps = buildProps({
5000
5000
  id: String,
5001
5001
  open: Boolean
5002
5002
  });
5003
- const __default__$G = defineComponent({
5003
+ const __default__$F = defineComponent({
5004
5004
  name: "ElPopperTrigger",
5005
5005
  inheritAttrs: false
5006
5006
  });
5007
5007
  const _sfc_main$1j = /* @__PURE__ */ defineComponent({
5008
- ...__default__$G,
5008
+ ...__default__$F,
5009
5009
  props: popperTriggerProps,
5010
5010
  setup(__props, { expose }) {
5011
5011
  const props = __props;
@@ -6040,10 +6040,10 @@ const _sfc_main$1i = defineComponent({
6040
6040
  };
6041
6041
  }
6042
6042
  });
6043
- function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
6043
+ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
6044
6044
  return renderSlot(_ctx.$slots, "default", { handleKeydown: _ctx.onKeydown });
6045
6045
  }
6046
- var ElFocusTrap = /* @__PURE__ */ _export_sfc$1(_sfc_main$1i, [["render", _sfc_render$9], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/focus-trap/src/focus-trap.vue"]]);
6046
+ var ElFocusTrap = /* @__PURE__ */ _export_sfc$1(_sfc_main$1i, [["render", _sfc_render$a], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/focus-trap/src/focus-trap.vue"]]);
6047
6047
  const POSITIONING_STRATEGIES = ["fixed", "absolute"];
6048
6048
  const popperCoreConfigProps = buildProps({
6049
6049
  boundariesPadding: {
@@ -6200,11 +6200,11 @@ function deriveExtraModifiers(options, modifiers) {
6200
6200
  options.modifiers = [...options.modifiers, ...modifiers != null ? modifiers : []];
6201
6201
  }
6202
6202
  }
6203
- const __default__$F = defineComponent({
6203
+ const __default__$E = defineComponent({
6204
6204
  name: "ElPopperContent"
6205
6205
  });
6206
6206
  const _sfc_main$1h = /* @__PURE__ */ defineComponent({
6207
- ...__default__$F,
6207
+ ...__default__$E,
6208
6208
  props: popperContentProps,
6209
6209
  emits: popperContentEmits,
6210
6210
  setup(__props, { expose, emit: emit2 }) {
@@ -6477,11 +6477,11 @@ const whenTrigger = (trigger, type4, handler) => {
6477
6477
  isTriggerType(unref(trigger), type4) && handler(e2);
6478
6478
  };
6479
6479
  };
6480
- const __default__$E = defineComponent({
6480
+ const __default__$D = defineComponent({
6481
6481
  name: "ElTooltipTrigger"
6482
6482
  });
6483
6483
  const _sfc_main$1g = /* @__PURE__ */ defineComponent({
6484
- ...__default__$E,
6484
+ ...__default__$D,
6485
6485
  props: useTooltipTriggerProps,
6486
6486
  setup(__props, { expose }) {
6487
6487
  const props = __props;
@@ -6541,12 +6541,12 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
6541
6541
  }
6542
6542
  });
6543
6543
  var ElTooltipTrigger = /* @__PURE__ */ _export_sfc$1(_sfc_main$1g, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/tooltip/src/trigger.vue"]]);
6544
- const __default__$D = defineComponent({
6544
+ const __default__$C = defineComponent({
6545
6545
  name: "ElTooltipContent",
6546
6546
  inheritAttrs: false
6547
6547
  });
6548
6548
  const _sfc_main$1f = /* @__PURE__ */ defineComponent({
6549
- ...__default__$D,
6549
+ ...__default__$C,
6550
6550
  props: useTooltipContentProps,
6551
6551
  setup(__props, { expose }) {
6552
6552
  const props = __props;
@@ -6700,11 +6700,11 @@ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
6700
6700
  var ElTooltipContent = /* @__PURE__ */ _export_sfc$1(_sfc_main$1f, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/tooltip/src/content.vue"]]);
6701
6701
  const _hoisted_1$$ = ["innerHTML"];
6702
6702
  const _hoisted_2$O = { key: 1 };
6703
- const __default__$C = defineComponent({
6703
+ const __default__$B = defineComponent({
6704
6704
  name: "ElTooltip"
6705
6705
  });
6706
6706
  const _sfc_main$1e = /* @__PURE__ */ defineComponent({
6707
- ...__default__$C,
6707
+ ...__default__$B,
6708
6708
  props: useTooltipProps,
6709
6709
  emits: tooltipEmits,
6710
6710
  setup(__props, { expose, emit: emit2 }) {
@@ -6874,11 +6874,11 @@ const badgeProps = buildProps({
6874
6874
  }
6875
6875
  });
6876
6876
  const _hoisted_1$_ = ["textContent"];
6877
- const __default__$B = defineComponent({
6877
+ const __default__$A = defineComponent({
6878
6878
  name: "ElBadge"
6879
6879
  });
6880
6880
  const _sfc_main$1d = /* @__PURE__ */ defineComponent({
6881
- ...__default__$B,
6881
+ ...__default__$A,
6882
6882
  props: badgeProps,
6883
6883
  setup(__props, { expose }) {
6884
6884
  const props = __props;
@@ -7942,11 +7942,11 @@ function useButtonCustomStyle(props) {
7942
7942
  });
7943
7943
  }
7944
7944
  const _hoisted_1$Z = ["aria-disabled", "disabled", "autofocus", "type"];
7945
- const __default__$A = defineComponent({
7945
+ const __default__$z = defineComponent({
7946
7946
  name: "ElButton"
7947
7947
  });
7948
7948
  const _sfc_main$1c = /* @__PURE__ */ defineComponent({
7949
- ...__default__$A,
7949
+ ...__default__$z,
7950
7950
  props: buttonProps,
7951
7951
  emits: buttonEmits,
7952
7952
  setup(__props, { expose, emit: emit2 }) {
@@ -8016,11 +8016,11 @@ const buttonGroupProps = {
8016
8016
  size: buttonProps.size,
8017
8017
  type: buttonProps.type
8018
8018
  };
8019
- const __default__$z = defineComponent({
8019
+ const __default__$y = defineComponent({
8020
8020
  name: "ElButtonGroup"
8021
8021
  });
8022
8022
  const _sfc_main$1b = /* @__PURE__ */ defineComponent({
8023
- ...__default__$z,
8023
+ ...__default__$y,
8024
8024
  props: buttonGroupProps,
8025
8025
  setup(__props) {
8026
8026
  const props = __props;
@@ -8581,11 +8581,11 @@ const timePickerDefaultProps = buildProps({
8581
8581
  });
8582
8582
  const _hoisted_1$Y = ["id", "name", "placeholder", "value", "disabled", "readonly"];
8583
8583
  const _hoisted_2$N = ["id", "name", "placeholder", "value", "disabled", "readonly"];
8584
- const __default__$y = defineComponent({
8584
+ const __default__$x = defineComponent({
8585
8585
  name: "Picker"
8586
8586
  });
8587
8587
  const _sfc_main$1a = /* @__PURE__ */ defineComponent({
8588
- ...__default__$y,
8588
+ ...__default__$x,
8589
8589
  props: timePickerDefaultProps,
8590
8590
  emits: [
8591
8591
  "update:modelValue",
@@ -10280,11 +10280,11 @@ const useCheckbox = (props, slots) => {
10280
10280
  const _hoisted_1$W = ["tabindex", "role", "aria-checked"];
10281
10281
  const _hoisted_2$L = ["id", "aria-hidden", "name", "tabindex", "disabled", "true-value", "false-value"];
10282
10282
  const _hoisted_3$y = ["id", "aria-hidden", "disabled", "value", "name", "tabindex"];
10283
- const __default__$x = defineComponent({
10283
+ const __default__$w = defineComponent({
10284
10284
  name: "ElCheckbox"
10285
10285
  });
10286
10286
  const _sfc_main$17 = /* @__PURE__ */ defineComponent({
10287
- ...__default__$x,
10287
+ ...__default__$w,
10288
10288
  props: checkboxProps,
10289
10289
  emits: checkboxEmits,
10290
10290
  setup(__props) {
@@ -10384,11 +10384,11 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
10384
10384
  var Checkbox = /* @__PURE__ */ _export_sfc$1(_sfc_main$17, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/checkbox/src/checkbox.vue"]]);
10385
10385
  const _hoisted_1$V = ["name", "tabindex", "disabled", "true-value", "false-value"];
10386
10386
  const _hoisted_2$K = ["name", "tabindex", "disabled", "value"];
10387
- const __default__$w = defineComponent({
10387
+ const __default__$v = defineComponent({
10388
10388
  name: "ElCheckboxButton"
10389
10389
  });
10390
10390
  const _sfc_main$16 = /* @__PURE__ */ defineComponent({
10391
- ...__default__$w,
10391
+ ...__default__$v,
10392
10392
  props: checkboxProps,
10393
10393
  emits: checkboxEmits,
10394
10394
  setup(__props) {
@@ -10493,11 +10493,11 @@ const checkboxGroupEmits = {
10493
10493
  [UPDATE_MODEL_EVENT]: (val) => isArray$1(val),
10494
10494
  change: (val) => isArray$1(val)
10495
10495
  };
10496
- const __default__$v = defineComponent({
10496
+ const __default__$u = defineComponent({
10497
10497
  name: "ElCheckboxGroup"
10498
10498
  });
10499
10499
  const _sfc_main$15 = /* @__PURE__ */ defineComponent({
10500
- ...__default__$v,
10500
+ ...__default__$u,
10501
10501
  props: checkboxGroupProps,
10502
10502
  emits: checkboxGroupEmits,
10503
10503
  setup(__props, { emit: emit2 }) {
@@ -10591,11 +10591,11 @@ const tagEmits = {
10591
10591
  close: (evt) => evt instanceof MouseEvent,
10592
10592
  click: (evt) => evt instanceof MouseEvent
10593
10593
  };
10594
- const __default__$u = defineComponent({
10594
+ const __default__$t = defineComponent({
10595
10595
  name: "ElTag"
10596
10596
  });
10597
10597
  const _sfc_main$14 = /* @__PURE__ */ defineComponent({
10598
- ...__default__$u,
10598
+ ...__default__$t,
10599
10599
  props: tagProps,
10600
10600
  emits: tagEmits,
10601
10601
  setup(__props, { emit: emit2 }) {
@@ -13110,11 +13110,11 @@ const _hoisted_1$P = ["onClick"];
13110
13110
  const _hoisted_2$E = ["disabled"];
13111
13111
  const _hoisted_3$s = ["disabled"];
13112
13112
  const unit = "year";
13113
- const __default__$t = defineComponent({
13113
+ const __default__$s = defineComponent({
13114
13114
  name: "DatePickerMonthRange"
13115
13115
  });
13116
13116
  const _sfc_main$_ = /* @__PURE__ */ defineComponent({
13117
- ...__default__$t,
13117
+ ...__default__$s,
13118
13118
  props: panelMonthRangeProps,
13119
13119
  emits: panelMonthRangeEmits,
13120
13120
  setup(__props, { emit: emit2 }) {
@@ -13495,9 +13495,9 @@ const dialogContentEmits = {
13495
13495
  };
13496
13496
  const _hoisted_1$O = ["aria-label"];
13497
13497
  const _hoisted_2$D = ["id"];
13498
- const __default__$s = defineComponent({ name: "ElDialogContent" });
13498
+ const __default__$r = defineComponent({ name: "ElDialogContent" });
13499
13499
  const _sfc_main$Z = /* @__PURE__ */ defineComponent({
13500
- ...__default__$s,
13500
+ ...__default__$r,
13501
13501
  props: dialogContentProps,
13502
13502
  emits: dialogContentEmits,
13503
13503
  setup(__props) {
@@ -13801,12 +13801,12 @@ const useDialog = (props, targetRef) => {
13801
13801
  };
13802
13802
  };
13803
13803
  const _hoisted_1$N = ["aria-label", "aria-labelledby", "aria-describedby"];
13804
- const __default__$r = defineComponent({
13804
+ const __default__$q = defineComponent({
13805
13805
  name: "ElDialog",
13806
13806
  inheritAttrs: false
13807
13807
  });
13808
13808
  const _sfc_main$Y = /* @__PURE__ */ defineComponent({
13809
- ...__default__$r,
13809
+ ...__default__$q,
13810
13810
  props: dialogProps,
13811
13811
  emits: dialogEmits,
13812
13812
  setup(__props, { expose }) {
@@ -14045,11 +14045,11 @@ const filterFields = (fields, props) => {
14045
14045
  return normalized.length > 0 ? fields.filter((field) => field.prop && normalized.includes(field.prop)) : fields;
14046
14046
  };
14047
14047
  const COMPONENT_NAME$6 = "ElForm";
14048
- const __default__$q = defineComponent({
14048
+ const __default__$p = defineComponent({
14049
14049
  name: COMPONENT_NAME$6
14050
14050
  });
14051
14051
  const _sfc_main$X = /* @__PURE__ */ defineComponent({
14052
- ...__default__$q,
14052
+ ...__default__$p,
14053
14053
  props: formProps,
14054
14054
  emits: formEmits,
14055
14055
  setup(__props, { expose, emit: emit2 }) {
@@ -15353,11 +15353,11 @@ var FormLabelWrap = defineComponent({
15353
15353
  }
15354
15354
  });
15355
15355
  const _hoisted_1$M = ["role", "aria-labelledby"];
15356
- const __default__$p = defineComponent({
15356
+ const __default__$o = defineComponent({
15357
15357
  name: "ElFormItem"
15358
15358
  });
15359
15359
  const _sfc_main$W = /* @__PURE__ */ defineComponent({
15360
- ...__default__$p,
15360
+ ...__default__$o,
15361
15361
  props: formItemProps,
15362
15362
  setup(__props, { expose }) {
15363
15363
  const props = __props;
@@ -15675,11 +15675,11 @@ const paginationPrevEmits = {
15675
15675
  };
15676
15676
  const _hoisted_1$L = ["disabled", "aria-disabled"];
15677
15677
  const _hoisted_2$C = { key: 0 };
15678
- const __default__$o = defineComponent({
15678
+ const __default__$n = defineComponent({
15679
15679
  name: "ElPaginationPrev"
15680
15680
  });
15681
15681
  const _sfc_main$V = /* @__PURE__ */ defineComponent({
15682
- ...__default__$o,
15682
+ ...__default__$n,
15683
15683
  props: paginationPrevProps,
15684
15684
  emits: paginationPrevEmits,
15685
15685
  setup(__props) {
@@ -15723,11 +15723,11 @@ const paginationNextProps = buildProps({
15723
15723
  });
15724
15724
  const _hoisted_1$K = ["disabled", "aria-disabled"];
15725
15725
  const _hoisted_2$B = { key: 0 };
15726
- const __default__$n = defineComponent({
15726
+ const __default__$m = defineComponent({
15727
15727
  name: "ElPaginationNext"
15728
15728
  });
15729
15729
  const _sfc_main$U = /* @__PURE__ */ defineComponent({
15730
- ...__default__$n,
15730
+ ...__default__$m,
15731
15731
  props: paginationNextProps,
15732
15732
  emits: ["click"],
15733
15733
  setup(__props) {
@@ -15907,7 +15907,7 @@ const _sfc_main$T = defineComponent({
15907
15907
  };
15908
15908
  }
15909
15909
  });
15910
- function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
15910
+ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
15911
15911
  return withDirectives((openBlock(), createElementBlock("li", {
15912
15912
  class: normalizeClass([
15913
15913
  _ctx.ns.be("dropdown", "item"),
@@ -15927,7 +15927,7 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
15927
15927
  [vShow, _ctx.visible]
15928
15928
  ]);
15929
15929
  }
15930
- var Option = /* @__PURE__ */ _export_sfc$1(_sfc_main$T, [["render", _sfc_render$8], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/select/src/option.vue"]]);
15930
+ var Option = /* @__PURE__ */ _export_sfc$1(_sfc_main$T, [["render", _sfc_render$9], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/select/src/option.vue"]]);
15931
15931
  const _sfc_main$S = defineComponent({
15932
15932
  name: "ElSelectDropdown",
15933
15933
  componentName: "ElSelectDropdown",
@@ -15955,7 +15955,7 @@ const _sfc_main$S = defineComponent({
15955
15955
  };
15956
15956
  }
15957
15957
  });
15958
- function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
15958
+ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
15959
15959
  return openBlock(), createElementBlock("div", {
15960
15960
  class: normalizeClass([_ctx.ns.b("dropdown"), _ctx.ns.is("multiple", _ctx.isMultiple), _ctx.popperClass]),
15961
15961
  style: normalizeStyle({ [_ctx.isFitInputWidth ? "width" : "minWidth"]: _ctx.minWidth })
@@ -15963,7 +15963,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
15963
15963
  renderSlot(_ctx.$slots, "default")
15964
15964
  ], 6);
15965
15965
  }
15966
- var ElSelectMenu = /* @__PURE__ */ _export_sfc$1(_sfc_main$S, [["render", _sfc_render$7], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/select/src/select-dropdown.vue"]]);
15966
+ var ElSelectMenu = /* @__PURE__ */ _export_sfc$1(_sfc_main$S, [["render", _sfc_render$8], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/select/src/select-dropdown.vue"]]);
15967
15967
  function useSelectStates(props) {
15968
15968
  const { t: t2 } = useLocale();
15969
15969
  return reactive({
@@ -16992,7 +16992,7 @@ const _sfc_main$R = defineComponent({
16992
16992
  });
16993
16993
  const _hoisted_1$J = ["disabled", "autocomplete"];
16994
16994
  const _hoisted_2$A = { style: { "height": "100%", "display": "flex", "justify-content": "center", "align-items": "center" } };
16995
- function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
16995
+ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
16996
16996
  const _component_el_tag = resolveComponent("el-tag");
16997
16997
  const _component_el_tooltip = resolveComponent("el-tooltip");
16998
16998
  const _component_el_icon = resolveComponent("el-icon");
@@ -17297,7 +17297,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
17297
17297
  [_directive_click_outside, _ctx.handleClose, _ctx.popperPaneRef]
17298
17298
  ]);
17299
17299
  }
17300
- var Select = /* @__PURE__ */ _export_sfc$1(_sfc_main$R, [["render", _sfc_render$6], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/select/src/select.vue"]]);
17300
+ var Select = /* @__PURE__ */ _export_sfc$1(_sfc_main$R, [["render", _sfc_render$7], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/select/src/select.vue"]]);
17301
17301
  const _sfc_main$Q = defineComponent({
17302
17302
  name: "ElOptionGroup",
17303
17303
  componentName: "ElOptionGroup",
@@ -17344,7 +17344,7 @@ const _sfc_main$Q = defineComponent({
17344
17344
  };
17345
17345
  }
17346
17346
  });
17347
- function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
17347
+ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
17348
17348
  return withDirectives((openBlock(), createElementBlock("ul", {
17349
17349
  class: normalizeClass(_ctx.ns.be("group", "wrap"))
17350
17350
  }, [
@@ -17362,7 +17362,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
17362
17362
  [vShow, _ctx.visible]
17363
17363
  ]);
17364
17364
  }
17365
- var OptionGroup = /* @__PURE__ */ _export_sfc$1(_sfc_main$Q, [["render", _sfc_render$5], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/select/src/option-group.vue"]]);
17365
+ var OptionGroup = /* @__PURE__ */ _export_sfc$1(_sfc_main$Q, [["render", _sfc_render$6], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/select/src/option-group.vue"]]);
17366
17366
  const ElSelect = withInstall(Select, {
17367
17367
  Option,
17368
17368
  OptionGroup
@@ -17388,11 +17388,11 @@ const paginationSizesProps = buildProps({
17388
17388
  values: componentSizes
17389
17389
  }
17390
17390
  });
17391
- const __default__$m = defineComponent({
17391
+ const __default__$l = defineComponent({
17392
17392
  name: "ElPaginationSizes"
17393
17393
  });
17394
17394
  const _sfc_main$P = /* @__PURE__ */ defineComponent({
17395
- ...__default__$m,
17395
+ ...__default__$l,
17396
17396
  props: paginationSizesProps,
17397
17397
  emits: ["page-size-change"],
17398
17398
  setup(__props, { emit: emit2 }) {
@@ -17455,11 +17455,11 @@ const paginationJumperProps = buildProps({
17455
17455
  }
17456
17456
  });
17457
17457
  const _hoisted_1$I = ["disabled"];
17458
- const __default__$l = defineComponent({
17458
+ const __default__$k = defineComponent({
17459
17459
  name: "ElPaginationJumper"
17460
17460
  });
17461
17461
  const _sfc_main$O = /* @__PURE__ */ defineComponent({
17462
- ...__default__$l,
17462
+ ...__default__$k,
17463
17463
  props: paginationJumperProps,
17464
17464
  setup(__props) {
17465
17465
  const { t: t2 } = useLocale();
@@ -17513,11 +17513,11 @@ const paginationTotalProps = buildProps({
17513
17513
  }
17514
17514
  });
17515
17515
  const _hoisted_1$H = ["disabled"];
17516
- const __default__$k = defineComponent({
17516
+ const __default__$j = defineComponent({
17517
17517
  name: "ElPaginationTotal"
17518
17518
  });
17519
17519
  const _sfc_main$N = /* @__PURE__ */ defineComponent({
17520
- ...__default__$k,
17520
+ ...__default__$j,
17521
17521
  props: paginationTotalProps,
17522
17522
  setup(__props) {
17523
17523
  const { t: t2 } = useLocale();
@@ -17555,11 +17555,11 @@ const _hoisted_3$r = ["tabindex"];
17555
17555
  const _hoisted_4$j = ["aria-current", "tabindex"];
17556
17556
  const _hoisted_5$e = ["tabindex"];
17557
17557
  const _hoisted_6$8 = ["aria-current", "tabindex"];
17558
- const __default__$j = defineComponent({
17558
+ const __default__$i = defineComponent({
17559
17559
  name: "ElPaginationPager"
17560
17560
  });
17561
17561
  const _sfc_main$M = /* @__PURE__ */ defineComponent({
17562
- ...__default__$j,
17562
+ ...__default__$i,
17563
17563
  props: paginationPagerProps,
17564
17564
  emits: ["change"],
17565
17565
  setup(__props, { emit: emit2 }) {
@@ -18068,11 +18068,11 @@ const _hoisted_2$y = { viewBox: "0 0 100 100" };
18068
18068
  const _hoisted_3$q = ["d", "stroke", "stroke-width"];
18069
18069
  const _hoisted_4$i = ["d", "stroke", "opacity", "stroke-linecap", "stroke-width"];
18070
18070
  const _hoisted_5$d = { key: 0 };
18071
- const __default__$i = defineComponent({
18071
+ const __default__$h = defineComponent({
18072
18072
  name: "ElProgress"
18073
18073
  });
18074
18074
  const _sfc_main$L = /* @__PURE__ */ defineComponent({
18075
- ...__default__$i,
18075
+ ...__default__$h,
18076
18076
  props: progressProps,
18077
18077
  setup(__props) {
18078
18078
  const props = __props;
@@ -19991,7 +19991,7 @@ const _sfc_main$K = defineComponent({
19991
19991
  const _hoisted_1$E = { key: 0 };
19992
19992
  const _hoisted_2$x = ["disabled"];
19993
19993
  const _hoisted_3$p = ["label", "onClick"];
19994
- function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
19994
+ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
19995
19995
  const _component_el_checkbox = resolveComponent("el-checkbox");
19996
19996
  const _component_el_checkbox_group = resolveComponent("el-checkbox-group");
19997
19997
  const _component_el_scrollbar = resolveComponent("el-scrollbar");
@@ -20104,7 +20104,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
20104
20104
  _: 1
20105
20105
  }, 8, ["visible", "placement", "popper-class"]);
20106
20106
  }
20107
- var FilterPanel = /* @__PURE__ */ _export_sfc$1(_sfc_main$K, [["render", _sfc_render$4], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/table/src/filter-panel.vue"]]);
20107
+ var FilterPanel = /* @__PURE__ */ _export_sfc$1(_sfc_main$K, [["render", _sfc_render$5], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/table/src/filter-panel.vue"]]);
20108
20108
  function useLayoutObserver(root2) {
20109
20109
  const instance = getCurrentInstance();
20110
20110
  onBeforeMount(() => {
@@ -21862,7 +21862,7 @@ const _hoisted_2$w = {
21862
21862
  ref: "hiddenColumns",
21863
21863
  class: "hidden-columns"
21864
21864
  };
21865
- function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
21865
+ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
21866
21866
  const _component_hColgroup = resolveComponent("hColgroup");
21867
21867
  const _component_table_header = resolveComponent("table-header");
21868
21868
  const _component_table_body = resolveComponent("table-body");
@@ -22028,7 +22028,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
22028
22028
  ])
22029
22029
  ], 46, _hoisted_1$D);
22030
22030
  }
22031
- var Table = /* @__PURE__ */ _export_sfc$1(_sfc_main$J, [["render", _sfc_render$3], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/table/src/table.vue"]]);
22031
+ var Table = /* @__PURE__ */ _export_sfc$1(_sfc_main$J, [["render", _sfc_render$4], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/table/src/table.vue"]]);
22032
22032
  const defaultClassNames = {
22033
22033
  selection: "table-column--selection",
22034
22034
  expand: "table__expand-column"
@@ -22629,11 +22629,11 @@ const tabBarProps = buildProps({
22629
22629
  }
22630
22630
  });
22631
22631
  const COMPONENT_NAME$3 = "ElTabBar";
22632
- const __default__$h = defineComponent({
22632
+ const __default__$g = defineComponent({
22633
22633
  name: COMPONENT_NAME$3
22634
22634
  });
22635
22635
  const _sfc_main$I = /* @__PURE__ */ defineComponent({
22636
- ...__default__$h,
22636
+ ...__default__$g,
22637
22637
  props: tabBarProps,
22638
22638
  setup(__props, { expose }) {
22639
22639
  const props = __props;
@@ -23118,11 +23118,11 @@ const tabPaneProps = buildProps({
23118
23118
  });
23119
23119
  const _hoisted_1$C = ["id", "aria-hidden", "aria-labelledby"];
23120
23120
  const COMPONENT_NAME$1 = "ElTabPane";
23121
- const __default__$g = defineComponent({
23121
+ const __default__$f = defineComponent({
23122
23122
  name: COMPONENT_NAME$1
23123
23123
  });
23124
23124
  const _sfc_main$H = /* @__PURE__ */ defineComponent({
23125
- ...__default__$g,
23125
+ ...__default__$f,
23126
23126
  props: tabPaneProps,
23127
23127
  setup(__props) {
23128
23128
  const props = __props;
@@ -23393,11 +23393,11 @@ const _hoisted_2$v = ["src"];
23393
23393
  const _hoisted_3$o = ["onClick"];
23394
23394
  const _hoisted_4$h = ["onClick"];
23395
23395
  const _hoisted_5$c = ["onClick"];
23396
- const __default__$f = defineComponent({
23396
+ const __default__$e = defineComponent({
23397
23397
  name: "ElUploadList"
23398
23398
  });
23399
23399
  const _sfc_main$G = /* @__PURE__ */ defineComponent({
23400
- ...__default__$f,
23400
+ ...__default__$e,
23401
23401
  props: uploadListProps,
23402
23402
  emits: uploadListEmits,
23403
23403
  setup(__props, { emit: emit2 }) {
@@ -23561,11 +23561,11 @@ const uploadDraggerEmits = {
23561
23561
  };
23562
23562
  const _hoisted_1$A = ["onDrop", "onDragover"];
23563
23563
  const COMPONENT_NAME = "ElUploadDrag";
23564
- const __default__$e = defineComponent({
23564
+ const __default__$d = defineComponent({
23565
23565
  name: COMPONENT_NAME
23566
23566
  });
23567
23567
  const _sfc_main$F = /* @__PURE__ */ defineComponent({
23568
- ...__default__$e,
23568
+ ...__default__$d,
23569
23569
  props: uploadDraggerProps,
23570
23570
  emits: uploadDraggerEmits,
23571
23571
  setup(__props, { emit: emit2 }) {
@@ -23655,12 +23655,12 @@ const uploadContentProps = buildProps({
23655
23655
  });
23656
23656
  const _hoisted_1$z = ["onKeydown"];
23657
23657
  const _hoisted_2$u = ["name", "multiple", "accept"];
23658
- const __default__$d = defineComponent({
23658
+ const __default__$c = defineComponent({
23659
23659
  name: "ElUploadContent",
23660
23660
  inheritAttrs: false
23661
23661
  });
23662
23662
  const _sfc_main$E = /* @__PURE__ */ defineComponent({
23663
- ...__default__$d,
23663
+ ...__default__$c,
23664
23664
  props: uploadContentProps,
23665
23665
  setup(__props, { expose }) {
23666
23666
  const props = __props;
@@ -23941,11 +23941,11 @@ const useHandlers = (props, uploadRef) => {
23941
23941
  submit
23942
23942
  };
23943
23943
  };
23944
- const __default__$c = defineComponent({
23944
+ const __default__$b = defineComponent({
23945
23945
  name: "ElUpload"
23946
23946
  });
23947
23947
  const _sfc_main$D = /* @__PURE__ */ defineComponent({
23948
- ...__default__$c,
23948
+ ...__default__$b,
23949
23949
  props: uploadProps,
23950
23950
  setup(__props, { expose }) {
23951
23951
  const props = __props;
@@ -24426,11 +24426,11 @@ const getLastOffset = (id) => {
24426
24426
  };
24427
24427
  const _hoisted_1$y = ["id"];
24428
24428
  const _hoisted_2$t = ["innerHTML"];
24429
- const __default__$b = defineComponent({
24429
+ const __default__$a = defineComponent({
24430
24430
  name: "ElMessage"
24431
24431
  });
24432
24432
  const _sfc_main$C = /* @__PURE__ */ defineComponent({
24433
- ...__default__$b,
24433
+ ...__default__$a,
24434
24434
  props: messageProps,
24435
24435
  emits: messageEmits,
24436
24436
  setup(__props, { expose }) {
@@ -25197,10 +25197,10 @@ var useCurrencyInput = (options, autoEmit) => {
25197
25197
  };
25198
25198
  var plCurrency_vue_vue_type_style_index_0_lang = "";
25199
25199
  const _hoisted_1$x = /* @__PURE__ */ createElementVNode("span", { class: "pl-currency__rub-icon" }, "\u20BD", -1);
25200
- const __default__$a = {
25200
+ const __default__$9 = {
25201
25201
  name: "PlCurrency"
25202
25202
  };
25203
- const _sfc_main$B = /* @__PURE__ */ Object.assign(__default__$a, {
25203
+ const _sfc_main$B = /* @__PURE__ */ Object.assign(__default__$9, {
25204
25204
  props: {
25205
25205
  width: String,
25206
25206
  modelValue: Number,
@@ -25644,7 +25644,7 @@ var _export_sfc = (sfc, props) => {
25644
25644
  return target;
25645
25645
  };
25646
25646
  const _sfc_main$x = {};
25647
- function _sfc_render$2(_ctx, _cache) {
25647
+ function _sfc_render$3(_ctx, _cache) {
25648
25648
  const _component_el_form_item = ElFormItem;
25649
25649
  return openBlock(), createBlock(_component_el_form_item, normalizeProps(guardReactiveProps(_ctx.$attrs)), createSlots({
25650
25650
  default: withCtx(() => [
@@ -25662,7 +25662,7 @@ function _sfc_render$2(_ctx, _cache) {
25662
25662
  })
25663
25663
  ]), 1040);
25664
25664
  }
25665
- var PlFormItem = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["render", _sfc_render$2]]);
25665
+ var PlFormItem = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["render", _sfc_render$3]]);
25666
25666
  const PlFormItemPlugin = {
25667
25667
  install(app) {
25668
25668
  app.component("PlFormItem", PlFormItem);
@@ -25671,10 +25671,10 @@ const PlFormItemPlugin = {
25671
25671
  var button = "";
25672
25672
  const _hoisted_1$v = /* @__PURE__ */ createElementVNode("p", null, "Hello NPM!", -1);
25673
25673
  const _hoisted_2$r = /* @__PURE__ */ createTextVNode("Increment count");
25674
- const __default__$9 = {
25674
+ const __default__$8 = {
25675
25675
  name: "TestViteNpmComponent"
25676
25676
  };
25677
- const _sfc_main$w = /* @__PURE__ */ Object.assign(__default__$9, {
25677
+ const _sfc_main$w = /* @__PURE__ */ Object.assign(__default__$8, {
25678
25678
  setup(__props) {
25679
25679
  const msg = ref("");
25680
25680
  const count2 = ref(0);
@@ -26488,10 +26488,10 @@ var ru = {
26488
26488
  };
26489
26489
  var plDatePicker_vue_vue_type_style_index_0_lang = "";
26490
26490
  const _hoisted_1$t = ["id"];
26491
- const __default__$8 = {
26491
+ const __default__$7 = {
26492
26492
  name: "PlDatePicker"
26493
26493
  };
26494
- const _sfc_main$t = /* @__PURE__ */ Object.assign(__default__$8, {
26494
+ const _sfc_main$t = /* @__PURE__ */ Object.assign(__default__$7, {
26495
26495
  props: {
26496
26496
  modelValue: {
26497
26497
  type: Date,
@@ -35765,10 +35765,10 @@ const _hoisted_7$4 = {
35765
35765
  };
35766
35766
  const _hoisted_8$3 = /* @__PURE__ */ createTextVNode("\u0412\u044B\u0431\u0440\u0430\u0442\u044C");
35767
35767
  const _hoisted_9$3 = /* @__PURE__ */ createTextVNode("\u041E\u0442\u043C\u0435\u043D\u0430");
35768
- const __default__$7 = {
35768
+ const __default__$6 = {
35769
35769
  name: "PlCertDialog"
35770
35770
  };
35771
- const _sfc_main$s = /* @__PURE__ */ Object.assign(__default__$7, {
35771
+ const _sfc_main$s = /* @__PURE__ */ Object.assign(__default__$6, {
35772
35772
  props: {
35773
35773
  showDialog: {
35774
35774
  type: Boolean,
@@ -36077,10 +36077,10 @@ const _hoisted_6$5 = {
36077
36077
  key: 0,
36078
36078
  class: "totals"
36079
36079
  };
36080
- const __default__$6 = {
36080
+ const __default__$5 = {
36081
36081
  name: "PlTable"
36082
36082
  };
36083
- const _sfc_main$r = /* @__PURE__ */ Object.assign(__default__$6, {
36083
+ const _sfc_main$r = /* @__PURE__ */ Object.assign(__default__$5, {
36084
36084
  props: {
36085
36085
  modelValue: {
36086
36086
  type: Array,
@@ -36229,10 +36229,10 @@ const _hoisted_1$q = { key: 0 };
36229
36229
  const _hoisted_2$n = { key: 1 };
36230
36230
  const _hoisted_3$k = { key: 2 };
36231
36231
  const _hoisted_4$d = { key: 3 };
36232
- const __default__$5 = {
36232
+ const __default__$4 = {
36233
36233
  name: "PlTableColumn"
36234
36234
  };
36235
- const _sfc_main$q = /* @__PURE__ */ Object.assign(__default__$5, {
36235
+ const _sfc_main$q = /* @__PURE__ */ Object.assign(__default__$4, {
36236
36236
  props: {
36237
36237
  type: {
36238
36238
  type: String,
@@ -37342,10 +37342,10 @@ var axios = axios$2.exports;
37342
37342
  var plUpload_vue_vue_type_style_index_0_lang = "";
37343
37343
  const _hoisted_1$p = { class: "headers-elements" };
37344
37344
  const _hoisted_2$m = /* @__PURE__ */ createElementVNode("div", { class: "img" }, null, -1);
37345
- const __default__$4 = {
37345
+ const __default__$3 = {
37346
37346
  name: "PlUpload"
37347
37347
  };
37348
- const _sfc_main$p = /* @__PURE__ */ Object.assign(__default__$4, {
37348
+ const _sfc_main$p = /* @__PURE__ */ Object.assign(__default__$3, {
37349
37349
  props: {
37350
37350
  requestConfig: { type: Object, default: null },
37351
37351
  responseKeys: { type: String, default: "result" },
@@ -37511,10 +37511,10 @@ const _hoisted_1$o = { class: "headers-elements" };
37511
37511
  const _hoisted_2$l = /* @__PURE__ */ createElementVNode("div", { class: "img" }, null, -1);
37512
37512
  const _hoisted_3$j = /* @__PURE__ */ createElementVNode("h6", { class: "pl-upload-plus__header" }, "\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0442\u0430\u0449\u0438\u0442\u0435 \u0444\u0430\u0439\u043B\u044B", -1);
37513
37513
  const _hoisted_4$c = { class: "pl-upload-plus__comment" };
37514
- const __default__$3 = {
37514
+ const __default__$2 = {
37515
37515
  name: "PlUploadPlus"
37516
37516
  };
37517
- const _sfc_main$o = /* @__PURE__ */ Object.assign(__default__$3, {
37517
+ const _sfc_main$o = /* @__PURE__ */ Object.assign(__default__$2, {
37518
37518
  props: {
37519
37519
  drag: { type: Boolean, default: true },
37520
37520
  multiple: { type: Boolean, default: true },
@@ -37625,25 +37625,19 @@ const PlUploadPlusPlugin = {
37625
37625
  }
37626
37626
  };
37627
37627
  var _imports_1$2 = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMC41NDU4IDUuOTYxNjdDMjAuODM4OCA2LjI1NDQ2IDIwLjgzODkgNi43MjkzMyAyMC41NDYxIDcuMDIyMzNMOS41MzgzMyAxOC4wMzhDOS4yNDU2MyAxOC4zMzA5IDguNzcwOTMgMTguMzMxMSA4LjQ3NzkgMTguMDM4NkwzLjQ1NDQ2IDEzLjAyMjlDMy4xNjEzNCAxMi43MzAzIDMuMTYwOTcgMTIuMjU1NCAzLjQ1MzYzIDExLjk2MjNDMy43NDYzIDExLjY2OTEgNC4yMjExNyAxMS42Njg4IDQuNTE0MjkgMTEuOTYxNEw5LjAwNzIxIDE2LjQ0NzRMMTkuNDg1MSA1Ljk2MjA1QzE5Ljc3NzkgNS42NjkwNSAyMC4yNTI4IDUuNjY4ODggMjAuNTQ1OCA1Ljk2MTY3WiIgZmlsbD0iIzQxNjRFQiIvPgo8L3N2Zz4K";
37628
- var markText_vue_vue_type_style_index_0_scoped_true_lang = "";
37629
37628
  var plSuggestions_vue_vue_type_style_index_0_lang = "";
37630
- const _hoisted_1$n = { class: "suggestion" };
37631
- const _hoisted_2$k = { class: "d-flex flex-column" };
37632
- const _hoisted_3$i = { class: "text-truncate" };
37633
- const _hoisted_4$b = { class: "suggestion__item-info text-truncate" };
37634
- const _hoisted_5$8 = /* @__PURE__ */ createElementVNode("img", { src: _imports_1$2 }, null, -1);
37635
- const __default__$2 = {
37629
+ const _sfc_main$n = {
37636
37630
  name: "pl-suggestions-n",
37637
37631
  props: {
37638
37632
  rules: {
37639
37633
  type: Object,
37640
- default() {
37634
+ default: function() {
37641
37635
  return {};
37642
37636
  }
37643
37637
  },
37644
37638
  suggestionList: {
37645
37639
  type: Array,
37646
- default() {
37640
+ default: function() {
37647
37641
  return [];
37648
37642
  }
37649
37643
  },
@@ -37681,8 +37675,7 @@ const __default__$2 = {
37681
37675
  data() {
37682
37676
  return {
37683
37677
  selectedValue: "",
37684
- ruleForm: {},
37685
- modelValue: ""
37678
+ ruleForm: {}
37686
37679
  };
37687
37680
  },
37688
37681
  mounted() {
@@ -37726,81 +37719,85 @@ const __default__$2 = {
37726
37719
  }, 300);
37727
37720
  },
37728
37721
  initSuggestion(query) {
37729
- this.modelValue = query;
37730
37722
  this.$emit("fetchDadata", query);
37731
37723
  }
37732
37724
  }
37733
37725
  };
37734
- const _sfc_main$n = /* @__PURE__ */ Object.assign(__default__$2, {
37735
- setup(__props) {
37736
- return (_ctx, _cache) => {
37737
- const _component_el_option = ElOption;
37738
- const _component_el_select = ElSelect;
37739
- const _component_el_form_item = ElFormItem;
37740
- const _component_el_form = ElForm;
37741
- return openBlock(), createElementBlock("div", _hoisted_1$n, [
37742
- createVNode(_component_el_form, {
37743
- onValidate: _ctx.validateInp,
37744
- "label-position": "top",
37745
- model: _ctx.ruleForm,
37746
- ref: "suggestion",
37747
- rules: __props.rules
37726
+ const _hoisted_1$n = { class: "suggestion" };
37727
+ const _hoisted_2$k = { class: "d-flex flex-column" };
37728
+ const _hoisted_3$i = { class: "text-truncate" };
37729
+ const _hoisted_4$b = { class: "suggestion__item-info text-truncate" };
37730
+ const _hoisted_5$8 = {
37731
+ key: 0,
37732
+ src: _imports_1$2
37733
+ };
37734
+ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
37735
+ const _component_el_option = ElOption;
37736
+ const _component_el_select = ElSelect;
37737
+ const _component_el_form_item = ElFormItem;
37738
+ const _component_el_form = ElForm;
37739
+ return openBlock(), createElementBlock("div", _hoisted_1$n, [
37740
+ createVNode(_component_el_form, {
37741
+ onValidate: $options.validateInp,
37742
+ "label-position": "top",
37743
+ model: $data.ruleForm,
37744
+ ref: "suggestion",
37745
+ rules: $props.rules
37746
+ }, {
37747
+ default: withCtx(() => [
37748
+ createVNode(_component_el_form_item, {
37749
+ class: normalizeClass({ "is-error": $props.isError }),
37750
+ "show-message": true,
37751
+ label: $props.label,
37752
+ prop: $props.prop
37748
37753
  }, {
37749
37754
  default: withCtx(() => [
37750
- createVNode(_component_el_form_item, {
37751
- class: normalizeClass({ "is-error": __props.isError }),
37752
- "show-message": true,
37753
- label: __props.label,
37754
- prop: __props.prop
37755
+ createVNode(_component_el_select, {
37756
+ modelValue: $data.selectedValue,
37757
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.selectedValue = $event),
37758
+ placeholder: $props.placeholder,
37759
+ ref: "suggestionBox",
37760
+ remote: "",
37761
+ filterable: "",
37762
+ "fit-input-width": true,
37763
+ "popper-class": "pl-suggess",
37764
+ "remote-method": $options.initSuggestion,
37765
+ onBlur: $options.validateInpBlur,
37766
+ "no-data-text": $props.noData
37755
37767
  }, {
37756
37768
  default: withCtx(() => [
37757
- createVNode(_component_el_select, {
37758
- modelValue: _ctx.selectedValue,
37759
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(selectedValue) ? selectedValue.value = $event : null),
37760
- placeholder: __props.placeholder,
37761
- ref: "suggestionBox",
37762
- remote: "",
37763
- filterable: "",
37764
- "fit-input-width": true,
37765
- "popper-class": "pl-suggess",
37766
- "remote-method": _ctx.initSuggestion,
37767
- onBlur: _ctx.validateInpBlur,
37768
- "no-data-text": __props.noData
37769
- }, {
37770
- default: withCtx(() => [
37771
- (openBlock(true), createElementBlock(Fragment, null, renderList(__props.suggestionList, (item, index) => {
37772
- return openBlock(), createBlock(_component_el_option, {
37773
- onClick: ($event) => _ctx.change(item),
37774
- key: index,
37775
- value: item.value,
37776
- class: "d-flex justify-content-between align-items-center"
37777
- }, {
37778
- default: withCtx(() => [
37779
- createElementVNode("div", _hoisted_2$k, [
37780
- createElementVNode("span", _hoisted_3$i, toDisplayString(item.value), 1),
37781
- createElementVNode("span", _hoisted_4$b, toDisplayString(item.bottomText), 1)
37782
- ]),
37783
- _hoisted_5$8
37784
- ]),
37785
- _: 2
37786
- }, 1032, ["onClick", "value"]);
37787
- }), 128))
37788
- ]),
37789
- _: 1
37790
- }, 8, ["modelValue", "placeholder", "remote-method", "onBlur", "no-data-text"])
37769
+ (openBlock(true), createElementBlock(Fragment, null, renderList($props.suggestionList, (item, index) => {
37770
+ return openBlock(), createBlock(_component_el_option, {
37771
+ onClick: ($event) => $options.change(item),
37772
+ key: index,
37773
+ value: item.value,
37774
+ class: "d-flex justify-content-between align-items-center"
37775
+ }, {
37776
+ default: withCtx(() => [
37777
+ createElementVNode("div", _hoisted_2$k, [
37778
+ createElementVNode("span", _hoisted_3$i, toDisplayString(item.value), 1),
37779
+ createElementVNode("span", _hoisted_4$b, toDisplayString(item.bottomText), 1)
37780
+ ]),
37781
+ item.id === $props.selectedItem.id ? (openBlock(), createElementBlock("img", _hoisted_5$8)) : createCommentVNode("", true)
37782
+ ]),
37783
+ _: 2
37784
+ }, 1032, ["onClick", "value"]);
37785
+ }), 128))
37791
37786
  ]),
37792
37787
  _: 1
37793
- }, 8, ["class", "label", "prop"])
37788
+ }, 8, ["modelValue", "placeholder", "remote-method", "onBlur", "no-data-text"])
37794
37789
  ]),
37795
37790
  _: 1
37796
- }, 8, ["onValidate", "model", "rules"])
37797
- ]);
37798
- };
37799
- }
37800
- });
37791
+ }, 8, ["class", "label", "prop"])
37792
+ ]),
37793
+ _: 1
37794
+ }, 8, ["onValidate", "model", "rules"])
37795
+ ]);
37796
+ }
37797
+ var PlSuggestions = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$2]]);
37801
37798
  const PlSuggestionsPlugin = {
37802
37799
  install(app) {
37803
- app.component("PlSuggestions", _sfc_main$n);
37800
+ app.component("PlSuggestions", PlSuggestions);
37804
37801
  }
37805
37802
  };
37806
37803
  const checkDate = (date4) => date4 instanceof Date && !Number.isNaN(Number(date4));
@@ -40156,7 +40153,7 @@ const _sfc_main$8 = {
40156
40153
  "label-width": "120px"
40157
40154
  }, {
40158
40155
  default: withCtx(() => [
40159
- createVNode(_sfc_main$n, {
40156
+ createVNode(PlSuggestions, {
40160
40157
  value: unref(formClient).contact.fullName,
40161
40158
  label: "\u0424\u0418\u041E \u043F\u043E\u043B\u043D\u043E\u0441\u0442\u044C\u044E",
40162
40159
  placeholder: "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0424\u0418\u041E \u043F\u043E\u043B\u043D\u043E\u0441\u0442\u044C\u044E"