cleek 2.4.67 → 2.4.68
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 +3 -5
- package/dist/cleek.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -22266,7 +22266,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
22266
22266
|
});
|
|
22267
22267
|
var TableHeaderItems = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-4bfc21c8"]]);
|
|
22268
22268
|
var ckTable__pagination_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
22269
|
-
const _withScopeId$4 = (n) => (pushScopeId("data-v-
|
|
22269
|
+
const _withScopeId$4 = (n) => (pushScopeId("data-v-0c3ab853"), n = n(), popScopeId(), n);
|
|
22270
22270
|
const _hoisted_1$f = { class: "ck-table__pagination" };
|
|
22271
22271
|
const _hoisted_2$b = { class: "ck-table__pagination--numbers-container" };
|
|
22272
22272
|
const _hoisted_3$7 = ["onClick"];
|
|
@@ -22359,7 +22359,6 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
22359
22359
|
}
|
|
22360
22360
|
}
|
|
22361
22361
|
function onClickArrowRight() {
|
|
22362
|
-
console.log("hasArrowRight", hasArrowRight.value);
|
|
22363
22362
|
if (!hasArrowRight.value)
|
|
22364
22363
|
return;
|
|
22365
22364
|
currentPageLocal.value = props.currentPage + 1;
|
|
@@ -22420,7 +22419,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
22420
22419
|
};
|
|
22421
22420
|
}
|
|
22422
22421
|
});
|
|
22423
|
-
var TablePagination = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-
|
|
22422
|
+
var TablePagination = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-0c3ab853"]]);
|
|
22424
22423
|
const EMPTY_OBJ = {};
|
|
22425
22424
|
const NOOP = () => {
|
|
22426
22425
|
};
|
|
@@ -23674,7 +23673,6 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
23674
23673
|
list.push(`table__cell-padding-y--${props.cellPaddingY}`);
|
|
23675
23674
|
if (props.notFullWidth)
|
|
23676
23675
|
list.push("not-full-width");
|
|
23677
|
-
console.log("cleekOptions.value", cleekOptions2.value);
|
|
23678
23676
|
const striped = props.striped || ((_b = (_a = cleekOptions2.value) == null ? void 0 : _a.table) == null ? void 0 : _b.striped);
|
|
23679
23677
|
if (striped)
|
|
23680
23678
|
list.push("striped-table");
|
|
@@ -23789,7 +23787,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
23789
23787
|
};
|
|
23790
23788
|
}
|
|
23791
23789
|
});
|
|
23792
|
-
var ckTable = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-
|
|
23790
|
+
var ckTable = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-578b78e9"]]);
|
|
23793
23791
|
var ckChip_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
23794
23792
|
const _hoisted_1$a = ["color"];
|
|
23795
23793
|
const _sfc_main$b = /* @__PURE__ */ defineComponent({
|