cleek 2.5.3 → 2.5.4
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 -2
- package/dist/cleek.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -58570,7 +58570,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent$1({
|
|
|
58570
58570
|
icon: "rotate-right",
|
|
58571
58571
|
title: "Recargar lista",
|
|
58572
58572
|
layout: __props.layout,
|
|
58573
|
-
onClick: _cache[0] || (_cache[0] = ($event) => emits("refreshList",
|
|
58573
|
+
onClick: _cache[0] || (_cache[0] = ($event) => emits("refreshList", true))
|
|
58574
58574
|
}, null, 8, ["layout"])) : createCommentVNode$1("", true),
|
|
58575
58575
|
unref$2(itemsPerPageIsVisible) ? (openBlock$1(), createElementBlock$1("div", {
|
|
58576
58576
|
key: 1,
|
|
@@ -58600,7 +58600,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent$1({
|
|
|
58600
58600
|
};
|
|
58601
58601
|
}
|
|
58602
58602
|
});
|
|
58603
|
-
var TableHeaderItems = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-
|
|
58603
|
+
var TableHeaderItems = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-c20c4954"]]);
|
|
58604
58604
|
var ckTable__pagination_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
58605
58605
|
const _withScopeId$4 = (n) => (pushScopeId$1("data-v-02d0ab88"), n = n(), popScopeId$1(), n);
|
|
58606
58606
|
const _hoisted_1$g = { class: "ck-table__pagination" };
|