@factoringplus/pl-components-pack-v3 0.4.36 → 0.4.38
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.
|
@@ -38353,7 +38353,10 @@ const _hoisted_3$j = /* @__PURE__ */ createElementVNode("img", {
|
|
|
38353
38353
|
}, null, -1);
|
|
38354
38354
|
const _hoisted_4$d = { class: "no-data__text" };
|
|
38355
38355
|
const _hoisted_5$9 = { style: { "width": "100%", "background-color": "black", "height": "2px" } };
|
|
38356
|
-
const _hoisted_6$6 = {
|
|
38356
|
+
const _hoisted_6$6 = {
|
|
38357
|
+
key: 0,
|
|
38358
|
+
class: "d-flex mt-3 pl-table position-relative align-items-center"
|
|
38359
|
+
};
|
|
38357
38360
|
const _hoisted_7$4 = {
|
|
38358
38361
|
key: 0,
|
|
38359
38362
|
class: "totals"
|
|
@@ -38482,20 +38485,15 @@ const _sfc_main$p = /* @__PURE__ */ Object.assign(__default__$4, {
|
|
|
38482
38485
|
withDirectives(createElementVNode("hr", _hoisted_5$9, null, 512), [
|
|
38483
38486
|
[vShow, unref(fullFooter)]
|
|
38484
38487
|
]),
|
|
38485
|
-
|
|
38486
|
-
withDirectives(createElementVNode("div", { style: { "line-height": "33px" } }, toDisplayString(unref(declOfNum)(selectedRows.value.length, [
|
|
38487
|
-
"\u0412\u044B\u0431\u0440\u0430\u043D",
|
|
38488
|
-
"\u0412\u044B\u0431\u0440\u0430\u043D\u043E",
|
|
38489
|
-
"\u0412\u044B\u0431\u0440\u0430\u043D\u043E"
|
|
38490
|
-
])) + " " + toDisplayString(selectedRows.value.length) + " " + toDisplayString(unref(declOfNum)(selectedRows.value.length, [
|
|
38488
|
+
__props.hasPagination ? (openBlock(), createElementBlock("div", _hoisted_6$6, [
|
|
38489
|
+
withDirectives(createElementVNode("div", { style: { "line-height": "33px" } }, toDisplayString(unref(declOfNum)(selectedRows.value.length, ["\u0412\u044B\u0431\u0440\u0430\u043D", "\u0412\u044B\u0431\u0440\u0430\u043D\u043E", "\u0412\u044B\u0431\u0440\u0430\u043D\u043E"])) + " " + toDisplayString(selectedRows.value.length) + " " + toDisplayString(unref(declOfNum)(selectedRows.value.length, [
|
|
38491
38490
|
"\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442",
|
|
38492
38491
|
"\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430",
|
|
38493
38492
|
"\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u043E\u0432"
|
|
38494
38493
|
])), 513), [
|
|
38495
38494
|
[vShow, unref(fullFooter)]
|
|
38496
38495
|
]),
|
|
38497
|
-
|
|
38498
|
-
key: 0,
|
|
38496
|
+
createVNode(_component_el_pagination, {
|
|
38499
38497
|
"page-size": unref(form2).pageSize,
|
|
38500
38498
|
"current-page": unref(form2).pageNumber,
|
|
38501
38499
|
onSizeChange: sizeChanged,
|
|
@@ -38508,9 +38506,9 @@ const _sfc_main$p = /* @__PURE__ */ Object.assign(__default__$4, {
|
|
|
38508
38506
|
__props.isTotalVisible && unref(layout).includes("slot") ? (openBlock(), createElementBlock("span", _hoisted_7$4, toDisplayString(displayTotal()), 1)) : createCommentVNode("", true)
|
|
38509
38507
|
]),
|
|
38510
38508
|
_: 1
|
|
38511
|
-
}, 8, ["page-size", "current-page", "page-sizes", "layout", "total"])
|
|
38509
|
+
}, 8, ["page-size", "current-page", "page-sizes", "layout", "total"]),
|
|
38512
38510
|
renderSlot(_ctx.$slots, "actions")
|
|
38513
|
-
])
|
|
38511
|
+
])) : createCommentVNode("", true)
|
|
38514
38512
|
]);
|
|
38515
38513
|
};
|
|
38516
38514
|
}
|