cleek 2.3.21 → 2.3.22
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-styles/clear-app.styl +1 -1
- 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
|
@@ -11839,7 +11839,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
11839
11839
|
});
|
|
11840
11840
|
const itemsPerPageEnd = computed$2(() => {
|
|
11841
11841
|
const value = props.currentPage * props.itemsPerPage;
|
|
11842
|
-
if (value > props.listLength)
|
|
11842
|
+
if (!itemsPerPage || value > props.listLength)
|
|
11843
11843
|
return props.listLength;
|
|
11844
11844
|
return value;
|
|
11845
11845
|
});
|
|
@@ -11901,7 +11901,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
11901
11901
|
};
|
|
11902
11902
|
}
|
|
11903
11903
|
});
|
|
11904
|
-
var TableHeaderItems = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-
|
|
11904
|
+
var TableHeaderItems = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-eb24f80e"]]);
|
|
11905
11905
|
var ckTable__pagination_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11906
11906
|
const _hoisted_1$c = { class: "ck-table__pagination" };
|
|
11907
11907
|
const _hoisted_2$7 = ["onClick"];
|