@steedos/standard-object-database 2.5.14-beta.1 → 2.5.14-beta.12

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.
@@ -175,11 +175,25 @@
175
175
  "perPage": 20
176
176
  }
177
177
  ]
178
+ },
179
+ {
180
+ "title": "${'objects_amis_object_workflows' | t}",
181
+ "hiddenOn": "${_master.record.enable_workflow != true}",
182
+ "body": [
183
+ {
184
+ "type": "steedos-object-related-listview",
185
+ "objectApiName": "objects",
186
+ "recordId": "${recordId}",
187
+ "relatedObjectApiName": "object_workflows",
188
+ "relatedKey": "object_name",
189
+ "perPage": 20
190
+ }
191
+ ]
178
192
  }
179
193
  ],
180
194
  "id": "u:6a3b45d7adcf",
181
195
  "tabsMode": "vertical",
182
- "className": "object-detail-tabs mt-3 bg-white border-b sm:shadow sm:rounded sm:border border-slate-300",
196
+ "className": "object-detail-tabs mt-3 bg-white border-b sm:rounded sm:border border-gray-300",
183
197
  "toolbarClassName": "",
184
198
  "linksClassName": "",
185
199
  "contentClassName": "bg-white",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-object-database",
3
- "version": "2.5.14-beta.1",
3
+ "version": "2.5.14-beta.12",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -15,5 +15,5 @@
15
15
  },
16
16
  "repository": {},
17
17
  "license": "MIT",
18
- "gitHead": "65dadab97683db763d4c4d6e63bf5f645e1359bc"
18
+ "gitHead": "f487060e123ef958fbbfc72b854d24dbadd77cf9"
19
19
  }