@steedos-widgets/amis-lib 1.2.19 → 1.2.25

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.
@@ -34,9 +34,11 @@ export function getHtmlFieldSchema(field: any, readonly: any, ctx: any): {
34
34
  type: string;
35
35
  name: any;
36
36
  };
37
+ receiver?: undefined;
37
38
  name?: undefined;
38
39
  } | {
39
40
  type: string;
41
+ receiver: string;
40
42
  name: any;
41
43
  label?: undefined;
42
44
  body?: undefined;
@@ -176,11 +176,15 @@ export function getObjectFieldsFilterBarSchema(objectSchema: any, ctx: any): Pro
176
176
  } | {
177
177
  actionType: string;
178
178
  componentId: string;
179
+ args: {
180
+ __from_fields_filter_settings_confirm: boolean;
181
+ };
179
182
  script?: undefined;
180
- args?: undefined;
181
183
  } | {
182
184
  componentId: string;
183
- args: {};
185
+ args: {
186
+ __from_fields_filter_settings_confirm?: undefined;
187
+ };
184
188
  actionType: string;
185
189
  script?: undefined;
186
190
  })[];
@@ -311,11 +311,15 @@ export function getObjectListHeaderFieldsFilterBar(objectSchema: any, listViewNa
311
311
  } | {
312
312
  actionType: string;
313
313
  componentId: string;
314
+ args: {
315
+ __from_fields_filter_settings_confirm: boolean;
316
+ };
314
317
  script?: undefined;
315
- args?: undefined;
316
318
  } | {
317
319
  componentId: string;
318
- args: {};
320
+ args: {
321
+ __from_fields_filter_settings_confirm?: undefined;
322
+ };
319
323
  actionType: string;
320
324
  script?: undefined;
321
325
  })[];
@@ -155,11 +155,15 @@ export function getObjectFilter(objectSchema: any, fields: any, options: any): P
155
155
  } | {
156
156
  actionType: string;
157
157
  componentId: string;
158
+ args: {
159
+ __from_fields_filter_settings_confirm: boolean;
160
+ };
158
161
  script?: undefined;
159
- args?: undefined;
160
162
  } | {
161
163
  componentId: string;
162
- args: {};
164
+ args: {
165
+ __from_fields_filter_settings_confirm?: undefined;
166
+ };
163
167
  actionType: string;
164
168
  script?: undefined;
165
169
  })[];
@@ -28,6 +28,7 @@ export function getNewListviewButtonSchema(): {
28
28
  label: string;
29
29
  filters: string;
30
30
  shared: boolean;
31
+ object_name: string;
31
32
  };
32
33
  fieldsExtend: {
33
34
  label: {
@@ -36,6 +37,7 @@ export function getNewListviewButtonSchema(): {
36
37
  name: {
37
38
  amis: {
38
39
  hidden: boolean;
40
+ required: boolean;
39
41
  };
40
42
  };
41
43
  object_name: {
@@ -46,36 +48,55 @@ export function getNewListviewButtonSchema(): {
46
48
  filter_scope: {
47
49
  amis: {
48
50
  hidden: boolean;
51
+ required: boolean;
49
52
  };
50
53
  };
51
54
  columns: {
52
55
  amis: {
53
56
  hidden: boolean;
57
+ required: boolean;
58
+ };
59
+ };
60
+ mobile_columns: {
61
+ amis: {
62
+ hidden: boolean;
63
+ required: boolean;
64
+ };
65
+ };
66
+ searchable_fields: {
67
+ amis: {
68
+ hidden: boolean;
69
+ required: boolean;
54
70
  };
55
71
  };
56
72
  filter_fields: {
57
73
  amis: {
58
74
  hidden: boolean;
75
+ required: boolean;
59
76
  };
60
77
  };
61
78
  scrolling_mode: {
62
79
  amis: {
63
80
  hidden: boolean;
81
+ required: boolean;
64
82
  };
65
83
  };
66
84
  sort: {
67
85
  amis: {
68
86
  hidden: boolean;
87
+ required: boolean;
69
88
  };
70
89
  };
71
90
  show_count: {
72
91
  amis: {
73
92
  hidden: boolean;
93
+ required: boolean;
74
94
  };
75
95
  };
76
96
  type: {
77
97
  amis: {
78
98
  hidden: boolean;
99
+ required: boolean;
79
100
  };
80
101
  };
81
102
  shared: {
@@ -38,6 +38,7 @@ export function getSettingListviewToolbarButtonSchema(): {
38
38
  label: string;
39
39
  filters: string;
40
40
  shared: boolean;
41
+ object_name: string;
41
42
  };
42
43
  fieldsExtend: {
43
44
  label: {
@@ -46,6 +47,7 @@ export function getSettingListviewToolbarButtonSchema(): {
46
47
  name: {
47
48
  amis: {
48
49
  hidden: boolean;
50
+ required: boolean;
49
51
  };
50
52
  };
51
53
  object_name: {
@@ -56,36 +58,55 @@ export function getSettingListviewToolbarButtonSchema(): {
56
58
  filter_scope: {
57
59
  amis: {
58
60
  hidden: boolean;
61
+ required: boolean;
59
62
  };
60
63
  };
61
64
  columns: {
62
65
  amis: {
63
66
  hidden: boolean;
67
+ required: boolean;
68
+ };
69
+ };
70
+ mobile_columns: {
71
+ amis: {
72
+ hidden: boolean;
73
+ required: boolean;
74
+ };
75
+ };
76
+ searchable_fields: {
77
+ amis: {
78
+ hidden: boolean;
79
+ required: boolean;
64
80
  };
65
81
  };
66
82
  filter_fields: {
67
83
  amis: {
68
84
  hidden: boolean;
85
+ required: boolean;
69
86
  };
70
87
  };
71
88
  scrolling_mode: {
72
89
  amis: {
73
90
  hidden: boolean;
91
+ required: boolean;
74
92
  };
75
93
  };
76
94
  sort: {
77
95
  amis: {
78
96
  hidden: boolean;
97
+ required: boolean;
79
98
  };
80
99
  };
81
100
  show_count: {
82
101
  amis: {
83
102
  hidden: boolean;
103
+ required: boolean;
84
104
  };
85
105
  };
86
106
  type: {
87
107
  amis: {
88
108
  hidden: boolean;
109
+ required: boolean;
89
110
  };
90
111
  };
91
112
  shared: {
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.19",
4
+ "version": "1.2.25",
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": "de08c94b2cc722e78fc3c1ccab16a25bcf46a45d"
64
+ "gitHead": "4d44e76813a4bd0d6959a833a88f39e277e49fc3"
65
65
  }