cleek 2.6.88 → 2.6.89
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 -4
- package/dist/cleek.umd.js +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -83127,7 +83127,6 @@ const _sfc_main$l = defineComponent$2({
|
|
|
83127
83127
|
checkRefresh
|
|
83128
83128
|
]);
|
|
83129
83129
|
return (_ctx, _cache) => {
|
|
83130
|
-
const _component_ck_icon = resolveComponent$2("ck-icon");
|
|
83131
83130
|
return openBlock$2(), createElementBlock$2("div", {
|
|
83132
83131
|
class: normalizeClass$2(["ck-table__header-items", computedClass.value])
|
|
83133
83132
|
}, [
|
|
@@ -83144,7 +83143,7 @@ const _sfc_main$l = defineComponent$2({
|
|
|
83144
83143
|
key: 1,
|
|
83145
83144
|
class: normalizeClass$2(["items-per-page", { "ck-component__group--left": isSearchVisible.value }])
|
|
83146
83145
|
}, [
|
|
83147
|
-
_ctx.isLoading ? (openBlock$2(), createBlock$2(
|
|
83146
|
+
_ctx.isLoading !== false && _ctx.listLength === 0 ? (openBlock$2(), createBlock$2(CkIcon, {
|
|
83148
83147
|
key: 0,
|
|
83149
83148
|
icon: "spinner",
|
|
83150
83149
|
spin: ""
|
|
@@ -83178,7 +83177,7 @@ const _sfc_main$l = defineComponent$2({
|
|
|
83178
83177
|
};
|
|
83179
83178
|
}
|
|
83180
83179
|
});
|
|
83181
|
-
var TableHeaderItems = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-
|
|
83180
|
+
var TableHeaderItems = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-07e92652"]]);
|
|
83182
83181
|
var ckTable__pagination_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
83183
83182
|
const _withScopeId$4 = (n2) => (pushScopeId$2("data-v-02d0ab88"), n2 = n2(), popScopeId$2(), n2);
|
|
83184
83183
|
const _hoisted_1$g = { class: "ck-table__pagination" };
|
|
@@ -84253,7 +84252,7 @@ const _sfc_main$g = defineComponent$2({
|
|
|
84253
84252
|
};
|
|
84254
84253
|
}
|
|
84255
84254
|
});
|
|
84256
|
-
var ckTable = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-
|
|
84255
|
+
var ckTable = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-22e37ce9"]]);
|
|
84257
84256
|
var ckPagination_vue_vue_type_style_index_0_lang = "";
|
|
84258
84257
|
const _sfc_main$f = defineComponent$2({
|
|
84259
84258
|
__name: "ck-pagination",
|