@steedos-widgets/amis-lib 6.10.1-beta.32 → 6.10.1-beta.33

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.
@@ -53,7 +53,6 @@ export function getSetListviewFiltersButtonSchema(): {
53
53
  };
54
54
  };
55
55
  }[];
56
- className: string;
57
56
  showCloseButton: boolean;
58
57
  showErrorMsg: boolean;
59
58
  showLoading: boolean;
@@ -489,7 +489,6 @@ export function getSettingListviewToolbarButtonSchema(): {
489
489
  };
490
490
  };
491
491
  }[];
492
- className: string;
493
492
  showCloseButton: boolean;
494
493
  showErrorMsg: boolean;
495
494
  showLoading: boolean;
@@ -97,6 +97,7 @@ export function getListSchema(appName: any, objectName: any, listViewName: any,
97
97
  headerToolbarItems: any;
98
98
  filterVisible: any;
99
99
  rowClassNameExpr: any;
100
+ crud: any;
100
101
  crudDataFilter: any;
101
102
  onCrudDataFilter: any;
102
103
  };
@@ -401,6 +402,7 @@ export function getObjectRelated({ appName, masterObjectName, objectName, relate
401
402
  headerToolbarItems: any;
402
403
  filterVisible: any;
403
404
  rowClassNameExpr: any;
405
+ crud: any;
404
406
  crudDataFilter: any;
405
407
  onCrudDataFilter: any;
406
408
  };
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.1-beta.32",
4
+ "version": "6.10.1-beta.33",
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": "8739cb0944cdd8e676466f6c585558b541946cc3"
64
+ "gitHead": "0240f0fbc8786b2d35315a247734d511b51a486d"
65
65
  }