@steedos-widgets/amis-object 1.0.21 → 1.0.23

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.
package/dist/assets.json CHANGED
@@ -11,8 +11,8 @@
11
11
  {
12
12
  "package": "@steedos-widgets/fullcalendar",
13
13
  "urls": [
14
- "https://unpkg.com/@steedos-widgets/fullcalendar@1.0.21/dist/fullcalendar.umd.js",
15
- "https://unpkg.com/@steedos-widgets/fullcalendar@1.0.21/dist/fullcalendar.umd.css"
14
+ "https://unpkg.com/@steedos-widgets/fullcalendar@1.0.23/dist/fullcalendar.umd.js",
15
+ "https://unpkg.com/@steedos-widgets/fullcalendar@1.0.23/dist/fullcalendar.umd.css"
16
16
  ],
17
17
  "library": "BuilderFullCalendar"
18
18
  },
@@ -26,8 +26,8 @@
26
26
  {
27
27
  "package": "@steedos-widgets/amis-object",
28
28
  "urls": [
29
- "https://unpkg.com/@steedos-widgets/amis-object@1.0.21/dist/amis-object.umd.js",
30
- "https://unpkg.com/@steedos-widgets/amis-object@1.0.21/dist/amis-object.umd.css"
29
+ "https://unpkg.com/@steedos-widgets/amis-object@1.0.23/dist/amis-object.umd.js",
30
+ "https://unpkg.com/@steedos-widgets/amis-object@1.0.23/dist/amis-object.umd.css"
31
31
  ],
32
32
  "library": "BuilderAmisObject"
33
33
  }
@@ -38,10 +38,10 @@
38
38
  "npm": {
39
39
  "package": "@steedos-widgets/fullcalendar"
40
40
  },
41
- "url": "https://unpkg.com/@steedos-widgets/fullcalendar@1.0.21/dist/meta.js",
41
+ "url": "https://unpkg.com/@steedos-widgets/fullcalendar@1.0.23/dist/meta.js",
42
42
  "urls": {
43
- "default": "https://unpkg.com/@steedos-widgets/fullcalendar@1.0.21/dist/meta.js",
44
- "design": "https://unpkg.com/@steedos-widgets/fullcalendar@1.0.21/dist/meta.js"
43
+ "default": "https://unpkg.com/@steedos-widgets/fullcalendar@1.0.23/dist/meta.js",
44
+ "design": "https://unpkg.com/@steedos-widgets/fullcalendar@1.0.23/dist/meta.js"
45
45
  }
46
46
  },
47
47
  {
@@ -49,10 +49,10 @@
49
49
  "npm": {
50
50
  "package": "@steedos-widgets/amis-object"
51
51
  },
52
- "url": "https://unpkg.com/@steedos-widgets/amis-object@1.0.21/dist/meta.js",
52
+ "url": "https://unpkg.com/@steedos-widgets/amis-object@1.0.23/dist/meta.js",
53
53
  "urls": {
54
- "default": "https://unpkg.com/@steedos-widgets/amis-object@1.0.21/dist/meta.js",
55
- "design": "https://unpkg.com/@steedos-widgets/amis-object@1.0.21/dist/meta.js"
54
+ "default": "https://unpkg.com/@steedos-widgets/amis-object@1.0.23/dist/meta.js",
55
+ "design": "https://unpkg.com/@steedos-widgets/amis-object@1.0.23/dist/meta.js"
56
56
  }
57
57
  }
58
58
  ]
package/dist/meta.js CHANGED
@@ -1150,13 +1150,11 @@
1150
1150
  type: config$i.amis.name,
1151
1151
  label: config$i.title,
1152
1152
  objectApiName: "${objectName}",
1153
- recordId: "${recordId}",
1154
- relatedObjectApiName: "contacts"
1153
+ recordId: "${recordId}"
1155
1154
  },
1156
1155
  previewSchema: {
1157
1156
  type: config$i.amis.name,
1158
- objectApiName: "accounts",
1159
- relatedObjectApiName: "contacts"
1157
+ objectApiName: "accounts"
1160
1158
  },
1161
1159
  panelTitle: "设置",
1162
1160
  panelControls: [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-object",
3
3
  "private": false,
4
- "version": "1.0.21",
4
+ "version": "1.0.23",
5
5
  "main": "dist/amis-object.cjs.js",
6
6
  "module": "dist/amis-object.esm.js",
7
7
  "unpkg": "dist/amis-object.umd.js",
@@ -60,10 +60,10 @@
60
60
  "uglify-js": "^3.17.0"
61
61
  },
62
62
  "dependencies": {
63
- "@steedos-widgets/amis-lib": "1.0.21",
63
+ "@steedos-widgets/amis-lib": "1.0.23",
64
64
  "autoprefixer": "^10.4.13",
65
65
  "postcss": "^8.4.19",
66
66
  "tailwindcss": "^3.2.4"
67
67
  },
68
- "gitHead": "538aecea229da62cc88855d2092acfd8afae8204"
68
+ "gitHead": "7e677e42f62ee3e69343c7738110117897f50a54"
69
69
  }