@steedos/service-plugin-amis 3.0.2-beta.4 → 3.0.2-beta.7

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.
@@ -71,6 +71,8 @@
71
71
  ],
72
72
  "addable": false,
73
73
  "draggable": false,
74
+ "requiredOn": "${type != 'calendar' && type != 'timeline'}",
75
+ "visibleOn": "${type != 'calendar' && type != 'timeline'}",
74
76
  "columns": [
75
77
  {
76
78
  "name": "field",
@@ -108,7 +110,7 @@
108
110
  "adaptor": "",
109
111
  "sendOn": "!!this.object_name"
110
112
  },
111
- "visibleOn": "!!this.object_name",
113
+ "visibleOn": "${type != 'calendar' && type != 'timeline'}",
112
114
  "sortable": true,
113
115
  "className": "col-span-2 m-0",
114
116
  "searchable": true,
@@ -187,6 +189,7 @@
187
189
  "mobile_columns": {
188
190
  "amis": {
189
191
  "showIndex": true,
192
+ "visibleOn": "${type != 'calendar' && type != 'timeline'}",
190
193
  "footerToolbar": [
191
194
  {
192
195
  "type": "button",
@@ -275,7 +278,7 @@
275
278
  "adaptor": "",
276
279
  "sendOn": "!!this.object_name"
277
280
  },
278
- "visibleOn": "!!this.object_name",
281
+ "visibleOn": "${type != 'calendar' && type != 'timeline'}",
279
282
  "className": "col-span-2 m-0",
280
283
  "multiple": true,
281
284
  "id": "u:adb91066539e"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-plugin-amis",
3
- "version": "3.0.2-beta.4",
3
+ "version": "3.0.2-beta.7",
4
4
  "main": "package.service.js",
5
5
  "scripts": {
6
6
  "build": "yarn build:tailwind-base && yarn build:tailwind",
@@ -12,7 +12,7 @@
12
12
  "publishConfig": {
13
13
  "access": "public"
14
14
  },
15
- "gitHead": "f91c10cc452b86692de4e9769870755bfb574c18",
15
+ "gitHead": "e8f1a98b06c3c3d5934c8f151bcbcb1de4d6dee1",
16
16
  "devDependencies": {
17
17
  "tailwindcss": "^3.4.17"
18
18
  }