@factoringplus/pl-components-pack-v3 0.5.70-pre-03 → 0.5.70-pre-04

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.
@@ -19479,7 +19479,7 @@ function now$1() {
19479
19479
  return now$1.last = g > y ? g : y + 1;
19480
19480
  }
19481
19481
  var uniqidExports = uniqid$1.exports;
19482
- const uniqid = /* @__PURE__ */ getDefaultExportFromCjs(uniqidExports), plInputPlus_vue_vue_type_style_index_0_scoped_a77924d7_lang = "", _export_sfc = (g, y) => {
19482
+ const uniqid = /* @__PURE__ */ getDefaultExportFromCjs(uniqidExports), plInputPlus_vue_vue_type_style_index_0_scoped_fae1a613_lang = "", _export_sfc = (g, y) => {
19483
19483
  const j = g.__vccOpts || g;
19484
19484
  for (const [z, $] of y)
19485
19485
  j[z] = $;
@@ -19581,11 +19581,11 @@ const uniqid = /* @__PURE__ */ getDefaultExportFromCjs(uniqidExports), plInputPl
19581
19581
  type: String || Number
19582
19582
  }
19583
19583
  },
19584
- emits: ["update:modelValue", "change:modelValue"],
19584
+ emits: ["update:modelValue"],
19585
19585
  setup(g, { emit: y }) {
19586
19586
  const j = g;
19587
19587
  useCssVars((ae) => ({
19588
- d77fbaf6: j.width
19588
+ "2ac564d8": j.width
19589
19589
  }));
19590
19590
  const z = useAttrs$1(), $ = `id-${uniqid()}`, V = ref([]);
19591
19591
  if (j.prop) {
@@ -19689,7 +19689,7 @@ const uniqid = /* @__PURE__ */ getDefaultExportFromCjs(uniqidExports), plInputPl
19689
19689
  ])) : createCommentVNode("", !0)
19690
19690
  ]));
19691
19691
  }
19692
- }, PlInputPlus = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__scopeId", "data-v-a77924d7"]]), PlInputPlusPlugin = {
19692
+ }, PlInputPlus = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__scopeId", "data-v-fae1a613"]]), PlInputPlusPlugin = {
19693
19693
  install(g) {
19694
19694
  g.component("PlInputPlus", PlInputPlus);
19695
19695
  }
@@ -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_5b007444_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_5b007444_lang = "", _hoist
20184
20184
  setup(g, { emit: y }) {
20185
20185
  const j = g;
20186
20186
  useCssVars((qe) => ({
20187
- "0e555ca8": j.width
20187
+ "7b475a8e": j.width
20188
20188
  }));
20189
20189
  const z = `id-${uniqid()}`, $ = ref([]);
20190
20190
  if (j.prop) {
@@ -20246,6 +20246,12 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_5b007444_lang = "", _hoist
20246
20246
  });
20247
20247
  watch(_e, (qe) => {
20248
20248
  Ie.value = qe.value;
20249
+ const At = document.getElementById(z);
20250
+ if ("createEvent" in document) {
20251
+ const Dt = document.createEvent("HTMLEvents");
20252
+ Dt.initEvent("change", !1, !0), At.dispatchEvent(Dt);
20253
+ } else
20254
+ At.fireEvent("onchange");
20249
20255
  }), j.default && (_e.value = JSON.parse(JSON.stringify(j.default)));
20250
20256
  const Oe = (qe) => {
20251
20257
  qe.disabled || (de(), _e.value = qe, Ie.value = qe.value, y("changeValue", qe));
@@ -20359,7 +20365,7 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_5b007444_lang = "", _hoist
20359
20365
  ]);
20360
20366
  };
20361
20367
  }
20362
- }, PlAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-5b007444"]]), PlAutocompletePlugin = {
20368
+ }, PlAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-6bdf768d"]]), PlAutocompletePlugin = {
20363
20369
  install(g) {
20364
20370
  g.component("PlAutocomplete", PlAutocomplete), g.component("PlOption", PlOption);
20365
20371
  }