cleek 2.6.96 → 2.6.97
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 -1
- package/dist/cleek.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -89718,12 +89718,16 @@ const _sfc_main$a = defineComponent$2({
|
|
|
89718
89718
|
const { windowWidth } = useWindowWidth();
|
|
89719
89719
|
let cleekOptions2 = ref$1();
|
|
89720
89720
|
const computedStyle = computed$3(() => {
|
|
89721
|
+
var _a;
|
|
89721
89722
|
const list = [];
|
|
89722
89723
|
if (props.widthBreaks) {
|
|
89723
89724
|
const width = hooks9.getWidthByWidthBreaks(props.widthBreaks, windowWidth.value);
|
|
89724
89725
|
if (width)
|
|
89725
89726
|
list.push({ width });
|
|
89726
89727
|
}
|
|
89728
|
+
const gap = props.gap || ((_a = cleekOptions2.value) == null ? void 0 : _a.div.gap);
|
|
89729
|
+
if (gap)
|
|
89730
|
+
list.push({ gap });
|
|
89727
89731
|
if (props.block)
|
|
89728
89732
|
list.push({ display: "block" });
|
|
89729
89733
|
return list;
|
|
@@ -90234,7 +90238,7 @@ const _sfc_main$7 = defineComponent$2({
|
|
|
90234
90238
|
};
|
|
90235
90239
|
}
|
|
90236
90240
|
});
|
|
90237
|
-
var ckSelect = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-
|
|
90241
|
+
var ckSelect = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-29788932"]]);
|
|
90238
90242
|
var ckSidebar_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
90239
90243
|
const _hoisted_1$6 = {
|
|
90240
90244
|
key: 0,
|