@steedos/service-plugin-amis 2.6.4-beta.17 → 2.6.4-beta.19

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.
@@ -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.17",
3
+ "version": "2.6.4-beta.19",
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": "41fee481bdb51df7959ecdc763eb4dd4ecad821b",
16
+ "gitHead": "75222496844e82fdb70cde334e8c2ac413ef6ebe",
17
17
  "devDependencies": {
18
18
  "tailwindcss": "3.2.4"
19
19
  }
@@ -202,10 +202,6 @@
202
202
  width: 2.25rem
203
203
  }
204
204
 
205
- .w-10 {
206
- width: 2.5rem
207
- }
208
-
209
205
  .w-full {
210
206
  width: 100%
211
207
  }
@@ -222,11 +218,6 @@
222
218
  width: 24rem
223
219
  }
224
220
 
225
- .min-w-max {
226
- min-width: -moz-max-content;
227
- min-width: max-content
228
- }
229
-
230
221
  .min-w-\[240px\] {
231
222
  min-width: 240px
232
223
  }
@@ -409,6 +400,11 @@
409
400
  padding-bottom: 0.25rem
410
401
  }
411
402
 
403
+ .py-4 {
404
+ padding-top: 1rem;
405
+ padding-bottom: 1rem
406
+ }
407
+
412
408
  .pb-3 {
413
409
  padding-bottom: 0.75rem
414
410
  }