@steedos/service-plugin-amis 2.6.4-beta.15 → 2.6.4-beta.17
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": {
|
|
@@ -135,6 +150,7 @@
|
|
|
135
150
|
{
|
|
136
151
|
"type": "condition-builder",
|
|
137
152
|
"label": "",
|
|
153
|
+
"labelClassName": "none",
|
|
138
154
|
"name": "_filters_conditions",
|
|
139
155
|
"description": "",
|
|
140
156
|
"id": "u:a9f2232e30d7",
|
|
@@ -149,7 +165,6 @@
|
|
|
149
165
|
"disabled": false,
|
|
150
166
|
"className": "col-span-2 m-0",
|
|
151
167
|
"visibleOn": "!!this.object_name",
|
|
152
|
-
"labelClassName": "",
|
|
153
168
|
"en-US": {
|
|
154
169
|
"label": "Filters Conditions"
|
|
155
170
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/service-plugin-amis",
|
|
3
|
-
"version": "2.6.4-beta.
|
|
3
|
+
"version": "2.6.4-beta.17",
|
|
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": "
|
|
16
|
+
"gitHead": "41fee481bdb51df7959ecdc763eb4dd4ecad821b",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"tailwindcss": "3.2.4"
|
|
19
19
|
}
|