@steedos-widgets/amis-lib 6.10.53-beta.4 → 6.10.53-beta.6

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.
@@ -17,6 +17,9 @@ export function getApprovalDrawerSchema(instance: any, events: any): Promise<{
17
17
  method: string;
18
18
  url: string;
19
19
  };
20
+ messages: {
21
+ validateFailed: string;
22
+ };
20
23
  debug: boolean;
21
24
  id: string;
22
25
  resetAfterSubmit: boolean;
@@ -309,6 +312,7 @@ export function getApprovalDrawerSchema(instance: any, events: any): Promise<{
309
312
  url: string;
310
313
  method: string;
311
314
  sendOn: string;
315
+ trackExpression: string;
312
316
  messages: {};
313
317
  requestAdaptor: string;
314
318
  adaptor: string;
@@ -692,6 +696,7 @@ export function getApprovalDrawerSchema(instance: any, events: any): Promise<{
692
696
  url: string;
693
697
  method: string;
694
698
  sendOn: string;
699
+ trackExpression: string;
695
700
  messages: {};
696
701
  requestAdaptor: string;
697
702
  adaptor: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-lib",
3
3
  "private": false,
4
- "version": "6.10.53-beta.4",
4
+ "version": "6.10.53-beta.6",
5
5
  "unpkg": "./dist/index.umd.js",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.esm.js",
@@ -59,5 +59,5 @@
59
59
  "i18next": "24.2.2",
60
60
  "lodash": "^4.17.21"
61
61
  },
62
- "gitHead": "b00727e6e09c68124e056e6fc1187d568948b496"
62
+ "gitHead": "296ff510831476f71c283c478a43d6005c8ffaa3"
63
63
  }