@steedos-widgets/amis-object 6.10.22 → 6.10.23

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.
@@ -57,7 +57,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
57
57
  bodyClassName: string;
58
58
  title: ({
59
59
  type: string;
60
- tpl: any;
60
+ tpl: string;
61
61
  title?: undefined;
62
62
  body?: undefined;
63
63
  id?: undefined;
@@ -69,11 +69,11 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
69
69
  type: string;
70
70
  labelClassName: string;
71
71
  className: string;
72
- label: any;
72
+ label: string;
73
73
  mode: string;
74
74
  name: string;
75
75
  id: string;
76
- btnLabel: any;
76
+ btnLabel: string;
77
77
  btnClassName: string;
78
78
  multiple: boolean;
79
79
  maxLength: number;
@@ -116,7 +116,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
116
116
  position: string;
117
117
  closeButton: boolean;
118
118
  showIcon: boolean;
119
- msg: any;
119
+ msg: string;
120
120
  };
121
121
  actionType: string;
122
122
  })[];
@@ -162,7 +162,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
162
162
  type: string;
163
163
  name: string;
164
164
  source: string;
165
- title: any;
165
+ title: string;
166
166
  listItem: {
167
167
  body: {
168
168
  type: string;
@@ -176,7 +176,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
176
176
  } | {
177
177
  type: string;
178
178
  headerClassName: string;
179
- title: any;
179
+ title: string;
180
180
  source: string;
181
181
  className: string;
182
182
  columnsTogglable: boolean;
@@ -204,7 +204,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
204
204
  })[];
205
205
  } | {
206
206
  type: string;
207
- label: any;
207
+ label: string;
208
208
  onEvent: {
209
209
  click: {
210
210
  actions: {
@@ -241,7 +241,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
241
241
  name: string;
242
242
  value: string;
243
243
  options: {
244
- label: any;
244
+ label: string;
245
245
  value: string;
246
246
  }[];
247
247
  id: string;
@@ -276,7 +276,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
276
276
  columns: ({
277
277
  body: {
278
278
  type: string;
279
- tpl: any;
279
+ tpl: string;
280
280
  inline: boolean;
281
281
  wrapperComponent: string;
282
282
  id: string;
@@ -330,7 +330,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
330
330
  columns: ({
331
331
  body: {
332
332
  type: string;
333
- tpl: any;
333
+ tpl: string;
334
334
  inline: boolean;
335
335
  wrapperComponent: string;
336
336
  id: string;
@@ -441,7 +441,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
441
441
  id: string;
442
442
  minRows: number;
443
443
  maxRows: number;
444
- placeholder: any;
444
+ placeholder: string;
445
445
  requiredOn: string;
446
446
  value: any;
447
447
  })[];