@maxax/ui 1.1.51 → 1.1.53
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/index.mjs
CHANGED
|
@@ -11511,8 +11511,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
11511
11511
|
columnConfig: { default: () => ({
|
|
11512
11512
|
resizable: true,
|
|
11513
11513
|
useKey: true,
|
|
11514
|
-
maxFixedSize: 4
|
|
11515
|
-
width: "auto"
|
|
11514
|
+
maxFixedSize: 4
|
|
11516
11515
|
}) },
|
|
11517
11516
|
rowConfig: { default: () => ({
|
|
11518
11517
|
useKey: true,
|
|
@@ -11981,10 +11980,10 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11981
11980
|
return [
|
|
11982
11981
|
b(),
|
|
11983
11982
|
{
|
|
11984
|
-
flex: props.icon,
|
|
11985
|
-
"items-center": props.icon,
|
|
11986
|
-
"gap-2": props.icon,
|
|
11987
|
-
"cursor-pointer": props.pointer || false,
|
|
11983
|
+
[m("flex")]: props.icon,
|
|
11984
|
+
[m("items-center")]: props.icon,
|
|
11985
|
+
[m("gap-2")]: props.icon,
|
|
11986
|
+
[m("cursor-pointer")]: props.pointer || false,
|
|
11988
11987
|
[m(props.size)]: props.size || "small",
|
|
11989
11988
|
[m(props.type)]: props.type || "default",
|
|
11990
11989
|
[is("weight")]: props.weight || false,
|