@steedos/service-plugin-amis 2.6.4-beta.14 → 2.6.4-beta.16
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.
|
@@ -135,6 +135,7 @@
|
|
|
135
135
|
{
|
|
136
136
|
"type": "condition-builder",
|
|
137
137
|
"label": "",
|
|
138
|
+
"labelClassName": "none",
|
|
138
139
|
"name": "_filters_conditions",
|
|
139
140
|
"description": "",
|
|
140
141
|
"id": "u:a9f2232e30d7",
|
|
@@ -149,7 +150,6 @@
|
|
|
149
150
|
"disabled": false,
|
|
150
151
|
"className": "col-span-2 m-0",
|
|
151
152
|
"visibleOn": "!!this.object_name",
|
|
152
|
-
"labelClassName": "",
|
|
153
153
|
"en-US": {
|
|
154
154
|
"label": "Filters Conditions"
|
|
155
155
|
}
|
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.16",
|
|
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": "b30ec3ed97803c09c8430ec82681845ba32ba8e1",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"tailwindcss": "3.2.4"
|
|
19
19
|
}
|