cleek 2.5.3 → 2.5.5
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 -4
- package/dist/cleek.umd.js +21 -21
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -46397,7 +46397,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent$1({
|
|
|
46397
46397
|
});
|
|
46398
46398
|
const computedDate = computed$3(() => {
|
|
46399
46399
|
if (props.date)
|
|
46400
|
-
return props.date;
|
|
46400
|
+
return qmDate.presentDate(props.date);
|
|
46401
46401
|
return qmDate.presentDate(props.datetime);
|
|
46402
46402
|
});
|
|
46403
46403
|
return (_ctx, _cache) => {
|
|
@@ -46421,7 +46421,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent$1({
|
|
|
46421
46421
|
};
|
|
46422
46422
|
}
|
|
46423
46423
|
});
|
|
46424
|
-
var ckDatetimeShower = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-
|
|
46424
|
+
var ckDatetimeShower = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-222ddb6d"]]);
|
|
46425
46425
|
var hooks9 = {
|
|
46426
46426
|
getCleekOptions(getCurrentInstance2) {
|
|
46427
46427
|
return getCurrentInstance2().appContext.app.config.globalProperties.$cleekOptions;
|
|
@@ -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" };
|