@steedos-widgets/amis-lib 6.10.30 → 6.10.32

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,631 @@ 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
  }[];
125
- id: string;
126
- wrapWithPanel: boolean;
127
- tpl?: undefined;
128
- })[];
129
- body: {
163
+ } | {
130
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
+ };
131
180
  id: string;
132
- api: {
133
- method: string;
134
- url: string;
135
- dataType: string;
136
- headers: {
137
- Authorization: string;
138
- };
139
- requestAdaptor: string;
181
+ } | {
182
+ type: string;
183
+ headerClassName: string;
184
+ title: string;
185
+ source: string;
186
+ className: string;
187
+ columnsTogglable: boolean;
188
+ footable: {
189
+ expand: string;
140
190
  };
141
- body: {
142
- type: string;
143
- 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;
153
- };
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: {
191
+ columns: ({
192
+ name: string;
193
+ label: string;
194
+ type?: undefined;
195
+ tpl?: undefined;
196
+ classNameExpr?: undefined;
197
+ } | {
198
+ name: string;
199
+ label: string;
167
200
  type: string;
168
- inline: boolean;
169
201
  tpl: string;
170
- }[];
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;
202
+ classNameExpr?: undefined;
203
+ } | {
204
+ name: string;
205
+ label: string;
206
+ classNameExpr: string;
207
+ type?: undefined;
208
+ tpl?: undefined;
209
+ })[];
191
210
  } | {
192
- name: string;
193
- label: string;
194
211
  type: string;
195
- tpl: string;
196
- classNameExpr?: undefined;
197
- } | {
198
- name: string;
199
212
  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: {
213
+ onEvent: {
214
+ click: {
215
+ actions: ({
216
+ componentId: string;
217
+ args: {
218
+ time?: undefined;
219
+ };
220
+ actionType: string;
221
+ drawer: {
229
222
  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: ({
223
+ overlay: boolean;
224
+ resizable: boolean;
225
+ closeOnEsc: boolean;
226
+ closeOnOutside: boolean;
227
+ size: string;
228
+ title: string;
229
+ className: string;
230
+ headerClassName: string;
231
+ bodyClassName: string;
232
+ footerClassName: string;
233
+ drawerContainer: () => Element;
234
+ body: {
240
235
  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
- };
236
+ initApi: {
237
+ method: string;
238
+ url: string;
274
239
  };
275
- } | {
276
- type: string;
277
- columns: ({
278
- body: {
279
- type: string;
280
- tpl: string;
281
- inline: boolean;
282
- wrapperComponent: string;
283
- id: string;
240
+ debug: boolean;
241
+ id: string;
242
+ resetAfterSubmit: boolean;
243
+ clearPersistDataAfterSubmit: boolean;
244
+ persistData: string;
245
+ body: ({
246
+ type: string;
247
+ label: boolean;
248
+ name: string;
249
+ value: string;
250
+ options: {
251
+ label: string;
252
+ value: string;
284
253
  }[];
285
254
  id: string;
286
- md: string;
287
- valign: string;
255
+ required: boolean;
256
+ onEvent: {
257
+ change: {
258
+ weight: number;
259
+ actions: ({
260
+ componentId: string;
261
+ args: {
262
+ value: {
263
+ new_judge: string;
264
+ next_step: any;
265
+ };
266
+ judge?: undefined;
267
+ };
268
+ actionType: string;
269
+ eventName?: undefined;
270
+ } | {
271
+ args: {
272
+ judge: string;
273
+ value?: undefined;
274
+ };
275
+ actionType: string;
276
+ eventName: string;
277
+ componentId?: undefined;
278
+ })[];
279
+ };
280
+ };
288
281
  } | {
289
- body: {
290
- type: string;
291
- label: string;
292
- name: string;
282
+ type: string;
283
+ columns: ({
284
+ body: {
285
+ type: string;
286
+ tpl: string;
287
+ inline: boolean;
288
+ wrapperComponent: string;
289
+ id: string;
290
+ }[];
293
291
  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;
292
+ md: string;
293
+ valign: string;
294
+ } | {
295
+ body: {
296
+ type: string;
297
+ label: string;
298
+ name: string;
299
+ id: string;
300
+ multiple: boolean;
301
+ required: boolean;
302
+ autoFill: {
303
+ new_next_step: string;
304
+ next_users: any;
304
305
  };
305
- method: string;
306
- messages: {};
307
- requestAdaptor: string;
308
- adaptor: string;
309
- data: {
310
- context: string;
311
- $scopeId: string;
312
- judge: string;
306
+ source: {
307
+ url: string;
308
+ headers: {
309
+ Authorization: string;
310
+ };
311
+ method: string;
312
+ messages: {};
313
+ requestAdaptor: string;
314
+ adaptor: string;
315
+ data: {
316
+ context: string;
317
+ $scopeId: string;
318
+ judge: string;
319
+ };
313
320
  };
314
- };
315
- onEvent: {
316
- change: {
317
- weight: number;
318
- actions: any[];
321
+ onEvent: {
322
+ change: {
323
+ weight: number;
324
+ actions: any[];
325
+ };
319
326
  };
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;
327
+ }[];
337
328
  id: string;
338
- }[];
329
+ md?: undefined;
330
+ valign?: undefined;
331
+ })[];
339
332
  id: string;
340
- md: string;
341
- valign: string;
333
+ className: string;
334
+ subFormMode: string;
342
335
  } | {
343
- body: ({
344
- type: string;
345
- label: string;
346
- name: string;
336
+ type: string;
337
+ columns: ({
338
+ body: {
339
+ type: string;
340
+ tpl: string;
341
+ inline: boolean;
342
+ wrapperComponent: string;
343
+ id: string;
344
+ }[];
347
345
  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;
346
+ md: string;
347
+ valign: string;
363
348
  } | {
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[];
349
+ body: ({
350
+ type: string;
351
+ label: string;
352
+ name: string;
353
+ id: string;
354
+ hiddenOn: string;
355
+ required: boolean;
356
+ onEvent: {
357
+ change: {
358
+ weight: number;
359
+ actions: any[];
360
+ };
375
361
  };
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;
362
+ multiple?: undefined;
363
+ source?: undefined;
364
+ labelField?: undefined;
365
+ valueField?: undefined;
366
+ value?: undefined;
367
+ joinValues?: undefined;
368
+ extractValue?: undefined;
369
+ } | {
370
+ type: string;
371
+ label: string;
372
+ name: string;
373
+ id: string;
374
+ hiddenOn: string;
375
+ required: boolean;
376
+ multiple: boolean;
377
+ onEvent: {
378
+ change: {
379
+ weight: number;
380
+ actions: any[];
381
+ };
397
382
  };
398
- messages: {};
399
- requestAdaptor: string;
400
- adaptor: string;
401
- data: {
402
- "&": string;
403
- $scopeId: string;
404
- context: string;
405
- next_step: string;
383
+ source?: undefined;
384
+ labelField?: undefined;
385
+ valueField?: undefined;
386
+ value?: undefined;
387
+ joinValues?: undefined;
388
+ extractValue?: undefined;
389
+ } | {
390
+ type: string;
391
+ label: string;
392
+ name: string;
393
+ id: string;
394
+ required: boolean;
395
+ hiddenOn: string;
396
+ multiple: boolean;
397
+ source: {
398
+ url: string;
399
+ method: string;
400
+ sendOn: string;
401
+ headers: {
402
+ Authorization: string;
403
+ };
404
+ messages: {};
405
+ requestAdaptor: string;
406
+ adaptor: string;
407
+ data: {
408
+ "&": string;
409
+ $scopeId: string;
410
+ context: string;
411
+ next_step: string;
412
+ };
406
413
  };
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[];
414
+ labelField: string;
415
+ valueField: string;
416
+ value: string;
417
+ joinValues: boolean;
418
+ extractValue: boolean;
419
+ onEvent: {
420
+ change: {
421
+ weight: number;
422
+ actions: any[];
423
+ };
417
424
  };
418
- };
425
+ })[];
426
+ id: string;
427
+ md?: undefined;
428
+ valign?: undefined;
419
429
  })[];
420
430
  id: string;
421
- md?: undefined;
422
- valign?: undefined;
431
+ className: string;
432
+ subFormMode: string;
433
+ hiddenOn: string;
434
+ } | {
435
+ type: string;
436
+ name: string;
437
+ label?: undefined;
438
+ id?: undefined;
439
+ minRows?: undefined;
440
+ maxRows?: undefined;
441
+ placeholder?: undefined;
442
+ requiredOn?: undefined;
443
+ value?: undefined;
444
+ onEvent?: undefined;
445
+ } | {
446
+ type: string;
447
+ label: boolean;
448
+ name: string;
449
+ id: string;
450
+ minRows: number;
451
+ maxRows: number;
452
+ placeholder: string;
453
+ requiredOn: string;
454
+ value: any;
455
+ onEvent: {
456
+ blur: {
457
+ actions: {
458
+ componentId: string;
459
+ actionType: string;
460
+ args: {
461
+ value: {
462
+ instance_my_approve_description: string;
463
+ };
464
+ };
465
+ }[];
466
+ };
467
+ };
423
468
  })[];
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
469
  onEvent: {
450
- blur: {
470
+ approve_judge_change: {
451
471
  actions: {
452
- componentId: string;
453
472
  actionType: string;
454
- args: {
455
- value: {
456
- instance_my_approve_description: string;
457
- };
458
- };
473
+ componentId: string;
474
+ args: {};
459
475
  }[];
460
476
  };
477
+ inited: {
478
+ actions: any[];
479
+ };
461
480
  };
462
- })[];
481
+ }[];
482
+ id: string;
483
+ position: string;
463
484
  onEvent: {
464
- approve_judge_change: {
485
+ cancel: {
465
486
  actions: {
466
487
  actionType: string;
467
- componentId: string;
468
- args: {};
488
+ script: (context: any, doAction: any, event: any) => void;
469
489
  }[];
470
490
  };
471
- inited: {
472
- actions: any[];
473
- };
474
- };
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
491
  };
485
- };
486
- actions: ({
487
- type: string;
488
- label: string;
489
- onEvent: {
490
- click: {
491
- actions: any[];
492
+ actions: ({
493
+ type: string;
494
+ label: string;
495
+ onEvent: {
496
+ click: {
497
+ actions: any[];
498
+ };
492
499
  };
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
- }[];
500
+ id: string;
501
+ level: string;
502
+ } | {
503
+ type: string;
504
+ label: string;
505
+ onEvent: {
506
+ click: {
507
+ actions: {
508
+ componentId: string;
509
+ args: {};
510
+ actionType: string;
511
+ }[];
512
+ };
506
513
  };
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
- })[];
514
+ id: string;
515
+ level?: undefined;
516
+ })[];
517
+ };
518
+ script?: undefined;
519
+ } | {
520
+ actionType: string;
521
+ args: {
522
+ time: number;
523
+ };
524
+ componentId?: undefined;
525
+ drawer?: undefined;
526
+ script?: undefined;
527
+ } | {
528
+ actionType: string;
529
+ script: (context: any, doAction: any, event: any) => void;
530
+ componentId?: undefined;
531
+ args?: undefined;
532
+ drawer?: undefined;
533
+ })[];
534
+ };
528
535
  };
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: ({
536
+ id: string;
537
+ level: string;
538
+ className: {
539
+ "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;
540
+ hidden: boolean;
541
+ };
542
+ } | {
542
543
  type: string;
543
- className: string;
544
- trs: {
545
- background: string;
546
- tds: ({
544
+ debug: boolean;
545
+ wrapWithPanel: boolean;
546
+ resetAfterSubmit: boolean;
547
+ body: ({
548
+ type: string;
549
+ className: string;
550
+ trs: {
547
551
  background: string;
548
- colspan: number;
549
- align: string;
550
- className: string;
551
- width: string;
552
+ tds: ({
553
+ background: string;
554
+ colspan: number;
555
+ align: string;
556
+ className: string;
557
+ width: string;
558
+ body: {
559
+ label: any;
560
+ name: any;
561
+ mode: string;
562
+ className: string;
563
+ }[];
564
+ style: {
565
+ marginTop: string;
566
+ paddingTop: string;
567
+ paddingRight: string;
568
+ paddingBottom: string;
569
+ paddingLeft: string;
570
+ marginRight: string;
571
+ marginBottom: string;
572
+ marginLeft: string;
573
+ borderLeftColor: string;
574
+ borderTopColor: string;
575
+ borderRightColor: string;
576
+ borderBottomColor: string;
577
+ };
578
+ } | {
579
+ className: string;
580
+ align: string;
581
+ width: string;
582
+ colspan: string | number;
583
+ background: string;
584
+ body: {
585
+ type: string;
586
+ tpl: string;
587
+ className: string | {
588
+ 'steedos-field-required': string;
589
+ };
590
+ }[];
591
+ style: {
592
+ borderLeftColor: string;
593
+ borderTopColor: string;
594
+ borderRightColor: string;
595
+ borderBottomColor: string;
596
+ };
597
+ })[];
598
+ }[];
599
+ id: string;
600
+ } | {
601
+ type: string;
602
+ className: string;
603
+ mode: any;
604
+ steps: {
605
+ title: any;
552
606
  body: {
553
607
  label: any;
554
608
  name: any;
555
609
  mode: string;
556
610
  className: string;
557
611
  }[];
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;
612
+ }[];
613
+ actionFinishLabel: string;
614
+ id: string;
615
+ target: string;
616
+ onEvent: {
617
+ change: {
618
+ actions: {
619
+ actionType: string;
620
+ componentId: string;
621
+ args: {
622
+ value: string;
623
+ };
624
+ }[];
571
625
  };
572
- } | {
573
- className: string;
574
- align: string;
575
- width: string;
576
- colspan: string | number;
626
+ finished: {
627
+ actions: {
628
+ actionType: string;
629
+ componentId: string;
630
+ }[];
631
+ };
632
+ };
633
+ } | {
634
+ type: string;
635
+ className: string;
636
+ trs: {
577
637
  background: string;
578
- body: {
579
- type: string;
580
- tpl: string;
581
- className: string | {
582
- 'steedos-field-required': string;
638
+ tds: {
639
+ className: string;
640
+ background: string;
641
+ align: string;
642
+ width: string;
643
+ colspan: string;
644
+ body: any[];
645
+ id: string;
646
+ style: {
647
+ padding: string;
583
648
  };
584
649
  }[];
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
650
  }[];
606
- }[];
607
- actionFinishLabel: string;
651
+ id: string;
652
+ style: {
653
+ borderLeftStyle: string;
654
+ borderTopStyle: string;
655
+ borderRightStyle: string;
656
+ borderBottomStyle: string;
657
+ };
658
+ } | {
659
+ type: string;
660
+ id: string;
661
+ tpl: string;
662
+ inline: boolean;
663
+ wrapperComponent: string;
664
+ style: {
665
+ fontFamily: string;
666
+ fontSize: number;
667
+ textAlign: string;
668
+ };
669
+ })[];
608
670
  id: string;
609
- target: string;
610
671
  onEvent: {
611
672
  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
- }[];
673
+ weight: number;
674
+ actions: any[];
625
675
  };
626
676
  };
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
677
  })[];
664
- id: string;
665
- onEvent: {
666
- change: {
667
- weight: number;
668
- actions: any[];
669
- };
670
- };
671
- })[];
678
+ size: string;
679
+ className: string;
680
+ }[];
672
681
  id: string;
673
682
  messages: {};
674
683
  pullRefresh: {};