@steedos-widgets/amis-lib 6.10.31 → 6.10.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.
@@ -29,8 +29,12 @@ export function getFlowFormSchema(instance: any, box: any): Promise<{
29
29
  "font-size": string;
30
30
  "font-weight": string;
31
31
  };
32
- ".steedos-amis-instance-view.steedos-instance-style-table .antd-Page-body": {
33
- width: string;
32
+ ".steedos-amis-instance-view.steedos-instance-style-table .antd-Page-body .steedos-amis-instance-view-content": {
33
+ "max-width": string;
34
+ };
35
+ ".steedos-amis-instance-view .approval-drawer.antd-Drawer .antd-Drawer-content": {
36
+ "box-shadow": string;
37
+ "border-top": string;
34
38
  };
35
39
  ".antd-List-placeholder": {
36
40
  display: string;
@@ -49,626 +53,691 @@ export function getFlowFormSchema(instance: any, box: any): Promise<{
49
53
  background: string;
50
54
  };
51
55
  };
52
- body: ({
56
+ body: {
53
57
  type: string;
54
- className: string;
55
- headerClassName: string;
56
- bodyClassName: string;
57
- title: ({
58
- type: string;
59
- tpl: string;
60
- title?: undefined;
61
- body?: undefined;
62
- id?: undefined;
63
- wrapWithPanel?: undefined;
64
- } | {
58
+ body: ({
65
59
  type: string;
66
- title: string;
60
+ className: string;
61
+ headerClassName: string;
62
+ bodyClassName: string;
63
+ title: ({
64
+ type: string;
65
+ tpl: string;
66
+ title?: undefined;
67
+ body?: undefined;
68
+ id?: undefined;
69
+ wrapWithPanel?: undefined;
70
+ } | {
71
+ type: string;
72
+ title: string;
73
+ body: {
74
+ type: string;
75
+ labelClassName: string;
76
+ className: string;
77
+ label: string;
78
+ mode: string;
79
+ name: string;
80
+ id: string;
81
+ btnLabel: string;
82
+ btnClassName: string;
83
+ multiple: boolean;
84
+ maxLength: number;
85
+ submitType: string;
86
+ uploadType: string;
87
+ proxy: boolean;
88
+ drag: boolean;
89
+ autoUpload: boolean;
90
+ useChunk: boolean;
91
+ joinValues: boolean;
92
+ extractValue: boolean;
93
+ valueField: string;
94
+ receiver: {
95
+ url: string;
96
+ headers: {
97
+ Authorization: string;
98
+ };
99
+ method: string;
100
+ messages: {};
101
+ dataType: string;
102
+ requestAdaptor: string;
103
+ };
104
+ onEvent: {
105
+ success: {
106
+ weight: number;
107
+ actions: ({
108
+ componentId: string;
109
+ args: {
110
+ msgType?: undefined;
111
+ position?: undefined;
112
+ closeButton?: undefined;
113
+ showIcon?: undefined;
114
+ msg?: undefined;
115
+ };
116
+ actionType: string;
117
+ } | {
118
+ componentId: string;
119
+ args: {
120
+ msgType: string;
121
+ position: string;
122
+ closeButton: boolean;
123
+ showIcon: boolean;
124
+ msg: string;
125
+ };
126
+ actionType: string;
127
+ })[];
128
+ };
129
+ };
130
+ }[];
131
+ id: string;
132
+ wrapWithPanel: boolean;
133
+ tpl?: undefined;
134
+ })[];
67
135
  body: {
68
136
  type: string;
69
- labelClassName: string;
70
- className: string;
71
- label: string;
72
- mode: string;
73
- name: string;
74
137
  id: string;
75
- btnLabel: string;
76
- btnClassName: string;
77
- multiple: boolean;
78
- maxLength: number;
79
- submitType: string;
80
- uploadType: string;
81
- proxy: boolean;
82
- drag: boolean;
83
- autoUpload: boolean;
84
- useChunk: boolean;
85
- joinValues: boolean;
86
- extractValue: boolean;
87
- valueField: string;
88
- receiver: {
138
+ api: {
139
+ method: string;
89
140
  url: string;
141
+ dataType: string;
90
142
  headers: {
91
143
  Authorization: string;
92
144
  };
93
- method: string;
94
- messages: {};
95
- dataType: string;
96
145
  requestAdaptor: string;
97
146
  };
98
- onEvent: {
99
- success: {
100
- weight: number;
101
- actions: ({
102
- componentId: string;
103
- args: {
104
- msgType?: undefined;
105
- position?: undefined;
106
- closeButton?: undefined;
107
- showIcon?: undefined;
108
- msg?: undefined;
109
- };
110
- actionType: string;
111
- } | {
112
- componentId: string;
113
- args: {
114
- msgType: string;
115
- position: string;
116
- closeButton: boolean;
117
- showIcon: boolean;
118
- msg: string;
119
- };
120
- actionType: string;
121
- })[];
147
+ body: {
148
+ type: string;
149
+ source: string;
150
+ title: boolean;
151
+ listItem: {
152
+ body: {
153
+ type: string;
154
+ inline: boolean;
155
+ tpl: string;
156
+ }[];
157
+ actions: any[];
158
+ id: string;
122
159
  };
123
- };
160
+ id: string;
161
+ }[];
124
162
  }[];
163
+ } | {
164
+ type: string;
165
+ tpl: string;
166
+ }[] | {
167
+ type: string;
168
+ name: string;
169
+ source: string;
170
+ title: string;
171
+ listItem: {
172
+ body: {
173
+ type: string;
174
+ inline: boolean;
175
+ tpl: string;
176
+ }[];
177
+ actions: any[];
178
+ id: string;
179
+ };
125
180
  id: string;
126
- wrapWithPanel: boolean;
127
- tpl?: undefined;
128
- })[];
129
- body: {
181
+ } | {
182
+ type: string;
183
+ headerClassName: string;
184
+ title: string;
185
+ source: string;
186
+ className: string;
187
+ columnsTogglable: boolean;
188
+ footable: {
189
+ expand: string;
190
+ };
191
+ columns: ({
192
+ name: string;
193
+ label: string;
194
+ type?: undefined;
195
+ tpl?: undefined;
196
+ classNameExpr?: undefined;
197
+ } | {
198
+ name: string;
199
+ label: string;
200
+ type: string;
201
+ tpl: string;
202
+ classNameExpr?: undefined;
203
+ } | {
204
+ name: string;
205
+ label: string;
206
+ classNameExpr: string;
207
+ type?: undefined;
208
+ tpl?: undefined;
209
+ })[];
210
+ } | {
130
211
  type: string;
131
212
  id: string;
132
213
  api: {
133
- method: string;
134
214
  url: string;
135
- dataType: string;
136
- headers: {
137
- Authorization: string;
138
- };
215
+ method: string;
139
216
  requestAdaptor: string;
217
+ adaptor: string;
140
218
  };
141
219
  body: {
142
220
  type: string;
143
221
  source: string;
144
- title: boolean;
145
- listItem: {
146
- body: {
147
- type: string;
148
- inline: boolean;
149
- tpl: string;
150
- }[];
151
- actions: any[];
152
- id: string;
222
+ className: string;
223
+ label: boolean;
224
+ needConfirm: boolean;
225
+ bordered: boolean;
226
+ title: string;
227
+ quickSaveItemApi: {
228
+ url: string;
229
+ method: string;
230
+ requestAdaptor: string;
231
+ adaptor: string;
153
232
  };
154
- id: string;
155
- }[];
156
- }[];
157
- } | {
158
- type: string;
159
- tpl: string;
160
- }[] | {
161
- type: string;
162
- name: string;
163
- source: string;
164
- title: string;
165
- listItem: {
166
- body: {
167
- type: string;
168
- inline: boolean;
169
- tpl: string;
233
+ columns: ({
234
+ label: string;
235
+ name: string;
236
+ width: number;
237
+ quickEdit: {
238
+ type: string;
239
+ mode: string;
240
+ id: string;
241
+ name: string;
242
+ saveImmediately: boolean;
243
+ value: boolean;
244
+ disabledOn: string;
245
+ };
246
+ } | {
247
+ label: string;
248
+ name: string;
249
+ quickEdit: boolean;
250
+ width?: undefined;
251
+ } | {
252
+ label: string;
253
+ name: string;
254
+ quickEdit: {
255
+ type: string;
256
+ mode: string;
257
+ id: string;
258
+ name: string;
259
+ saveImmediately: boolean;
260
+ value?: undefined;
261
+ disabledOn?: undefined;
262
+ };
263
+ width?: undefined;
264
+ })[];
170
265
  }[];
171
- actions: any[];
172
- id: string;
173
- };
174
- id: string;
175
- } | {
176
- type: string;
177
- headerClassName: string;
178
- title: string;
179
- source: string;
180
- className: string;
181
- columnsTogglable: boolean;
182
- footable: {
183
- expand: string;
184
- };
185
- columns: ({
186
- name: string;
187
- label: string;
188
- type?: undefined;
189
- tpl?: undefined;
190
- classNameExpr?: undefined;
191
266
  } | {
192
- name: string;
193
- label: string;
194
267
  type: string;
268
+ id: string;
195
269
  tpl: string;
196
- classNameExpr?: undefined;
197
270
  } | {
198
- name: string;
271
+ type: string;
199
272
  label: string;
200
- classNameExpr: string;
201
- type?: undefined;
202
- tpl?: undefined;
203
- })[];
204
- } | {
205
- type: string;
206
- label: string;
207
- onEvent: {
208
- click: {
209
- actions: ({
210
- componentId: string;
211
- args: {
212
- time?: undefined;
213
- };
214
- actionType: string;
215
- drawer: {
216
- type: string;
217
- overlay: boolean;
218
- resizable: boolean;
219
- closeOnEsc: boolean;
220
- closeOnOutside: boolean;
221
- size: string;
222
- title: string;
223
- className: string;
224
- headerClassName: string;
225
- bodyClassName: string;
226
- footerClassName: string;
227
- drawerContainer: () => Element;
228
- body: {
273
+ onEvent: {
274
+ click: {
275
+ actions: ({
276
+ componentId: string;
277
+ args: {
278
+ time?: undefined;
279
+ };
280
+ actionType: string;
281
+ drawer: {
229
282
  type: string;
230
- initApi: {
231
- method: string;
232
- url: string;
233
- };
234
- debug: boolean;
235
- id: string;
236
- resetAfterSubmit: boolean;
237
- clearPersistDataAfterSubmit: boolean;
238
- persistData: string;
239
- body: ({
283
+ overlay: boolean;
284
+ resizable: boolean;
285
+ closeOnEsc: boolean;
286
+ closeOnOutside: boolean;
287
+ size: string;
288
+ title: string;
289
+ className: string;
290
+ headerClassName: string;
291
+ bodyClassName: string;
292
+ footerClassName: string;
293
+ drawerContainer: () => Element;
294
+ body: {
240
295
  type: string;
241
- label: boolean;
242
- name: string;
243
- value: string;
244
- options: {
245
- label: string;
246
- value: string;
247
- }[];
248
- id: string;
249
- required: boolean;
250
- onEvent: {
251
- change: {
252
- weight: number;
253
- actions: ({
254
- componentId: string;
255
- args: {
256
- value: {
257
- new_judge: string;
258
- next_step: any;
259
- };
260
- judge?: undefined;
261
- };
262
- actionType: string;
263
- eventName?: undefined;
264
- } | {
265
- args: {
266
- judge: string;
267
- value?: undefined;
268
- };
269
- actionType: string;
270
- eventName: string;
271
- componentId?: undefined;
272
- })[];
273
- };
296
+ initApi: {
297
+ method: string;
298
+ url: string;
274
299
  };
275
- } | {
276
- type: string;
277
- columns: ({
278
- body: {
279
- type: string;
280
- tpl: string;
281
- inline: boolean;
282
- wrapperComponent: string;
283
- id: string;
300
+ debug: boolean;
301
+ id: string;
302
+ resetAfterSubmit: boolean;
303
+ clearPersistDataAfterSubmit: boolean;
304
+ persistData: string;
305
+ body: ({
306
+ type: string;
307
+ label: boolean;
308
+ name: string;
309
+ value: string;
310
+ options: {
311
+ label: string;
312
+ value: string;
284
313
  }[];
285
314
  id: string;
286
- md: string;
287
- valign: string;
315
+ required: boolean;
316
+ onEvent: {
317
+ change: {
318
+ weight: number;
319
+ actions: ({
320
+ componentId: string;
321
+ args: {
322
+ value: {
323
+ new_judge: string;
324
+ next_step: any;
325
+ };
326
+ judge?: undefined;
327
+ };
328
+ actionType: string;
329
+ eventName?: undefined;
330
+ } | {
331
+ args: {
332
+ judge: string;
333
+ value?: undefined;
334
+ };
335
+ actionType: string;
336
+ eventName: string;
337
+ componentId?: undefined;
338
+ })[];
339
+ };
340
+ };
288
341
  } | {
289
- body: {
290
- type: string;
291
- label: string;
292
- name: string;
342
+ type: string;
343
+ columns: ({
344
+ body: {
345
+ type: string;
346
+ tpl: string;
347
+ inline: boolean;
348
+ wrapperComponent: string;
349
+ id: string;
350
+ }[];
293
351
  id: string;
294
- multiple: boolean;
295
- required: boolean;
296
- autoFill: {
297
- new_next_step: string;
298
- next_users: any;
299
- };
300
- source: {
301
- url: string;
302
- headers: {
303
- Authorization: string;
352
+ md: string;
353
+ valign: string;
354
+ } | {
355
+ body: {
356
+ type: string;
357
+ label: string;
358
+ name: string;
359
+ id: string;
360
+ multiple: boolean;
361
+ required: boolean;
362
+ autoFill: {
363
+ new_next_step: string;
364
+ next_users: any;
304
365
  };
305
- method: string;
306
- messages: {};
307
- requestAdaptor: string;
308
- adaptor: string;
309
- data: {
310
- context: string;
311
- $scopeId: string;
312
- judge: string;
366
+ source: {
367
+ url: string;
368
+ headers: {
369
+ Authorization: string;
370
+ };
371
+ method: string;
372
+ messages: {};
373
+ requestAdaptor: string;
374
+ adaptor: string;
375
+ data: {
376
+ context: string;
377
+ $scopeId: string;
378
+ judge: string;
379
+ };
313
380
  };
314
- };
315
- onEvent: {
316
- change: {
317
- weight: number;
318
- actions: any[];
381
+ onEvent: {
382
+ change: {
383
+ weight: number;
384
+ actions: any[];
385
+ };
319
386
  };
320
- };
321
- }[];
322
- id: string;
323
- md?: undefined;
324
- valign?: undefined;
325
- })[];
326
- id: string;
327
- className: string;
328
- subFormMode: string;
329
- } | {
330
- type: string;
331
- columns: ({
332
- body: {
333
- type: string;
334
- tpl: string;
335
- inline: boolean;
336
- wrapperComponent: string;
387
+ }[];
337
388
  id: string;
338
- }[];
389
+ md?: undefined;
390
+ valign?: undefined;
391
+ })[];
339
392
  id: string;
340
- md: string;
341
- valign: string;
393
+ className: string;
394
+ subFormMode: string;
342
395
  } | {
343
- body: ({
344
- type: string;
345
- label: string;
346
- name: string;
396
+ type: string;
397
+ columns: ({
398
+ body: {
399
+ type: string;
400
+ tpl: string;
401
+ inline: boolean;
402
+ wrapperComponent: string;
403
+ id: string;
404
+ }[];
347
405
  id: string;
348
- hiddenOn: string;
349
- required: boolean;
350
- onEvent: {
351
- change: {
352
- weight: number;
353
- actions: any[];
354
- };
355
- };
356
- multiple?: undefined;
357
- source?: undefined;
358
- labelField?: undefined;
359
- valueField?: undefined;
360
- value?: undefined;
361
- joinValues?: undefined;
362
- extractValue?: undefined;
406
+ md: string;
407
+ valign: string;
363
408
  } | {
364
- type: string;
365
- label: string;
366
- name: string;
367
- id: string;
368
- hiddenOn: string;
369
- required: boolean;
370
- multiple: boolean;
371
- onEvent: {
372
- change: {
373
- weight: number;
374
- actions: any[];
409
+ body: ({
410
+ type: string;
411
+ label: string;
412
+ name: string;
413
+ id: string;
414
+ hiddenOn: string;
415
+ required: boolean;
416
+ onEvent: {
417
+ change: {
418
+ weight: number;
419
+ actions: any[];
420
+ };
375
421
  };
376
- };
377
- source?: undefined;
378
- labelField?: undefined;
379
- valueField?: undefined;
380
- value?: undefined;
381
- joinValues?: undefined;
382
- extractValue?: undefined;
383
- } | {
384
- type: string;
385
- label: string;
386
- name: string;
387
- id: string;
388
- required: boolean;
389
- hiddenOn: string;
390
- multiple: boolean;
391
- source: {
392
- url: string;
393
- method: string;
394
- sendOn: string;
395
- headers: {
396
- Authorization: string;
422
+ multiple?: undefined;
423
+ source?: undefined;
424
+ labelField?: undefined;
425
+ valueField?: undefined;
426
+ value?: undefined;
427
+ joinValues?: undefined;
428
+ extractValue?: undefined;
429
+ } | {
430
+ type: string;
431
+ label: string;
432
+ name: string;
433
+ id: string;
434
+ hiddenOn: string;
435
+ required: boolean;
436
+ multiple: boolean;
437
+ onEvent: {
438
+ change: {
439
+ weight: number;
440
+ actions: any[];
441
+ };
397
442
  };
398
- messages: {};
399
- requestAdaptor: string;
400
- adaptor: string;
401
- data: {
402
- "&": string;
403
- $scopeId: string;
404
- context: string;
405
- next_step: string;
443
+ source?: undefined;
444
+ labelField?: undefined;
445
+ valueField?: undefined;
446
+ value?: undefined;
447
+ joinValues?: undefined;
448
+ extractValue?: undefined;
449
+ } | {
450
+ type: string;
451
+ label: string;
452
+ name: string;
453
+ id: string;
454
+ required: boolean;
455
+ hiddenOn: string;
456
+ multiple: boolean;
457
+ source: {
458
+ url: string;
459
+ method: string;
460
+ sendOn: string;
461
+ headers: {
462
+ Authorization: string;
463
+ };
464
+ messages: {};
465
+ requestAdaptor: string;
466
+ adaptor: string;
467
+ data: {
468
+ "&": string;
469
+ $scopeId: string;
470
+ context: string;
471
+ next_step: string;
472
+ };
406
473
  };
407
- };
408
- labelField: string;
409
- valueField: string;
410
- value: string;
411
- joinValues: boolean;
412
- extractValue: boolean;
413
- onEvent: {
414
- change: {
415
- weight: number;
416
- actions: any[];
474
+ labelField: string;
475
+ valueField: string;
476
+ value: string;
477
+ joinValues: boolean;
478
+ extractValue: boolean;
479
+ onEvent: {
480
+ change: {
481
+ weight: number;
482
+ actions: any[];
483
+ };
417
484
  };
418
- };
485
+ })[];
486
+ id: string;
487
+ md?: undefined;
488
+ valign?: undefined;
419
489
  })[];
420
490
  id: string;
421
- md?: undefined;
422
- valign?: undefined;
491
+ className: string;
492
+ subFormMode: string;
493
+ hiddenOn: string;
494
+ } | {
495
+ type: string;
496
+ name: string;
497
+ label?: undefined;
498
+ id?: undefined;
499
+ minRows?: undefined;
500
+ maxRows?: undefined;
501
+ placeholder?: undefined;
502
+ requiredOn?: undefined;
503
+ value?: undefined;
504
+ onEvent?: undefined;
505
+ } | {
506
+ type: string;
507
+ label: boolean;
508
+ name: string;
509
+ id: string;
510
+ minRows: number;
511
+ maxRows: number;
512
+ placeholder: string;
513
+ requiredOn: string;
514
+ value: any;
515
+ onEvent: {
516
+ blur: {
517
+ actions: {
518
+ componentId: string;
519
+ actionType: string;
520
+ args: {
521
+ value: {
522
+ instance_my_approve_description: string;
523
+ };
524
+ };
525
+ }[];
526
+ };
527
+ };
423
528
  })[];
424
- id: string;
425
- className: string;
426
- subFormMode: string;
427
- hiddenOn: string;
428
- } | {
429
- type: string;
430
- name: string;
431
- label?: undefined;
432
- id?: undefined;
433
- minRows?: undefined;
434
- maxRows?: undefined;
435
- placeholder?: undefined;
436
- requiredOn?: undefined;
437
- value?: undefined;
438
- onEvent?: undefined;
439
- } | {
440
- type: string;
441
- label: boolean;
442
- name: string;
443
- id: string;
444
- minRows: number;
445
- maxRows: number;
446
- placeholder: string;
447
- requiredOn: string;
448
- value: any;
449
529
  onEvent: {
450
- blur: {
530
+ approve_judge_change: {
451
531
  actions: {
452
- componentId: string;
453
532
  actionType: string;
454
- args: {
455
- value: {
456
- instance_my_approve_description: string;
457
- };
458
- };
533
+ componentId: string;
534
+ args: {};
459
535
  }[];
460
536
  };
537
+ inited: {
538
+ actions: any[];
539
+ };
461
540
  };
462
- })[];
541
+ }[];
542
+ id: string;
543
+ position: string;
463
544
  onEvent: {
464
- approve_judge_change: {
545
+ cancel: {
465
546
  actions: {
466
547
  actionType: string;
467
- componentId: string;
468
- args: {};
548
+ script: (context: any, doAction: any, event: any) => void;
469
549
  }[];
470
550
  };
471
- inited: {
472
- actions: any[];
473
- };
474
551
  };
475
- }[];
476
- id: string;
477
- position: string;
478
- onEvent: {
479
- cancel: {
480
- actions: {
481
- actionType: string;
482
- script: (context: any, doAction: any, event: any) => void;
483
- }[];
484
- };
485
- };
486
- actions: ({
487
- type: string;
488
- label: string;
489
- onEvent: {
490
- click: {
491
- actions: any[];
552
+ actions: ({
553
+ type: string;
554
+ label: string;
555
+ onEvent: {
556
+ click: {
557
+ actions: any[];
558
+ };
492
559
  };
493
- };
494
- id: string;
495
- level: string;
496
- } | {
497
- type: string;
498
- label: string;
499
- onEvent: {
500
- click: {
501
- actions: {
502
- componentId: string;
503
- args: {};
504
- actionType: string;
505
- }[];
560
+ id: string;
561
+ level: string;
562
+ } | {
563
+ type: string;
564
+ label: string;
565
+ onEvent: {
566
+ click: {
567
+ actions: {
568
+ componentId: string;
569
+ args: {};
570
+ actionType: string;
571
+ }[];
572
+ };
506
573
  };
507
- };
508
- id: string;
509
- level?: undefined;
510
- })[];
511
- };
512
- script?: undefined;
513
- } | {
514
- actionType: string;
515
- args: {
516
- time: number;
517
- };
518
- componentId?: undefined;
519
- drawer?: undefined;
520
- script?: undefined;
521
- } | {
522
- actionType: string;
523
- script: (context: any, doAction: any, event: any) => void;
524
- componentId?: undefined;
525
- args?: undefined;
526
- drawer?: undefined;
527
- })[];
574
+ id: string;
575
+ level?: undefined;
576
+ })[];
577
+ };
578
+ script?: undefined;
579
+ } | {
580
+ actionType: string;
581
+ args: {
582
+ time: number;
583
+ };
584
+ componentId?: undefined;
585
+ drawer?: undefined;
586
+ script?: undefined;
587
+ } | {
588
+ actionType: string;
589
+ script: (context: any, doAction: any, event: any) => void;
590
+ componentId?: undefined;
591
+ args?: undefined;
592
+ drawer?: undefined;
593
+ })[];
594
+ };
528
595
  };
529
- };
530
- id: string;
531
- level: string;
532
- className: {
533
- "approve-button w-14 h-14 rounded-full fixed bottom-4 right-4 shadow-lg text-white text-base text-center font-semibold bg-blue-500 p-0": boolean;
534
- hidden: boolean;
535
- };
536
- } | {
537
- type: string;
538
- debug: boolean;
539
- wrapWithPanel: boolean;
540
- resetAfterSubmit: boolean;
541
- body: ({
596
+ id: string;
597
+ level: string;
598
+ className: {
599
+ "approve-button w-14 h-14 rounded-full fixed bottom-4 right-4 shadow-lg text-white text-base text-center font-semibold bg-blue-500 p-0": boolean;
600
+ hidden: boolean;
601
+ };
602
+ } | {
542
603
  type: string;
543
- className: string;
544
- trs: {
545
- background: string;
546
- tds: ({
604
+ debug: boolean;
605
+ wrapWithPanel: boolean;
606
+ resetAfterSubmit: boolean;
607
+ body: ({
608
+ type: string;
609
+ className: string;
610
+ trs: {
547
611
  background: string;
548
- colspan: number;
549
- align: string;
550
- className: string;
551
- width: string;
612
+ tds: ({
613
+ background: string;
614
+ colspan: number;
615
+ align: string;
616
+ className: string;
617
+ width: string;
618
+ body: {
619
+ label: any;
620
+ name: any;
621
+ mode: string;
622
+ className: string;
623
+ }[];
624
+ style: {
625
+ marginTop: string;
626
+ paddingTop: string;
627
+ paddingRight: string;
628
+ paddingBottom: string;
629
+ paddingLeft: string;
630
+ marginRight: string;
631
+ marginBottom: string;
632
+ marginLeft: string;
633
+ borderLeftColor: string;
634
+ borderTopColor: string;
635
+ borderRightColor: string;
636
+ borderBottomColor: string;
637
+ };
638
+ } | {
639
+ className: string;
640
+ align: string;
641
+ width: string;
642
+ colspan: string | number;
643
+ background: string;
644
+ body: {
645
+ type: string;
646
+ tpl: string;
647
+ className: string | {
648
+ 'steedos-field-required': string;
649
+ };
650
+ }[];
651
+ style: {
652
+ borderLeftColor: string;
653
+ borderTopColor: string;
654
+ borderRightColor: string;
655
+ borderBottomColor: string;
656
+ };
657
+ })[];
658
+ }[];
659
+ id: string;
660
+ } | {
661
+ type: string;
662
+ className: string;
663
+ mode: any;
664
+ steps: {
665
+ title: any;
552
666
  body: {
553
667
  label: any;
554
668
  name: any;
555
669
  mode: string;
556
670
  className: string;
557
671
  }[];
558
- style: {
559
- marginTop: string;
560
- paddingTop: string;
561
- paddingRight: string;
562
- paddingBottom: string;
563
- paddingLeft: string;
564
- marginRight: string;
565
- marginBottom: string;
566
- marginLeft: string;
567
- borderLeftColor: string;
568
- borderTopColor: string;
569
- borderRightColor: string;
570
- borderBottomColor: string;
672
+ }[];
673
+ actionFinishLabel: string;
674
+ id: string;
675
+ target: string;
676
+ onEvent: {
677
+ change: {
678
+ actions: {
679
+ actionType: string;
680
+ componentId: string;
681
+ args: {
682
+ value: string;
683
+ };
684
+ }[];
571
685
  };
572
- } | {
573
- className: string;
574
- align: string;
575
- width: string;
576
- colspan: string | number;
686
+ finished: {
687
+ actions: {
688
+ actionType: string;
689
+ componentId: string;
690
+ }[];
691
+ };
692
+ };
693
+ } | {
694
+ type: string;
695
+ className: string;
696
+ trs: {
577
697
  background: string;
578
- body: {
579
- type: string;
580
- tpl: string;
581
- className: string | {
582
- 'steedos-field-required': string;
698
+ tds: {
699
+ className: string;
700
+ background: string;
701
+ align: string;
702
+ width: string;
703
+ colspan: string;
704
+ body: any[];
705
+ id: string;
706
+ style: {
707
+ padding: string;
583
708
  };
584
709
  }[];
585
- style: {
586
- borderLeftColor: string;
587
- borderTopColor: string;
588
- borderRightColor: string;
589
- borderBottomColor: string;
590
- };
591
- })[];
592
- }[];
593
- id: string;
594
- } | {
595
- type: string;
596
- className: string;
597
- mode: any;
598
- steps: {
599
- title: any;
600
- body: {
601
- label: any;
602
- name: any;
603
- mode: string;
604
- className: string;
605
710
  }[];
606
- }[];
607
- actionFinishLabel: string;
711
+ id: string;
712
+ style: {
713
+ borderLeftStyle: string;
714
+ borderTopStyle: string;
715
+ borderRightStyle: string;
716
+ borderBottomStyle: string;
717
+ };
718
+ } | {
719
+ type: string;
720
+ id: string;
721
+ tpl: string;
722
+ inline: boolean;
723
+ wrapperComponent: string;
724
+ style: {
725
+ fontFamily: string;
726
+ fontSize: number;
727
+ textAlign: string;
728
+ };
729
+ })[];
608
730
  id: string;
609
- target: string;
610
731
  onEvent: {
611
732
  change: {
612
- actions: {
613
- actionType: string;
614
- componentId: string;
615
- args: {
616
- value: string;
617
- };
618
- }[];
619
- };
620
- finished: {
621
- actions: {
622
- actionType: string;
623
- componentId: string;
624
- }[];
733
+ weight: number;
734
+ actions: any[];
625
735
  };
626
736
  };
627
- } | {
628
- type: string;
629
- className: string;
630
- trs: {
631
- background: string;
632
- tds: {
633
- className: string;
634
- background: string;
635
- align: string;
636
- width: string;
637
- colspan: string;
638
- body: any[];
639
- id: string;
640
- style: {
641
- padding: string;
642
- };
643
- }[];
644
- }[];
645
- id: string;
646
- style: {
647
- borderLeftStyle: string;
648
- borderTopStyle: string;
649
- borderRightStyle: string;
650
- borderBottomStyle: string;
651
- };
652
- } | {
653
- type: string;
654
- id: string;
655
- tpl: string;
656
- inline: boolean;
657
- wrapperComponent: string;
658
- style: {
659
- fontFamily: string;
660
- fontSize: number;
661
- textAlign: string;
662
- };
663
737
  })[];
664
- id: string;
665
- onEvent: {
666
- change: {
667
- weight: number;
668
- actions: any[];
669
- };
670
- };
671
- })[];
738
+ size: string;
739
+ className: string;
740
+ }[];
672
741
  id: string;
673
742
  messages: {};
674
743
  pullRefresh: {};