cleek 2.2.1 → 2.2.2
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 +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -11586,7 +11586,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
11586
11586
|
});
|
|
11587
11587
|
const computedStyle = computed$2(() => {
|
|
11588
11588
|
const list = [];
|
|
11589
|
-
if (props.width)
|
|
11589
|
+
if (props.width && !props.groupBreak)
|
|
11590
11590
|
list.push({ width: props.width });
|
|
11591
11591
|
list.push(functions.getGroupBreakStyle(props, windowWidth.value));
|
|
11592
11592
|
return list;
|
|
@@ -11625,7 +11625,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
11625
11625
|
};
|
|
11626
11626
|
}
|
|
11627
11627
|
});
|
|
11628
|
-
var ckButton = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-
|
|
11628
|
+
var ckButton = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-0b00645e"]]);
|
|
11629
11629
|
var ckLabel_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11630
11630
|
const _hoisted_1$f = ["for"];
|
|
11631
11631
|
const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
@@ -11726,7 +11726,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
11726
11726
|
});
|
|
11727
11727
|
const computedStyleInput = computed$2(() => {
|
|
11728
11728
|
const list = [];
|
|
11729
|
-
if (props.width)
|
|
11729
|
+
if (props.width || !props.groupBreak)
|
|
11730
11730
|
list.push({ width: props.width });
|
|
11731
11731
|
list.push(functions.getGroupBreakStyle(props, windowWidth.value));
|
|
11732
11732
|
return list;
|
|
@@ -11786,7 +11786,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
11786
11786
|
};
|
|
11787
11787
|
}
|
|
11788
11788
|
});
|
|
11789
|
-
var ckInput = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-
|
|
11789
|
+
var ckInput = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-55495d02"]]);
|
|
11790
11790
|
var ckTable__headerItems_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11791
11791
|
const _hoisted_1$d = { class: "ck-table__header-items" };
|
|
11792
11792
|
const _sfc_main$e = /* @__PURE__ */ defineComponent({
|