cleek 1.8.4 → 1.8.5
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 +2 -3
- package/dist/cleek.umd.js +3 -3
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -12427,7 +12427,6 @@ const __default__$1 = {
|
|
|
12427
12427
|
const _sfc_main$4 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$1), {
|
|
12428
12428
|
setup(__props) {
|
|
12429
12429
|
return (_ctx, _cache) => {
|
|
12430
|
-
const _component_ck_input = resolveComponent("ck-input");
|
|
12431
12430
|
return __props.currentPage && _ctx.totalPages > 1 ? (openBlock(), createElementBlock("div", {
|
|
12432
12431
|
key: 0,
|
|
12433
12432
|
class: normalizeClass(["ck-table__pagination-container", `pagination-align--${__props.align}`])
|
|
@@ -12446,7 +12445,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
12446
12445
|
onClick: ($event) => _ctx.updateCurrentPage(num)
|
|
12447
12446
|
}, toDisplayString(num), 9, _hoisted_2$1);
|
|
12448
12447
|
}), 256)),
|
|
12449
|
-
createVNode(
|
|
12448
|
+
createVNode(ckInput, {
|
|
12450
12449
|
class: "ck-table__pagination-input",
|
|
12451
12450
|
autoSelect: "",
|
|
12452
12451
|
type: "number",
|
|
@@ -12474,7 +12473,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
12474
12473
|
};
|
|
12475
12474
|
}
|
|
12476
12475
|
}));
|
|
12477
|
-
var TablePagination = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-
|
|
12476
|
+
var TablePagination = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-3fc0d6c6"]]);
|
|
12478
12477
|
var ckTable_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
12479
12478
|
const _hoisted_1$2 = { class: "ck-table" };
|
|
12480
12479
|
const _hoisted_2 = {
|