@factoringplus/pl-components-pack-v3 0.5.70 → 0.5.71

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.
@@ -20815,7 +20815,7 @@ const PlButtonPlugin = {
20815
20815
  ], 2);
20816
20816
  };
20817
20817
  }
20818
- }, plSelectPlus_vue_vue_type_style_index_0_scoped_9796b1d9_lang = "", _hoisted_1$x = { class: "pl-select__wrapper" }, _hoisted_2$u = {
20818
+ }, plSelectPlus_vue_vue_type_style_index_0_scoped_360b4327_lang = "", _hoisted_1$x = { class: "pl-select__wrapper" }, _hoisted_2$u = {
20819
20819
  key: 0,
20820
20820
  class: "pl-select__label-container"
20821
20821
  }, _hoisted_3$o = { class: "pl-select__label-container-text" }, _hoisted_4$j = {
@@ -20900,7 +20900,7 @@ const PlButtonPlugin = {
20900
20900
  setup(g, { emit: y }) {
20901
20901
  const j = g;
20902
20902
  useCssVars((ze) => ({
20903
- "9da64e5a": j.width
20903
+ "0309ec19": j.width
20904
20904
  })), useAttrs$1();
20905
20905
  const z = `id-${uniqid()}`, $ = ref([]);
20906
20906
  if (j.prop) {
@@ -20966,11 +20966,13 @@ const PlButtonPlugin = {
20966
20966
  var ze, xe;
20967
20967
  if (j.showDescription && ((ze = Ce.value) != null && ze.description))
20968
20968
  return (xe = Ce.value) == null ? void 0 : xe.description;
20969
- }), Ce = computed$1(() => j.options.filter(
20969
+ }), Ce = computed$1(() => j.account ? j.options.filter(
20970
20970
  (ze) => {
20971
20971
  var xe;
20972
20972
  return ze.value === ((xe = Ne.value) == null ? void 0 : xe.value);
20973
20973
  }
20974
+ )[0] : j.options.filter(
20975
+ (ze) => ze.value === Ne.value
20974
20976
  )[0]), Ue = (ze) => ze.value === Ne.value;
20975
20977
  return (ze, xe) => {
20976
20978
  const qe = ElScrollbar;
@@ -21050,7 +21052,7 @@ const PlButtonPlugin = {
21050
21052
  ]);
21051
21053
  };
21052
21054
  }
21053
- }, PlSelectPlus = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-9796b1d9"]]), PlSelectPlusPlugin = {
21055
+ }, PlSelectPlus = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-360b4327"]]), PlSelectPlusPlugin = {
21054
21056
  install(g) {
21055
21057
  g.component("PlSelectPlus", PlSelectPlus), g.component("PlOption", PlOption);
21056
21058
  }