@steedos-widgets/amis-lib 1.0.13 → 1.0.15

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.
@@ -9,6 +9,10 @@ export function getSchema(uiSchema: any): {
9
9
  actions: {
10
10
  actionType: string;
11
11
  dialog: {
12
+ data: {
13
+ "&": string;
14
+ object_name: string;
15
+ };
12
16
  type: string;
13
17
  title: string;
14
18
  body: {
@@ -17,6 +17,7 @@ export function getSchema(uiSchema: any, ctx: any): Promise<{
17
17
  appId: string;
18
18
  objectName: string;
19
19
  context: string;
20
+ global: string;
20
21
  listViewId: string;
21
22
  };
22
23
  title: string;
@@ -20,6 +20,7 @@ export namespace StandardButtons {
20
20
  appId: string;
21
21
  objectName: string;
22
22
  context: string;
23
+ global: string;
23
24
  listViewId: string;
24
25
  };
25
26
  title: string;
@@ -165,6 +166,10 @@ export namespace StandardButtons {
165
166
  actions: {
166
167
  actionType: string;
167
168
  dialog: {
169
+ data: {
170
+ "&": string;
171
+ object_name: string;
172
+ };
168
173
  type: string;
169
174
  title: string;
170
175
  body: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-lib",
3
3
  "private": false,
4
- "version": "1.0.13",
4
+ "version": "1.0.15",
5
5
  "unpkg": "./dist/index.umd.js",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.esm.js",
@@ -58,5 +58,5 @@
58
58
  "dependencies": {
59
59
  "lodash": "^4.17.21"
60
60
  },
61
- "gitHead": "5f34d26253773fbc70e82a8d9539f556e6afc08c"
61
+ "gitHead": "e566caba128dd6221eaf34d89e15fb052c0dcfa3"
62
62
  }