cleek 2.6.89 → 2.6.90
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 +5 -6
- 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,8 +83139,7 @@ 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, {
|
|
@@ -83150,9 +83149,9 @@ const _sfc_main$l = defineComponent$2({
|
|
|
83150
83149
|
})) : (openBlock$2(), createElementBlock$2(Fragment$2, { key: 1 }, [
|
|
83151
83150
|
createTextVNode$2(toDisplayString$1(itemsPerPageStart.value) + " - " + toDisplayString$1(itemsPerPageEnd.value) + " de " + toDisplayString$1(_ctx.listLength), 1)
|
|
83152
83151
|
], 64))
|
|
83153
|
-
], 2)
|
|
83152
|
+
], 2),
|
|
83154
83153
|
isSearchVisible.value ? (openBlock$2(), createBlock$2(CkInput, {
|
|
83155
|
-
key:
|
|
83154
|
+
key: 1,
|
|
83156
83155
|
class: "ck-table--search-input",
|
|
83157
83156
|
modelValue: searchLocal.value,
|
|
83158
83157
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => searchLocal.value = $event),
|
|
@@ -83164,7 +83163,7 @@ const _sfc_main$l = defineComponent$2({
|
|
|
83164
83163
|
onInput: _cache[2] || (_cache[2] = ($event) => checkRefresh())
|
|
83165
83164
|
}, null, 8, ["modelValue", "group", "layout", "borderColor"])) : createCommentVNode$2("", true),
|
|
83166
83165
|
_ctx.hasColumnsManager ? (openBlock$2(), createBlock$2(CkButton, {
|
|
83167
|
-
key:
|
|
83166
|
+
key: 2,
|
|
83168
83167
|
icon: "columns",
|
|
83169
83168
|
type: "filled",
|
|
83170
83169
|
title: "Administrador de columnas",
|
|
@@ -83177,7 +83176,7 @@ const _sfc_main$l = defineComponent$2({
|
|
|
83177
83176
|
};
|
|
83178
83177
|
}
|
|
83179
83178
|
});
|
|
83180
|
-
var TableHeaderItems = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-
|
|
83179
|
+
var TableHeaderItems = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-673f54c4"]]);
|
|
83181
83180
|
var ckTable__pagination_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
83182
83181
|
const _withScopeId$4 = (n2) => (pushScopeId$2("data-v-02d0ab88"), n2 = n2(), popScopeId$2(), n2);
|
|
83183
83182
|
const _hoisted_1$g = { class: "ck-table__pagination" };
|