@steedos/service-plugin-amis 2.3.3-beta.4 → 2.3.3

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.
@@ -169,6 +169,18 @@
169
169
  },
170
170
  "id": "u:811f0c5d03ad"
171
171
  },
172
+ {
173
+ "name": "sort_no",
174
+ "label": "排序号",
175
+ "type": "input-number",
176
+ "precision": 0,
177
+ "className": "m-0",
178
+ "labelClassName": "text-left",
179
+ "en-US": {
180
+ "label": "Sort NO."
181
+ },
182
+ "id": "u:25a6ee957503"
183
+ },
172
184
  {
173
185
  "label": "显示的列",
174
186
  "type": "transfer",
@@ -199,18 +211,6 @@
199
211
  "en-US": {
200
212
  "label": "Columns"
201
213
  }
202
- },
203
- {
204
- "name": "sort_no",
205
- "label": "排序号",
206
- "type": "input-number",
207
- "precision": 0,
208
- "className": "m-0",
209
- "labelClassName": "text-left",
210
- "en-US": {
211
- "label": "Sort NO."
212
- },
213
- "id": "u:25a6ee957503"
214
214
  }
215
215
  ],
216
216
  "id": "u:7f7b2d3ea064"
@@ -170,6 +170,7 @@
170
170
  {
171
171
  "name": "visible_on",
172
172
  "label": "显示条件",
173
+ "className": "w-6/12",
173
174
  "quickEdit": {
174
175
  "type": "input-text",
175
176
  "className": "m-0",
@@ -433,6 +434,7 @@
433
434
  }
434
435
  },
435
436
  "type": "dialog",
437
+ "size": "md",
436
438
  "id": "u:c405734543e0",
437
439
  "closeOnEsc": false,
438
440
  "closeOnOutside": false,
@@ -801,6 +803,7 @@
801
803
  }
802
804
  },
803
805
  "type": "dialog",
806
+ "size": "md",
804
807
  "id": "u:3663990f226a",
805
808
  "closeOnEsc": false,
806
809
  "closeOnOutside": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-plugin-amis",
3
- "version": "2.3.3-beta.4",
3
+ "version": "2.3.3",
4
4
  "main": "package.service.js",
5
5
  "scripts": {
6
6
  "build": "node .scripts/build.tailwind.js"
@@ -11,7 +11,7 @@
11
11
  "access": "public"
12
12
  },
13
13
  "dependencies": {
14
- "@steedos-widgets/amis-lib": "^0.0.16"
14
+ "@steedos-widgets/amis-lib": "^1.0.10"
15
15
  },
16
- "gitHead": "ce8b0bf626913594fdbfeff3bcacbd0f65174fe0"
16
+ "gitHead": "9d46ca700b9fc9586b66bcc8410684ff7343f5fb"
17
17
  }