@factoringplus/pl-components-pack-v3 0.1.61 → 0.1.64
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.
|
@@ -35421,7 +35421,7 @@ function declOfNum(value, words) {
|
|
|
35421
35421
|
}
|
|
35422
35422
|
var bootstrap_min = "";
|
|
35423
35423
|
var plTable_vue_vue_type_style_index_0_lang = "";
|
|
35424
|
-
const _hoisted_1$1 = { class: "
|
|
35424
|
+
const _hoisted_1$1 = { class: "pl-table" };
|
|
35425
35425
|
const _hoisted_2$1 = { style: { "width": "100%", "background-color": "black", "height": "2px" } };
|
|
35426
35426
|
const _hoisted_3$1 = { class: "d-flex mt-3 pl-table position-relative align-items-center" };
|
|
35427
35427
|
const _hoisted_4$1 = {
|
|
@@ -35484,9 +35484,6 @@ const _sfc_main$1 = /* @__PURE__ */ Object.assign(__default__$1, {
|
|
|
35484
35484
|
};
|
|
35485
35485
|
const plTable = ref(null);
|
|
35486
35486
|
const { toggleRowSelection } = toRefs(props);
|
|
35487
|
-
setTimeout(() => {
|
|
35488
|
-
console.log(plTable.value, "plTable");
|
|
35489
|
-
}, 3e3);
|
|
35490
35487
|
watch(toggleRowSelection, (newValue) => {
|
|
35491
35488
|
if (newValue.length > 0) {
|
|
35492
35489
|
newValue.forEach((e2) => {
|