@factoringplus/pl-components-pack-v3 0.11.4-pre-03 → 0.11.4-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.
|
@@ -35812,11 +35812,11 @@ const NoDataLoop = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_ren
|
|
|
35812
35812
|
}), watch(
|
|
35813
35813
|
re,
|
|
35814
35814
|
() => {
|
|
35815
|
-
setTimeout(() => {
|
|
35815
|
+
console.log(1), setTimeout(() => {
|
|
35816
35816
|
const qe = [];
|
|
35817
35817
|
for (const Lt in re.value)
|
|
35818
35818
|
re.value[Lt] && qe.push(pe.value[Lt]);
|
|
35819
|
-
|
|
35819
|
+
qe.length === z.rows.length && (Ie.value = !0), j("update:selectedRows", qe);
|
|
35820
35820
|
});
|
|
35821
35821
|
},
|
|
35822
35822
|
{ deep: !0 }
|