@steedos-widgets/amis-object 6.10.22 → 6.10.24

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;
@@ -343,6 +343,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
343
343
  type: string;
344
344
  label: string;
345
345
  name: string;
346
+ id: string;
346
347
  hiddenOn: string;
347
348
  required: boolean;
348
349
  onEvent: {
@@ -352,7 +353,6 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
352
353
  };
353
354
  };
354
355
  multiple?: undefined;
355
- id?: undefined;
356
356
  source?: undefined;
357
357
  labelField?: undefined;
358
358
  valueField?: undefined;
@@ -363,6 +363,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
363
363
  type: string;
364
364
  label: string;
365
365
  name: string;
366
+ id: string;
366
367
  hiddenOn: string;
367
368
  required: boolean;
368
369
  multiple: boolean;
@@ -372,7 +373,6 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
372
373
  actions: any[];
373
374
  };
374
375
  };
375
- id?: undefined;
376
376
  source?: undefined;
377
377
  labelField?: undefined;
378
378
  valueField?: undefined;
@@ -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
  })[];