@steedos/service-package-registry 2.7.0-beta.9 → 2.7.1-beta.1

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.
@@ -10,7 +10,7 @@
10
10
  "objectApiName": "${objectName}",
11
11
  "recordId": "${recordId}",
12
12
  "id": "u:9d9bc707bfd2",
13
- "schemaFilter": "config.body[0].body[0].columns[0].body[0].columns[1].body[0].tpl='\\${name}'; config.body[0].body[0].columns[0].body[0].columns[0].body[1]={type: 'container', hiddenOn: '\\${!record}', body: [{className: 'w-9 h-9 rounded', type:'steedos-icon',name: '\\${record.icon || \"default\"}', colorVariant:'base', hiddenOn: '\\${!record}', height:'2.25rem', width:'2.25rem'}]};config.body[0].body[0].columns[0].body[0].columns[1].body[1] = Object.assign({}, config.body[0].body[0].columns[0].body[0].columns[1].body[1], {type: 'tag', label: '\\${record.version}', displayMode: 'status', color: '\\${record.status == \"enable\" ? \"active\" : record.status == \"starting\" ? \"processing\" : \"inactive\"}',className: 'package-status p-0', style: {background: 'transparent'}}); "
13
+ "schemaFilter": "config.body[0].body[0].columns[0].body[0].columns[1].body[0].tpl = '\\${name}';\nconfig.body[0].body[0].columns[0].body[0].columns[0].body = [\n config.body[0].body[0].columns[0].body[0].columns[0].body[0],\n {\n type: 'container',\n hiddenOn: '\\${!record}',\n body: [\n {\n className: 'w-9 h-9 rounded', type: 'steedos-icon', name: '\\${record.icon || \"default\"}', colorVariant: 'base', hiddenOn: '\\${!record}', height: '2.25rem', width: '2.25rem'\n }\n ]\n }\n];\nconfig.body[0].body[0].columns[0].body[0].columns[1].body[1] = Object.assign({},\n config.body[0].body[0].columns[0].body[0].columns[1].body[1],\n {\n type: 'tag', label: '\\${record.version}', displayMode: 'status', color: '\\${record.status == \"enable\" ? \"active\" : record.status == \"starting\" ? \"processing\" : \"inactive\"}', className: 'package-status p-0', style: { background: 'transparent' }\n }\n); "
14
14
  },
15
15
  {
16
16
  "type": "tabs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-package-registry",
3
- "version": "2.7.0-beta.9",
3
+ "version": "2.7.1-beta.1",
4
4
  "description": "",
5
5
  "main": "package.service.js",
6
6
  "scripts": {
@@ -9,11 +9,11 @@
9
9
  "author": "",
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
- "@steedos/auth": "2.7.0-beta.9",
13
- "@steedos/core": "2.7.0-beta.9",
14
- "@steedos/metadata-core": "2.7.0-beta.9",
15
- "@steedos/objectql": "2.7.0-beta.9",
16
- "@steedos/service-package-loader": "2.7.0-beta.9",
12
+ "@steedos/auth": "2.7.1-beta.1",
13
+ "@steedos/core": "2.7.1-beta.1",
14
+ "@steedos/metadata-core": "2.7.1-beta.1",
15
+ "@steedos/objectql": "2.7.1-beta.1",
16
+ "@steedos/service-package-loader": "2.7.1-beta.1",
17
17
  "fs-extra": "8.1.0",
18
18
  "i18next": "20.3.2",
19
19
  "json-stringify-safe": "5.0.1",
@@ -31,5 +31,5 @@
31
31
  "publishConfig": {
32
32
  "access": "public"
33
33
  },
34
- "gitHead": "b9fad2d43fc0216dbcfcf965b7218590167d8f55"
34
+ "gitHead": "869f9bbc7438f42da31a8bfd91c83f088fe88079"
35
35
  }