@steedos-widgets/amis-lib 6.3.12-beta.8 → 6.3.12

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.
@@ -76,7 +76,7 @@ export function getAmisFileReadonlySchema(steedosField: any, ctx?: {}): Promise<
76
76
  title: string;
77
77
  headerClassName: string;
78
78
  size: string;
79
- width: string;
79
+ width: any;
80
80
  bodyClassName: string;
81
81
  closeOnEsc: boolean;
82
82
  closeOnOutside: boolean;
@@ -190,7 +190,7 @@ export function getAmisFileSchema(steedosField: any, readonly: any, ctx: any): P
190
190
  title: string;
191
191
  headerClassName: string;
192
192
  size: string;
193
- width: string;
193
+ width: any;
194
194
  bodyClassName: string;
195
195
  closeOnEsc: boolean;
196
196
  closeOnOutside: boolean;
@@ -180,17 +180,8 @@ export function getObjectFieldsFilterBarSchema(objectSchema: any, ctx: any): Pro
180
180
  componentId?: undefined;
181
181
  args?: undefined;
182
182
  } | {
183
- actionType: string;
184
183
  componentId: string;
185
- args: {
186
- __from_fields_filter_settings_confirm: boolean;
187
- };
188
- script?: undefined;
189
- } | {
190
- componentId: string;
191
- args: {
192
- __from_fields_filter_settings_confirm?: undefined;
193
- };
184
+ args: {};
194
185
  actionType: string;
195
186
  script?: undefined;
196
187
  })[];
@@ -375,17 +375,8 @@ export function getObjectListHeaderFieldsFilterBar(objectSchema: any, listViewNa
375
375
  componentId?: undefined;
376
376
  args?: undefined;
377
377
  } | {
378
- actionType: string;
379
378
  componentId: string;
380
- args: {
381
- __from_fields_filter_settings_confirm: boolean;
382
- };
383
- script?: undefined;
384
- } | {
385
- componentId: string;
386
- args: {
387
- __from_fields_filter_settings_confirm?: undefined;
388
- };
379
+ args: {};
389
380
  actionType: string;
390
381
  script?: undefined;
391
382
  })[];
@@ -174,17 +174,8 @@ export function getObjectFilter(objectSchema: any, fields: any, options: any): P
174
174
  componentId?: undefined;
175
175
  args?: undefined;
176
176
  } | {
177
- actionType: string;
178
177
  componentId: string;
179
- args: {
180
- __from_fields_filter_settings_confirm: boolean;
181
- };
182
- script?: undefined;
183
- } | {
184
- componentId: string;
185
- args: {
186
- __from_fields_filter_settings_confirm?: undefined;
187
- };
178
+ args: {};
188
179
  actionType: string;
189
180
  script?: undefined;
190
181
  })[];
@@ -54,6 +54,19 @@ export function getSchema(uiSchema: any): {
54
54
  _inDrawer?: undefined;
55
55
  };
56
56
  expression: string;
57
+ } | {
58
+ actionType: string;
59
+ args: {
60
+ eventName: string;
61
+ api?: undefined;
62
+ };
63
+ data: {
64
+ objectName: string;
65
+ __deletedRecord?: undefined;
66
+ _inDrawer?: undefined;
67
+ _isRelated?: undefined;
68
+ };
69
+ expression: string;
57
70
  })[];
58
71
  };
59
72
  };
@@ -231,6 +231,19 @@ export namespace StandardButtons {
231
231
  _inDrawer?: undefined;
232
232
  };
233
233
  expression: string;
234
+ } | {
235
+ actionType: string;
236
+ args: {
237
+ eventName: string;
238
+ api?: undefined;
239
+ };
240
+ data: {
241
+ objectName: string;
242
+ __deletedRecord?: undefined;
243
+ _inDrawer?: undefined;
244
+ _isRelated?: undefined;
245
+ };
246
+ expression: string;
234
247
  })[];
235
248
  };
236
249
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-lib",
3
3
  "private": false,
4
- "version": "6.3.12-beta.8",
4
+ "version": "6.3.12",
5
5
  "unpkg": "./dist/index.umd.js",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.esm.js",
@@ -61,5 +61,5 @@
61
61
  "lodash": "^4.17.21",
62
62
  "react-i18next": "12.3.1"
63
63
  },
64
- "gitHead": "8ddffcd45fd27730fe8b86d498f18bfbdf5fdb2f"
64
+ "gitHead": "3a1882b685d95c78e8033b809b3e112ea9b3a8c1"
65
65
  }