cleek 2.6.106 → 2.6.108
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 +10 -9
- package/dist/cleek.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -82748,13 +82748,6 @@ const _sfc_main$o = defineComponent$2({
|
|
|
82748
82748
|
const emits = __emit;
|
|
82749
82749
|
const { windowWidth } = useWindowWidth();
|
|
82750
82750
|
let cleekOptions2 = ref$1();
|
|
82751
|
-
const realBackgroundColor = computed$3(() => {
|
|
82752
|
-
if (props.backgroundColor)
|
|
82753
|
-
return props.backgroundColor;
|
|
82754
|
-
if (cleekOptions2.value)
|
|
82755
|
-
return cleekOptions2.value.button.backgroundColor;
|
|
82756
|
-
return defaultBackgroundColor;
|
|
82757
|
-
});
|
|
82758
82751
|
const realButtonType = computed$3(() => {
|
|
82759
82752
|
if (props.type)
|
|
82760
82753
|
return props.type;
|
|
@@ -82762,6 +82755,13 @@ const _sfc_main$o = defineComponent$2({
|
|
|
82762
82755
|
return cleekOptions2.value.button.type;
|
|
82763
82756
|
return defaultButtonType;
|
|
82764
82757
|
});
|
|
82758
|
+
const realBackgroundColor = computed$3(() => {
|
|
82759
|
+
if (props.backgroundColor)
|
|
82760
|
+
return props.backgroundColor;
|
|
82761
|
+
if (cleekOptions2.value && !props.type)
|
|
82762
|
+
return cleekOptions2.value.button.backgroundColor;
|
|
82763
|
+
return defaultBackgroundColor;
|
|
82764
|
+
});
|
|
82765
82765
|
const computedClass = computed$3(() => {
|
|
82766
82766
|
var _a;
|
|
82767
82767
|
const list = [];
|
|
@@ -82847,7 +82847,7 @@ const _sfc_main$o = defineComponent$2({
|
|
|
82847
82847
|
};
|
|
82848
82848
|
}
|
|
82849
82849
|
});
|
|
82850
|
-
var CkButton = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-
|
|
82850
|
+
var CkButton = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-0f00ebc9"]]);
|
|
82851
82851
|
var ckLabel_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
82852
82852
|
const _hoisted_1$j = ["for"];
|
|
82853
82853
|
const defaultSize$2 = "m";
|
|
@@ -83203,6 +83203,7 @@ const _sfc_main$l = defineComponent$2({
|
|
|
83203
83203
|
type: "flat",
|
|
83204
83204
|
icon: "rotate-right",
|
|
83205
83205
|
title: "Recargar lista",
|
|
83206
|
+
backgroundColor: "transparent",
|
|
83206
83207
|
layout: _ctx.layout,
|
|
83207
83208
|
onClick: _cache[0] || (_cache[0] = ($event) => emits("refreshList", true))
|
|
83208
83209
|
}, null, 8, ["layout"])) : createCommentVNode$2("", true),
|
|
@@ -83245,7 +83246,7 @@ const _sfc_main$l = defineComponent$2({
|
|
|
83245
83246
|
};
|
|
83246
83247
|
}
|
|
83247
83248
|
});
|
|
83248
|
-
var TableHeaderItems = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-
|
|
83249
|
+
var TableHeaderItems = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-1af5a21d"]]);
|
|
83249
83250
|
var ckTable__pagination_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
83250
83251
|
const _withScopeId$4 = (n2) => (pushScopeId$2("data-v-27c654d0"), n2 = n2(), popScopeId$2(), n2);
|
|
83251
83252
|
const _hoisted_1$h = { class: "ck-table__pagination" };
|