@factoringplus/pl-components-pack-v3 0.5.2-pre-24 → 0.5.2
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.
|
@@ -25500,7 +25500,9 @@ const _sfc_main$A = {
|
|
|
25500
25500
|
model: ruleForm,
|
|
25501
25501
|
ref_key: "refInput",
|
|
25502
25502
|
ref: refInput,
|
|
25503
|
-
rules: __props.rules
|
|
25503
|
+
rules: __props.rules,
|
|
25504
|
+
onSubmit: _cache[4] || (_cache[4] = withModifiers(() => {
|
|
25505
|
+
}, ["prevent"]))
|
|
25504
25506
|
}, {
|
|
25505
25507
|
default: withCtx(() => [
|
|
25506
25508
|
createElementVNode("div", {
|
|
@@ -37782,7 +37784,6 @@ const _sfc_main$n = {
|
|
|
37782
37784
|
});
|
|
37783
37785
|
const initSuggestion = (query) => {
|
|
37784
37786
|
modelValue.value = query;
|
|
37785
|
-
console.log(query.length, symbolsCountSearch.value);
|
|
37786
37787
|
if (query.length < symbolsCountSearch.value) {
|
|
37787
37788
|
insideNoData.value = `\u0412\u0432\u0435\u0434\u0438\u0442\u0435 ${symbolsCountSearch.value} ${declOfNum(symbolsCountSearch.value, ["\u0441\u0438\u043C\u0432\u043E\u043B", "\u0441\u0438\u043C\u0432\u043E\u043B\u0430", "\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432"])} `;
|
|
37788
37789
|
insideSuggestionList.value = [];
|