@factoringplus/pl-components-pack-v3 0.5.14 → 0.5.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.
@@ -25936,7 +25936,7 @@ var objectSupport$1 = { exports: {} };
25936
25936
  })(objectSupport$1);
25937
25937
  var objectSupport = objectSupport$1.exports;
25938
25938
  var plDatePickerRange_vue_vue_type_style_index_0_scoped_true_lang = "";
25939
- const _withScopeId = (n2) => (pushScopeId("data-v-3a02e98f"), n2 = n2(), popScopeId(), n2);
25939
+ const _withScopeId = (n2) => (pushScopeId("data-v-56266fb4"), n2 = n2(), popScopeId(), n2);
25940
25940
  const _hoisted_1$v = ["id"];
25941
25941
  const _hoisted_2$r = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("img", {
25942
25942
  class: "date-picker__img",
@@ -25990,7 +25990,7 @@ const _sfc_main$w = {
25990
25990
  }
25991
25991
  },
25992
25992
  emits: ["update:modelValue", "changeOpen"],
25993
- setup(__props, { emit: emit2 }) {
25993
+ setup(__props, { expose, emit: emit2 }) {
25994
25994
  const props = __props;
25995
25995
  dayjs.locale("ru");
25996
25996
  dayjs.extend(isBetween);
@@ -26360,6 +26360,10 @@ const _sfc_main$w = {
26360
26360
  return dayjsFormat(i2).isBetween(dayjsFormat(start), dayjsFormat(end));
26361
26361
  }
26362
26362
  };
26363
+ const clearDate = () => {
26364
+ dateValue.value = "";
26365
+ };
26366
+ expose({ clearDate });
26363
26367
  watch(currentDate, () => {
26364
26368
  daysData.value = getArrayOfDays();
26365
26369
  });
@@ -26507,7 +26511,7 @@ const _sfc_main$w = {
26507
26511
  };
26508
26512
  }
26509
26513
  };
26510
- var PlDatePickerRange = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-3a02e98f"]]);
26514
+ var PlDatePickerRange = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-56266fb4"]]);
26511
26515
  var datePicker = "";
26512
26516
  var scrollbar = "";
26513
26517
  var popper = "";