3h1-ui 1.0.134 → 1.0.135

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/es/index.js CHANGED
@@ -12766,12 +12766,6 @@ const _sfc_main$h = defineComponent({
12766
12766
  rowSelection: unref(getRowSelectionRef),
12767
12767
  rowKey: unref(getRowKey),
12768
12768
  columns: toRaw(unref(getViewColumns)).map((item, index2) => {
12769
- if (index2 !== unref(getViewColumns).length - 1) {
12770
- item.resizable = true;
12771
- }
12772
- if (!Object.prototype.hasOwnProperty.call(item, "width") && item.dataIndex !== "index" && item.dataIndex !== "action") {
12773
- item.width = 80;
12774
- }
12775
12769
  return item;
12776
12770
  }),
12777
12771
  pagination: toRaw(unref(getPaginationInfo)),
package/lib/index.js CHANGED
@@ -12771,12 +12771,6 @@ const _sfc_main$h = vue.defineComponent({
12771
12771
  rowSelection: vue.unref(getRowSelectionRef),
12772
12772
  rowKey: vue.unref(getRowKey),
12773
12773
  columns: vue.toRaw(vue.unref(getViewColumns)).map((item, index2) => {
12774
- if (index2 !== vue.unref(getViewColumns).length - 1) {
12775
- item.resizable = true;
12776
- }
12777
- if (!Object.prototype.hasOwnProperty.call(item, "width") && item.dataIndex !== "index" && item.dataIndex !== "action") {
12778
- item.width = 80;
12779
- }
12780
12774
  return item;
12781
12775
  }),
12782
12776
  pagination: vue.toRaw(vue.unref(getPaginationInfo)),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "3h1-ui",
3
- "version": "1.0.134",
3
+ "version": "1.0.135",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -31,8 +31,8 @@
31
31
  "vue-types": "^5.0.2",
32
32
  "vxe-table": "^4.3.6",
33
33
  "xe-utils": "^3.5.7",
34
- "@shy-plugins/utils": "1.0.14",
35
- "@shy-plugins/use": "1.0.3"
34
+ "@shy-plugins/use": "1.0.3",
35
+ "@shy-plugins/utils": "1.0.14"
36
36
  },
37
37
  "types": "lib/ui/index.d.ts",
38
38
  "devDependencies": {