@factoringplus/pl-components-pack-v3 0.14.2-pre-14 → 0.14.2-pre-15

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.
package/README.md CHANGED
@@ -1,17 +1,17 @@
1
- # Библиотека компонентов Vue 3
2
-
3
- ## Установка
4
-
5
- ```bash
6
- npm i @factoringplus/pl-components-pack-v3
7
- ```
8
-
9
- ### Добавление компонентов в проект
10
-
11
- ```bash
12
- // src/main.js
13
- import components from '@factoringplus/pl-components-pack-v3';
14
- import '@factoringplus/pl-components-pack-v3/dist/style.css';
15
-
16
- app.use(components)
17
- ```
1
+ # Библиотека компонентов Vue 3
2
+
3
+ ## Установка
4
+
5
+ ```bash
6
+ npm i @factoringplus/pl-components-pack-v3
7
+ ```
8
+
9
+ ### Добавление компонентов в проект
10
+
11
+ ```bash
12
+ // src/main.js
13
+ import components from '@factoringplus/pl-components-pack-v3';
14
+ import '@factoringplus/pl-components-pack-v3/dist/style.css';
15
+
16
+ app.use(components)
17
+ ```
@@ -18727,7 +18727,6 @@ const uniqid = /* @__PURE__ */ getDefaultExportFromCjs(uniqidExports), _hoisted_
18727
18727
  props: {
18728
18728
  modelValue: { type: Boolean, default: !1 },
18729
18729
  showHeader: { type: Boolean, default: !0 },
18730
- showGrabber: { type: Boolean, default: !0 },
18731
18730
  widthThis: { default: "808" },
18732
18731
  padding: { default: "24px" },
18733
18732
  headerPadding: { default: "" },
@@ -18739,15 +18738,14 @@ const uniqid = /* @__PURE__ */ getDefaultExportFromCjs(uniqidExports), _hoisted_
18739
18738
  logout: { type: Boolean, default: !1 },
18740
18739
  scroll: { type: Boolean, default: !1 },
18741
18740
  modalOnMobile: { type: Boolean, default: !1 },
18742
- isTranches: { type: Boolean, default: !1 },
18743
- contentCustomClass: { default: "" }
18741
+ isTranches: { type: Boolean, default: !1 }
18744
18742
  },
18745
18743
  emits: ["update:modelValue", "changeVisibleModalValue"],
18746
18744
  setup(g, { expose: y, emit: j }) {
18747
18745
  const $ = g;
18748
18746
  useCssVars((jt) => ({
18749
- "78611d02": xe.value,
18750
- "5dcb13c2": Dt.value
18747
+ "1143345d": xe.value,
18748
+ "54dc1a7d": Dt.value
18751
18749
  }));
18752
18750
  const z = computed$1({
18753
18751
  get: () => $.modelValue,
@@ -18776,7 +18774,7 @@ const uniqid = /* @__PURE__ */ getDefaultExportFromCjs(uniqidExports), _hoisted_
18776
18774
  })), $e = ref(0), xe = ref("100%"), Dt = ref("0.3s"), Et = (jt) => {
18777
18775
  var xn;
18778
18776
  const Tn = (xn = jt == null ? void 0 : jt.target.closest("[id]")) == null ? void 0 : xn.id;
18779
- if (!$.showGrabber || Tn && Tn !== Ne)
18777
+ if (!$.showHeader || Tn && Tn !== Ne)
18780
18778
  return;
18781
18779
  const bn = (In) => {
18782
18780
  if (Dt.value = "0s", !$e.value)
@@ -18820,7 +18818,6 @@ const uniqid = /* @__PURE__ */ getDefaultExportFromCjs(uniqidExports), _hoisted_
18820
18818
  class: normalizeClass([
18821
18819
  jt.customClass,
18822
18820
  "justify-content-end",
18823
- { "modal-with-custom": jt.contentCustomClass },
18824
18821
  he.value ? "mx-4" : "",
18825
18822
  $.modalOnMobile && "modal-on-mobile"
18826
18823
  ])
@@ -18833,7 +18830,7 @@ const uniqid = /* @__PURE__ */ getDefaultExportFromCjs(uniqidExports), _hoisted_
18833
18830
  createElementVNode("div", {
18834
18831
  class: normalizeClass(["dialog-container ms-auto", [
18835
18832
  ue.value ? "" : jt.simple ? "align-self-start " : he.value ? "my-16" : "mt-16 mx-auto",
18836
- { "with-grabber": jt.showGrabber }
18833
+ { "with-grabber": jt.showHeader }
18837
18834
  ]]),
18838
18835
  onTouchstart: Et
18839
18836
  }, [
@@ -18868,14 +18865,14 @@ const uniqid = /* @__PURE__ */ getDefaultExportFromCjs(uniqidExports), _hoisted_
18868
18865
  ref_key: "dialogScroll",
18869
18866
  ref: _n,
18870
18867
  "max-height": kt.value,
18871
- class: normalizeClass(["flex-grow-1 dialog-scroll", jt.contentCustomClass]),
18868
+ class: "flex-grow-1 dialog-scroll",
18872
18869
  "view-class": "h-100 el-scrollbar-view"
18873
18870
  }, {
18874
18871
  default: withCtx(() => [
18875
18872
  renderSlot(jt.$slots, "default")
18876
18873
  ]),
18877
18874
  _: 3
18878
- }, 8, ["max-height", "class"]),
18875
+ }, 8, ["max-height"]),
18879
18876
  jt.isTranches ? (openBlock(), createElementBlock("div", _hoisted_5$k)) : createCommentVNode("", !0)
18880
18877
  ], 512)
18881
18878
  ], 34)
@@ -19610,7 +19607,7 @@ const uniqid = /* @__PURE__ */ getDefaultExportFromCjs(uniqidExports), _hoisted_
19610
19607
  ]);
19611
19608
  };
19612
19609
  }
19613
- }, plInputPlus_vue_vue_type_style_index_0_scoped_d7c0ded8_lang = "", _hoisted_1$G = {
19610
+ }, plInputPlus_vue_vue_type_style_index_0_scoped_2072312b_lang = "", _hoisted_1$G = {
19614
19611
  key: 0,
19615
19612
  class: "pl-input__label"
19616
19613
  }, _hoisted_2$x = {
@@ -19727,7 +19724,7 @@ const uniqid = /* @__PURE__ */ getDefaultExportFromCjs(uniqidExports), _hoisted_
19727
19724
  setup(g, { expose: y, emit: j }) {
19728
19725
  const $ = g;
19729
19726
  useCssVars((de) => ({
19730
- "875ebec6": $.width
19727
+ "9f01016a": $.width
19731
19728
  }));
19732
19729
  const z = useAttrs$1(), V = `id-${uniqid()}`, re = ref([]);
19733
19730
  if ($.prop) {
@@ -19868,7 +19865,7 @@ const uniqid = /* @__PURE__ */ getDefaultExportFromCjs(uniqidExports), _hoisted_
19868
19865
  ], 32);
19869
19866
  };
19870
19867
  }
19871
- }, __unplugin_components_0 = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-d7c0ded8"]]), PlInputPlusPlugin = {
19868
+ }, __unplugin_components_0 = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-2072312b"]]), PlInputPlusPlugin = {
19872
19869
  install(g) {
19873
19870
  g.component("PlInputPlus", __unplugin_components_0);
19874
19871
  }
@@ -20510,7 +20507,7 @@ const _hoisted_1$z = {
20510
20507
  }, z = () => {
20511
20508
  y("update:focus", !0);
20512
20509
  }, V = () => {
20513
- document.getElementById(j.id).blur(), y("clickToBlur"), y("update:focus", !1);
20510
+ y("update:focus", !1);
20514
20511
  }, re = (le) => {
20515
20512
  le.composed && le.stopImmediatePropagation();
20516
20513
  }, ae = computed$1({
@@ -20542,9 +20539,10 @@ const _hoisted_1$z = {
20542
20539
  value: ae.value,
20543
20540
  disabled: j.disabled,
20544
20541
  onFocusin: z,
20542
+ onFocusout: V,
20545
20543
  onKeydown: withKeys(withModifiers(V, ["prevent"]), ["tab"]),
20546
20544
  onInput: ie[0] || (ie[0] = (de) => {
20547
- de.stopImmediatePropagation(), ae.value = de.target.value;
20545
+ ae.value = de.target.value;
20548
20546
  }),
20549
20547
  onBlur: re
20550
20548
  }, null, 40, _hoisted_3$o)
@@ -20553,8 +20551,8 @@ const _hoisted_1$z = {
20553
20551
  !j.disabled && j.clearable && ae.value ? (openBlock(), createBlock(ue, {
20554
20552
  key: 0,
20555
20553
  name: "Close16",
20556
- onMouseup: withModifiers($, ["stop"])
20557
- }, null, 8, ["onMouseup"])) : createCommentVNode("", !0)
20554
+ onMousedown: $
20555
+ })) : createCommentVNode("", !0)
20558
20556
  ])
20559
20557
  ], 2);
20560
20558
  };
@@ -20567,7 +20565,7 @@ function declOfNum(g, y) {
20567
20565
  const $ = g % 10;
20568
20566
  return $ > 1 && $ < 5 ? y[1] : $ == 1 ? y[0] : y[2];
20569
20567
  }
20570
- const plAutocompete_vue_vue_type_style_index_0_scoped_17a4eb7d_lang = "", _hoisted_1$y = { class: "pl-autocomplete__wrapper" }, _hoisted_2$r = { class: "pl-autocomplete__select-container" }, _hoisted_3$n = {
20568
+ const plAutocompete_vue_vue_type_style_index_0_scoped_bcbce8be_lang = "", _hoisted_1$y = { class: "pl-autocomplete__wrapper" }, _hoisted_2$r = { class: "pl-autocomplete__select-container" }, _hoisted_3$n = {
20571
20569
  key: 0,
20572
20570
  class: "pl-autocomplete__label-container"
20573
20571
  }, _hoisted_4$k = { class: "pl-autocomplete__label-container-text" }, _hoisted_5$e = {
@@ -20679,7 +20677,7 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_17a4eb7d_lang = "", _hoist
20679
20677
  setup(g, { emit: y }) {
20680
20678
  const j = g;
20681
20679
  useCssVars((Ve) => ({
20682
- "7bd590a2": j.width
20680
+ a6f1e44c: j.width
20683
20681
  }));
20684
20682
  const $ = `id-${uniqid()}`, z = ref([]);
20685
20683
  if (j.prop) {
@@ -20717,10 +20715,11 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_17a4eb7d_lang = "", _hoist
20717
20715
  });
20718
20716
  });
20719
20717
  const ue = () => {
20720
- j.disabled || (ie.value = !0, document.getElementById($) && (ie.value ? document.getElementById($).focus() : document.getElementById($).blur()));
20718
+ j.disabled || (ie.value = !ie.value);
20721
20719
  }, de = () => {
20722
- j.disabled || !ie.value || nextTick(() => {
20723
- ie.value = !1, !j.memoryBlur && !Ne.value.value ? _e.value = "" : Ne.value.value && (_e.value = Ne.value.value);
20720
+ j.disabled || nextTick(() => {
20721
+ var Ve;
20722
+ ie.value = !1, document.getElementById($).blur(), !j.memoryBlur && !((Ve = Ne.value) != null && Ve.value) ? _e.value = "" : Ne.value.value && (_e.value = Ne.value.value);
20724
20723
  });
20725
20724
  }, he = ref(!1), _e = ref("");
20726
20725
  watch(_e, (Ve) => {
@@ -20744,6 +20743,7 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_17a4eb7d_lang = "", _hoist
20744
20743
  kt.initEvent("blur", !1, !0), Ve.dispatchEvent(kt);
20745
20744
  } else
20746
20745
  Ve.fireEvent("onblur");
20746
+ de();
20747
20747
  };
20748
20748
  watch(Ne, (Ve) => {
20749
20749
  _e.value = Ve.value;
@@ -20755,7 +20755,7 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_17a4eb7d_lang = "", _hoist
20755
20755
  kt.fireEvent("onchange");
20756
20756
  }), j.default && (Ne.value = JSON.parse(JSON.stringify(j.default)));
20757
20757
  const Oe = ref(!1), Ie = (Ve) => {
20758
- Ve.disabled || (Oe.value = !0, Ne.value = Ve, _e.value = Ve.value, de(), y("changeValue", Ve));
20758
+ Ve.disabled || (Oe.value = !0, Ne.value = Ve, _e.value = Ve.value, y("changeValue", Ve), de());
20759
20759
  }, Ue = () => {
20760
20760
  Ne.value = {}, _e.value = "", y("changeValue", {}), de(), Ce();
20761
20761
  }, $e = (Ve, kt) => Ve.split(".").reduce((_n, Pt) => _n[Pt], kt), xe = (Ve) => j.uniqKey && $e(j.uniqKey, Ne.value) && $e(j.uniqKey, Ve) ? $e(j.uniqKey, Ve) === $e(j.uniqKey, Ne.value) : Ne.value.bottomText ? Ve.value === Ne.value.value && Ve.bottomText === Ne.value.bottomText : Ve.value === Ne.value.value, Dt = () => {
@@ -20796,35 +20796,31 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_17a4eb7d_lang = "", _hoist
20796
20796
  position: "top"
20797
20797
  }, {
20798
20798
  default: withCtx(() => [
20799
- createVNode(_sfc_main$1c, {
20800
- name: "Question20",
20801
- onMouseup: kt[0] || (kt[0] = withModifiers(() => {
20802
- }, ["stop"]))
20803
- })
20799
+ withDirectives(createVNode(_sfc_main$1c, { name: "Question20" }, null, 512), [
20800
+ [
20801
+ Pt,
20802
+ void 0,
20803
+ void 0,
20804
+ { stop: !0 }
20805
+ ]
20806
+ ])
20804
20807
  ]),
20805
20808
  _: 1
20806
20809
  })) : createCommentVNode("", !0)
20807
20810
  ])) : createCommentVNode("", !0),
20808
20811
  createVNode(_sfc_main$V, mergeProps(j, {
20809
20812
  id: $,
20810
- focus: ie.value,
20811
- "onUpdate:focus": kt[1] || (kt[1] = (bn) => ie.value = bn),
20812
20813
  modelValue: _e.value,
20813
- "onUpdate:modelValue": kt[2] || (kt[2] = (bn) => _e.value = bn),
20814
+ "onUpdate:modelValue": kt[0] || (kt[0] = (bn) => _e.value = bn),
20814
20815
  "show-error": V.value,
20815
20816
  onReset: Ue,
20816
20817
  onChange: Et
20817
- }), null, 16, ["focus", "modelValue", "show-error"]),
20818
+ }), null, 16, ["modelValue", "show-error"]),
20818
20819
  j.helpertext || z.value.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_7$9, [
20819
20820
  z.value.length > 0 ? (openBlock(), createElementBlock("span", _hoisted_8$9, toDisplayString(z.value[0].message), 1)) : j.helpertext ? (openBlock(), createElementBlock("span", _hoisted_9$7, toDisplayString(j.helpertext), 1)) : createCommentVNode("", !0)
20820
20821
  ])) : createCommentVNode("", !0)
20821
20822
  ])), [
20822
- [
20823
- Pt,
20824
- ue,
20825
- void 0,
20826
- { self: !0 }
20827
- ]
20823
+ [Pt, ue]
20828
20824
  ]),
20829
20825
  createVNode(Transition, { name: "pl-dropdown-fade" }, {
20830
20826
  default: withCtx(() => {
@@ -20873,7 +20869,7 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_17a4eb7d_lang = "", _hoist
20873
20869
  ]);
20874
20870
  };
20875
20871
  }
20876
- }, PlAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-17a4eb7d"]]), PlAutocompletePlugin = {
20872
+ }, PlAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-bcbce8be"]]), PlAutocompletePlugin = {
20877
20873
  install(g) {
20878
20874
  g.component("PlAutocomplete", PlAutocomplete);
20879
20875
  }
@@ -21254,7 +21250,7 @@ const PlButtonPlugin = {
21254
21250
  ], 2);
21255
21251
  };
21256
21252
  }
21257
- }, plSelectPlus_vue_vue_type_style_index_0_scoped_0e21ce7b_lang = "", _hoisted_1$u = { class: "pl-select__wrapper" }, _hoisted_2$o = {
21253
+ }, plSelectPlus_vue_vue_type_style_index_0_scoped_f1b8c796_lang = "", _hoisted_1$u = { class: "pl-select__wrapper" }, _hoisted_2$o = {
21258
21254
  key: 0,
21259
21255
  class: "pl-select__label-container"
21260
21256
  }, _hoisted_3$k = { class: "pl-select__label-container-text" }, _hoisted_4$h = {
@@ -21339,7 +21335,7 @@ const PlButtonPlugin = {
21339
21335
  setup(g, { emit: y }) {
21340
21336
  const j = g;
21341
21337
  useCssVars(($e) => ({
21342
- "95894d5e": j.width
21338
+ 69042120: j.width
21343
21339
  }));
21344
21340
  const $ = `id-${uniqid()}`, z = ref([]);
21345
21341
  if (j.prop) {
@@ -21494,7 +21490,7 @@ const PlButtonPlugin = {
21494
21490
  ]);
21495
21491
  };
21496
21492
  }
21497
- }, PlSelectPlus = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-0e21ce7b"]]), PlSelectPlusPlugin = {
21493
+ }, PlSelectPlus = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-f1b8c796"]]), PlSelectPlusPlugin = {
21498
21494
  install(g) {
21499
21495
  g.component("PlSelectPlus", PlSelectPlus);
21500
21496
  }
@@ -32403,7 +32399,7 @@ var objectSupport$1 = { exports: {} };
32403
32399
  });
32404
32400
  })(objectSupport$1);
32405
32401
  var objectSupportExports = objectSupport$1.exports;
32406
- const objectSupport = /* @__PURE__ */ getDefaultExportFromCjs(objectSupportExports), plDatePickerRange_vue_vue_type_style_index_0_scoped_e14af0c5_lang = "", _withScopeId = (g) => (pushScopeId("data-v-e14af0c5"), g = g(), popScopeId(), g), _hoisted_1$f = ["id"], _hoisted_2$c = ["src"], _hoisted_3$a = { class: "date-switcher__container flex-column" }, _hoisted_4$7 = { class: "d-flex pb-6 justify-content-between" }, _hoisted_5$5 = { class: "date-switcher justify-content-center flex-column" }, _hoisted_6$5 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "pl-date-picker__placeholder pb-1 ps-1" }, "Начало периода", -1)), _hoisted_7$5 = { class: "date-switcher justify-content-center flex-column" }, _hoisted_8$5 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "pl-date-picker__placeholder pb-1 ps-1" }, "Конец периода", -1)), _hoisted_9$3 = { class: "d-flex pt-2 justify-content-between" }, _hoisted_10$2 = { class: "date-switcher date-switcher__month" }, _hoisted_11$3 = { class: "date-switcher__month-name" }, _hoisted_12$2 = { class: "date-switcher date-switcher__year" }, _hoisted_13$2 = { class: "date-switcher__year-name" }, _hoisted_14$2 = { class: "pl-date-picker__days" }, _hoisted_15$2 = ["onClick", "onMousemove"], _hoisted_16$1 = { class: "field" }, _hoisted_17$1 = { class: "pl-date-picker__buttons" }, _sfc_main$y = {
32402
+ const objectSupport = /* @__PURE__ */ getDefaultExportFromCjs(objectSupportExports), plDatePickerRange_vue_vue_type_style_index_0_scoped_41cf3a1a_lang = "", _withScopeId = (g) => (pushScopeId("data-v-41cf3a1a"), g = g(), popScopeId(), g), _hoisted_1$f = ["id"], _hoisted_2$c = ["src"], _hoisted_3$a = { class: "date-switcher__container flex-column" }, _hoisted_4$7 = { class: "d-flex pb-6 justify-content-between" }, _hoisted_5$5 = { class: "date-switcher justify-content-center flex-column" }, _hoisted_6$5 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "pl-date-picker__placeholder pb-1 ps-1" }, "Начало периода", -1)), _hoisted_7$5 = { class: "date-switcher justify-content-center flex-column" }, _hoisted_8$5 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "pl-date-picker__placeholder pb-1 ps-1" }, "Конец периода", -1)), _hoisted_9$3 = { class: "d-flex pt-2 justify-content-between" }, _hoisted_10$2 = { class: "date-switcher date-switcher__month" }, _hoisted_11$3 = { class: "date-switcher__month-name" }, _hoisted_12$2 = { class: "date-switcher date-switcher__year" }, _hoisted_13$2 = { class: "date-switcher__year-name" }, _hoisted_14$2 = { class: "pl-date-picker__days" }, _hoisted_15$2 = ["onClick", "onMousemove"], _hoisted_16$1 = { class: "field" }, _hoisted_17$1 = { class: "pl-date-picker__buttons" }, _sfc_main$y = {
32407
32403
  __name: "pl-date-picker-range",
32408
32404
  props: {
32409
32405
  modelValue: {
@@ -32747,7 +32743,7 @@ const objectSupport = /* @__PURE__ */ getDefaultExportFromCjs(objectSupportExpor
32747
32743
  ], 8, _hoisted_1$f);
32748
32744
  };
32749
32745
  }
32750
- }, PlDatePickerRange = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-e14af0c5"]]), PlDatePickerPlugin = {
32746
+ }, PlDatePickerRange = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-41cf3a1a"]]), PlDatePickerPlugin = {
32751
32747
  install(g) {
32752
32748
  g.component("PlDatePicker", PlDatePicker), g.component("PlDatePickerRange", PlDatePickerRange);
32753
32749
  }
@@ -33267,7 +33263,7 @@ const quarterOfYear = /* @__PURE__ */ getDefaultExportFromCjs(quarterOfYearExpor
33267
33263
  });
33268
33264
  };
33269
33265
  }
33270
- }), PlDatePickerRangeWrapper_vue_vue_type_style_index_0_scoped_fe7e6160_lang = "", PlDatePickerRangeWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-fe7e6160"]]), _hoisted_1$d = { class: "pl-date-picker-range" }, _sfc_main$u = /* @__PURE__ */ defineComponent({
33266
+ }), PlDatePickerRangeWrapper_vue_vue_type_style_index_0_scoped_f74d63d6_lang = "", PlDatePickerRangeWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-f74d63d6"]]), _hoisted_1$d = { class: "pl-date-picker-range" }, _sfc_main$u = /* @__PURE__ */ defineComponent({
33271
33267
  __name: "pl-date-picker-range-plus",
33272
33268
  props: {
33273
33269
  modelValue: { default: () => [] },
@@ -33290,11 +33286,7 @@ const quarterOfYear = /* @__PURE__ */ getDefaultExportFromCjs(quarterOfYearExpor
33290
33286
  },
33291
33287
  emits: ["update:modelValue", "changeOpen"],
33292
33288
  setup(g, { expose: y, emit: j }) {
33293
- const $ = g;
33294
- useCssVars((Ue) => ({
33295
- "16f24e56": $.width
33296
- }));
33297
- const { width: z } = useWindowSize(), V = computed$1({
33289
+ const $ = g, { width: z } = useWindowSize(), V = computed$1({
33298
33290
  get: () => $.modelValue,
33299
33291
  set: (Ue) => j("update:modelValue", Ue)
33300
33292
  });
@@ -33371,7 +33363,6 @@ const quarterOfYear = /* @__PURE__ */ getDefaultExportFromCjs(quarterOfYearExpor
33371
33363
  ref: ue,
33372
33364
  modelValue: le.value,
33373
33365
  "onUpdate:modelValue": $e[4] || ($e[4] = (Ve) => le.value = Ve),
33374
- "content-custom-class": "pt-4",
33375
33366
  "width-this": "518"
33376
33367
  }, {
33377
33368
  header: withCtx(() => [
@@ -33387,14 +33378,12 @@ const quarterOfYear = /* @__PURE__ */ getDefaultExportFromCjs(quarterOfYearExpor
33387
33378
  "onUpdate:isOpen": $e[2] || ($e[2] = (Ve) => le.value = Ve),
33388
33379
  dateValue: re.value,
33389
33380
  "onUpdate:dateValue": $e[3] || ($e[3] = (Ve) => re.value = Ve),
33390
- periods: Ue.periods,
33391
- "period-options": Ue.periodOptions,
33392
33381
  "month-switch": Ue.monthSwitch,
33393
33382
  "year-switch": Ue.yearSwitch,
33394
33383
  mobile: "",
33395
33384
  "disabled-date": Ue.disabledDate,
33396
33385
  onClosePickerOnMobile: Oe
33397
- }, null, 8, ["modelValue", "isOpen", "dateValue", "periods", "period-options", "month-switch", "year-switch", "disabled-date"])
33386
+ }, null, 8, ["modelValue", "isOpen", "dateValue", "month-switch", "year-switch", "disabled-date"])
33398
33387
  ]),
33399
33388
  _: 1
33400
33389
  }, 8, ["modelValue"])) : (openBlock(), createBlock(PlDatePickerRangeWrapper, {
@@ -33663,7 +33652,7 @@ const quarterOfYear = /* @__PURE__ */ getDefaultExportFromCjs(quarterOfYearExpor
33663
33652
  });
33664
33653
  };
33665
33654
  }
33666
- }), PlDatePickerWrapper_vue_vue_type_style_index_0_scoped_c80de71d_lang = "", PlDatePickerWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-c80de71d"]]), _hoisted_1$b = { class: "pl-date-picker-range" }, _sfc_main$s = /* @__PURE__ */ defineComponent({
33655
+ }), PlDatePickerWrapper_vue_vue_type_style_index_0_scoped_8d3dd1d2_lang = "", PlDatePickerWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-8d3dd1d2"]]), _hoisted_1$b = { class: "pl-date-picker-range" }, _sfc_main$s = /* @__PURE__ */ defineComponent({
33667
33656
  __name: "pl-date-picker-plus",
33668
33657
  props: {
33669
33658
  modelValue: { default: "" },
@@ -33745,7 +33734,6 @@ const quarterOfYear = /* @__PURE__ */ getDefaultExportFromCjs(quarterOfYearExpor
33745
33734
  ref: ue,
33746
33735
  modelValue: le.value,
33747
33736
  "onUpdate:modelValue": Ue[4] || (Ue[4] = (Et) => le.value = Et),
33748
- "content-custom-class": "pt-4",
33749
33737
  "width-this": "518"
33750
33738
  }, {
33751
33739
  header: withCtx(() => [