@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.
@@ -1 +1 @@
1
- {"version":3,"file":"BasicTable.vue.d.ts","sourceRoot":"","sources":["../../../src/components/basic-table/BasicTable.vue"],"names":[],"mappings":"AAsQA,OAAO,KAAK,EAAE,kBAAkB,EAAE,eAAe,EAAmB,eAAe,EAAE,MAAM,aAAa,CAAA;AA0QxG,iBAAS,cAAc,QA0LtB;AAyBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;gBAperB,CApFc;;;;;;;;;;;;;;;kHAoFd,CA3C6C;;;;;oBA2C7C,CAtC6J;;;;;;;;;;;;iCAsC7J,CAjCsF;iCAiCtF,CAjC4I;;;;;;;;;;;;;;;;;UAiC5I,GA/JoG;;;;;;;;;;;;;;;;;;;;;;;8EA8oBlG,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"BasicTable.vue.d.ts","sourceRoot":"","sources":["../../../src/components/basic-table/BasicTable.vue"],"names":[],"mappings":"AAqQA,OAAO,KAAK,EAAE,kBAAkB,EAAE,eAAe,EAAmB,eAAe,EAAE,MAAM,aAAa,CAAA;AAwQxG,iBAAS,cAAc,QA0LtB;AAyBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;gBAlerB,CAnFc;;;;;;;;;;;;;;;kHAmFd,CA3CgE;;;;;oBA2ChE,CAtCgL;;;;;;;;;;;;iCAsChL,CAjCyG;iCAiCzG,CAjC+J;;;;;;;;;;;;;;;;;UAiC/J,GA/JuH;;;;;;;;;;;;;;;;;;;;;;;8EA4oBrH,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
package/dist/index.cjs CHANGED
@@ -11511,8 +11511,7 @@ const _sfc_main$F = /* @__PURE__ */ vue.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__ */ vue.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,