@tmagic/editor 1.4.16 → 1.4.18

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.
@@ -3007,7 +3007,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
3007
3007
  type: "fieldset",
3008
3008
  items,
3009
3009
  legend: "参数",
3010
- labelWidth: "70px",
3010
+ labelWidth: "120px",
3011
3011
  name: props.name
3012
3012
  }
3013
3013
  ];
@@ -3011,7 +3011,7 @@
3011
3011
  type: "fieldset",
3012
3012
  items,
3013
3013
  legend: "参数",
3014
- labelWidth: "70px",
3014
+ labelWidth: "120px",
3015
3015
  name: props.name
3016
3016
  }
3017
3017
  ];
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
- "version": "1.4.16",
2
+ "version": "1.4.18",
3
3
  "name": "@tmagic/editor",
4
4
  "type": "module",
5
5
  "sideEffects": [
6
+ "dist/style.css",
6
7
  "src/theme/*"
7
8
  ],
8
9
  "main": "dist/tmagic-editor.umd.cjs",
@@ -55,8 +56,8 @@
55
56
  "moveable": "^0.53.0",
56
57
  "serialize-javascript": "^6.0.0",
57
58
  "sortablejs": "^1.15.2",
58
- "@tmagic/dep": "1.4.16",
59
- "@tmagic/table": "1.4.16"
59
+ "@tmagic/dep": "1.4.18",
60
+ "@tmagic/table": "1.4.18"
60
61
  },
61
62
  "devDependencies": {
62
63
  "@types/events": "^3.0.0",
@@ -78,12 +79,12 @@
78
79
  "monaco-editor": "^0.48.0",
79
80
  "typescript": "*",
80
81
  "vue": "^3.4.35",
81
- "@tmagic/core": "1.4.16",
82
- "@tmagic/design": "1.4.16",
83
- "@tmagic/schema": "1.4.16",
84
- "@tmagic/stage": "1.4.16",
85
- "@tmagic/utils": "1.4.16",
86
- "@tmagic/form": "1.4.16"
82
+ "@tmagic/core": "1.4.18",
83
+ "@tmagic/schema": "1.4.18",
84
+ "@tmagic/form": "1.4.18",
85
+ "@tmagic/design": "1.4.18",
86
+ "@tmagic/stage": "1.4.18",
87
+ "@tmagic/utils": "1.4.18"
87
88
  },
88
89
  "peerDependenciesMeta": {
89
90
  "typescript": {
@@ -39,7 +39,7 @@ const getFormConfig = (items: FormConfig = []) => [
39
39
  type: 'fieldset',
40
40
  items,
41
41
  legend: '参数',
42
- labelWidth: '70px',
42
+ labelWidth: '120px',
43
43
  name: props.name,
44
44
  },
45
45
  ];