cosey 0.6.4 → 0.6.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.
|
@@ -47,15 +47,19 @@ var stdin_default = defineComponent(props => {
|
|
|
47
47
|
});
|
|
48
48
|
}
|
|
49
49
|
const checkboxGroupVnode = h(ElCheckboxGroup, mergeProps(checkboxGroupProps.value, {
|
|
50
|
-
|
|
50
|
+
style: {
|
|
51
|
+
display: "flex",
|
|
52
|
+
flexWrap: "wrap",
|
|
53
|
+
columnGap: "32px"
|
|
54
|
+
}
|
|
51
55
|
}), () => convertedOptions.value.map(item => h(checkboxType.value, mergeProps({
|
|
52
56
|
...item,
|
|
53
57
|
key: item.value
|
|
54
58
|
}, {
|
|
55
59
|
style: {
|
|
56
|
-
width: checkboxWidth.value
|
|
57
|
-
|
|
58
|
-
|
|
60
|
+
width: checkboxWidth.value,
|
|
61
|
+
margin: 0
|
|
62
|
+
}
|
|
59
63
|
}))));
|
|
60
64
|
return componentProps.value.indeterminate ? h(stdin_default$1, {
|
|
61
65
|
modelValue: checkboxGroupProps.value.modelValue,
|
|
@@ -260,12 +260,6 @@ var stdin_default = /* @__PURE__ */defineComponent({
|
|
|
260
260
|
return;
|
|
261
261
|
}).filter(Boolean);
|
|
262
262
|
});
|
|
263
|
-
console.log(columns.value);
|
|
264
|
-
console.log(slots.default?.({
|
|
265
|
-
row: {},
|
|
266
|
-
index: 0,
|
|
267
|
-
getProp
|
|
268
|
-
}));
|
|
269
263
|
__expose(createMergedExpose(formListExposeKeys, () => formItemRef.value, {
|
|
270
264
|
add,
|
|
271
265
|
remove,
|