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.
@@ -1,4 +1,4 @@
1
- h1, h2, h3, h4, h5, h6, div, span
1
+ h1, h2, h3, h4, h5, h6, div, span, p, ul, ol, li
2
2
  margin 0
3
3
  padding 0
4
4
  box-sizing border-box
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-be0cc8e8"]]);
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"];