cleek 2.6.90 → 2.6.91
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 +4 -3
- package/dist/cleek.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -83144,11 +83144,12 @@ const _sfc_main$l = defineComponent$2({
|
|
|
83144
83144
|
}, [
|
|
83145
83145
|
_ctx.isLoading !== false && _ctx.listLength === 0 ? (openBlock$2(), createBlock$2(CkIcon, {
|
|
83146
83146
|
key: 0,
|
|
83147
|
+
class: "px-2",
|
|
83147
83148
|
icon: "spinner",
|
|
83148
83149
|
spin: ""
|
|
83149
|
-
})) : (openBlock$2(), createElementBlock$2(Fragment$2, { key: 1 }, [
|
|
83150
|
+
})) : itemsPerPageIsVisible.value ? (openBlock$2(), createElementBlock$2(Fragment$2, { key: 1 }, [
|
|
83150
83151
|
createTextVNode$2(toDisplayString$1(itemsPerPageStart.value) + " - " + toDisplayString$1(itemsPerPageEnd.value) + " de " + toDisplayString$1(_ctx.listLength), 1)
|
|
83151
|
-
], 64))
|
|
83152
|
+
], 64)) : createCommentVNode$2("", true)
|
|
83152
83153
|
], 2),
|
|
83153
83154
|
isSearchVisible.value ? (openBlock$2(), createBlock$2(CkInput, {
|
|
83154
83155
|
key: 1,
|
|
@@ -83176,7 +83177,7 @@ const _sfc_main$l = defineComponent$2({
|
|
|
83176
83177
|
};
|
|
83177
83178
|
}
|
|
83178
83179
|
});
|
|
83179
|
-
var TableHeaderItems = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-
|
|
83180
|
+
var TableHeaderItems = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-5d405df7"]]);
|
|
83180
83181
|
var ckTable__pagination_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
83181
83182
|
const _withScopeId$4 = (n2) => (pushScopeId$2("data-v-02d0ab88"), n2 = n2(), popScopeId$2(), n2);
|
|
83182
83183
|
const _hoisted_1$g = { class: "ck-table__pagination" };
|