cleek 2.3.26 → 2.3.27
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.
- package/dist/cleek.es.js +2 -2
- package/dist/cleek.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -16931,7 +16931,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
16931
16931
|
});
|
|
16932
16932
|
const itemsPerPageEnd = computed$2(() => {
|
|
16933
16933
|
const value = props.currentPage * props.itemsPerPage;
|
|
16934
|
-
if (!itemsPerPage || value > props.listLength)
|
|
16934
|
+
if (!props.itemsPerPage || value > props.listLength)
|
|
16935
16935
|
return props.listLength;
|
|
16936
16936
|
return value;
|
|
16937
16937
|
});
|
|
@@ -16993,7 +16993,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
16993
16993
|
};
|
|
16994
16994
|
}
|
|
16995
16995
|
});
|
|
16996
|
-
var TableHeaderItems = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-
|
|
16996
|
+
var TableHeaderItems = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-cf4f130a"]]);
|
|
16997
16997
|
var ckTable__pagination_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
16998
16998
|
const _hoisted_1$c = { class: "ck-table__pagination" };
|
|
16999
16999
|
const _hoisted_2$7 = ["onClick"];
|