cleek 1.7.8 → 1.7.9

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 CHANGED
@@ -12273,6 +12273,7 @@ var ckTableTitle = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", render$4
12273
12273
  var ckTable__headerItems_vue_vue_type_style_index_0_scoped_true_lang = "";
12274
12274
  const _hoisted_1$4 = { class: "ck-table__header-items" };
12275
12275
  const __default__$2 = {
12276
+ name: "CkTableHeaderItems",
12276
12277
  props: {
12277
12278
  search: { type: String, default: void 0 },
12278
12279
  hideRefreshBtn: { type: Boolean, required: true },
@@ -12335,13 +12336,14 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
12335
12336
  };
12336
12337
  }
12337
12338
  }));
12338
- var TableHeaderItems = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-fb391b2a"]]);
12339
+ var TableHeaderItems = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-6cf00b9c"]]);
12339
12340
  var ckTable__pagination_vue_vue_type_style_index_0_scoped_true_lang = "";
12340
12341
  const _hoisted_1$3 = { class: "ck-table__pagination" };
12341
12342
  const _hoisted_2$1 = ["onClick"];
12342
12343
  const _hoisted_3$1 = ["onClick"];
12343
12344
  const itemsShowed = 5;
12344
12345
  const __default__$1 = {
12346
+ name: "CkTablePagination",
12345
12347
  props: {
12346
12348
  currentPage: { type: Number, required: true },
12347
12349
  align: { type: String, required: true },
@@ -12461,7 +12463,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
12461
12463
  };
12462
12464
  }
12463
12465
  }));
12464
- var TablePagination = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-166433c2"]]);
12466
+ var TablePagination = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-383a2c93"]]);
12465
12467
  var ckTable_vue_vue_type_style_index_0_scoped_true_lang = "";
12466
12468
  const _hoisted_1$2 = { class: "ck-table" };
12467
12469
  const _hoisted_2 = {
@@ -12474,6 +12476,7 @@ const _hoisted_5 = { key: 1 };
12474
12476
  const defaultPaginationAlign = "center";
12475
12477
  const defaultItemsPerPage = 40;
12476
12478
  const __default__ = {
12479
+ name: "CkTable",
12477
12480
  props: {
12478
12481
  columns: { type: Array, required: true, default: () => [] },
12479
12482
  currentPage: { type: Number, default: 0 },
@@ -12547,7 +12550,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
12547
12550
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
12548
12551
  ]),
12549
12552
  _ctx.$slots.footer ? (openBlock(), createElementBlock("tfoot", _hoisted_5, [
12550
- renderSlot(_ctx.$slots, "footeer", {}, void 0, true)
12553
+ renderSlot(_ctx.$slots, "footer", {}, void 0, true)
12551
12554
  ])) : createCommentVNode("", true)
12552
12555
  ]),
12553
12556
  createVNode(TablePagination, {
@@ -12562,7 +12565,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
12562
12565
  };
12563
12566
  }
12564
12567
  }));
12565
- var ckTable = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-09180d41"]]);
12568
+ var ckTable = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-0027f3f2"]]);
12566
12569
  function render$3(_ctx, _cache, $props, $setup, $data, $options) {
12567
12570
  return openBlock(), createElementBlock("td", {
12568
12571
  class: normalizeClass(["ck-td", $options.computedTdClass])