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

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.
@@ -19181,7 +19181,7 @@ const plCurrency_vue_vue_type_style_index_0_lang = "", _hoisted_1$M = /* @__PURE
19181
19181
  default: !1
19182
19182
  }
19183
19183
  },
19184
- emits: ["update:modelValue"],
19184
+ emits: ["update:modelValue", "change"],
19185
19185
  setup(g, { emit: y }) {
19186
19186
  const j = g, z = useAttrs$1(), $ = reactive({
19187
19187
  currency: "RUB",
@@ -19194,11 +19194,11 @@ const plCurrency_vue_vue_type_style_index_0_lang = "", _hoisted_1$M = /* @__PURE
19194
19194
  }), { inputRef: V, formattedValue: re, setValue: ae } = useCurrencyInput($), le = computed$1({
19195
19195
  get: () => j.modelValue,
19196
19196
  set: (ue) => {
19197
- ae(newValue), y("update:modelValue", ue);
19197
+ y("update:modelValue", ue);
19198
19198
  }
19199
19199
  });
19200
19200
  return watch(le, (ue) => {
19201
- ue === null && ae(ue);
19201
+ ae(ue);
19202
19202
  }), (ue, ie) => (openBlock(), createElementBlock("div", _hoisted_1$K, [
19203
19203
  j.leftIcon ? (openBlock(), createElementBlock("div", _hoisted_2$F, [
19204
19204
  createVNode(_sfc_main$14, {
@@ -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_da5ee9d9_lang = "", _export_sfc = (g, y) => {
19482
+ const uniqid = /* @__PURE__ */ getDefaultExportFromCjs(uniqidExports), plInputPlus_vue_vue_type_style_index_0_scoped_a77924d7_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"],
19584
+ emits: ["update:modelValue", "change:modelValue"],
19585
19585
  setup(g, { emit: y }) {
19586
19586
  const j = g;
19587
19587
  useCssVars((ae) => ({
19588
- "7f49a608": j.width
19588
+ d77fbaf6: 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-da5ee9d9"]]), PlInputPlusPlugin = {
19692
+ }, PlInputPlus = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__scopeId", "data-v-a77924d7"]]), PlInputPlusPlugin = {
19693
19693
  install(g) {
19694
19694
  g.component("PlInputPlus", PlInputPlus);
19695
19695
  }