@factoringplus/pl-components-pack-v3 0.14.2-pre-34 → 0.14.2-pre-36

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.
@@ -33298,7 +33298,7 @@ const quarterOfYear = /* @__PURE__ */ getDefaultExportFromCjs(quarterOfYearExpor
33298
33298
  setup(g, { expose: y, emit: j }) {
33299
33299
  const $ = g;
33300
33300
  useCssVars(($e) => ({
33301
- "14cac180": $.width
33301
+ fa26e1dc: $.width
33302
33302
  }));
33303
33303
  const { width: z } = useWindowSize(), V = computed$1({
33304
33304
  get: () => $.modelValue,
@@ -33329,7 +33329,7 @@ const quarterOfYear = /* @__PURE__ */ getDefaultExportFromCjs(quarterOfYearExpor
33329
33329
  );
33330
33330
  const he = () => {
33331
33331
  $.focusOnReset ? nextTick(() => {
33332
- de.value.focusInput(), ie.value.openPopup();
33332
+ z.value > 730 && de.value.focusInput(), ie.value.openPopup();
33333
33333
  }) : (de.value.blurInput(!0), j("blur"));
33334
33334
  }, _e = () => {
33335
33335
  if (ie.value && !$.disabled)
@@ -33710,7 +33710,7 @@ const quarterOfYear = /* @__PURE__ */ getDefaultExportFromCjs(quarterOfYearExpor
33710
33710
  } },
33711
33711
  disabled: { type: Boolean, default: !1 }
33712
33712
  },
33713
- emits: ["update:modelValue", "changeOpen"],
33713
+ emits: ["update:modelValue", "changeOpen", "blur"],
33714
33714
  setup(g, { expose: y, emit: j }) {
33715
33715
  const $ = g, { width: z } = useWindowSize(), V = computed$1({
33716
33716
  get: () => $.modelValue,
@@ -33719,12 +33719,12 @@ const quarterOfYear = /* @__PURE__ */ getDefaultExportFromCjs(quarterOfYearExpor
33719
33719
  watch(
33720
33720
  () => le.value,
33721
33721
  (Ie, Ue) => {
33722
- Ue && !Ie && de.value.blurInput(!0);
33722
+ Ue && !Ie && (de.value.blurInput(!0), j("blur"));
33723
33723
  }
33724
33724
  ), watch(
33725
33725
  () => ae.value,
33726
33726
  (Ie, Ue) => {
33727
- Ue && !Ie && de.value.blurInput(!0);
33727
+ Ue && !Ie && (de.value.blurInput(!0), j("blur"));
33728
33728
  }
33729
33729
  );
33730
33730
  const he = () => {
@@ -33733,7 +33733,9 @@ const quarterOfYear = /* @__PURE__ */ getDefaultExportFromCjs(quarterOfYearExpor
33733
33733
  if (ie.value && !$.disabled)
33734
33734
  return z.value > 730 ? (xe(!1), $.showInput && de.value.focusInput()) : xe(!0), ie.value.openPopup();
33735
33735
  }, Ne = () => {
33736
- ie.value && ae.value && ie.value.checkInput();
33736
+ ie.value && nextTick(() => {
33737
+ ie.value.checkInput();
33738
+ });
33737
33739
  }, Ce = () => {
33738
33740
  ue.value.closeModalOnMobile();
33739
33741
  }, xe = (Ie = !1) => {