@factoringplus/pl-components-pack-v3 0.5.43 → 0.5.45

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.
@@ -19299,7 +19299,7 @@ const plCurrency_vue_vue_type_style_index_0_lang = "", _hoisted_1$E = /* @__PURE
19299
19299
  ]);
19300
19300
  };
19301
19301
  }
19302
- }, plInputPlus_vue_vue_type_style_index_0_scoped_a3330a36_lang = "", _export_sfc = (g, y) => {
19302
+ }, plInputPlus_vue_vue_type_style_index_0_scoped_1a4f140a_lang = "", _export_sfc = (g, y) => {
19303
19303
  const j = g.__vccOpts || g;
19304
19304
  for (const [z, $] of y)
19305
19305
  j[z] = $;
@@ -19311,7 +19311,7 @@ const plCurrency_vue_vue_type_style_index_0_lang = "", _hoisted_1$E = /* @__PURE
19311
19311
  key: 1,
19312
19312
  class: "pl-input__optional"
19313
19313
  }, _hoisted_4$i = {
19314
- key: 0,
19314
+ key: 1,
19315
19315
  class: "pl-input__helpertext"
19316
19316
  }, _hoisted_5$c = {
19317
19317
  key: 0,
@@ -19405,7 +19405,7 @@ const plCurrency_vue_vue_type_style_index_0_lang = "", _hoisted_1$E = /* @__PURE
19405
19405
  setup(g, { emit: y }) {
19406
19406
  const j = g;
19407
19407
  useCssVars((oe) => ({
19408
- "4765a72c": j.width
19408
+ "6f8fb2bc": j.width
19409
19409
  }));
19410
19410
  const z = useAttrs$1(), $ = `id-${Math.random()}`, V = ref([]);
19411
19411
  if (j.prop) {
@@ -19431,7 +19431,8 @@ const plCurrency_vue_vue_type_style_index_0_lang = "", _hoisted_1$E = /* @__PURE
19431
19431
  return (oe, le) => {
19432
19432
  const pe = resolveComponent("inline-svg");
19433
19433
  return openBlock(), createElementBlock("div", _hoisted_1$y, [
19434
- createElementVNode("label", {
19434
+ j.label || j.tooltip ? (openBlock(), createElementBlock("label", {
19435
+ key: 0,
19435
19436
  class: "pl-input__label-container",
19436
19437
  for: $
19437
19438
  }, [
@@ -19450,7 +19451,7 @@ const plCurrency_vue_vue_type_style_index_0_lang = "", _hoisted_1$E = /* @__PURE
19450
19451
  ]),
19451
19452
  _: 1
19452
19453
  }, 8, ["modelValue"])) : createCommentVNode("", !0)
19453
- ]),
19454
+ ])) : createCommentVNode("", !0),
19454
19455
  createElementVNode("div", {
19455
19456
  class: normalizeClass(["pl-input", { "is-disabled": j.disabled }])
19456
19457
  }, [
@@ -19504,7 +19505,7 @@ const plCurrency_vue_vue_type_style_index_0_lang = "", _hoisted_1$E = /* @__PURE
19504
19505
  ]);
19505
19506
  };
19506
19507
  }
19507
- }, PlInputPlus = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-a3330a36"]]), PlInputPlusPlugin = {
19508
+ }, PlInputPlus = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-1a4f140a"]]), PlInputPlusPlugin = {
19508
19509
  install(g) {
19509
19510
  g.component("PlInputPlus", PlInputPlus);
19510
19511
  }
@@ -32064,7 +32065,7 @@ const PlFormMenu = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_ren
32064
32065
  required: !0
32065
32066
  },
32066
32067
  getValid: {
32067
- type: Boolean,
32068
+ type: [Boolean, Number],
32068
32069
  default: !1
32069
32070
  },
32070
32071
  checked: {