@factoringplus/pl-components-pack-v3 0.5.67-pre-03 → 0.5.67-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.
|
@@ -20074,7 +20074,7 @@ function declOfNum(g, y) {
|
|
|
20074
20074
|
const z = g % 10;
|
|
20075
20075
|
return z > 1 && z < 5 ? y[1] : z == 1 ? y[0] : y[2];
|
|
20076
20076
|
}
|
|
20077
|
-
const
|
|
20077
|
+
const plAutocompete_vue_vue_type_style_index_0_scoped_a58897ad_lang = "", _hoisted_1$C = { class: "pl-autocomplete__wrapper" }, _hoisted_2$x = {
|
|
20078
20078
|
key: 0,
|
|
20079
20079
|
class: "pl-autocomplete__label-container"
|
|
20080
20080
|
}, _hoisted_3$r = { class: "pl-autocomplete__label-container-text" }, _hoisted_4$m = {
|
|
@@ -20165,11 +20165,11 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_22469938_lang = "", _hoist
|
|
|
20165
20165
|
default: !1
|
|
20166
20166
|
}
|
|
20167
20167
|
},
|
|
20168
|
-
emits: ["update:modelValue", "fetchDadata"],
|
|
20168
|
+
emits: ["update:modelValue", "fetchDadata", "changeValue"],
|
|
20169
20169
|
setup(g, { emit: y }) {
|
|
20170
20170
|
const j = g;
|
|
20171
20171
|
useCssVars((jt) => ({
|
|
20172
|
-
|
|
20172
|
+
"237ea13d": j.width
|
|
20173
20173
|
}));
|
|
20174
20174
|
const z = `id-${uniqid()}`, $ = ref([]);
|
|
20175
20175
|
if (j.prop) {
|
|
@@ -20221,7 +20221,7 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_22469938_lang = "", _hoist
|
|
|
20221
20221
|
}), watch(
|
|
20222
20222
|
() => j.suggestionList,
|
|
20223
20223
|
() => {
|
|
20224
|
-
|
|
20224
|
+
Ne.value = !1;
|
|
20225
20225
|
}
|
|
20226
20226
|
);
|
|
20227
20227
|
const _e = computed$1({
|
|
@@ -20234,7 +20234,7 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_22469938_lang = "", _hoist
|
|
|
20234
20234
|
Ie.value = jt.value;
|
|
20235
20235
|
}), j.default && (_e.value = JSON.parse(JSON.stringify(j.default)));
|
|
20236
20236
|
const Oe = ref(""), Ce = (jt) => {
|
|
20237
|
-
jt.disabled || (de(), _e.value = jt, Ie.value = jt.value, Oe.value = `ИНН: ${jt.data.inn} КПП: ${jt.data.kpp}
|
|
20237
|
+
jt.disabled || (de(), _e.value = jt, Ie.value = jt.value, Oe.value = `ИНН: ${jt.data.inn} КПП: ${jt.data.kpp}`, y("changeValue", jt));
|
|
20238
20238
|
}, Ue = () => {
|
|
20239
20239
|
_e.value = {}, Ie.value = "", Oe.value = "";
|
|
20240
20240
|
}, ze = computed$1(() => {
|
|
@@ -20257,8 +20257,11 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_22469938_lang = "", _hoist
|
|
|
20257
20257
|
}, qe = () => {
|
|
20258
20258
|
j.memoryBlur && (_e.value = {
|
|
20259
20259
|
value: Ie.value,
|
|
20260
|
-
data: !1
|
|
20261
|
-
|
|
20260
|
+
data: !1,
|
|
20261
|
+
bottomText: ""
|
|
20262
|
+
}, nextTick(() => {
|
|
20263
|
+
y("changeValue", _e.value);
|
|
20264
|
+
}));
|
|
20262
20265
|
};
|
|
20263
20266
|
return (jt, hn) => {
|
|
20264
20267
|
const Lt = ElScrollbar;
|
|
@@ -20341,7 +20344,7 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_22469938_lang = "", _hoist
|
|
|
20341
20344
|
]);
|
|
20342
20345
|
};
|
|
20343
20346
|
}
|
|
20344
|
-
}, PlAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-
|
|
20347
|
+
}, PlAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-a58897ad"]]), PlAutocompletePlugin = {
|
|
20345
20348
|
install(g) {
|
|
20346
20349
|
g.component("PlAutocomplete", PlAutocomplete), g.component("PlOption", PlOption);
|
|
20347
20350
|
}
|