@factoringplus/pl-components-pack-v3 0.14.2-pre-09 → 0.14.2-pre-11

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,6 +18727,7 @@ 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 },
18730
18731
  widthThis: { default: "808" },
18731
18732
  padding: { default: "24px" },
18732
18733
  headerPadding: { default: "" },
@@ -18738,14 +18739,15 @@ const uniqid = /* @__PURE__ */ getDefaultExportFromCjs(uniqidExports), _hoisted_
18738
18739
  logout: { type: Boolean, default: !1 },
18739
18740
  scroll: { type: Boolean, default: !1 },
18740
18741
  modalOnMobile: { type: Boolean, default: !1 },
18741
- isTranches: { type: Boolean, default: !1 }
18742
+ isTranches: { type: Boolean, default: !1 },
18743
+ contentCustomClass: { default: "" }
18742
18744
  },
18743
18745
  emits: ["update:modelValue", "changeVisibleModalValue"],
18744
18746
  setup(g, { expose: y, emit: j }) {
18745
18747
  const $ = g;
18746
18748
  useCssVars((jt) => ({
18747
- "1143345d": xe.value,
18748
- "54dc1a7d": Dt.value
18749
+ "78611d02": xe.value,
18750
+ "5dcb13c2": Dt.value
18749
18751
  }));
18750
18752
  const z = computed$1({
18751
18753
  get: () => $.modelValue,
@@ -18774,7 +18776,7 @@ const uniqid = /* @__PURE__ */ getDefaultExportFromCjs(uniqidExports), _hoisted_
18774
18776
  })), $e = ref(0), xe = ref("100%"), Dt = ref("0.3s"), Et = (jt) => {
18775
18777
  var xn;
18776
18778
  const Tn = (xn = jt == null ? void 0 : jt.target.closest("[id]")) == null ? void 0 : xn.id;
18777
- if (!$.showHeader || Tn && Tn !== Ne)
18779
+ if (!$.showGrabber || Tn && Tn !== Ne)
18778
18780
  return;
18779
18781
  const bn = (In) => {
18780
18782
  if (Dt.value = "0s", !$e.value)
@@ -18818,6 +18820,7 @@ const uniqid = /* @__PURE__ */ getDefaultExportFromCjs(uniqidExports), _hoisted_
18818
18820
  class: normalizeClass([
18819
18821
  jt.customClass,
18820
18822
  "justify-content-end",
18823
+ { "modal-with-custom": jt.contentCustomClass },
18821
18824
  he.value ? "mx-4" : "",
18822
18825
  $.modalOnMobile && "modal-on-mobile"
18823
18826
  ])
@@ -18830,7 +18833,7 @@ const uniqid = /* @__PURE__ */ getDefaultExportFromCjs(uniqidExports), _hoisted_
18830
18833
  createElementVNode("div", {
18831
18834
  class: normalizeClass(["dialog-container ms-auto", [
18832
18835
  ue.value ? "" : jt.simple ? "align-self-start " : he.value ? "my-16" : "mt-16 mx-auto",
18833
- { "with-grabber": jt.showHeader }
18836
+ { "with-grabber": jt.showGrabber }
18834
18837
  ]]),
18835
18838
  onTouchstart: Et
18836
18839
  }, [
@@ -18865,14 +18868,14 @@ const uniqid = /* @__PURE__ */ getDefaultExportFromCjs(uniqidExports), _hoisted_
18865
18868
  ref_key: "dialogScroll",
18866
18869
  ref: _n,
18867
18870
  "max-height": kt.value,
18868
- class: "flex-grow-1 dialog-scroll",
18871
+ class: normalizeClass(["flex-grow-1 dialog-scroll", jt.contentCustomClass]),
18869
18872
  "view-class": "h-100 el-scrollbar-view"
18870
18873
  }, {
18871
18874
  default: withCtx(() => [
18872
18875
  renderSlot(jt.$slots, "default")
18873
18876
  ]),
18874
18877
  _: 3
18875
- }, 8, ["max-height"]),
18878
+ }, 8, ["max-height", "class"]),
18876
18879
  jt.isTranches ? (openBlock(), createElementBlock("div", _hoisted_5$k)) : createCommentVNode("", !0)
18877
18880
  ], 512)
18878
18881
  ], 34)
@@ -19607,7 +19610,7 @@ const uniqid = /* @__PURE__ */ getDefaultExportFromCjs(uniqidExports), _hoisted_
19607
19610
  ]);
19608
19611
  };
19609
19612
  }
19610
- }, plInputPlus_vue_vue_type_style_index_0_scoped_2072312b_lang = "", _hoisted_1$G = {
19613
+ }, plInputPlus_vue_vue_type_style_index_0_scoped_d7c0ded8_lang = "", _hoisted_1$G = {
19611
19614
  key: 0,
19612
19615
  class: "pl-input__label"
19613
19616
  }, _hoisted_2$x = {
@@ -19724,7 +19727,7 @@ const uniqid = /* @__PURE__ */ getDefaultExportFromCjs(uniqidExports), _hoisted_
19724
19727
  setup(g, { expose: y, emit: j }) {
19725
19728
  const $ = g;
19726
19729
  useCssVars((de) => ({
19727
- "9f01016a": $.width
19730
+ "875ebec6": $.width
19728
19731
  }));
19729
19732
  const z = useAttrs$1(), V = `id-${uniqid()}`, re = ref([]);
19730
19733
  if ($.prop) {
@@ -19865,7 +19868,7 @@ const uniqid = /* @__PURE__ */ getDefaultExportFromCjs(uniqidExports), _hoisted_
19865
19868
  ], 32);
19866
19869
  };
19867
19870
  }
19868
- }, __unplugin_components_0 = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-2072312b"]]), PlInputPlusPlugin = {
19871
+ }, __unplugin_components_0 = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-d7c0ded8"]]), PlInputPlusPlugin = {
19869
19872
  install(g) {
19870
19873
  g.component("PlInputPlus", __unplugin_components_0);
19871
19874
  }
@@ -20541,7 +20544,7 @@ const _hoisted_1$z = {
20541
20544
  onFocusin: z,
20542
20545
  onKeydown: withKeys(withModifiers(V, ["prevent"]), ["tab"]),
20543
20546
  onInput: ie[0] || (ie[0] = (de) => {
20544
- ae.value = de.target.value;
20547
+ de.stopImmediatePropagation(), ae.value = de.target.value;
20545
20548
  }),
20546
20549
  onBlur: re
20547
20550
  }, null, 40, _hoisted_3$o)
@@ -20564,7 +20567,7 @@ function declOfNum(g, y) {
20564
20567
  const $ = g % 10;
20565
20568
  return $ > 1 && $ < 5 ? y[1] : $ == 1 ? y[0] : y[2];
20566
20569
  }
20567
- const plAutocompete_vue_vue_type_style_index_0_scoped_6dda83ae_lang = "", _hoisted_1$y = { class: "pl-autocomplete__wrapper" }, _hoisted_2$r = { class: "pl-autocomplete__select-container" }, _hoisted_3$n = {
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
20571
  key: 0,
20569
20572
  class: "pl-autocomplete__label-container"
20570
20573
  }, _hoisted_4$k = { class: "pl-autocomplete__label-container-text" }, _hoisted_5$e = {
@@ -20676,7 +20679,7 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_6dda83ae_lang = "", _hoist
20676
20679
  setup(g, { emit: y }) {
20677
20680
  const j = g;
20678
20681
  useCssVars((Ve) => ({
20679
- "5ad301f0": j.width
20682
+ "7bd590a2": j.width
20680
20683
  }));
20681
20684
  const $ = `id-${uniqid()}`, z = ref([]);
20682
20685
  if (j.prop) {
@@ -20714,7 +20717,7 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_6dda83ae_lang = "", _hoist
20714
20717
  });
20715
20718
  });
20716
20719
  const ue = () => {
20717
- j.disabled || (ie.value = !ie.value, document.getElementById($) && (ie.value ? document.getElementById($).focus() : document.getElementById($).blur()));
20720
+ j.disabled || (ie.value = !0, document.getElementById($) && (ie.value ? document.getElementById($).focus() : document.getElementById($).blur()));
20718
20721
  }, de = () => {
20719
20722
  j.disabled || !ie.value || nextTick(() => {
20720
20723
  ie.value = !1, !j.memoryBlur && !Ne.value.value ? _e.value = "" : Ne.value.value && (_e.value = Ne.value.value);
@@ -20781,8 +20784,8 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_6dda83ae_lang = "", _hoist
20781
20784
  return (Ve, kt) => {
20782
20785
  const _n = ElScrollbar, Pt = resolveDirective("tap"), jt = vLoading, Tn = resolveDirective("touch-outside");
20783
20786
  return withDirectives((openBlock(), createElementBlock("div", _hoisted_1$y, [
20784
- createElementVNode("div", _hoisted_2$r, [
20785
- j.label || j.tooltip ? withDirectives((openBlock(), createElementBlock("label", _hoisted_3$n, [
20787
+ withDirectives((openBlock(), createElementBlock("div", _hoisted_2$r, [
20788
+ j.label || j.tooltip ? (openBlock(), createElementBlock("label", _hoisted_3$n, [
20786
20789
  createElementVNode("div", _hoisted_4$k, [
20787
20790
  j.label ? (openBlock(), createElementBlock("span", _hoisted_5$e, toDisplayString(j.label), 1)) : createCommentVNode("", !0),
20788
20791
  j.optional ? (openBlock(), createElementBlock("span", _hoisted_6$a, toDisplayString(j.optional), 1)) : createCommentVNode("", !0)
@@ -20801,14 +20804,7 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_6dda83ae_lang = "", _hoist
20801
20804
  ]),
20802
20805
  _: 1
20803
20806
  })) : createCommentVNode("", !0)
20804
- ])), [
20805
- [
20806
- Pt,
20807
- ue,
20808
- void 0,
20809
- { self: !0 }
20810
- ]
20811
- ]) : createCommentVNode("", !0),
20807
+ ])) : createCommentVNode("", !0),
20812
20808
  createVNode(_sfc_main$V, mergeProps(j, {
20813
20809
  id: $,
20814
20810
  focus: ie.value,
@@ -20822,6 +20818,13 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_6dda83ae_lang = "", _hoist
20822
20818
  j.helpertext || z.value.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_7$9, [
20823
20819
  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)
20824
20820
  ])) : createCommentVNode("", !0)
20821
+ ])), [
20822
+ [
20823
+ Pt,
20824
+ ue,
20825
+ void 0,
20826
+ { self: !0 }
20827
+ ]
20825
20828
  ]),
20826
20829
  createVNode(Transition, { name: "pl-dropdown-fade" }, {
20827
20830
  default: withCtx(() => {
@@ -20870,7 +20873,7 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_6dda83ae_lang = "", _hoist
20870
20873
  ]);
20871
20874
  };
20872
20875
  }
20873
- }, PlAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-6dda83ae"]]), PlAutocompletePlugin = {
20876
+ }, PlAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-17a4eb7d"]]), PlAutocompletePlugin = {
20874
20877
  install(g) {
20875
20878
  g.component("PlAutocomplete", PlAutocomplete);
20876
20879
  }
@@ -21251,7 +21254,7 @@ const PlButtonPlugin = {
21251
21254
  ], 2);
21252
21255
  };
21253
21256
  }
21254
- }, plSelectPlus_vue_vue_type_style_index_0_scoped_f1b8c796_lang = "", _hoisted_1$u = { class: "pl-select__wrapper" }, _hoisted_2$o = {
21257
+ }, plSelectPlus_vue_vue_type_style_index_0_scoped_0e21ce7b_lang = "", _hoisted_1$u = { class: "pl-select__wrapper" }, _hoisted_2$o = {
21255
21258
  key: 0,
21256
21259
  class: "pl-select__label-container"
21257
21260
  }, _hoisted_3$k = { class: "pl-select__label-container-text" }, _hoisted_4$h = {
@@ -21336,7 +21339,7 @@ const PlButtonPlugin = {
21336
21339
  setup(g, { emit: y }) {
21337
21340
  const j = g;
21338
21341
  useCssVars(($e) => ({
21339
- 69042120: j.width
21342
+ "95894d5e": j.width
21340
21343
  }));
21341
21344
  const $ = `id-${uniqid()}`, z = ref([]);
21342
21345
  if (j.prop) {
@@ -21491,7 +21494,7 @@ const PlButtonPlugin = {
21491
21494
  ]);
21492
21495
  };
21493
21496
  }
21494
- }, PlSelectPlus = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-f1b8c796"]]), PlSelectPlusPlugin = {
21497
+ }, PlSelectPlus = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-0e21ce7b"]]), PlSelectPlusPlugin = {
21495
21498
  install(g) {
21496
21499
  g.component("PlSelectPlus", PlSelectPlus);
21497
21500
  }
@@ -32400,7 +32403,7 @@ var objectSupport$1 = { exports: {} };
32400
32403
  });
32401
32404
  })(objectSupport$1);
32402
32405
  var objectSupportExports = objectSupport$1.exports;
32403
- 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 = {
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 = {
32404
32407
  __name: "pl-date-picker-range",
32405
32408
  props: {
32406
32409
  modelValue: {
@@ -32744,7 +32747,7 @@ const objectSupport = /* @__PURE__ */ getDefaultExportFromCjs(objectSupportExpor
32744
32747
  ], 8, _hoisted_1$f);
32745
32748
  };
32746
32749
  }
32747
- }, PlDatePickerRange = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-41cf3a1a"]]), PlDatePickerPlugin = {
32750
+ }, PlDatePickerRange = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-e14af0c5"]]), PlDatePickerPlugin = {
32748
32751
  install(g) {
32749
32752
  g.component("PlDatePicker", PlDatePicker), g.component("PlDatePickerRange", PlDatePickerRange);
32750
32753
  }
@@ -33264,7 +33267,7 @@ const quarterOfYear = /* @__PURE__ */ getDefaultExportFromCjs(quarterOfYearExpor
33264
33267
  });
33265
33268
  };
33266
33269
  }
33267
- }), 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({
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({
33268
33271
  __name: "pl-date-picker-range-plus",
33269
33272
  props: {
33270
33273
  modelValue: { default: () => [] },
@@ -33287,7 +33290,11 @@ const quarterOfYear = /* @__PURE__ */ getDefaultExportFromCjs(quarterOfYearExpor
33287
33290
  },
33288
33291
  emits: ["update:modelValue", "changeOpen"],
33289
33292
  setup(g, { expose: y, emit: j }) {
33290
- const $ = g, { width: z } = useWindowSize(), V = computed$1({
33293
+ const $ = g;
33294
+ useCssVars((Ue) => ({
33295
+ "3dbe7582": $.width
33296
+ }));
33297
+ const { width: z } = useWindowSize(), V = computed$1({
33291
33298
  get: () => $.modelValue,
33292
33299
  set: (Ue) => j("update:modelValue", Ue)
33293
33300
  });
@@ -33364,11 +33371,10 @@ const quarterOfYear = /* @__PURE__ */ getDefaultExportFromCjs(quarterOfYearExpor
33364
33371
  ref: ue,
33365
33372
  modelValue: le.value,
33366
33373
  "onUpdate:modelValue": $e[4] || ($e[4] = (Ve) => le.value = Ve),
33374
+ "content-custom-class": "p-0 pt-2",
33375
+ "show-header": !1,
33367
33376
  "width-this": "518"
33368
33377
  }, {
33369
- header: withCtx(() => [
33370
- createTextVNode("Календарь")
33371
- ]),
33372
33378
  default: withCtx(() => [
33373
33379
  createVNode(PlDatePickerRangeWrapper, {
33374
33380
  ref_key: "pickerWrapper",
@@ -33379,12 +33385,14 @@ const quarterOfYear = /* @__PURE__ */ getDefaultExportFromCjs(quarterOfYearExpor
33379
33385
  "onUpdate:isOpen": $e[2] || ($e[2] = (Ve) => le.value = Ve),
33380
33386
  dateValue: re.value,
33381
33387
  "onUpdate:dateValue": $e[3] || ($e[3] = (Ve) => re.value = Ve),
33388
+ periods: Ue.periods,
33389
+ "period-options": Ue.periodOptions,
33382
33390
  "month-switch": Ue.monthSwitch,
33383
33391
  "year-switch": Ue.yearSwitch,
33384
33392
  mobile: "",
33385
33393
  "disabled-date": Ue.disabledDate,
33386
33394
  onClosePickerOnMobile: Oe
33387
- }, null, 8, ["modelValue", "isOpen", "dateValue", "month-switch", "year-switch", "disabled-date"])
33395
+ }, null, 8, ["modelValue", "isOpen", "dateValue", "periods", "period-options", "month-switch", "year-switch", "disabled-date"])
33388
33396
  ]),
33389
33397
  _: 1
33390
33398
  }, 8, ["modelValue"])) : (openBlock(), createBlock(PlDatePickerRangeWrapper, {
@@ -33653,7 +33661,7 @@ const quarterOfYear = /* @__PURE__ */ getDefaultExportFromCjs(quarterOfYearExpor
33653
33661
  });
33654
33662
  };
33655
33663
  }
33656
- }), 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({
33664
+ }), 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({
33657
33665
  __name: "pl-date-picker-plus",
33658
33666
  props: {
33659
33667
  modelValue: { default: "" },
@@ -33735,11 +33743,10 @@ const quarterOfYear = /* @__PURE__ */ getDefaultExportFromCjs(quarterOfYearExpor
33735
33743
  ref: ue,
33736
33744
  modelValue: le.value,
33737
33745
  "onUpdate:modelValue": Ue[4] || (Ue[4] = (Et) => le.value = Et),
33746
+ "content-custom-class": "p-0 pt-2",
33747
+ "show-header": !1,
33738
33748
  "width-this": "518"
33739
33749
  }, {
33740
- header: withCtx(() => [
33741
- createTextVNode("Календарь")
33742
- ]),
33743
33750
  default: withCtx(() => [
33744
33751
  createVNode(PlDatePickerWrapper, {
33745
33752
  ref_key: "pickerWrapper",