@steedos-widgets/amis-lib 1.2.25 → 1.2.26

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.
@@ -18,6 +18,9 @@ export function getObjectFieldsFilterFormSchema(ctx: any): Promise<{
18
18
  type: string;
19
19
  visibleOn: string;
20
20
  className: string;
21
+ style: {
22
+ "max-height": string;
23
+ };
21
24
  schemaApi: {
22
25
  method: string;
23
26
  url: string;
@@ -47,6 +50,9 @@ export function getObjectFieldsFilterBarSchema(objectSchema: any, ctx: any): Pro
47
50
  type: string;
48
51
  visibleOn: string;
49
52
  className: string;
53
+ style: {
54
+ "max-height": string;
55
+ };
50
56
  schemaApi: {
51
57
  method: string;
52
58
  url: string;
@@ -182,6 +182,9 @@ export function getObjectListHeaderFieldsFilterBar(objectSchema: any, listViewNa
182
182
  type: string;
183
183
  visibleOn: string;
184
184
  className: string;
185
+ style: {
186
+ "max-height": string;
187
+ };
185
188
  schemaApi: {
186
189
  method: string;
187
190
  url: string;
@@ -26,6 +26,9 @@ export function getObjectFilter(objectSchema: any, fields: any, options: any): P
26
26
  type: string;
27
27
  visibleOn: string;
28
28
  className: string;
29
+ style: {
30
+ "max-height": string;
31
+ };
29
32
  schemaApi: {
30
33
  method: string;
31
34
  url: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-lib",
3
3
  "private": false,
4
- "version": "1.2.25",
4
+ "version": "1.2.26",
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": "4d44e76813a4bd0d6959a833a88f39e277e49fc3"
64
+ "gitHead": "3887f2be0a6054c27019caf08ecfb40227b63573"
65
65
  }