cleek 2.6.84 → 2.6.85
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 -2
- package/dist/cleek.umd.js +14 -14
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -84129,6 +84129,7 @@ const _sfc_main$g = defineComponent$2({
|
|
|
84129
84129
|
_sfc_main$q
|
|
84130
84130
|
]);
|
|
84131
84131
|
return (_ctx, _cache) => {
|
|
84132
|
+
const _component_ck_icon = resolveComponent$2("ck-icon");
|
|
84132
84133
|
return openBlock$2(), createElementBlock$2(Fragment$2, null, [
|
|
84133
84134
|
_ctx.hasColumnsManager && columnsAreObj.value ? (openBlock$2(), createBlock$2(TableColumnsManager, {
|
|
84134
84135
|
key: 0,
|
|
@@ -84191,7 +84192,12 @@ const _sfc_main$g = defineComponent$2({
|
|
|
84191
84192
|
align: "center"
|
|
84192
84193
|
}, {
|
|
84193
84194
|
default: withCtx$2(() => [
|
|
84194
|
-
|
|
84195
|
+
createVNode$2(_component_ck_icon, {
|
|
84196
|
+
class: "mr-2",
|
|
84197
|
+
icon: "spinner",
|
|
84198
|
+
spin: ""
|
|
84199
|
+
}),
|
|
84200
|
+
createTextVNode$2(toDisplayString$1(_ctx.loadingText || defaultLoadingText.value) + "...", 1)
|
|
84195
84201
|
]),
|
|
84196
84202
|
_: 1
|
|
84197
84203
|
})
|
|
@@ -84236,7 +84242,7 @@ const _sfc_main$g = defineComponent$2({
|
|
|
84236
84242
|
};
|
|
84237
84243
|
}
|
|
84238
84244
|
});
|
|
84239
|
-
var ckTable = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-
|
|
84245
|
+
var ckTable = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-7557ea12"]]);
|
|
84240
84246
|
var ckPagination_vue_vue_type_style_index_0_lang = "";
|
|
84241
84247
|
const _sfc_main$f = defineComponent$2({
|
|
84242
84248
|
__name: "ck-pagination",
|