@factoringplus/pl-components-pack-v3 0.14.2-pre-20 → 0.14.2-pre-22

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.
@@ -20570,8 +20570,8 @@ const _hoisted_1$z = {
20570
20570
  !j.disabled && j.clearable && re.value ? (openBlock(), createBlock(ie, {
20571
20571
  key: 0,
20572
20572
  name: "Close16",
20573
- onMouseup: withModifiers($, ["stop"])
20574
- }, null, 8, ["onMouseup"])) : createCommentVNode("", !0)
20573
+ onClick: withModifiers($, ["stop"])
20574
+ }, null, 8, ["onClick"])) : createCommentVNode("", !0)
20575
20575
  ])
20576
20576
  ], 2);
20577
20577
  };
@@ -20584,7 +20584,7 @@ function declOfNum(g, y) {
20584
20584
  const $ = g % 10;
20585
20585
  return $ > 1 && $ < 5 ? y[1] : $ == 1 ? y[0] : y[2];
20586
20586
  }
20587
- const plAutocompete_vue_vue_type_style_index_0_scoped_19d7bd91_lang = "", _hoisted_1$y = { class: "pl-autocomplete__wrapper" }, _hoisted_2$r = { class: "pl-autocomplete__select-container" }, _hoisted_3$n = {
20587
+ const plAutocompete_vue_vue_type_style_index_0_scoped_5083b501_lang = "", _hoisted_1$y = { class: "pl-autocomplete__wrapper" }, _hoisted_2$r = { class: "pl-autocomplete__select-container" }, _hoisted_3$n = {
20588
20588
  key: 0,
20589
20589
  class: "pl-autocomplete__label-container"
20590
20590
  }, _hoisted_4$k = { class: "pl-autocomplete__label-container-text" }, _hoisted_5$e = {
@@ -20696,7 +20696,7 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_19d7bd91_lang = "", _hoist
20696
20696
  setup(g, { emit: y }) {
20697
20697
  const j = g;
20698
20698
  useCssVars((kt) => ({
20699
- "2690c1c6": j.width
20699
+ "071956b0": j.width
20700
20700
  }));
20701
20701
  const $ = useActiveElement(), z = ref(!1);
20702
20702
  watch($, (kt) => {
@@ -20871,16 +20871,15 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_19d7bd91_lang = "", _hoist
20871
20871
  "max-height": "268px"
20872
20872
  }, {
20873
20873
  default: withCtx(() => [
20874
- (openBlock(!0), createElementBlock(Fragment, null, renderList(j.suggestionList, (xn) => withDirectives((openBlock(), createBlock(PlOption, {
20874
+ (openBlock(!0), createElementBlock(Fragment, null, renderList(j.suggestionList, (xn) => (openBlock(), createBlock(PlOption, {
20875
20875
  key: xn,
20876
20876
  active: Dt(xn),
20877
20877
  description: xn.bottomText,
20878
20878
  label: xn.value,
20879
20879
  "search-value": Ce.value,
20880
- "disable-marker-bottom": j.disableMarkerBottom
20881
- }, null, 8, ["active", "description", "label", "search-value", "disable-marker-bottom"])), [
20882
- [Tn, () => $e(xn)]
20883
- ])), 128))
20880
+ "disable-marker-bottom": j.disableMarkerBottom,
20881
+ onClick: (_n) => $e(xn)
20882
+ }, null, 8, ["active", "description", "label", "search-value", "disable-marker-bottom", "onClick"]))), 128))
20884
20883
  ]),
20885
20884
  _: 1
20886
20885
  }))
@@ -20895,7 +20894,7 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_19d7bd91_lang = "", _hoist
20895
20894
  ]);
20896
20895
  };
20897
20896
  }
20898
- }, PlAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-19d7bd91"]]), PlAutocompletePlugin = {
20897
+ }, PlAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-5083b501"]]), PlAutocompletePlugin = {
20899
20898
  install(g) {
20900
20899
  g.component("PlAutocomplete", PlAutocomplete);
20901
20900
  }