cleek 2.6.89 → 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 +8 -8
- package/dist/cleek.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -83139,20 +83139,20 @@ const _sfc_main$l = defineComponent$2({
|
|
|
83139
83139
|
layout: _ctx.layout,
|
|
83140
83140
|
onClick: _cache[0] || (_cache[0] = ($event) => emits("refreshList", true))
|
|
83141
83141
|
}, null, 8, ["layout"])) : createCommentVNode$2("", true),
|
|
83142
|
-
|
|
83143
|
-
key: 1,
|
|
83142
|
+
createElementVNode("div", {
|
|
83144
83143
|
class: normalizeClass$2(["items-per-page", { "ck-component__group--left": isSearchVisible.value }])
|
|
83145
83144
|
}, [
|
|
83146
83145
|
_ctx.isLoading !== false && _ctx.listLength === 0 ? (openBlock$2(), createBlock$2(CkIcon, {
|
|
83147
83146
|
key: 0,
|
|
83147
|
+
class: "px-2",
|
|
83148
83148
|
icon: "spinner",
|
|
83149
83149
|
spin: ""
|
|
83150
|
-
})) : (openBlock$2(), createElementBlock$2(Fragment$2, { key: 1 }, [
|
|
83150
|
+
})) : itemsPerPageIsVisible.value ? (openBlock$2(), createElementBlock$2(Fragment$2, { key: 1 }, [
|
|
83151
83151
|
createTextVNode$2(toDisplayString$1(itemsPerPageStart.value) + " - " + toDisplayString$1(itemsPerPageEnd.value) + " de " + toDisplayString$1(_ctx.listLength), 1)
|
|
83152
|
-
], 64))
|
|
83153
|
-
], 2)
|
|
83152
|
+
], 64)) : createCommentVNode$2("", true)
|
|
83153
|
+
], 2),
|
|
83154
83154
|
isSearchVisible.value ? (openBlock$2(), createBlock$2(CkInput, {
|
|
83155
|
-
key:
|
|
83155
|
+
key: 1,
|
|
83156
83156
|
class: "ck-table--search-input",
|
|
83157
83157
|
modelValue: searchLocal.value,
|
|
83158
83158
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => searchLocal.value = $event),
|
|
@@ -83164,7 +83164,7 @@ const _sfc_main$l = defineComponent$2({
|
|
|
83164
83164
|
onInput: _cache[2] || (_cache[2] = ($event) => checkRefresh())
|
|
83165
83165
|
}, null, 8, ["modelValue", "group", "layout", "borderColor"])) : createCommentVNode$2("", true),
|
|
83166
83166
|
_ctx.hasColumnsManager ? (openBlock$2(), createBlock$2(CkButton, {
|
|
83167
|
-
key:
|
|
83167
|
+
key: 2,
|
|
83168
83168
|
icon: "columns",
|
|
83169
83169
|
type: "filled",
|
|
83170
83170
|
title: "Administrador de columnas",
|
|
@@ -83177,7 +83177,7 @@ const _sfc_main$l = defineComponent$2({
|
|
|
83177
83177
|
};
|
|
83178
83178
|
}
|
|
83179
83179
|
});
|
|
83180
|
-
var TableHeaderItems = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-
|
|
83180
|
+
var TableHeaderItems = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-5d405df7"]]);
|
|
83181
83181
|
var ckTable__pagination_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
83182
83182
|
const _withScopeId$4 = (n2) => (pushScopeId$2("data-v-02d0ab88"), n2 = n2(), popScopeId$2(), n2);
|
|
83183
83183
|
const _hoisted_1$g = { class: "ck-table__pagination" };
|