@factoringplus/pl-components-pack-v3 0.5.83-pre-03 → 0.5.83-pre-04
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.
|
@@ -20050,7 +20050,7 @@ function declOfNum(g, y) {
|
|
|
20050
20050
|
const z = g % 10;
|
|
20051
20051
|
return z > 1 && z < 5 ? y[1] : z == 1 ? y[0] : y[2];
|
|
20052
20052
|
}
|
|
20053
|
-
const
|
|
20053
|
+
const plAutocompete_vue_vue_type_style_index_0_scoped_19e5987d_lang = "", _hoisted_1$C = { class: "pl-autocomplete__wrapper" }, _hoisted_2$x = {
|
|
20054
20054
|
key: 0,
|
|
20055
20055
|
class: "pl-autocomplete__label-container"
|
|
20056
20056
|
}, _hoisted_3$r = { class: "pl-autocomplete__label-container-text" }, _hoisted_4$m = {
|
|
@@ -20149,13 +20149,16 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_84724376_lang = "", _hoist
|
|
|
20149
20149
|
disableMarkerBottom: {
|
|
20150
20150
|
type: Boolean,
|
|
20151
20151
|
default: !1
|
|
20152
|
+
},
|
|
20153
|
+
uniqKey: {
|
|
20154
|
+
type: String
|
|
20152
20155
|
}
|
|
20153
20156
|
},
|
|
20154
20157
|
emits: ["update:modelValue", "fetchDadata", "changeValue"],
|
|
20155
20158
|
setup(g, { emit: y }) {
|
|
20156
20159
|
const j = g;
|
|
20157
20160
|
useCssVars((qe) => ({
|
|
20158
|
-
"
|
|
20161
|
+
"214e0ae4": j.width
|
|
20159
20162
|
}));
|
|
20160
20163
|
const z = `id-${uniqid()}`, $ = ref([]);
|
|
20161
20164
|
if (j.prop) {
|
|
@@ -20226,7 +20229,7 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_84724376_lang = "", _hoist
|
|
|
20226
20229
|
qe.disabled || (pe(), Ie.value = qe, Ne.value = qe.value, y("changeValue", qe));
|
|
20227
20230
|
}, Oe = () => {
|
|
20228
20231
|
Ie.value = {}, Ne.value = "", y("changeValue", {}), document.getElementById(z).focus(), document.getElementById(z).blur(), pe();
|
|
20229
|
-
}, Ce = (qe, At) => qe.split(".").reduce((Dt, Pt) => Dt[Pt], At), Ue = (qe) => Ce(j.uniqKey, Ie.value) ? Ce(j.uniqKey, qe) === Ce(j.uniqKey, Ie.value) : Ie.value.bottomText ? qe.value === Ie.value.value && qe.bottomText === Ie.value.bottomText : qe.value === Ie.value.value, ze = () => {
|
|
20232
|
+
}, Ce = (qe, At) => qe.split(".").reduce((Dt, Pt) => Dt[Pt], At), Ue = (qe) => j.uniqKey && Ce(j.uniqKey, Ie.value) ? Ce(j.uniqKey, qe) === Ce(j.uniqKey, Ie.value) : Ie.value.bottomText ? qe.value === Ie.value.value && qe.bottomText === Ie.value.bottomText : qe.value === Ie.value.value, ze = () => {
|
|
20230
20233
|
var qe, At;
|
|
20231
20234
|
if (!Ne.value && j.defaultDropText)
|
|
20232
20235
|
return j.defaultDropText;
|
|
@@ -20332,7 +20335,7 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_84724376_lang = "", _hoist
|
|
|
20332
20335
|
]);
|
|
20333
20336
|
};
|
|
20334
20337
|
}
|
|
20335
|
-
}, PlAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-
|
|
20338
|
+
}, PlAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-19e5987d"]]), PlAutocompletePlugin = {
|
|
20336
20339
|
install(g) {
|
|
20337
20340
|
g.component("PlAutocomplete", PlAutocomplete);
|
|
20338
20341
|
}
|