cleek 1.7.7 → 1.7.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.
package/dist/cleek.es.js CHANGED
@@ -12369,9 +12369,6 @@ const __default__$1 = {
12369
12369
  hasArrowRight() {
12370
12370
  if (!this.listRight.length)
12371
12371
  return false;
12372
- console.log(this.listRight.length - 1);
12373
- console.log(this.listRight[this.listRight.length - 1]);
12374
- console.log("this.totalPages", this.totalPages);
12375
12372
  return this.listRight[this.listRight.length - 1] !== this.totalPages;
12376
12373
  },
12377
12374
  listLeft() {
@@ -12401,7 +12398,6 @@ const __default__$1 = {
12401
12398
  },
12402
12399
  methods: {
12403
12400
  updateCurrentPage(val) {
12404
- console.log("val", val);
12405
12401
  this.$emit("update:currentPage", val);
12406
12402
  this.$emit("refreshList", val);
12407
12403
  },
@@ -12414,7 +12410,6 @@ const __default__$1 = {
12414
12410
  if (val === this.currentPage)
12415
12411
  return;
12416
12412
  this.updateCurrentPage(val);
12417
- console.log("val", val);
12418
12413
  }
12419
12414
  }
12420
12415
  };
@@ -12466,7 +12461,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
12466
12461
  };
12467
12462
  }
12468
12463
  }));
12469
- var TablePagination = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-b7f9d2da"]]);
12464
+ var TablePagination = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-166433c2"]]);
12470
12465
  var ckTable_vue_vue_type_style_index_0_scoped_true_lang = "";
12471
12466
  const _hoisted_1$2 = { class: "ck-table" };
12472
12467
  const _hoisted_2 = {
@@ -12505,6 +12500,7 @@ const __default__ = {
12505
12500
  return this.currentPage;
12506
12501
  },
12507
12502
  set(val) {
12503
+ console.log("val", val);
12508
12504
  this.$emit("update:currentPage", val);
12509
12505
  }
12510
12506
  }
@@ -12525,7 +12521,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
12525
12521
  key: 0,
12526
12522
  search: _ctx.searchLocal,
12527
12523
  "onUpdate:search": _cache[0] || (_cache[0] = ($event) => isRef(searchLocal) ? searchLocal.value = $event : null),
12528
- currentPage: _ctx.currentPageLocal,
12524
+ currentPage: __props.currentPage,
12529
12525
  itemsPerPage: __props.itemsPerPage,
12530
12526
  listLength: __props.listLength,
12531
12527
  hideRefreshBtn: __props.hideRefreshBtn,
@@ -12566,7 +12562,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
12566
12562
  };
12567
12563
  }
12568
12564
  }));
12569
- var ckTable = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-7f2e2c40"]]);
12565
+ var ckTable = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-09180d41"]]);
12570
12566
  function render$3(_ctx, _cache, $props, $setup, $data, $options) {
12571
12567
  return openBlock(), createElementBlock("td", {
12572
12568
  class: normalizeClass(["ck-td", $options.computedTdClass])