@fangzhongya/fang-ui 0.1.8 → 0.1.9

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.
@@ -140,7 +140,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
140
140
  ref_key: "tableRef",
141
141
  ref: tableRef,
142
142
  class: [vue.unref(cs).z("table"), vue.unref(cs).is("absolute", props.adaptive)],
143
- height: props.maxHeight ? "" : props.height,
143
+ height: props.maxHeight ? void 0 : props.height,
144
144
  "max-height": props.maxHeight,
145
145
  "scroll-selector": ".el-scrollbar .el-scrollbar__wrap",
146
146
  "row-style": rowStyle.value,
@@ -138,7 +138,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
138
138
  ref_key: "tableRef",
139
139
  ref: tableRef,
140
140
  class: [unref(cs).z("table"), unref(cs).is("absolute", props.adaptive)],
141
- height: props.maxHeight ? "" : props.height,
141
+ height: props.maxHeight ? void 0 : props.height,
142
142
  "max-height": props.maxHeight,
143
143
  "scroll-selector": ".el-scrollbar .el-scrollbar__wrap",
144
144
  "row-style": rowStyle.value,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "fang-ui",
3
3
  "info": {},
4
- "lastModified": 1762573948625,
4
+ "lastModified": 1762575116307,
5
5
  "icons": {
6
6
  "bar": {
7
7
  "body": " <path fill=\"currentColor\" d=\"M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z\" ></path> "
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fangzhongya/fang-ui",
3
3
  "private": false,
4
- "version": "0.1.8",
4
+ "version": "0.1.9",
5
5
  "type": "module",
6
6
  "description ": "fang-ui",
7
7
  "keywords": [
@@ -50,13 +50,13 @@
50
50
  "vuedraggable": "4.1.0",
51
51
  "vxe-table": "4.17.10",
52
52
  "@fang-ui/components": "0.0.1-0",
53
- "@fang-ui/icons": "0.0.1-0",
54
- "@fang-ui/directives": "0.0.1-0",
55
53
  "@fang-ui/hooks": "0.0.1-0",
54
+ "@fang-ui/directives": "0.0.1-0",
55
+ "@fang-ui/icons": "0.0.1-0",
56
56
  "@fang-ui/utils": "0.0.1-0",
57
57
  "@fang-ui/locale": "0.0.1-0",
58
- "@fang-ui/theme": "0.0.1-0",
59
- "@fang-ui/types": "0.0.1-0"
58
+ "@fang-ui/types": "0.0.1-0",
59
+ "@fang-ui/theme": "0.0.1-0"
60
60
  },
61
61
  "main": "./dist/index.cjs",
62
62
  "module": "./dist/index.js",
File without changes
File without changes