@factoringplus/pl-components-pack-v3 0.5.73 → 0.5.74

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.
@@ -20079,7 +20079,7 @@ function declOfNum(g, y) {
20079
20079
  const z = g % 10;
20080
20080
  return z > 1 && z < 5 ? y[1] : z == 1 ? y[0] : y[2];
20081
20081
  }
20082
- const plAutocompete_vue_vue_type_style_index_0_scoped_8bced9fc_lang = "", _hoisted_1$C = { class: "pl-autocomplete__wrapper" }, _hoisted_2$x = {
20082
+ const plAutocompete_vue_vue_type_style_index_0_scoped_6bdf768d_lang = "", _hoisted_1$C = { class: "pl-autocomplete__wrapper" }, _hoisted_2$x = {
20083
20083
  key: 0,
20084
20084
  class: "pl-autocomplete__label-container"
20085
20085
  }, _hoisted_3$r = { class: "pl-autocomplete__label-container-text" }, _hoisted_4$m = {
@@ -20184,7 +20184,7 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_8bced9fc_lang = "", _hoist
20184
20184
  setup(g, { emit: y }) {
20185
20185
  const j = g;
20186
20186
  useCssVars((qe) => ({
20187
- "7079ea74": j.width
20187
+ "7b475a8e": j.width
20188
20188
  }));
20189
20189
  const z = `id-${uniqid()}`, $ = ref([]);
20190
20190
  if (j.prop) {
@@ -20279,7 +20279,9 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_8bced9fc_lang = "", _hoist
20279
20279
  value: Ie.value,
20280
20280
  data: !1,
20281
20281
  bottomText: ""
20282
- }, y("changeValue", _e.value));
20282
+ }, nextTick(() => {
20283
+ y("changeValue", _e.value);
20284
+ }));
20283
20285
  };
20284
20286
  return (qe, At) => {
20285
20287
  const Dt = ElScrollbar, Pt = vLoading;
@@ -20363,7 +20365,7 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_8bced9fc_lang = "", _hoist
20363
20365
  ]);
20364
20366
  };
20365
20367
  }
20366
- }, PlAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-8bced9fc"]]), PlAutocompletePlugin = {
20368
+ }, PlAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-6bdf768d"]]), PlAutocompletePlugin = {
20367
20369
  install(g) {
20368
20370
  g.component("PlAutocomplete", PlAutocomplete), g.component("PlOption", PlOption);
20369
20371
  }