@factoringplus/pl-components-pack-v3 0.5.67 → 0.5.68
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.
|
@@ -20784,7 +20784,7 @@ const PlButtonPlugin = {
|
|
|
20784
20784
|
], 2);
|
|
20785
20785
|
};
|
|
20786
20786
|
}
|
|
20787
|
-
},
|
|
20787
|
+
}, plSelectPlus_vue_vue_type_style_index_0_scoped_1a158265_lang = "", _hoisted_1$x = { class: "pl-select__wrapper" }, _hoisted_2$u = {
|
|
20788
20788
|
key: 0,
|
|
20789
20789
|
class: "pl-select__label-container"
|
|
20790
20790
|
}, _hoisted_3$o = { class: "pl-select__label-container-text" }, _hoisted_4$j = {
|
|
@@ -20872,7 +20872,7 @@ const PlButtonPlugin = {
|
|
|
20872
20872
|
setup(g, { emit: y }) {
|
|
20873
20873
|
const j = g;
|
|
20874
20874
|
useCssVars((ze) => ({
|
|
20875
|
-
"
|
|
20875
|
+
"4674b045": j.width
|
|
20876
20876
|
})), useAttrs$1();
|
|
20877
20877
|
const z = `id-${uniqid()}`, $ = ref([]);
|
|
20878
20878
|
if (j.prop) {
|
|
@@ -20913,7 +20913,8 @@ const PlButtonPlugin = {
|
|
|
20913
20913
|
j.disabled || (re.value = !re.value, document.getElementById(z) && (re.value ? document.getElementById(z).focus() : document.getElementById(z).blur()));
|
|
20914
20914
|
}, de = () => {
|
|
20915
20915
|
j.disabled || !re.value || nextTick(() => {
|
|
20916
|
-
|
|
20916
|
+
var ze, xe;
|
|
20917
|
+
re.value = !1, (ze = document.getElementById(z)) == null || ze.focus(), (xe = document.getElementById(z)) == null || xe.blur();
|
|
20917
20918
|
});
|
|
20918
20919
|
}, Ne = computed$1({
|
|
20919
20920
|
get: () => j.modelValue,
|
|
@@ -21010,7 +21011,7 @@ const PlButtonPlugin = {
|
|
|
21010
21011
|
]);
|
|
21011
21012
|
};
|
|
21012
21013
|
}
|
|
21013
|
-
}, PlSelectPlus = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-
|
|
21014
|
+
}, PlSelectPlus = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-1a158265"]]), PlSelectPlusPlugin = {
|
|
21014
21015
|
install(g) {
|
|
21015
21016
|
g.component("PlSelectPlus", PlSelectPlus), g.component("PlOption", PlOption);
|
|
21016
21017
|
}
|