@factoringplus/pl-components-pack-v3 0.5.7 → 0.5.8
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.
|
@@ -36131,6 +36131,10 @@ const _sfc_main$t = /* @__PURE__ */ Object.assign(__default__$5, {
|
|
|
36131
36131
|
noDataText: {
|
|
36132
36132
|
type: String,
|
|
36133
36133
|
default: "\u041D\u0435\u0442 \u0434\u0430\u043D\u043D\u044B\u0445"
|
|
36134
|
+
},
|
|
36135
|
+
hideOnSinglePage: {
|
|
36136
|
+
type: Boolean,
|
|
36137
|
+
default: true
|
|
36134
36138
|
}
|
|
36135
36139
|
},
|
|
36136
36140
|
emits: [
|
|
@@ -36219,13 +36223,13 @@ const _sfc_main$t = /* @__PURE__ */ Object.assign(__default__$5, {
|
|
|
36219
36223
|
"page-sizes": __props.pageSizes,
|
|
36220
36224
|
layout: unref(layout),
|
|
36221
36225
|
total: unref(total),
|
|
36222
|
-
"hide-on-single-page":
|
|
36226
|
+
"hide-on-single-page": __props.hideOnSinglePage
|
|
36223
36227
|
}, {
|
|
36224
36228
|
default: withCtx(() => [
|
|
36225
36229
|
__props.isTotalVisible && unref(layout).includes("slot") ? (openBlock(), createElementBlock("span", _hoisted_6$5, toDisplayString(displayTotal()), 1)) : createCommentVNode("", true)
|
|
36226
36230
|
]),
|
|
36227
36231
|
_: 1
|
|
36228
|
-
}, 8, ["page-size", "current-page", "page-sizes", "layout", "total"]),
|
|
36232
|
+
}, 8, ["page-size", "current-page", "page-sizes", "layout", "total", "hide-on-single-page"]),
|
|
36229
36233
|
renderSlot(_ctx.$slots, "actions")
|
|
36230
36234
|
])) : createCommentVNode("", true)
|
|
36231
36235
|
]);
|