@steedos/service-plugin-amis 2.6.4-beta.16 → 2.6.4-beta.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.
@@ -68,7 +68,22 @@
68
68
  }
69
69
  ],
70
70
  "addable": false,
71
- "draggable": false
71
+ "draggable": false,
72
+ "columns": [
73
+ {
74
+ "name": "field",
75
+ "inlineEditMode": false
76
+ },
77
+ {
78
+ "name": "width",
79
+ "width": 100
80
+ },
81
+ {
82
+ "name": "wrap",
83
+ "width": 50
84
+ }
85
+ ],
86
+ "inlineEditMode": true
72
87
  }
73
88
  },
74
89
  "sort": {
@@ -105,7 +105,17 @@
105
105
  "id": "u:1120663b07c6",
106
106
  "dialog": {
107
107
  "title": "按钮明细"
108
- }
108
+ },
109
+ "columns": [
110
+ {
111
+ "name": "button_name",
112
+ "inlineEditMode": false
113
+ },
114
+ {
115
+ "name": "visible_on"
116
+ }
117
+ ],
118
+ "inlineEditMode": true
109
119
  }
110
120
  },
111
121
  "fields": {
@@ -227,6 +237,7 @@
227
237
  "draggable": true,
228
238
  "editable": true,
229
239
  "showIndex": true,
240
+ "removable": true,
230
241
  "fields": [
231
242
  {
232
243
  "name": "group_name",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-plugin-amis",
3
- "version": "2.6.4-beta.16",
3
+ "version": "2.6.4-beta.18",
4
4
  "main": "package.service.js",
5
5
  "scripts": {
6
6
  "build": "yarn build:tailwind-base && yarn build:tailwind",
@@ -13,7 +13,7 @@
13
13
  "publishConfig": {
14
14
  "access": "public"
15
15
  },
16
- "gitHead": "b30ec3ed97803c09c8430ec82681845ba32ba8e1",
16
+ "gitHead": "379cc617aac9022273c9e43dce210a62d832bffe",
17
17
  "devDependencies": {
18
18
  "tailwindcss": "3.2.4"
19
19
  }
@@ -409,6 +409,11 @@
409
409
  padding-bottom: 0.25rem
410
410
  }
411
411
 
412
+ .py-4 {
413
+ padding-top: 1rem;
414
+ padding-bottom: 1rem
415
+ }
416
+
412
417
  .pb-3 {
413
418
  padding-bottom: 0.75rem
414
419
  }