@zealicsolutions/web-ui 0.4.60 → 0.4.63

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,6 +12,808 @@ export declare const columnRepeaterContainer: ContainerComponentProps;
12
12
  export declare const outlinedColumnContainer: ContainerComponentProps;
13
13
  export declare const headerContainer: ContainerComponentProps;
14
14
  export declare const headerWithTabs2: ContainerComponentProps;
15
+ export declare const anotherProcessTracker: {
16
+ type: string;
17
+ config: {
18
+ wide: {
19
+ containerProps: {
20
+ gap: string;
21
+ alignItems: string;
22
+ cornerRadius: string;
23
+ verticalPadding: string;
24
+ horizontalPadding: string;
25
+ };
26
+ containerStyle: {
27
+ gap: string;
28
+ width: string;
29
+ display: string;
30
+ padding: string;
31
+ minWidth: string;
32
+ boxShadow: string;
33
+ borderRadius: string;
34
+ flexDirection: string;
35
+ backgroundColor: string;
36
+ };
37
+ };
38
+ compact: {
39
+ containerProps: {};
40
+ containerStyle: {
41
+ gap: string;
42
+ width: string;
43
+ display: string;
44
+ padding: string;
45
+ minWidth: string;
46
+ boxShadow: string;
47
+ borderRadius: string;
48
+ flexDirection: string;
49
+ };
50
+ };
51
+ };
52
+ instance: string;
53
+ metadata: {
54
+ group: string[];
55
+ };
56
+ containerLibraryId: string;
57
+ id: string;
58
+ items: ({
59
+ type: string;
60
+ config: {
61
+ wide: {
62
+ containerProps: {
63
+ gap: string;
64
+ padding: {
65
+ top: string;
66
+ left: string;
67
+ right: string;
68
+ bottom: string;
69
+ };
70
+ alignItems: string;
71
+ horizontalPadding: string;
72
+ };
73
+ containerStyle: {
74
+ width: string;
75
+ alignItems: string;
76
+ flexDirection: string;
77
+ justifyContent: string;
78
+ };
79
+ };
80
+ compact: {
81
+ containerProps: {
82
+ gap: string;
83
+ };
84
+ containerStyle: {
85
+ alignItems: string;
86
+ flexDirection: string;
87
+ };
88
+ };
89
+ };
90
+ instance: string;
91
+ metadata: {
92
+ group: string[];
93
+ };
94
+ ordering: number;
95
+ containerLibraryId: string;
96
+ organismLibraryContainerId: string;
97
+ items: ({
98
+ type: string;
99
+ config: {
100
+ wide: {
101
+ containerProps: {
102
+ gap: string;
103
+ width: string;
104
+ alignItems: string;
105
+ padding?: undefined;
106
+ horizontalPadding?: undefined;
107
+ };
108
+ containerStyle: {
109
+ alignItems: string;
110
+ flexDirection: string;
111
+ justifyContent: string;
112
+ width?: undefined;
113
+ };
114
+ };
115
+ compact: {
116
+ containerProps: {
117
+ gap: string;
118
+ };
119
+ containerStyle: {
120
+ width: string;
121
+ alignItems: string;
122
+ flexDirection: string;
123
+ };
124
+ };
125
+ };
126
+ instance: string;
127
+ metadata: {
128
+ group: string[];
129
+ };
130
+ ordering: number;
131
+ containerLibraryId: string;
132
+ organismLibraryContainerId: string;
133
+ items: {
134
+ type: string;
135
+ config: {
136
+ props: {
137
+ textColor: string;
138
+ };
139
+ };
140
+ instance: string;
141
+ metadata: {
142
+ group: string[];
143
+ };
144
+ ordering: number;
145
+ attributes: {
146
+ color: {
147
+ color: string;
148
+ attributeType: string;
149
+ id: string;
150
+ };
151
+ fontVariant: {
152
+ value: string;
153
+ options: {
154
+ id: string;
155
+ label: string;
156
+ value: string;
157
+ config: {
158
+ dataModelFieldType: string;
159
+ };
160
+ }[];
161
+ attributeType: string;
162
+ id: string;
163
+ };
164
+ seoStyle: {
165
+ value: string;
166
+ options: {
167
+ id: string;
168
+ label: string;
169
+ value: string;
170
+ config: {
171
+ dataModelFieldType: string;
172
+ };
173
+ }[];
174
+ attributeType: string;
175
+ id: string;
176
+ };
177
+ text: {
178
+ text: string;
179
+ required: boolean;
180
+ isRichText: boolean;
181
+ attributeType: string;
182
+ showRichTextToolbar: boolean;
183
+ id: string;
184
+ };
185
+ };
186
+ moleculeLibraryId: string;
187
+ organismLibraryMoleculeId: string;
188
+ children: never[];
189
+ idForFrontend: string;
190
+ id: string;
191
+ }[];
192
+ id: string;
193
+ } | {
194
+ type: string;
195
+ config: {
196
+ wide: {
197
+ containerProps: {
198
+ gap: string;
199
+ padding: {
200
+ top: string;
201
+ left: string;
202
+ right: string;
203
+ bottom: string;
204
+ };
205
+ alignItems: string;
206
+ horizontalPadding: string;
207
+ width?: undefined;
208
+ };
209
+ containerStyle: {
210
+ width: string;
211
+ alignItems: string;
212
+ flexDirection: string;
213
+ justifyContent: string;
214
+ };
215
+ };
216
+ compact: {
217
+ containerProps: {
218
+ gap: string;
219
+ };
220
+ containerStyle: {
221
+ alignItems: string;
222
+ flexDirection: string;
223
+ width?: undefined;
224
+ };
225
+ };
226
+ };
227
+ instance: string;
228
+ metadata: {
229
+ group: string[];
230
+ };
231
+ ordering: number;
232
+ containerLibraryId: string;
233
+ organismLibraryContainerId: string;
234
+ items: ({
235
+ type: string;
236
+ config: {
237
+ props: {
238
+ textColor: string;
239
+ };
240
+ wide?: undefined;
241
+ compact?: undefined;
242
+ };
243
+ instance: string;
244
+ metadata: {
245
+ group: string[];
246
+ };
247
+ ordering: number;
248
+ attributes: {
249
+ color: {
250
+ color: string;
251
+ attributeType: string;
252
+ id: string;
253
+ };
254
+ fontVariant: {
255
+ value: string;
256
+ options: {
257
+ id: string;
258
+ label: string;
259
+ value: string;
260
+ config: {
261
+ dataModelFieldType: string;
262
+ };
263
+ }[];
264
+ attributeType: string;
265
+ id: string;
266
+ };
267
+ seoStyle: {
268
+ value: string;
269
+ options: {
270
+ id: string;
271
+ label: string;
272
+ value: string;
273
+ config: {
274
+ dataModelFieldType: string;
275
+ };
276
+ }[];
277
+ attributeType: string;
278
+ id: string;
279
+ };
280
+ text: {
281
+ text: string;
282
+ required: boolean;
283
+ isRichText: boolean;
284
+ attributeType: string;
285
+ showRichTextToolbar: boolean;
286
+ id: string;
287
+ };
288
+ };
289
+ moleculeLibraryId: string;
290
+ organismLibraryMoleculeId: string;
291
+ children: never[];
292
+ idForFrontend: string;
293
+ id: string;
294
+ containerLibraryId?: undefined;
295
+ organismLibraryContainerId?: undefined;
296
+ items?: undefined;
297
+ } | {
298
+ type: string;
299
+ config: {
300
+ wide: {
301
+ containerProps: {
302
+ gap: string;
303
+ padding: {
304
+ top: string;
305
+ left: string;
306
+ right: string;
307
+ bottom: string;
308
+ };
309
+ alignItems: string;
310
+ cornerRadius: string;
311
+ horizontalPadding: string;
312
+ };
313
+ containerStyle: {
314
+ width: string;
315
+ alignItems: string;
316
+ flexDirection: string;
317
+ justifyContent: string;
318
+ backgroundColor: string;
319
+ };
320
+ };
321
+ compact: {
322
+ containerProps: {
323
+ gap: string;
324
+ };
325
+ containerStyle: {
326
+ alignItems: string;
327
+ flexDirection: string;
328
+ };
329
+ };
330
+ props?: undefined;
331
+ };
332
+ instance: string;
333
+ metadata: {
334
+ group: string[];
335
+ };
336
+ ordering: number;
337
+ containerLibraryId: string;
338
+ organismLibraryContainerId: string;
339
+ items: {
340
+ type: string;
341
+ config: {
342
+ props: {
343
+ textColor: string;
344
+ };
345
+ };
346
+ instance: string;
347
+ metadata: {
348
+ group: string[];
349
+ };
350
+ ordering: number;
351
+ attributes: {
352
+ color: {
353
+ color: string;
354
+ attributeType: string;
355
+ id: string;
356
+ };
357
+ fontVariant: {
358
+ value: string;
359
+ options: {
360
+ id: string;
361
+ label: string;
362
+ value: string;
363
+ config: {
364
+ dataModelFieldType: string;
365
+ };
366
+ }[];
367
+ attributeType: string;
368
+ id: string;
369
+ };
370
+ seoStyle: {
371
+ value: string;
372
+ options: {
373
+ id: string;
374
+ label: string;
375
+ value: string;
376
+ config: {
377
+ dataModelFieldType: string;
378
+ };
379
+ }[];
380
+ attributeType: string;
381
+ id: string;
382
+ };
383
+ text: {
384
+ text: string;
385
+ required: boolean;
386
+ isRichText: boolean;
387
+ attributeType: string;
388
+ showRichTextToolbar: boolean;
389
+ id: string;
390
+ };
391
+ };
392
+ moleculeLibraryId: string;
393
+ organismLibraryMoleculeId: string;
394
+ children: never[];
395
+ idForFrontend: string;
396
+ id: string;
397
+ }[];
398
+ id: string;
399
+ attributes?: undefined;
400
+ moleculeLibraryId?: undefined;
401
+ organismLibraryMoleculeId?: undefined;
402
+ children?: undefined;
403
+ idForFrontend?: undefined;
404
+ })[];
405
+ id: string;
406
+ })[];
407
+ id: string;
408
+ } | {
409
+ type: string;
410
+ config: {
411
+ wide: {
412
+ containerProps: {
413
+ gap: string;
414
+ padding: {
415
+ top: string;
416
+ left: string;
417
+ right: string;
418
+ bottom: string;
419
+ };
420
+ alignItems: string;
421
+ horizontalPadding?: undefined;
422
+ };
423
+ containerStyle: {
424
+ width: string;
425
+ alignItems: string;
426
+ flexDirection: string;
427
+ justifyContent?: undefined;
428
+ };
429
+ };
430
+ compact: {
431
+ containerProps: {
432
+ gap: string;
433
+ };
434
+ containerStyle: {
435
+ alignItems: string;
436
+ flexDirection: string;
437
+ };
438
+ };
439
+ };
440
+ instance: string;
441
+ metadata: {
442
+ group: string[];
443
+ };
444
+ ordering: number;
445
+ containerLibraryId: string;
446
+ organismLibraryContainerId: string;
447
+ items: {
448
+ type: string;
449
+ config: {};
450
+ instance: string;
451
+ metadata: {};
452
+ ordering: number;
453
+ attributes: {
454
+ processSteps: {
455
+ attributeType: string;
456
+ steps: {
457
+ id: string;
458
+ link: {
459
+ type: string;
460
+ externalLink: string;
461
+ name: string;
462
+ };
463
+ title: {
464
+ text: string;
465
+ };
466
+ description: {
467
+ text: string;
468
+ };
469
+ status: string;
470
+ order: number;
471
+ }[];
472
+ id: string;
473
+ journeyId: string;
474
+ };
475
+ orientation: {
476
+ options: {
477
+ id: string;
478
+ label: string;
479
+ }[];
480
+ attributeType: string;
481
+ value: string;
482
+ id: string;
483
+ };
484
+ };
485
+ moleculeLibraryId: string;
486
+ organismLibraryMoleculeId: string;
487
+ children: never[];
488
+ idForFrontend: string;
489
+ id: string;
490
+ }[];
491
+ id: string;
492
+ } | {
493
+ type: string;
494
+ config: {
495
+ wide: {
496
+ containerProps: {
497
+ gap: string;
498
+ padding: {
499
+ top: string;
500
+ left: string;
501
+ right: string;
502
+ bottom: string;
503
+ };
504
+ alignItems: string;
505
+ horizontalPadding: string;
506
+ };
507
+ containerStyle: {
508
+ width: string;
509
+ alignItems: string;
510
+ flexDirection: string;
511
+ justifyContent: string;
512
+ };
513
+ };
514
+ compact: {
515
+ containerProps: {
516
+ gap: string;
517
+ };
518
+ containerStyle: {
519
+ alignItems: string;
520
+ flexDirection: string;
521
+ };
522
+ };
523
+ };
524
+ instance: string;
525
+ metadata: {
526
+ group: string[];
527
+ };
528
+ ordering: number;
529
+ containerLibraryId: string;
530
+ organismLibraryContainerId: string;
531
+ items: ({
532
+ type: string;
533
+ config: {
534
+ wide: {
535
+ containerProps: {
536
+ gap: string;
537
+ padding: {
538
+ top: string;
539
+ left: string;
540
+ right: string;
541
+ bottom: string;
542
+ };
543
+ alignItems: string;
544
+ horizontalPadding: string;
545
+ };
546
+ containerStyle: {
547
+ width: string;
548
+ alignItems: string;
549
+ flexDirection: string;
550
+ justifyContent: string;
551
+ };
552
+ };
553
+ compact: {
554
+ containerProps: {
555
+ gap: string;
556
+ };
557
+ containerStyle: {
558
+ alignItems: string;
559
+ flexDirection: string;
560
+ };
561
+ };
562
+ };
563
+ instance: string;
564
+ metadata: {
565
+ group: string[];
566
+ };
567
+ ordering: number;
568
+ containerLibraryId: string;
569
+ organismLibraryContainerId: string;
570
+ items: ({
571
+ type: string;
572
+ config: {
573
+ props: {
574
+ size: string;
575
+ state: string;
576
+ styles: {};
577
+ variant: string;
578
+ disabled: boolean;
579
+ textSize: number;
580
+ fullWidth: boolean;
581
+ textColor: string;
582
+ buttonFont: string;
583
+ colorTheme: string;
584
+ buttonColor: string;
585
+ buttonStyle: {};
586
+ buttonStroke: string;
587
+ cornerRadius: string;
588
+ containerStyle: {};
589
+ verticalPadding: number;
590
+ hoverButtonColor: string;
591
+ hoverStrokeColor: string;
592
+ horizontalPadding: number;
593
+ inactiveTextColor: string;
594
+ inactiveButtonColor: string;
595
+ inactiveStrokeColor: string;
596
+ };
597
+ };
598
+ instance: string;
599
+ metadata: {
600
+ group: string[];
601
+ isAction: boolean;
602
+ isTrigger: boolean;
603
+ referenceName: string;
604
+ };
605
+ ordering: number;
606
+ attributes: {
607
+ action: {
608
+ action: {
609
+ type: string;
610
+ reset: {};
611
+ };
612
+ attributeType: string;
613
+ id: string;
614
+ };
615
+ actionTypes: {
616
+ value: string;
617
+ options: {
618
+ id: string;
619
+ label: string;
620
+ value: string;
621
+ }[];
622
+ required: boolean;
623
+ attributeType: string;
624
+ id: string;
625
+ };
626
+ title: {
627
+ text: string;
628
+ required: boolean;
629
+ isRichText: boolean;
630
+ attributeType: string;
631
+ showRichTextToolbar: boolean;
632
+ id: string;
633
+ };
634
+ };
635
+ moleculeLibraryId: string;
636
+ organismLibraryMoleculeId: string;
637
+ children: never[];
638
+ idForFrontend: string;
639
+ id: string;
640
+ } | {
641
+ type: string;
642
+ config: {
643
+ props: {
644
+ size: string;
645
+ state: string;
646
+ styles: {};
647
+ variant: string;
648
+ disabled: boolean;
649
+ textSize: number;
650
+ fullWidth: boolean;
651
+ textColor: string;
652
+ buttonFont: string;
653
+ colorTheme: string;
654
+ buttonColor: string;
655
+ buttonStyle: {};
656
+ buttonStroke: string;
657
+ cornerRadius: string;
658
+ containerStyle: {};
659
+ verticalPadding: number;
660
+ hoverButtonColor: string;
661
+ hoverStrokeColor: string;
662
+ horizontalPadding: number;
663
+ inactiveTextColor: string;
664
+ inactiveButtonColor: string;
665
+ inactiveStrokeColor: string;
666
+ };
667
+ };
668
+ instance: string;
669
+ metadata: {
670
+ group: string[];
671
+ isAction: boolean;
672
+ isTrigger: boolean;
673
+ referenceName?: undefined;
674
+ };
675
+ ordering: number;
676
+ attributes: {
677
+ action: {
678
+ action: {
679
+ type: string;
680
+ reset: {};
681
+ };
682
+ attributeType: string;
683
+ id: string;
684
+ };
685
+ actionTypes: {
686
+ value: string;
687
+ options: {
688
+ id: string;
689
+ label: string;
690
+ value: string;
691
+ }[];
692
+ required: boolean;
693
+ attributeType: string;
694
+ id: string;
695
+ };
696
+ title: {
697
+ text: string;
698
+ required: boolean;
699
+ isRichText: boolean;
700
+ attributeType: string;
701
+ showRichTextToolbar: boolean;
702
+ id: string;
703
+ };
704
+ };
705
+ moleculeLibraryId: string;
706
+ organismLibraryMoleculeId: string;
707
+ children: never[];
708
+ idForFrontend: string;
709
+ id: string;
710
+ })[];
711
+ id: string;
712
+ } | {
713
+ type: string;
714
+ config: {
715
+ wide: {
716
+ containerProps: {
717
+ gap: string;
718
+ padding: {
719
+ top: string;
720
+ left: string;
721
+ right: string;
722
+ bottom: string;
723
+ };
724
+ alignItems: string;
725
+ horizontalPadding: string;
726
+ };
727
+ containerStyle: {
728
+ width: string;
729
+ alignItems: string;
730
+ flexDirection: string;
731
+ justifyContent: string;
732
+ };
733
+ };
734
+ compact: {
735
+ containerProps: {
736
+ gap: string;
737
+ };
738
+ containerStyle: {
739
+ alignItems: string;
740
+ flexDirection: string;
741
+ };
742
+ };
743
+ };
744
+ instance: string;
745
+ metadata: {
746
+ group: string[];
747
+ };
748
+ ordering: number;
749
+ containerLibraryId: string;
750
+ organismLibraryContainerId: string;
751
+ items: {
752
+ type: string;
753
+ config: {
754
+ props: {
755
+ size: string;
756
+ state: string;
757
+ styles: {};
758
+ variant: string;
759
+ disabled: boolean;
760
+ textSize: number;
761
+ buttonFont: string;
762
+ colorTheme: string;
763
+ buttonColor: string;
764
+ buttonStyle: {};
765
+ cornerRadius: string;
766
+ containerStyle: {};
767
+ fullWidth: boolean;
768
+ };
769
+ };
770
+ instance: string;
771
+ metadata: {
772
+ group: string[];
773
+ isAction: boolean;
774
+ isTrigger: boolean;
775
+ };
776
+ ordering: number;
777
+ attributes: {
778
+ action: {
779
+ action: {
780
+ type: string;
781
+ reset: {};
782
+ };
783
+ attributeType: string;
784
+ id: string;
785
+ };
786
+ actionTypes: {
787
+ value: string;
788
+ options: {
789
+ id: string;
790
+ label: string;
791
+ value: string;
792
+ }[];
793
+ required: boolean;
794
+ attributeType: string;
795
+ id: string;
796
+ };
797
+ title: {
798
+ text: string;
799
+ required: boolean;
800
+ isRichText: boolean;
801
+ attributeType: string;
802
+ showRichTextToolbar: boolean;
803
+ id: string;
804
+ };
805
+ };
806
+ moleculeLibraryId: string;
807
+ organismLibraryMoleculeId: string;
808
+ children: never[];
809
+ idForFrontend: string;
810
+ id: string;
811
+ }[];
812
+ id: string;
813
+ })[];
814
+ id: string;
815
+ })[];
816
+ };
15
817
  export declare const threeColumnOrganismBody: {
16
818
  type: string;
17
819
  config: {