@factoringplus/pl-components-pack-v3 0.8.28-pre-01 → 0.8.28-pre-02
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.
|
@@ -20454,7 +20454,12 @@ const _hoisted_1$G = {
|
|
|
20454
20454
|
y("update:modelValue", ae);
|
|
20455
20455
|
}
|
|
20456
20456
|
});
|
|
20457
|
-
return (
|
|
20457
|
+
return watch(
|
|
20458
|
+
() => re.value,
|
|
20459
|
+
(ae) => {
|
|
20460
|
+
console.log("query", ae);
|
|
20461
|
+
}
|
|
20462
|
+
), (ae, le) => {
|
|
20458
20463
|
const ue = _sfc_main$1f, ie = resolveDirective("tap");
|
|
20459
20464
|
return openBlock(), createElementBlock("div", {
|
|
20460
20465
|
class: normalizeClass([
|
|
@@ -20505,7 +20510,7 @@ function declOfNum(g, y) {
|
|
|
20505
20510
|
const z = g % 10;
|
|
20506
20511
|
return z > 1 && z < 5 ? y[1] : z == 1 ? y[0] : y[2];
|
|
20507
20512
|
}
|
|
20508
|
-
const
|
|
20513
|
+
const plAutocompete_vue_vue_type_style_index_0_scoped_5cc02701_lang = "", _hoisted_1$F = { class: "pl-autocomplete__wrapper" }, _hoisted_2$z = { class: "pl-autocomplete__select-container" }, _hoisted_3$t = {
|
|
20509
20514
|
key: 0,
|
|
20510
20515
|
class: "pl-autocomplete__label-container"
|
|
20511
20516
|
}, _hoisted_4$n = { class: "pl-autocomplete__label-container-text" }, _hoisted_5$h = {
|
|
@@ -20617,7 +20622,7 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_e7d5ce6a_lang = "", _hoist
|
|
|
20617
20622
|
setup(g, { emit: y }) {
|
|
20618
20623
|
const j = g;
|
|
20619
20624
|
useCssVars((qe) => ({
|
|
20620
|
-
"
|
|
20625
|
+
"10248f1e": j.width
|
|
20621
20626
|
}));
|
|
20622
20627
|
const z = `id-${uniqid()}`, L = ref([]);
|
|
20623
20628
|
if (j.prop) {
|
|
@@ -20678,13 +20683,16 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_e7d5ce6a_lang = "", _hoist
|
|
|
20678
20683
|
watch(
|
|
20679
20684
|
() => Ie.value,
|
|
20680
20685
|
(qe) => {
|
|
20681
|
-
Ne.value = qe.value;
|
|
20686
|
+
console.log("watch selected value", qe), Ne.value = qe.value;
|
|
20682
20687
|
const Dt = document.getElementById(z);
|
|
20683
20688
|
if ("createEvent" in document) {
|
|
20684
20689
|
const kt = document.createEvent("HTMLEvents");
|
|
20685
20690
|
kt.initEvent("change", !1, !0), Dt.dispatchEvent(kt);
|
|
20686
20691
|
} else
|
|
20687
20692
|
Dt.fireEvent("onchange");
|
|
20693
|
+
},
|
|
20694
|
+
{
|
|
20695
|
+
deep: !0
|
|
20688
20696
|
}
|
|
20689
20697
|
), j.default && (Ie.value = JSON.parse(JSON.stringify(j.default)));
|
|
20690
20698
|
const he = ref(!1), Oe = (qe) => {
|
|
@@ -20805,7 +20813,7 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_e7d5ce6a_lang = "", _hoist
|
|
|
20805
20813
|
]);
|
|
20806
20814
|
};
|
|
20807
20815
|
}
|
|
20808
|
-
}, PlAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__scopeId", "data-v-
|
|
20816
|
+
}, PlAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__scopeId", "data-v-5cc02701"]]), PlAutocompletePlugin = {
|
|
20809
20817
|
install(g) {
|
|
20810
20818
|
g.component("PlAutocomplete", PlAutocomplete);
|
|
20811
20819
|
}
|