@abtnode/core 1.8.63-beta-b0b23c2b → 1.8.63-beta-a36b5e1a

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.
@@ -1459,7 +1459,7 @@ const ensureEnvDefault = (environments, ancestors) => {
1459
1459
  const fromProperty2Config = (properties = {}, result) => {
1460
1460
  Object.keys(properties).forEach((key) => {
1461
1461
  const prop = properties[key];
1462
- if (prop.properties) {
1462
+ if (prop.properties && ['ArrayTable', 'ArrayCards'].includes(prop['x-component']) === false) {
1463
1463
  fromProperty2Config(prop.properties, result);
1464
1464
  } else if (prop['x-decorator'] === 'FormItem') {
1465
1465
  const secure = prop['x-component'] === 'Password';
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.8.63-beta-b0b23c2b",
6
+ "version": "1.8.63-beta-a36b5e1a",
7
7
  "description": "",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -19,18 +19,18 @@
19
19
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
20
20
  "license": "MIT",
21
21
  "dependencies": {
22
- "@abtnode/auth": "1.8.63-beta-b0b23c2b",
23
- "@abtnode/certificate-manager": "1.8.63-beta-b0b23c2b",
24
- "@abtnode/constant": "1.8.63-beta-b0b23c2b",
25
- "@abtnode/cron": "1.8.63-beta-b0b23c2b",
26
- "@abtnode/db": "1.8.63-beta-b0b23c2b",
27
- "@abtnode/logger": "1.8.63-beta-b0b23c2b",
28
- "@abtnode/queue": "1.8.63-beta-b0b23c2b",
29
- "@abtnode/rbac": "1.8.63-beta-b0b23c2b",
30
- "@abtnode/router-provider": "1.8.63-beta-b0b23c2b",
31
- "@abtnode/static-server": "1.8.63-beta-b0b23c2b",
32
- "@abtnode/timemachine": "1.8.63-beta-b0b23c2b",
33
- "@abtnode/util": "1.8.63-beta-b0b23c2b",
22
+ "@abtnode/auth": "1.8.63-beta-a36b5e1a",
23
+ "@abtnode/certificate-manager": "1.8.63-beta-a36b5e1a",
24
+ "@abtnode/constant": "1.8.63-beta-a36b5e1a",
25
+ "@abtnode/cron": "1.8.63-beta-a36b5e1a",
26
+ "@abtnode/db": "1.8.63-beta-a36b5e1a",
27
+ "@abtnode/logger": "1.8.63-beta-a36b5e1a",
28
+ "@abtnode/queue": "1.8.63-beta-a36b5e1a",
29
+ "@abtnode/rbac": "1.8.63-beta-a36b5e1a",
30
+ "@abtnode/router-provider": "1.8.63-beta-a36b5e1a",
31
+ "@abtnode/static-server": "1.8.63-beta-a36b5e1a",
32
+ "@abtnode/timemachine": "1.8.63-beta-a36b5e1a",
33
+ "@abtnode/util": "1.8.63-beta-a36b5e1a",
34
34
  "@arcblock/did": "1.18.36",
35
35
  "@arcblock/did-motif": "^1.1.10",
36
36
  "@arcblock/did-util": "1.18.36",
@@ -38,9 +38,9 @@
38
38
  "@arcblock/jwt": "^1.18.36",
39
39
  "@arcblock/pm2-events": "^0.0.5",
40
40
  "@arcblock/vc": "1.18.36",
41
- "@blocklet/constant": "1.8.63-beta-b0b23c2b",
42
- "@blocklet/meta": "1.8.63-beta-b0b23c2b",
43
- "@blocklet/sdk": "1.8.63-beta-b0b23c2b",
41
+ "@blocklet/constant": "1.8.63-beta-a36b5e1a",
42
+ "@blocklet/meta": "1.8.63-beta-a36b5e1a",
43
+ "@blocklet/sdk": "1.8.63-beta-a36b5e1a",
44
44
  "@fidm/x509": "^1.2.1",
45
45
  "@ocap/mcrypto": "1.18.36",
46
46
  "@ocap/util": "1.18.36",
@@ -85,5 +85,5 @@
85
85
  "express": "^4.18.2",
86
86
  "jest": "^27.5.1"
87
87
  },
88
- "gitHead": "4287f73180dacb1e158ed800b207166df89092ec"
88
+ "gitHead": "0c5385668fbd6235a3aead7d3a4a1ca5159088dd"
89
89
  }