@zealicsolutions/web-ui 1.0.107 → 1.0.109-test.0

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.
Files changed (44) hide show
  1. package/dist/cjs/containers/Container.d.ts +1 -1
  2. package/dist/cjs/containers/ReplicatorContainer/ReplicatorContainer.d.ts +1 -1
  3. package/dist/cjs/containers/styles.d.ts +1 -1
  4. package/dist/cjs/containers/types/types.d.ts +2 -2
  5. package/dist/cjs/helpers/dataResolution.d.ts +9 -0
  6. package/dist/cjs/index.js +2 -2
  7. package/dist/cjs/index.js.map +1 -1
  8. package/dist/cjs/organisms/@MUI_ONLY/TodaysTasksOrganism.d.ts +3 -0
  9. package/dist/cjs/organisms/@MUI_ONLY/TodaysTasksOrganism.stories.d.ts +5 -0
  10. package/dist/cjs/organisms/stories/AppointmentBookingDisplay.stories.d.ts +4 -0
  11. package/dist/cjs/organisms/stories/AppointmentBookingOrganism.stories.d.ts +5 -0
  12. package/dist/cjs/organisms/stories/StudyDetailsDisplayOrganism.stories.d.ts +5 -0
  13. package/dist/cjs/organisms/stories/StudyWithVisitSchedulesDisplayOrganism.stories.d.ts +5 -0
  14. package/dist/cjs/organisms/stories/organism-configs/appointment-booking.d.ts +1525 -0
  15. package/dist/cjs/organisms/stories/{organism_example.d.ts → organism-configs/organism-with-nested-replicators.d.ts} +19 -1
  16. package/dist/cjs/organisms/stories/organism-configs/study-details-display.d.ts +2650 -0
  17. package/dist/cjs/organisms/stories/organism-configs/study-with-visit-schedules.d.ts +2241 -0
  18. package/dist/cjs/organisms/stories/utils/organismMappers.d.ts +1 -0
  19. package/dist/esm/containers/Container.d.ts +1 -1
  20. package/dist/esm/containers/Container.js +1 -1
  21. package/dist/esm/containers/Container.js.map +1 -1
  22. package/dist/esm/containers/ReplicatorContainer/ReplicatorContainer.d.ts +1 -1
  23. package/dist/esm/containers/ReplicatorContainer/ReplicatorContainer.js +1 -1
  24. package/dist/esm/containers/ReplicatorContainer/ReplicatorContainer.js.map +1 -1
  25. package/dist/esm/containers/styles.d.ts +1 -1
  26. package/dist/esm/containers/types/types.d.ts +2 -2
  27. package/dist/esm/helpers/dataResolution.d.ts +9 -0
  28. package/dist/esm/molecules/BaseMolecule.js +1 -1
  29. package/dist/esm/molecules/BaseMolecule.js.map +1 -1
  30. package/dist/esm/organisms/@MUI_ONLY/TodaysTasksOrganism.d.ts +3 -0
  31. package/dist/esm/organisms/@MUI_ONLY/TodaysTasksOrganism.stories.d.ts +5 -0
  32. package/dist/esm/organisms/stories/AppointmentBookingDisplay.stories.d.ts +4 -0
  33. package/dist/esm/organisms/stories/AppointmentBookingOrganism.stories.d.ts +5 -0
  34. package/dist/esm/organisms/stories/StudyDetailsDisplayOrganism.stories.d.ts +5 -0
  35. package/dist/esm/organisms/stories/StudyWithVisitSchedulesDisplayOrganism.stories.d.ts +5 -0
  36. package/dist/esm/organisms/stories/organism-configs/appointment-booking.d.ts +1525 -0
  37. package/dist/esm/organisms/stories/{organism_example.d.ts → organism-configs/organism-with-nested-replicators.d.ts} +19 -1
  38. package/dist/esm/organisms/stories/organism-configs/study-details-display.d.ts +2650 -0
  39. package/dist/esm/organisms/stories/organism-configs/study-with-visit-schedules.d.ts +2241 -0
  40. package/dist/esm/organisms/stories/utils/organismMappers.d.ts +1 -0
  41. package/dist/index.d.ts +4 -4
  42. package/package.json +1 -1
  43. package/dist/cjs/organisms/stories/DisplayOrganismNestedLevels.d.ts +0 -8
  44. package/dist/esm/organisms/stories/DisplayOrganismNestedLevels.d.ts +0 -8
@@ -0,0 +1,2650 @@
1
+ export declare const mockStudyDetailsData: {
2
+ '87fc6838-60ee-41f3-a339-8c669d0ff04e': {
3
+ value: string;
4
+ };
5
+ '073bc790-4593-40ec-afbf-22404815997c': {
6
+ value: string;
7
+ };
8
+ 'd84086a6-9ba4-4517-8314-7679ead95772': {
9
+ value: string;
10
+ };
11
+ '4a8bf85b-e7cd-41f1-bcaa-7574b644996f': {
12
+ value: string;
13
+ };
14
+ 'fec5a737-684d-45be-8557-cd9243e498df': {
15
+ value: string;
16
+ };
17
+ '098b220a-cf99-45db-b331-334408fc2309': {
18
+ value: string;
19
+ };
20
+ '4bd7b593-0d10-43b8-9ccb-1d1a63e6d8c1': {
21
+ value: string;
22
+ };
23
+ };
24
+ export declare const studyDetailsOrganismConfig: {
25
+ id: string;
26
+ name: string;
27
+ type: string;
28
+ body: {
29
+ id: string;
30
+ dataModelFieldId: null;
31
+ stateValueOptionMasterStateId: null;
32
+ instance: string;
33
+ organismLibraryContainerId: string;
34
+ containerLibraryId: string;
35
+ type: string;
36
+ ordering: number;
37
+ config: {
38
+ wide: {
39
+ containerProps: {};
40
+ containerStyle: {
41
+ gap: string;
42
+ width: string;
43
+ zIndex: string;
44
+ display: string;
45
+ flexWrap: string;
46
+ position: string;
47
+ boxShadow: string;
48
+ overflowX: string;
49
+ overflowY: string;
50
+ alignItems: string;
51
+ paddingTop: string;
52
+ borderColor: string;
53
+ borderStyle: string;
54
+ paddingLeft: string;
55
+ paddingRight: string;
56
+ flexDirection: string;
57
+ paddingBottom: string;
58
+ justifyContent: string;
59
+ backgroundColor: string;
60
+ enableBackgroundImage: string;
61
+ "border-top-left-radius": string;
62
+ "border-top-right-radius": string;
63
+ "border-bottom-left-radius": string;
64
+ "border-bottom-right-radius": string;
65
+ };
66
+ };
67
+ compact: {
68
+ containerProps: {};
69
+ containerStyle: {
70
+ gap: string;
71
+ width: string;
72
+ flexWrap: string;
73
+ overflowX: string;
74
+ overflowY: string;
75
+ paddingTop: string;
76
+ paddingLeft: string;
77
+ paddingRight: string;
78
+ paddingBottom: string;
79
+ };
80
+ };
81
+ };
82
+ metadata: {
83
+ group: string[];
84
+ };
85
+ properties: {
86
+ backgroundImage: {
87
+ id: string;
88
+ property: string;
89
+ propertyType: string;
90
+ imageFile: {
91
+ id: string;
92
+ url: string;
93
+ name: string;
94
+ size: number;
95
+ type: string;
96
+ source: null;
97
+ property: string;
98
+ fileType: string;
99
+ createdAt: string;
100
+ updatedAt: string;
101
+ description: null;
102
+ originalName: string;
103
+ propertyType: string;
104
+ };
105
+ };
106
+ };
107
+ children: {
108
+ id: string;
109
+ name: string;
110
+ type: string;
111
+ config: {
112
+ wide: {
113
+ containerProps: {};
114
+ containerStyle: {
115
+ gap: string;
116
+ width: string;
117
+ zIndex: string;
118
+ display: string;
119
+ flexWrap: string;
120
+ position: string;
121
+ boxShadow: string;
122
+ overflowX: string;
123
+ overflowY: string;
124
+ alignItems: string;
125
+ paddingTop: string;
126
+ borderColor: string;
127
+ borderStyle: string;
128
+ paddingLeft: string;
129
+ paddingRight: string;
130
+ flexDirection: string;
131
+ paddingBottom: string;
132
+ justifyContent: string;
133
+ backgroundColor: string;
134
+ enableBackgroundImage: string;
135
+ "border-top-left-radius": number;
136
+ "border-top-right-radius": number;
137
+ "border-bottom-left-radius": string;
138
+ "border-bottom-right-radius": string;
139
+ };
140
+ };
141
+ compact: {
142
+ containerProps: {};
143
+ containerStyle: {
144
+ gap: string;
145
+ width: string;
146
+ flexWrap: string;
147
+ overflowX: string;
148
+ overflowY: string;
149
+ paddingTop: string;
150
+ paddingLeft: string;
151
+ paddingRight: string;
152
+ paddingBottom: string;
153
+ };
154
+ };
155
+ };
156
+ instance: string;
157
+ metadata: {
158
+ group: string[];
159
+ };
160
+ ordering: number;
161
+ properties: {
162
+ backgroundImage: {
163
+ id: string;
164
+ property: string;
165
+ propertyType: string;
166
+ imageFile: {
167
+ id: string;
168
+ url: string;
169
+ name: string;
170
+ size: number;
171
+ type: string;
172
+ source: null;
173
+ property: string;
174
+ fileType: string;
175
+ createdAt: string;
176
+ updatedAt: string;
177
+ description: null;
178
+ originalName: string;
179
+ propertyType: string;
180
+ };
181
+ };
182
+ };
183
+ dataModelFieldId: null;
184
+ containerLibraryId: string;
185
+ containerLibraryName: string;
186
+ organismLibraryContainerId: string;
187
+ stateValueOptionMasterStateId: null;
188
+ children: ({
189
+ id: string;
190
+ name: string;
191
+ type: string;
192
+ config: {
193
+ wide: {
194
+ containerProps: {};
195
+ containerStyle: {
196
+ gap: string;
197
+ width: string;
198
+ zIndex: string;
199
+ display: string;
200
+ flexWrap: string;
201
+ position: string;
202
+ boxShadow: string;
203
+ overflowX: string;
204
+ overflowY: string;
205
+ alignItems: string;
206
+ paddingTop: string;
207
+ borderColor: string;
208
+ borderStyle: string;
209
+ paddingLeft: string;
210
+ paddingRight: string;
211
+ flexDirection: string;
212
+ paddingBottom: string;
213
+ justifyContent: string;
214
+ backgroundColor: string;
215
+ enableBackgroundImage: string;
216
+ "border-top-left-radius": string;
217
+ "border-top-right-radius": string;
218
+ "border-bottom-left-radius": string;
219
+ "border-bottom-right-radius": string;
220
+ };
221
+ };
222
+ compact: {
223
+ containerProps: {};
224
+ containerStyle: {
225
+ gap: string;
226
+ width: string;
227
+ flexWrap: string;
228
+ overflowX: string;
229
+ overflowY: string;
230
+ paddingTop: string;
231
+ paddingLeft: string;
232
+ paddingRight: string;
233
+ paddingBottom: string;
234
+ };
235
+ };
236
+ props?: undefined;
237
+ };
238
+ instance: string;
239
+ metadata: {
240
+ group: string[];
241
+ };
242
+ ordering: number;
243
+ properties: {
244
+ backgroundImage: {
245
+ id: string;
246
+ property: string;
247
+ propertyType: string;
248
+ imageFile: {
249
+ id: string;
250
+ url: string;
251
+ name: string;
252
+ size: number;
253
+ type: string;
254
+ source: null;
255
+ property: string;
256
+ fileType: string;
257
+ createdAt: string;
258
+ updatedAt: string;
259
+ description: null;
260
+ originalName: string;
261
+ propertyType: string;
262
+ };
263
+ };
264
+ };
265
+ dataModelFieldId: null;
266
+ containerLibraryId: string;
267
+ containerLibraryName: string;
268
+ organismLibraryContainerId: string;
269
+ stateValueOptionMasterStateId: null;
270
+ children: ({
271
+ id: string;
272
+ name: string;
273
+ type: string;
274
+ config: {
275
+ wide: {
276
+ containerProps: {};
277
+ containerStyle: {
278
+ gap: string;
279
+ width: string;
280
+ zIndex: string;
281
+ display: string;
282
+ flexWrap: string;
283
+ position: string;
284
+ boxShadow: string;
285
+ overflowX: string;
286
+ overflowY: string;
287
+ alignItems: string;
288
+ paddingTop: string;
289
+ borderColor: string;
290
+ borderStyle: string;
291
+ paddingLeft: string;
292
+ paddingRight: string;
293
+ flexDirection: string;
294
+ paddingBottom: string;
295
+ justifyContent: string;
296
+ backgroundColor: string;
297
+ enableBackgroundImage: string;
298
+ "border-top-left-radius": string;
299
+ "border-top-right-radius": string;
300
+ "border-bottom-left-radius": string;
301
+ "border-bottom-right-radius": string;
302
+ };
303
+ };
304
+ compact: {
305
+ containerProps: {};
306
+ containerStyle: {
307
+ gap: string;
308
+ width: string;
309
+ flexWrap: string;
310
+ overflowX: string;
311
+ overflowY: string;
312
+ paddingTop: string;
313
+ paddingLeft: string;
314
+ paddingRight: string;
315
+ paddingBottom: string;
316
+ };
317
+ };
318
+ props?: undefined;
319
+ };
320
+ instance: string;
321
+ metadata: {
322
+ group: string[];
323
+ };
324
+ ordering: number;
325
+ properties: {
326
+ backgroundImage: {
327
+ id: string;
328
+ property: string;
329
+ propertyType: string;
330
+ imageFile: {
331
+ id: string;
332
+ url: string;
333
+ name: string;
334
+ size: number;
335
+ type: string;
336
+ source: null;
337
+ property: string;
338
+ fileType: string;
339
+ createdAt: string;
340
+ updatedAt: string;
341
+ description: null;
342
+ originalName: string;
343
+ propertyType: string;
344
+ };
345
+ };
346
+ text?: undefined;
347
+ action?: undefined;
348
+ disabled?: undefined;
349
+ interacted?: undefined;
350
+ };
351
+ dataModelFieldId: null;
352
+ containerLibraryId: string;
353
+ containerLibraryName: string;
354
+ organismLibraryContainerId: string;
355
+ stateValueOptionMasterStateId: null;
356
+ children: ({
357
+ id: string;
358
+ name: string;
359
+ type: string;
360
+ config: {
361
+ props: {
362
+ alt: string;
363
+ width: string;
364
+ height: string;
365
+ raised: string;
366
+ styles: {};
367
+ autoSize: string;
368
+ paddingTop: string;
369
+ paddingLeft: string;
370
+ borderRadius: string;
371
+ paddingRight: string;
372
+ paddingBottom: string;
373
+ color?: undefined;
374
+ masked?: undefined;
375
+ fontSize?: undefined;
376
+ inputType?: undefined;
377
+ multiLine?: undefined;
378
+ textAlign?: undefined;
379
+ fontFamily?: undefined;
380
+ fontWeight?: undefined;
381
+ borderColor?: undefined;
382
+ backgroundColor?: undefined;
383
+ dataCaptureName?: undefined;
384
+ };
385
+ };
386
+ children: never[];
387
+ instance: string;
388
+ metadata: {};
389
+ ordering: number;
390
+ actionable: boolean;
391
+ properties: {
392
+ link: {
393
+ id: string;
394
+ name: string;
395
+ type: string;
396
+ property: string;
397
+ externalLink: string;
398
+ internalLink: string;
399
+ propertyType: string;
400
+ };
401
+ image: {
402
+ id: string;
403
+ property: string;
404
+ propertyType: string;
405
+ imageFile: {
406
+ id: string;
407
+ url: string;
408
+ name: string;
409
+ size: number;
410
+ type: string;
411
+ source: null;
412
+ property: string;
413
+ fileType: string;
414
+ createdAt: string;
415
+ updatedAt: string;
416
+ description: null;
417
+ originalName: string;
418
+ propertyType: string;
419
+ moleculeItemId: null;
420
+ };
421
+ };
422
+ interacted: {
423
+ id: string;
424
+ value: string;
425
+ property: string;
426
+ createdAt: string;
427
+ updatedAt: string;
428
+ propertyType: string;
429
+ moleculeItemId: null;
430
+ organismAppliedId: null;
431
+ containerAppliedId: null;
432
+ };
433
+ dataCapture?: undefined;
434
+ placeholderText?: undefined;
435
+ };
436
+ triggerable: boolean;
437
+ referenceName: string;
438
+ moleculeLibraryId: string;
439
+ organismLibraryMoleculeId: string;
440
+ } | {
441
+ id: string;
442
+ name: string;
443
+ type: string;
444
+ config: {
445
+ props: {
446
+ color: string;
447
+ width: string;
448
+ masked: string;
449
+ styles: {};
450
+ fontSize: string;
451
+ inputType: string;
452
+ multiLine: string;
453
+ textAlign: string;
454
+ fontFamily: string;
455
+ fontWeight: string;
456
+ paddingTop: string;
457
+ borderColor: string;
458
+ paddingLeft: string;
459
+ paddingRight: string;
460
+ paddingBottom: string;
461
+ backgroundColor: string;
462
+ dataCaptureName: string;
463
+ alt?: undefined;
464
+ height?: undefined;
465
+ raised?: undefined;
466
+ autoSize?: undefined;
467
+ borderRadius?: undefined;
468
+ };
469
+ };
470
+ children: never[];
471
+ instance: string;
472
+ metadata: {};
473
+ ordering: number;
474
+ actionable: boolean;
475
+ properties: {
476
+ dataCapture: {
477
+ id: string;
478
+ property: string;
479
+ required: boolean;
480
+ createdAt: string;
481
+ updatedAt: string;
482
+ propertyType: string;
483
+ isConfigurable: boolean;
484
+ moleculeItemId: null;
485
+ predefinedValue: null;
486
+ dataCaptureName: string;
487
+ sourceDataModelFieldId: string;
488
+ };
489
+ placeholderText: {
490
+ id: string;
491
+ text: string;
492
+ property: string;
493
+ createdAt: string;
494
+ updatedAt: string;
495
+ isRichText: boolean;
496
+ propertyType: string;
497
+ moleculeItemId: null;
498
+ showRichTextToolbar: boolean;
499
+ };
500
+ link?: undefined;
501
+ image?: undefined;
502
+ interacted?: undefined;
503
+ };
504
+ triggerable: boolean;
505
+ referenceName: string;
506
+ moleculeLibraryId: string;
507
+ organismLibraryMoleculeId: string;
508
+ })[];
509
+ actionable?: undefined;
510
+ triggerable?: undefined;
511
+ referenceName?: undefined;
512
+ moleculeLibraryId?: undefined;
513
+ organismLibraryMoleculeId?: undefined;
514
+ } | {
515
+ id: string;
516
+ name: string;
517
+ type: string;
518
+ config: {
519
+ props: {
520
+ styles: {};
521
+ endIcon: string;
522
+ variant: string;
523
+ elevated: string;
524
+ fontSize: string;
525
+ iconOnly: boolean;
526
+ wrapText: string;
527
+ elevation: number;
528
+ fillColor: string;
529
+ fullWidth: string;
530
+ startIcon: string;
531
+ textAlign: string;
532
+ textColor: string;
533
+ fontFamily: string;
534
+ fontWeight: string;
535
+ paddingTop: string;
536
+ borderColor: string;
537
+ paddingLeft: string;
538
+ borderRadius: string;
539
+ paddingRight: string;
540
+ paddingBottom: string;
541
+ fillColorHover: string;
542
+ textColorHover: string;
543
+ borderColorHover: string;
544
+ fillColorPressed: string;
545
+ textColorPressed: string;
546
+ fillColorDisabled: string;
547
+ textColorDisabled: string;
548
+ borderColorPressed: string;
549
+ borderColorDisabled: string;
550
+ };
551
+ wide?: undefined;
552
+ compact?: undefined;
553
+ };
554
+ children: never[];
555
+ instance: string;
556
+ metadata: {
557
+ group?: undefined;
558
+ };
559
+ ordering: number;
560
+ actionable: boolean;
561
+ properties: {
562
+ text: {
563
+ id: string;
564
+ text: string;
565
+ property: string;
566
+ createdAt: string;
567
+ updatedAt: string;
568
+ isRichText: boolean;
569
+ propertyType: string;
570
+ moleculeItemId: null;
571
+ showRichTextToolbar: boolean;
572
+ };
573
+ action: {
574
+ id: string;
575
+ propertyType: string;
576
+ property: string;
577
+ action: {
578
+ type: string;
579
+ link: {
580
+ internalLink: string;
581
+ externalLink: string;
582
+ name: string;
583
+ type: string;
584
+ };
585
+ };
586
+ };
587
+ disabled: {
588
+ id: string;
589
+ value: string;
590
+ property: string;
591
+ createdAt: string;
592
+ updatedAt: string;
593
+ propertyType: string;
594
+ moleculeItemId: null;
595
+ organismAppliedId: null;
596
+ containerAppliedId: null;
597
+ };
598
+ interacted: {
599
+ id: string;
600
+ value: string;
601
+ property: string;
602
+ createdAt: string;
603
+ updatedAt: string;
604
+ propertyType: string;
605
+ moleculeItemId: null;
606
+ organismAppliedId: null;
607
+ containerAppliedId: null;
608
+ };
609
+ backgroundImage?: undefined;
610
+ };
611
+ triggerable: boolean;
612
+ referenceName: string;
613
+ moleculeLibraryId: string;
614
+ organismLibraryMoleculeId: string;
615
+ dataModelFieldId?: undefined;
616
+ containerLibraryId?: undefined;
617
+ containerLibraryName?: undefined;
618
+ organismLibraryContainerId?: undefined;
619
+ stateValueOptionMasterStateId?: undefined;
620
+ })[];
621
+ actionable?: undefined;
622
+ triggerable?: undefined;
623
+ referenceName?: undefined;
624
+ moleculeLibraryId?: undefined;
625
+ organismLibraryMoleculeId?: undefined;
626
+ } | {
627
+ id: string;
628
+ name: string;
629
+ type: string;
630
+ config: {
631
+ wide: {
632
+ containerProps: {};
633
+ containerStyle: {
634
+ gap: string;
635
+ width: string;
636
+ flexWrap: string;
637
+ overflowX: string;
638
+ overflowY: string;
639
+ paddingTop: string;
640
+ paddingLeft: string;
641
+ paddingRight: string;
642
+ paddingBottom: string;
643
+ zIndex?: undefined;
644
+ display?: undefined;
645
+ position?: undefined;
646
+ boxShadow?: undefined;
647
+ alignItems?: undefined;
648
+ borderColor?: undefined;
649
+ borderStyle?: undefined;
650
+ flexDirection?: undefined;
651
+ justifyContent?: undefined;
652
+ backgroundColor?: undefined;
653
+ enableBackgroundImage?: undefined;
654
+ "border-top-left-radius"?: undefined;
655
+ "border-top-right-radius"?: undefined;
656
+ "border-bottom-left-radius"?: undefined;
657
+ "border-bottom-right-radius"?: undefined;
658
+ };
659
+ };
660
+ compact: {
661
+ containerProps: {};
662
+ containerStyle: {
663
+ gap: string;
664
+ width: string;
665
+ flexWrap: string;
666
+ overflowX: string;
667
+ overflowY: string;
668
+ paddingTop: string;
669
+ paddingLeft: string;
670
+ paddingRight: string;
671
+ paddingBottom: string;
672
+ };
673
+ };
674
+ props?: undefined;
675
+ };
676
+ instance: string;
677
+ metadata: {
678
+ group: string[];
679
+ };
680
+ ordering: number;
681
+ properties: {
682
+ backgroundImage: {
683
+ id: string;
684
+ property: string;
685
+ propertyType: string;
686
+ imageFile: {
687
+ id: string;
688
+ url: string;
689
+ name: string;
690
+ size: number;
691
+ type: string;
692
+ source: null;
693
+ property: string;
694
+ fileType: string;
695
+ createdAt: string;
696
+ updatedAt: string;
697
+ description: null;
698
+ originalName: string;
699
+ propertyType: string;
700
+ };
701
+ };
702
+ };
703
+ dataModelFieldId: null;
704
+ containerLibraryId: string;
705
+ containerLibraryName: string;
706
+ organismLibraryContainerId: string;
707
+ stateValueOptionMasterStateId: null;
708
+ children: {
709
+ id: string;
710
+ name: string;
711
+ type: string;
712
+ config: {
713
+ props: {
714
+ color: string;
715
+ width: string;
716
+ masked: string;
717
+ styles: {};
718
+ fontSize: string;
719
+ inputType: string;
720
+ multiLine: string;
721
+ textAlign: string;
722
+ fontFamily: string;
723
+ fontWeight: string;
724
+ paddingTop: string;
725
+ borderColor: string;
726
+ paddingLeft: string;
727
+ paddingRight: string;
728
+ paddingBottom: string;
729
+ backgroundColor: string;
730
+ dataCaptureName: string;
731
+ };
732
+ };
733
+ children: never[];
734
+ instance: string;
735
+ metadata: {};
736
+ ordering: number;
737
+ actionable: boolean;
738
+ properties: {
739
+ dataCapture: {
740
+ id: string;
741
+ property: string;
742
+ required: boolean;
743
+ createdAt: string;
744
+ updatedAt: string;
745
+ propertyType: string;
746
+ isConfigurable: boolean;
747
+ moleculeItemId: null;
748
+ predefinedValue: null;
749
+ dataCaptureName: string;
750
+ sourceDataModelFieldId: string;
751
+ };
752
+ placeholderText: {
753
+ id: string;
754
+ text: string;
755
+ property: string;
756
+ createdAt: string;
757
+ updatedAt: string;
758
+ isRichText: boolean;
759
+ propertyType: string;
760
+ moleculeItemId: null;
761
+ showRichTextToolbar: boolean;
762
+ };
763
+ };
764
+ triggerable: boolean;
765
+ referenceName: string;
766
+ moleculeLibraryId: string;
767
+ organismLibraryMoleculeId: string;
768
+ }[];
769
+ actionable?: undefined;
770
+ triggerable?: undefined;
771
+ referenceName?: undefined;
772
+ moleculeLibraryId?: undefined;
773
+ organismLibraryMoleculeId?: undefined;
774
+ } | {
775
+ id: string;
776
+ name: string;
777
+ type: string;
778
+ config: {
779
+ wide: {
780
+ containerProps: {};
781
+ containerStyle: {
782
+ gap: string;
783
+ width: string;
784
+ zIndex: string;
785
+ display: string;
786
+ flexWrap: string;
787
+ position: string;
788
+ boxShadow: string;
789
+ overflowX: string;
790
+ overflowY: string;
791
+ alignItems: string;
792
+ paddingTop: string;
793
+ borderColor: string;
794
+ borderStyle: string;
795
+ paddingLeft: string;
796
+ paddingRight: string;
797
+ flexDirection: string;
798
+ paddingBottom: string;
799
+ justifyContent: string;
800
+ backgroundColor: string;
801
+ enableBackgroundImage: string;
802
+ "border-top-left-radius": string;
803
+ "border-top-right-radius": string;
804
+ "border-bottom-left-radius": string;
805
+ "border-bottom-right-radius": string;
806
+ };
807
+ };
808
+ compact: {
809
+ containerProps: {};
810
+ containerStyle: {
811
+ gap: string;
812
+ width: string;
813
+ flexWrap: string;
814
+ overflowX: string;
815
+ overflowY: string;
816
+ paddingTop: string;
817
+ paddingLeft: string;
818
+ paddingRight: string;
819
+ paddingBottom: string;
820
+ };
821
+ };
822
+ props?: undefined;
823
+ };
824
+ instance: string;
825
+ metadata: {
826
+ group: string[];
827
+ };
828
+ ordering: number;
829
+ properties: {
830
+ backgroundImage: {
831
+ id: string;
832
+ property: string;
833
+ propertyType: string;
834
+ imageFile: {
835
+ id: string;
836
+ url: string;
837
+ name: string;
838
+ size: number;
839
+ type: string;
840
+ source: null;
841
+ property: string;
842
+ fileType: string;
843
+ createdAt: string;
844
+ updatedAt: string;
845
+ description: null;
846
+ originalName: string;
847
+ propertyType: string;
848
+ };
849
+ };
850
+ };
851
+ dataModelFieldId: null;
852
+ containerLibraryId: string;
853
+ containerLibraryName: string;
854
+ organismLibraryContainerId: string;
855
+ stateValueOptionMasterStateId: null;
856
+ children: ({
857
+ id: string;
858
+ name: string;
859
+ type: string;
860
+ config: {
861
+ wide: {
862
+ containerProps: {};
863
+ containerStyle: {
864
+ gap: string;
865
+ width: string;
866
+ zIndex: string;
867
+ display: string;
868
+ flexWrap: string;
869
+ position: string;
870
+ boxShadow: string;
871
+ overflowX: string;
872
+ overflowY: string;
873
+ alignItems: string;
874
+ paddingTop: string;
875
+ borderColor: string;
876
+ borderStyle: string;
877
+ paddingLeft: string;
878
+ paddingRight: string;
879
+ flexDirection: string;
880
+ paddingBottom: string;
881
+ justifyContent: string;
882
+ backgroundColor: string;
883
+ enableBackgroundImage: string;
884
+ "border-top-left-radius": string;
885
+ "border-top-right-radius": string;
886
+ "border-bottom-left-radius": string;
887
+ "border-bottom-right-radius": string;
888
+ };
889
+ };
890
+ compact: {
891
+ containerProps: {};
892
+ containerStyle: {
893
+ gap: string;
894
+ width: string;
895
+ flexWrap: string;
896
+ overflowX: string;
897
+ overflowY: string;
898
+ paddingTop: string;
899
+ paddingLeft: string;
900
+ paddingRight: string;
901
+ paddingBottom: string;
902
+ };
903
+ };
904
+ };
905
+ instance: string;
906
+ metadata: {
907
+ group: string[];
908
+ };
909
+ ordering: number;
910
+ properties: {
911
+ backgroundImage: {
912
+ id: string;
913
+ property: string;
914
+ propertyType: string;
915
+ imageFile: {
916
+ id: string;
917
+ url: string;
918
+ name: string;
919
+ size: number;
920
+ type: string;
921
+ source: null;
922
+ property: string;
923
+ fileType: string;
924
+ createdAt: string;
925
+ updatedAt: string;
926
+ description: null;
927
+ originalName: string;
928
+ propertyType: string;
929
+ };
930
+ };
931
+ };
932
+ dataModelFieldId: null;
933
+ containerLibraryId: string;
934
+ containerLibraryName: string;
935
+ organismLibraryContainerId: string;
936
+ stateValueOptionMasterStateId: null;
937
+ children: ({
938
+ id: string;
939
+ name: string;
940
+ type: string;
941
+ config: {
942
+ wide: {
943
+ containerProps: {};
944
+ containerStyle: {
945
+ gap: string;
946
+ width: string;
947
+ zIndex: string;
948
+ display: string;
949
+ flexWrap: string;
950
+ position: string;
951
+ boxShadow: string;
952
+ overflowX: string;
953
+ overflowY: string;
954
+ alignItems: string;
955
+ paddingTop: string;
956
+ borderColor: string;
957
+ borderStyle: string;
958
+ paddingLeft: string;
959
+ paddingRight: string;
960
+ flexDirection: string;
961
+ paddingBottom: string;
962
+ justifyContent: string;
963
+ backgroundColor: string;
964
+ enableBackgroundImage: string;
965
+ "border-top-left-radius": string;
966
+ "border-top-right-radius": string;
967
+ "border-bottom-left-radius": string;
968
+ "border-bottom-right-radius": string;
969
+ };
970
+ };
971
+ compact: {
972
+ containerProps: {};
973
+ containerStyle: {
974
+ gap: string;
975
+ width: string;
976
+ flexWrap: string;
977
+ overflowX: string;
978
+ overflowY: string;
979
+ paddingTop: string;
980
+ paddingLeft: string;
981
+ paddingRight: string;
982
+ paddingBottom: string;
983
+ };
984
+ };
985
+ };
986
+ instance: string;
987
+ metadata: {
988
+ group: string[];
989
+ };
990
+ ordering: number;
991
+ properties: {
992
+ backgroundImage: {
993
+ id: string;
994
+ property: string;
995
+ propertyType: string;
996
+ imageFile: {
997
+ id: string;
998
+ url: string;
999
+ name: string;
1000
+ size: number;
1001
+ type: string;
1002
+ source: null;
1003
+ property: string;
1004
+ fileType: string;
1005
+ createdAt: string;
1006
+ updatedAt: string;
1007
+ description: null;
1008
+ originalName: string;
1009
+ propertyType: string;
1010
+ };
1011
+ };
1012
+ };
1013
+ dataModelFieldId: null;
1014
+ containerLibraryId: string;
1015
+ containerLibraryName: string;
1016
+ organismLibraryContainerId: string;
1017
+ stateValueOptionMasterStateId: null;
1018
+ children: ({
1019
+ id: string;
1020
+ name: string;
1021
+ type: string;
1022
+ config: {
1023
+ props: {
1024
+ styles: {};
1025
+ paddingTop: string;
1026
+ paddingLeft: string;
1027
+ paddingRight: string;
1028
+ paddingBottom: string;
1029
+ color?: undefined;
1030
+ width?: undefined;
1031
+ options?: undefined;
1032
+ fontSize?: undefined;
1033
+ textAlign?: undefined;
1034
+ textColor?: undefined;
1035
+ fontFamily?: undefined;
1036
+ fontWeight?: undefined;
1037
+ borderColor?: undefined;
1038
+ backgroundColor?: undefined;
1039
+ };
1040
+ };
1041
+ children: never[];
1042
+ instance: string;
1043
+ metadata: {
1044
+ group: string[];
1045
+ };
1046
+ ordering: number;
1047
+ actionable: boolean;
1048
+ properties: {
1049
+ text: {
1050
+ id: string;
1051
+ text: string;
1052
+ property: string;
1053
+ createdAt: string;
1054
+ updatedAt: string;
1055
+ isRichText: boolean;
1056
+ propertyType: string;
1057
+ moleculeItemId: null;
1058
+ showRichTextToolbar: boolean;
1059
+ };
1060
+ dataCapture?: undefined;
1061
+ placeholderText?: undefined;
1062
+ };
1063
+ triggerable: boolean;
1064
+ referenceName: string;
1065
+ moleculeLibraryId: string;
1066
+ organismLibraryMoleculeId: string;
1067
+ } | {
1068
+ id: string;
1069
+ name: string;
1070
+ type: string;
1071
+ config: {
1072
+ props: {
1073
+ color: string;
1074
+ width: string;
1075
+ styles: {};
1076
+ options: never[];
1077
+ fontSize: string;
1078
+ textAlign: string;
1079
+ textColor: string;
1080
+ fontFamily: string;
1081
+ fontWeight: string;
1082
+ paddingTop: string;
1083
+ borderColor: string;
1084
+ paddingLeft: string;
1085
+ paddingRight: string;
1086
+ paddingBottom: string;
1087
+ backgroundColor: string;
1088
+ };
1089
+ };
1090
+ children: never[];
1091
+ instance: string;
1092
+ metadata: {
1093
+ group?: undefined;
1094
+ };
1095
+ ordering: number;
1096
+ actionable: boolean;
1097
+ properties: {
1098
+ dataCapture: {
1099
+ id: string;
1100
+ property: string;
1101
+ required: boolean;
1102
+ createdAt: string;
1103
+ updatedAt: string;
1104
+ propertyType: string;
1105
+ isConfigurable: boolean;
1106
+ moleculeItemId: null;
1107
+ predefinedValue: null;
1108
+ dataCaptureName: string;
1109
+ sourceDataModelFieldId: string;
1110
+ };
1111
+ placeholderText: {
1112
+ id: string;
1113
+ text: string;
1114
+ property: string;
1115
+ createdAt: string;
1116
+ updatedAt: string;
1117
+ isRichText: boolean;
1118
+ propertyType: string;
1119
+ moleculeItemId: null;
1120
+ showRichTextToolbar: boolean;
1121
+ };
1122
+ text?: undefined;
1123
+ };
1124
+ triggerable: boolean;
1125
+ referenceName: string;
1126
+ moleculeLibraryId: string;
1127
+ organismLibraryMoleculeId: string;
1128
+ })[];
1129
+ } | {
1130
+ id: string;
1131
+ name: string;
1132
+ type: string;
1133
+ config: {
1134
+ wide: {
1135
+ containerProps: {};
1136
+ containerStyle: {
1137
+ gap: string;
1138
+ width: string;
1139
+ zIndex: string;
1140
+ display: string;
1141
+ flexWrap: string;
1142
+ position: string;
1143
+ boxShadow: string;
1144
+ overflowX: string;
1145
+ overflowY: string;
1146
+ alignItems: string;
1147
+ paddingTop: string;
1148
+ borderColor: string;
1149
+ borderStyle: string;
1150
+ paddingLeft: string;
1151
+ paddingRight: string;
1152
+ flexDirection: string;
1153
+ paddingBottom: string;
1154
+ justifyContent: string;
1155
+ backgroundColor: string;
1156
+ enableBackgroundImage: string;
1157
+ "border-top-left-radius": string;
1158
+ "border-top-right-radius": string;
1159
+ "border-bottom-left-radius": string;
1160
+ "border-bottom-right-radius": string;
1161
+ };
1162
+ };
1163
+ compact: {
1164
+ containerProps: {};
1165
+ containerStyle: {
1166
+ gap: string;
1167
+ width: string;
1168
+ flexWrap: string;
1169
+ overflowX: string;
1170
+ overflowY: string;
1171
+ paddingTop: string;
1172
+ paddingLeft: string;
1173
+ paddingRight: string;
1174
+ paddingBottom: string;
1175
+ };
1176
+ };
1177
+ };
1178
+ instance: string;
1179
+ metadata: {
1180
+ group: string[];
1181
+ };
1182
+ ordering: number;
1183
+ properties: {
1184
+ backgroundImage: {
1185
+ id: string;
1186
+ property: string;
1187
+ propertyType: string;
1188
+ imageFile: {
1189
+ id: string;
1190
+ url: string;
1191
+ name: string;
1192
+ size: number;
1193
+ type: string;
1194
+ source: null;
1195
+ property: string;
1196
+ fileType: string;
1197
+ createdAt: string;
1198
+ updatedAt: string;
1199
+ description: null;
1200
+ originalName: string;
1201
+ propertyType: string;
1202
+ };
1203
+ };
1204
+ };
1205
+ dataModelFieldId: null;
1206
+ containerLibraryId: string;
1207
+ containerLibraryName: string;
1208
+ organismLibraryContainerId: string;
1209
+ stateValueOptionMasterStateId: null;
1210
+ children: ({
1211
+ id: string;
1212
+ name: string;
1213
+ type: string;
1214
+ config: {
1215
+ props: {
1216
+ styles: {};
1217
+ paddingTop: string;
1218
+ paddingLeft: string;
1219
+ paddingRight: string;
1220
+ paddingBottom: string;
1221
+ color?: undefined;
1222
+ width?: undefined;
1223
+ masked?: undefined;
1224
+ fontSize?: undefined;
1225
+ inputType?: undefined;
1226
+ multiLine?: undefined;
1227
+ textAlign?: undefined;
1228
+ fontFamily?: undefined;
1229
+ fontWeight?: undefined;
1230
+ borderColor?: undefined;
1231
+ backgroundColor?: undefined;
1232
+ dataCaptureName?: undefined;
1233
+ };
1234
+ };
1235
+ children: never[];
1236
+ instance: string;
1237
+ metadata: {
1238
+ group: string[];
1239
+ };
1240
+ ordering: number;
1241
+ actionable: boolean;
1242
+ properties: {
1243
+ text: {
1244
+ id: string;
1245
+ text: string;
1246
+ property: string;
1247
+ createdAt: string;
1248
+ updatedAt: string;
1249
+ isRichText: boolean;
1250
+ propertyType: string;
1251
+ moleculeItemId: null;
1252
+ showRichTextToolbar: boolean;
1253
+ };
1254
+ dataCapture?: undefined;
1255
+ placeholderText?: undefined;
1256
+ };
1257
+ triggerable: boolean;
1258
+ referenceName: string;
1259
+ moleculeLibraryId: string;
1260
+ organismLibraryMoleculeId: string;
1261
+ } | {
1262
+ id: string;
1263
+ name: string;
1264
+ type: string;
1265
+ config: {
1266
+ props: {
1267
+ color: string;
1268
+ width: string;
1269
+ masked: string;
1270
+ styles: {};
1271
+ fontSize: string;
1272
+ inputType: string;
1273
+ multiLine: string;
1274
+ textAlign: string;
1275
+ fontFamily: string;
1276
+ fontWeight: string;
1277
+ paddingTop: string;
1278
+ borderColor: string;
1279
+ paddingLeft: string;
1280
+ paddingRight: string;
1281
+ paddingBottom: string;
1282
+ backgroundColor: string;
1283
+ dataCaptureName: string;
1284
+ };
1285
+ };
1286
+ children: never[];
1287
+ instance: string;
1288
+ metadata: {
1289
+ group?: undefined;
1290
+ };
1291
+ ordering: number;
1292
+ actionable: boolean;
1293
+ properties: {
1294
+ dataCapture: {
1295
+ id: string;
1296
+ property: string;
1297
+ required: boolean;
1298
+ createdAt: string;
1299
+ updatedAt: string;
1300
+ propertyType: string;
1301
+ isConfigurable: boolean;
1302
+ moleculeItemId: null;
1303
+ predefinedValue: null;
1304
+ dataCaptureName: string;
1305
+ sourceDataModelFieldId: string;
1306
+ };
1307
+ placeholderText: {
1308
+ id: string;
1309
+ text: string;
1310
+ property: string;
1311
+ createdAt: string;
1312
+ updatedAt: string;
1313
+ isRichText: boolean;
1314
+ propertyType: string;
1315
+ moleculeItemId: null;
1316
+ showRichTextToolbar: boolean;
1317
+ };
1318
+ text?: undefined;
1319
+ };
1320
+ triggerable: boolean;
1321
+ referenceName: string;
1322
+ moleculeLibraryId: string;
1323
+ organismLibraryMoleculeId: string;
1324
+ })[];
1325
+ })[];
1326
+ } | {
1327
+ id: string;
1328
+ name: string;
1329
+ type: string;
1330
+ config: {
1331
+ wide: {
1332
+ containerProps: {};
1333
+ containerStyle: {
1334
+ gap: string;
1335
+ width: string;
1336
+ zIndex: string;
1337
+ display: string;
1338
+ flexWrap: string;
1339
+ position: string;
1340
+ boxShadow: string;
1341
+ overflowX: string;
1342
+ overflowY: string;
1343
+ alignItems: string;
1344
+ paddingTop: string;
1345
+ borderColor: string;
1346
+ borderStyle: string;
1347
+ paddingLeft: string;
1348
+ paddingRight: string;
1349
+ flexDirection: string;
1350
+ paddingBottom: string;
1351
+ justifyContent: string;
1352
+ backgroundColor: string;
1353
+ enableBackgroundImage: string;
1354
+ "border-top-left-radius": string;
1355
+ "border-top-right-radius": string;
1356
+ "border-bottom-left-radius": string;
1357
+ "border-bottom-right-radius": string;
1358
+ };
1359
+ };
1360
+ compact: {
1361
+ containerProps: {};
1362
+ containerStyle: {
1363
+ gap: string;
1364
+ width: string;
1365
+ flexWrap: string;
1366
+ overflowX: string;
1367
+ overflowY: string;
1368
+ paddingTop: string;
1369
+ paddingLeft: string;
1370
+ paddingRight: string;
1371
+ paddingBottom: string;
1372
+ };
1373
+ };
1374
+ };
1375
+ instance: string;
1376
+ metadata: {
1377
+ group: string[];
1378
+ };
1379
+ ordering: number;
1380
+ properties: {
1381
+ backgroundImage: {
1382
+ id: string;
1383
+ property: string;
1384
+ propertyType: string;
1385
+ imageFile: {
1386
+ id: string;
1387
+ url: string;
1388
+ name: string;
1389
+ size: number;
1390
+ type: string;
1391
+ source: null;
1392
+ property: string;
1393
+ fileType: string;
1394
+ createdAt: string;
1395
+ updatedAt: string;
1396
+ description: null;
1397
+ originalName: string;
1398
+ propertyType: string;
1399
+ };
1400
+ };
1401
+ };
1402
+ dataModelFieldId: null;
1403
+ containerLibraryId: string;
1404
+ containerLibraryName: string;
1405
+ organismLibraryContainerId: string;
1406
+ stateValueOptionMasterStateId: null;
1407
+ children: ({
1408
+ id: string;
1409
+ name: string;
1410
+ type: string;
1411
+ config: {
1412
+ wide: {
1413
+ containerProps: {};
1414
+ containerStyle: {
1415
+ gap: string;
1416
+ width: string;
1417
+ zIndex: string;
1418
+ display: string;
1419
+ flexWrap: string;
1420
+ position: string;
1421
+ boxShadow: string;
1422
+ overflowX: string;
1423
+ overflowY: string;
1424
+ alignItems: string;
1425
+ paddingTop: string;
1426
+ borderColor: string;
1427
+ borderStyle: string;
1428
+ paddingLeft: string;
1429
+ paddingRight: string;
1430
+ flexDirection: string;
1431
+ paddingBottom: string;
1432
+ justifyContent: string;
1433
+ backgroundColor: string;
1434
+ enableBackgroundImage: string;
1435
+ "border-top-left-radius": string;
1436
+ "border-top-right-radius": string;
1437
+ "border-bottom-left-radius": string;
1438
+ "border-bottom-right-radius": string;
1439
+ };
1440
+ };
1441
+ compact: {
1442
+ containerProps: {};
1443
+ containerStyle: {
1444
+ gap: string;
1445
+ width: string;
1446
+ flexWrap: string;
1447
+ overflowX: string;
1448
+ overflowY: string;
1449
+ paddingTop: string;
1450
+ paddingLeft: string;
1451
+ paddingRight: string;
1452
+ paddingBottom: string;
1453
+ };
1454
+ };
1455
+ };
1456
+ instance: string;
1457
+ metadata: {
1458
+ group: string[];
1459
+ };
1460
+ ordering: number;
1461
+ properties: {
1462
+ backgroundImage: {
1463
+ id: string;
1464
+ property: string;
1465
+ propertyType: string;
1466
+ imageFile: {
1467
+ id: string;
1468
+ url: string;
1469
+ name: string;
1470
+ size: number;
1471
+ type: string;
1472
+ source: null;
1473
+ property: string;
1474
+ fileType: string;
1475
+ createdAt: string;
1476
+ updatedAt: string;
1477
+ description: null;
1478
+ originalName: string;
1479
+ propertyType: string;
1480
+ };
1481
+ };
1482
+ };
1483
+ dataModelFieldId: null;
1484
+ containerLibraryId: string;
1485
+ containerLibraryName: string;
1486
+ organismLibraryContainerId: string;
1487
+ stateValueOptionMasterStateId: null;
1488
+ children: ({
1489
+ id: string;
1490
+ name: string;
1491
+ type: string;
1492
+ config: {
1493
+ props: {
1494
+ styles: {};
1495
+ paddingTop: string;
1496
+ paddingLeft: string;
1497
+ paddingRight: string;
1498
+ paddingBottom: string;
1499
+ color?: undefined;
1500
+ width?: undefined;
1501
+ options?: undefined;
1502
+ fontSize?: undefined;
1503
+ textAlign?: undefined;
1504
+ textColor?: undefined;
1505
+ fontFamily?: undefined;
1506
+ fontWeight?: undefined;
1507
+ borderColor?: undefined;
1508
+ backgroundColor?: undefined;
1509
+ };
1510
+ };
1511
+ children: never[];
1512
+ instance: string;
1513
+ metadata: {
1514
+ group: string[];
1515
+ };
1516
+ ordering: number;
1517
+ actionable: boolean;
1518
+ properties: {
1519
+ text: {
1520
+ id: string;
1521
+ text: string;
1522
+ property: string;
1523
+ createdAt: string;
1524
+ updatedAt: string;
1525
+ isRichText: boolean;
1526
+ propertyType: string;
1527
+ moleculeItemId: null;
1528
+ showRichTextToolbar: boolean;
1529
+ };
1530
+ dataCapture?: undefined;
1531
+ placeholderText?: undefined;
1532
+ };
1533
+ triggerable: boolean;
1534
+ referenceName: string;
1535
+ moleculeLibraryId: string;
1536
+ organismLibraryMoleculeId: string;
1537
+ } | {
1538
+ id: string;
1539
+ name: string;
1540
+ type: string;
1541
+ config: {
1542
+ props: {
1543
+ color: string;
1544
+ width: string;
1545
+ styles: {};
1546
+ options: never[];
1547
+ fontSize: string;
1548
+ textAlign: string;
1549
+ textColor: string;
1550
+ fontFamily: string;
1551
+ fontWeight: string;
1552
+ paddingTop: string;
1553
+ borderColor: string;
1554
+ paddingLeft: string;
1555
+ paddingRight: string;
1556
+ paddingBottom: string;
1557
+ backgroundColor: string;
1558
+ };
1559
+ };
1560
+ children: never[];
1561
+ instance: string;
1562
+ metadata: {
1563
+ group?: undefined;
1564
+ };
1565
+ ordering: number;
1566
+ actionable: boolean;
1567
+ properties: {
1568
+ dataCapture: {
1569
+ id: string;
1570
+ property: string;
1571
+ required: boolean;
1572
+ createdAt: string;
1573
+ updatedAt: string;
1574
+ propertyType: string;
1575
+ isConfigurable: boolean;
1576
+ moleculeItemId: null;
1577
+ predefinedValue: null;
1578
+ dataCaptureName: string;
1579
+ sourceDataModelFieldId: string;
1580
+ };
1581
+ placeholderText: {
1582
+ id: string;
1583
+ text: string;
1584
+ property: string;
1585
+ createdAt: string;
1586
+ updatedAt: string;
1587
+ isRichText: boolean;
1588
+ propertyType: string;
1589
+ moleculeItemId: null;
1590
+ showRichTextToolbar: boolean;
1591
+ };
1592
+ text?: undefined;
1593
+ };
1594
+ triggerable: boolean;
1595
+ referenceName: string;
1596
+ moleculeLibraryId: string;
1597
+ organismLibraryMoleculeId: string;
1598
+ })[];
1599
+ } | {
1600
+ id: string;
1601
+ name: string;
1602
+ type: string;
1603
+ config: {
1604
+ wide: {
1605
+ containerProps: {};
1606
+ containerStyle: {
1607
+ gap: string;
1608
+ width: string;
1609
+ zIndex: string;
1610
+ display: string;
1611
+ flexWrap: string;
1612
+ position: string;
1613
+ boxShadow: string;
1614
+ overflowX: string;
1615
+ overflowY: string;
1616
+ alignItems: string;
1617
+ paddingTop: string;
1618
+ borderColor: string;
1619
+ borderStyle: string;
1620
+ paddingLeft: string;
1621
+ paddingRight: string;
1622
+ flexDirection: string;
1623
+ paddingBottom: string;
1624
+ justifyContent: string;
1625
+ backgroundColor: string;
1626
+ enableBackgroundImage: string;
1627
+ "border-top-left-radius": string;
1628
+ "border-top-right-radius": string;
1629
+ "border-bottom-left-radius": string;
1630
+ "border-bottom-right-radius": string;
1631
+ };
1632
+ };
1633
+ compact: {
1634
+ containerProps: {};
1635
+ containerStyle: {
1636
+ gap: string;
1637
+ width: string;
1638
+ flexWrap: string;
1639
+ overflowX: string;
1640
+ overflowY: string;
1641
+ paddingTop: string;
1642
+ paddingLeft: string;
1643
+ paddingRight: string;
1644
+ paddingBottom: string;
1645
+ };
1646
+ };
1647
+ };
1648
+ instance: string;
1649
+ metadata: {
1650
+ group: string[];
1651
+ };
1652
+ ordering: number;
1653
+ properties: {
1654
+ backgroundImage: {
1655
+ id: string;
1656
+ property: string;
1657
+ propertyType: string;
1658
+ imageFile: {
1659
+ id: string;
1660
+ url: string;
1661
+ name: string;
1662
+ size: number;
1663
+ type: string;
1664
+ source: null;
1665
+ property: string;
1666
+ fileType: string;
1667
+ createdAt: string;
1668
+ updatedAt: string;
1669
+ description: null;
1670
+ originalName: string;
1671
+ propertyType: string;
1672
+ };
1673
+ };
1674
+ };
1675
+ dataModelFieldId: null;
1676
+ containerLibraryId: string;
1677
+ containerLibraryName: string;
1678
+ organismLibraryContainerId: string;
1679
+ stateValueOptionMasterStateId: null;
1680
+ children: ({
1681
+ id: string;
1682
+ name: string;
1683
+ type: string;
1684
+ config: {
1685
+ props: {
1686
+ styles: {};
1687
+ paddingTop: string;
1688
+ paddingLeft: string;
1689
+ paddingRight: string;
1690
+ paddingBottom: string;
1691
+ width?: undefined;
1692
+ maxDate?: undefined;
1693
+ minDate?: undefined;
1694
+ fontSize?: undefined;
1695
+ iconColor?: undefined;
1696
+ textColor?: undefined;
1697
+ fontFamily?: undefined;
1698
+ fontWeight?: undefined;
1699
+ borderColor?: undefined;
1700
+ displayFormat?: undefined;
1701
+ backgroundColor?: undefined;
1702
+ };
1703
+ };
1704
+ children: never[];
1705
+ instance: string;
1706
+ metadata: {
1707
+ group: string[];
1708
+ };
1709
+ ordering: number;
1710
+ actionable: boolean;
1711
+ properties: {
1712
+ text: {
1713
+ id: string;
1714
+ text: string;
1715
+ property: string;
1716
+ createdAt: string;
1717
+ updatedAt: string;
1718
+ isRichText: boolean;
1719
+ propertyType: string;
1720
+ moleculeItemId: null;
1721
+ showRichTextToolbar: boolean;
1722
+ };
1723
+ dataCapture?: undefined;
1724
+ placeholderText?: undefined;
1725
+ };
1726
+ triggerable: boolean;
1727
+ referenceName: string;
1728
+ moleculeLibraryId: string;
1729
+ organismLibraryMoleculeId: string;
1730
+ } | {
1731
+ id: string;
1732
+ name: string;
1733
+ type: string;
1734
+ config: {
1735
+ props: {
1736
+ width: string;
1737
+ styles: {};
1738
+ maxDate: string;
1739
+ minDate: string;
1740
+ fontSize: string;
1741
+ iconColor: string;
1742
+ textColor: string;
1743
+ fontFamily: string;
1744
+ fontWeight: string;
1745
+ paddingTop: string;
1746
+ borderColor: string;
1747
+ paddingLeft: string;
1748
+ paddingRight: string;
1749
+ displayFormat: string;
1750
+ paddingBottom: string;
1751
+ backgroundColor: string;
1752
+ };
1753
+ };
1754
+ children: never[];
1755
+ instance: string;
1756
+ metadata: {
1757
+ group?: undefined;
1758
+ };
1759
+ ordering: number;
1760
+ actionable: boolean;
1761
+ properties: {
1762
+ dataCapture: {
1763
+ id: string;
1764
+ property: string;
1765
+ required: boolean;
1766
+ createdAt: string;
1767
+ updatedAt: string;
1768
+ propertyType: string;
1769
+ isConfigurable: boolean;
1770
+ moleculeItemId: null;
1771
+ predefinedValue: null;
1772
+ dataCaptureName: string;
1773
+ sourceDataModelFieldId: string;
1774
+ };
1775
+ placeholderText: {
1776
+ id: string;
1777
+ text: string;
1778
+ property: string;
1779
+ createdAt: string;
1780
+ updatedAt: string;
1781
+ isRichText: boolean;
1782
+ propertyType: string;
1783
+ moleculeItemId: null;
1784
+ showRichTextToolbar: boolean;
1785
+ };
1786
+ text?: undefined;
1787
+ };
1788
+ triggerable: boolean;
1789
+ referenceName: string;
1790
+ moleculeLibraryId: string;
1791
+ organismLibraryMoleculeId: string;
1792
+ })[];
1793
+ })[];
1794
+ })[];
1795
+ actionable?: undefined;
1796
+ triggerable?: undefined;
1797
+ referenceName?: undefined;
1798
+ moleculeLibraryId?: undefined;
1799
+ organismLibraryMoleculeId?: undefined;
1800
+ } | {
1801
+ id: string;
1802
+ name: string;
1803
+ type: string;
1804
+ config: {
1805
+ props: {
1806
+ styles: {};
1807
+ marginTop: string;
1808
+ lineWeight: number;
1809
+ borderColor: string;
1810
+ borderRadius: string;
1811
+ marginBottom: string;
1812
+ };
1813
+ wide?: undefined;
1814
+ compact?: undefined;
1815
+ };
1816
+ children: never[];
1817
+ instance: string;
1818
+ metadata: {
1819
+ group?: undefined;
1820
+ };
1821
+ ordering: number;
1822
+ actionable: boolean;
1823
+ properties: {
1824
+ backgroundImage?: undefined;
1825
+ };
1826
+ triggerable: boolean;
1827
+ referenceName: string;
1828
+ moleculeLibraryId: string;
1829
+ organismLibraryMoleculeId: string;
1830
+ dataModelFieldId?: undefined;
1831
+ containerLibraryId?: undefined;
1832
+ containerLibraryName?: undefined;
1833
+ organismLibraryContainerId?: undefined;
1834
+ stateValueOptionMasterStateId?: undefined;
1835
+ } | {
1836
+ id: string;
1837
+ name: string;
1838
+ type: string;
1839
+ config: {
1840
+ wide: {
1841
+ containerProps: {};
1842
+ containerStyle: {
1843
+ gap: string;
1844
+ width: string;
1845
+ zIndex: string;
1846
+ display: string;
1847
+ flexWrap: string;
1848
+ position: string;
1849
+ boxShadow: string;
1850
+ overflowX: string;
1851
+ overflowY: string;
1852
+ alignItems: string;
1853
+ paddingTop: string;
1854
+ borderColor: string;
1855
+ borderStyle: string;
1856
+ paddingLeft: string;
1857
+ paddingRight: string;
1858
+ flexDirection: string;
1859
+ paddingBottom: string;
1860
+ justifyContent: string;
1861
+ backgroundColor: string;
1862
+ enableBackgroundImage: string;
1863
+ "border-top-left-radius": string;
1864
+ "border-top-right-radius": string;
1865
+ "border-bottom-left-radius": string;
1866
+ "border-bottom-right-radius": string;
1867
+ };
1868
+ };
1869
+ compact: {
1870
+ containerProps: {};
1871
+ containerStyle: {
1872
+ gap: string;
1873
+ width: string;
1874
+ flexWrap: string;
1875
+ overflowX: string;
1876
+ overflowY: string;
1877
+ paddingTop: string;
1878
+ paddingLeft: string;
1879
+ paddingRight: string;
1880
+ paddingBottom: string;
1881
+ };
1882
+ };
1883
+ props?: undefined;
1884
+ };
1885
+ instance: string;
1886
+ metadata: {
1887
+ group: string[];
1888
+ };
1889
+ ordering: number;
1890
+ properties: {
1891
+ backgroundImage: {
1892
+ id: string;
1893
+ property: string;
1894
+ propertyType: string;
1895
+ imageFile: {
1896
+ id: string;
1897
+ url: string;
1898
+ name: string;
1899
+ size: number;
1900
+ type: string;
1901
+ source: null;
1902
+ property: string;
1903
+ fileType: string;
1904
+ createdAt: string;
1905
+ updatedAt: string;
1906
+ description: null;
1907
+ originalName: string;
1908
+ propertyType: string;
1909
+ };
1910
+ };
1911
+ };
1912
+ dataModelFieldId: null;
1913
+ containerLibraryId: string;
1914
+ containerLibraryName: string;
1915
+ organismLibraryContainerId: string;
1916
+ stateValueOptionMasterStateId: null;
1917
+ children: ({
1918
+ id: string;
1919
+ name: string;
1920
+ type: string;
1921
+ config: {
1922
+ wide: {
1923
+ containerProps: {};
1924
+ containerStyle: {
1925
+ gap: string;
1926
+ width: string;
1927
+ zIndex: string;
1928
+ display: string;
1929
+ flexWrap: string;
1930
+ position: string;
1931
+ boxShadow: string;
1932
+ overflowX: string;
1933
+ overflowY: string;
1934
+ alignItems: string;
1935
+ paddingTop: string;
1936
+ borderColor: string;
1937
+ borderStyle: string;
1938
+ paddingLeft: string;
1939
+ paddingRight: string;
1940
+ flexDirection: string;
1941
+ paddingBottom: string;
1942
+ justifyContent: string;
1943
+ backgroundColor: string;
1944
+ enableBackgroundImage: string;
1945
+ "border-top-left-radius": string;
1946
+ "border-top-right-radius": string;
1947
+ "border-bottom-left-radius": string;
1948
+ "border-bottom-right-radius": string;
1949
+ };
1950
+ };
1951
+ compact: {
1952
+ containerProps: {};
1953
+ containerStyle: {
1954
+ gap: string;
1955
+ width: string;
1956
+ flexWrap: string;
1957
+ overflowX: string;
1958
+ overflowY: string;
1959
+ paddingTop: string;
1960
+ paddingLeft: string;
1961
+ paddingRight: string;
1962
+ paddingBottom: string;
1963
+ };
1964
+ };
1965
+ props?: undefined;
1966
+ };
1967
+ instance: string;
1968
+ metadata: {
1969
+ group: string[];
1970
+ };
1971
+ ordering: number;
1972
+ properties: {
1973
+ backgroundImage: {
1974
+ id: string;
1975
+ property: string;
1976
+ propertyType: string;
1977
+ imageFile: {
1978
+ id: string;
1979
+ url: string;
1980
+ name: string;
1981
+ size: number;
1982
+ type: string;
1983
+ source: null;
1984
+ property: string;
1985
+ fileType: string;
1986
+ createdAt: string;
1987
+ updatedAt: string;
1988
+ description: null;
1989
+ originalName: string;
1990
+ propertyType: string;
1991
+ };
1992
+ };
1993
+ text?: undefined;
1994
+ action?: undefined;
1995
+ disabled?: undefined;
1996
+ interacted?: undefined;
1997
+ };
1998
+ dataModelFieldId: null;
1999
+ containerLibraryId: string;
2000
+ containerLibraryName: string;
2001
+ organismLibraryContainerId: string;
2002
+ stateValueOptionMasterStateId: null;
2003
+ children: ({
2004
+ id: string;
2005
+ name: string;
2006
+ type: string;
2007
+ config: {
2008
+ wide: {
2009
+ containerProps: {};
2010
+ containerStyle: {
2011
+ gap: string;
2012
+ width: string;
2013
+ zIndex: string;
2014
+ display: string;
2015
+ flexWrap: string;
2016
+ position: string;
2017
+ boxShadow: string;
2018
+ overflowX: string;
2019
+ overflowY: string;
2020
+ alignItems: string;
2021
+ paddingTop: string;
2022
+ borderColor: string;
2023
+ borderStyle: string;
2024
+ paddingLeft: string;
2025
+ paddingRight: string;
2026
+ flexDirection: string;
2027
+ paddingBottom: string;
2028
+ justifyContent: string;
2029
+ backgroundColor: string;
2030
+ enableBackgroundImage: string;
2031
+ "border-top-left-radius": string;
2032
+ "border-top-right-radius": string;
2033
+ "border-bottom-left-radius": string;
2034
+ "border-bottom-right-radius": string;
2035
+ };
2036
+ };
2037
+ compact: {
2038
+ containerProps: {};
2039
+ containerStyle: {
2040
+ gap: string;
2041
+ width: string;
2042
+ flexWrap: string;
2043
+ overflowX: string;
2044
+ overflowY: string;
2045
+ paddingTop: string;
2046
+ paddingLeft: string;
2047
+ paddingRight: string;
2048
+ paddingBottom: string;
2049
+ };
2050
+ };
2051
+ };
2052
+ instance: string;
2053
+ metadata: {
2054
+ group: string[];
2055
+ };
2056
+ ordering: number;
2057
+ properties: {
2058
+ backgroundImage: {
2059
+ id: string;
2060
+ property: string;
2061
+ propertyType: string;
2062
+ imageFile: {
2063
+ id: string;
2064
+ url: string;
2065
+ name: string;
2066
+ size: number;
2067
+ type: string;
2068
+ source: null;
2069
+ property: string;
2070
+ fileType: string;
2071
+ createdAt: string;
2072
+ updatedAt: string;
2073
+ description: null;
2074
+ originalName: string;
2075
+ propertyType: string;
2076
+ };
2077
+ };
2078
+ };
2079
+ dataModelFieldId: null;
2080
+ containerLibraryId: string;
2081
+ containerLibraryName: string;
2082
+ organismLibraryContainerId: string;
2083
+ stateValueOptionMasterStateId: null;
2084
+ children: ({
2085
+ id: string;
2086
+ name: string;
2087
+ type: string;
2088
+ config: {
2089
+ props: {
2090
+ alt: string;
2091
+ width: string;
2092
+ height: string;
2093
+ raised: string;
2094
+ styles: {};
2095
+ autoSize: string;
2096
+ paddingTop: string;
2097
+ paddingLeft: string;
2098
+ borderRadius: string;
2099
+ paddingRight: string;
2100
+ paddingBottom: string;
2101
+ };
2102
+ };
2103
+ children: never[];
2104
+ instance: string;
2105
+ metadata: {
2106
+ group?: undefined;
2107
+ };
2108
+ ordering: number;
2109
+ actionable: boolean;
2110
+ properties: {
2111
+ link: {
2112
+ id: string;
2113
+ name: string;
2114
+ type: string;
2115
+ property: string;
2116
+ externalLink: string;
2117
+ internalLink: string;
2118
+ propertyType: string;
2119
+ };
2120
+ image: {
2121
+ id: string;
2122
+ property: string;
2123
+ propertyType: string;
2124
+ imageFile: {
2125
+ id: string;
2126
+ url: string;
2127
+ name: string;
2128
+ size: number;
2129
+ type: string;
2130
+ source: null;
2131
+ property: string;
2132
+ fileType: string;
2133
+ createdAt: string;
2134
+ updatedAt: string;
2135
+ description: null;
2136
+ originalName: string;
2137
+ propertyType: string;
2138
+ moleculeItemId: null;
2139
+ };
2140
+ };
2141
+ interacted: {
2142
+ id: string;
2143
+ value: string;
2144
+ property: string;
2145
+ createdAt: string;
2146
+ updatedAt: string;
2147
+ propertyType: string;
2148
+ moleculeItemId: null;
2149
+ organismAppliedId: null;
2150
+ containerAppliedId: null;
2151
+ };
2152
+ text?: undefined;
2153
+ };
2154
+ triggerable: boolean;
2155
+ referenceName: string;
2156
+ moleculeLibraryId: string;
2157
+ organismLibraryMoleculeId: string;
2158
+ } | {
2159
+ id: string;
2160
+ name: string;
2161
+ type: string;
2162
+ config: {
2163
+ props: {
2164
+ styles: {};
2165
+ paddingTop: string;
2166
+ paddingLeft: string;
2167
+ paddingRight: string;
2168
+ paddingBottom: string;
2169
+ alt?: undefined;
2170
+ width?: undefined;
2171
+ height?: undefined;
2172
+ raised?: undefined;
2173
+ autoSize?: undefined;
2174
+ borderRadius?: undefined;
2175
+ };
2176
+ };
2177
+ children: never[];
2178
+ instance: string;
2179
+ metadata: {
2180
+ group: string[];
2181
+ };
2182
+ ordering: number;
2183
+ actionable: boolean;
2184
+ properties: {
2185
+ text: {
2186
+ id: string;
2187
+ text: string;
2188
+ property: string;
2189
+ createdAt: string;
2190
+ updatedAt: string;
2191
+ isRichText: boolean;
2192
+ propertyType: string;
2193
+ moleculeItemId: null;
2194
+ showRichTextToolbar: boolean;
2195
+ };
2196
+ link?: undefined;
2197
+ image?: undefined;
2198
+ interacted?: undefined;
2199
+ };
2200
+ triggerable: boolean;
2201
+ referenceName: string;
2202
+ moleculeLibraryId: string;
2203
+ organismLibraryMoleculeId: string;
2204
+ })[];
2205
+ } | {
2206
+ id: string;
2207
+ name: string;
2208
+ type: string;
2209
+ config: {
2210
+ wide: {
2211
+ containerProps: {};
2212
+ containerStyle: {
2213
+ gap: string;
2214
+ width: string;
2215
+ zIndex: string;
2216
+ display: string;
2217
+ flexWrap: string;
2218
+ position: string;
2219
+ boxShadow: string;
2220
+ overflowX: string;
2221
+ overflowY: string;
2222
+ alignItems: string;
2223
+ paddingTop: string;
2224
+ borderColor: string;
2225
+ borderStyle: string;
2226
+ paddingLeft: string;
2227
+ paddingRight: string;
2228
+ flexDirection: string;
2229
+ paddingBottom: string;
2230
+ justifyContent: string;
2231
+ backgroundColor: string;
2232
+ enableBackgroundImage: string;
2233
+ "border-top-left-radius": string;
2234
+ "border-top-right-radius": string;
2235
+ "border-bottom-left-radius": string;
2236
+ "border-bottom-right-radius": string;
2237
+ };
2238
+ };
2239
+ compact: {
2240
+ containerProps: {};
2241
+ containerStyle: {
2242
+ gap: string;
2243
+ width: string;
2244
+ flexWrap: string;
2245
+ overflowX: string;
2246
+ overflowY: string;
2247
+ paddingTop: string;
2248
+ paddingLeft: string;
2249
+ paddingRight: string;
2250
+ paddingBottom: string;
2251
+ };
2252
+ };
2253
+ };
2254
+ instance: string;
2255
+ metadata: {
2256
+ group: string[];
2257
+ };
2258
+ ordering: number;
2259
+ properties: {
2260
+ backgroundImage: {
2261
+ id: string;
2262
+ property: string;
2263
+ propertyType: string;
2264
+ imageFile: {
2265
+ id: string;
2266
+ url: string;
2267
+ name: string;
2268
+ size: number;
2269
+ type: string;
2270
+ source: null;
2271
+ property: string;
2272
+ fileType: string;
2273
+ createdAt: string;
2274
+ updatedAt: string;
2275
+ description: null;
2276
+ originalName: string;
2277
+ propertyType: string;
2278
+ };
2279
+ };
2280
+ };
2281
+ dataModelFieldId: null;
2282
+ containerLibraryId: string;
2283
+ containerLibraryName: string;
2284
+ organismLibraryContainerId: string;
2285
+ stateValueOptionMasterStateId: null;
2286
+ children: ({
2287
+ id: string;
2288
+ name: string;
2289
+ type: string;
2290
+ config: {
2291
+ props: {
2292
+ color: string;
2293
+ width: string;
2294
+ styles: {};
2295
+ options: never[];
2296
+ fontSize: string;
2297
+ textAlign: string;
2298
+ textColor: string;
2299
+ fontFamily: string;
2300
+ fontWeight: string;
2301
+ paddingTop: string;
2302
+ borderColor: string;
2303
+ paddingLeft: string;
2304
+ paddingRight: string;
2305
+ paddingBottom: string;
2306
+ backgroundColor: string;
2307
+ endIcon?: undefined;
2308
+ variant?: undefined;
2309
+ elevated?: undefined;
2310
+ iconOnly?: undefined;
2311
+ wrapText?: undefined;
2312
+ elevation?: undefined;
2313
+ fillColor?: undefined;
2314
+ fullWidth?: undefined;
2315
+ startIcon?: undefined;
2316
+ borderRadius?: undefined;
2317
+ fillColorHover?: undefined;
2318
+ textColorHover?: undefined;
2319
+ borderColorHover?: undefined;
2320
+ fillColorPressed?: undefined;
2321
+ textColorPressed?: undefined;
2322
+ fillColorDisabled?: undefined;
2323
+ textColorDisabled?: undefined;
2324
+ borderColorPressed?: undefined;
2325
+ borderColorDisabled?: undefined;
2326
+ };
2327
+ };
2328
+ children: never[];
2329
+ instance: string;
2330
+ metadata: {};
2331
+ ordering: number;
2332
+ actionable: boolean;
2333
+ properties: {
2334
+ text: {
2335
+ id: string;
2336
+ text: string;
2337
+ property: string;
2338
+ createdAt: string;
2339
+ updatedAt: string;
2340
+ isRichText: boolean;
2341
+ propertyType: string;
2342
+ moleculeItemId: null;
2343
+ showRichTextToolbar: boolean;
2344
+ };
2345
+ required: {
2346
+ id: string;
2347
+ value: boolean;
2348
+ property: string;
2349
+ createdAt: string;
2350
+ updatedAt: string;
2351
+ propertyType: string;
2352
+ };
2353
+ dataCapture: {
2354
+ id: string;
2355
+ property: string;
2356
+ required: boolean;
2357
+ createdAt: string;
2358
+ updatedAt: string;
2359
+ propertyType: string;
2360
+ isConfigurable: boolean;
2361
+ moleculeItemId: null;
2362
+ predefinedValue: null;
2363
+ dataCaptureName: string;
2364
+ sourceDataModelFieldId: string;
2365
+ };
2366
+ placeholderText: {
2367
+ id: string;
2368
+ text: string;
2369
+ property: string;
2370
+ createdAt: string;
2371
+ updatedAt: string;
2372
+ isRichText: boolean;
2373
+ propertyType: string;
2374
+ moleculeItemId: null;
2375
+ showRichTextToolbar: boolean;
2376
+ };
2377
+ requiredErrorText: {
2378
+ id: string;
2379
+ text: string;
2380
+ property: string;
2381
+ createdAt: string;
2382
+ updatedAt: string;
2383
+ isRichText: boolean;
2384
+ propertyType: string;
2385
+ moleculeItemId: null;
2386
+ showRichTextToolbar: boolean;
2387
+ };
2388
+ validationErrorText: {
2389
+ id: string;
2390
+ text: string;
2391
+ property: string;
2392
+ createdAt: string;
2393
+ updatedAt: string;
2394
+ isRichText: boolean;
2395
+ propertyType: string;
2396
+ moleculeItemId: null;
2397
+ showRichTextToolbar: boolean;
2398
+ };
2399
+ action?: undefined;
2400
+ disabled?: undefined;
2401
+ interacted?: undefined;
2402
+ };
2403
+ triggerable: boolean;
2404
+ referenceName: string;
2405
+ moleculeLibraryId: string;
2406
+ organismLibraryMoleculeId: string;
2407
+ } | {
2408
+ id: string;
2409
+ name: string;
2410
+ type: string;
2411
+ config: {
2412
+ props: {
2413
+ styles: {};
2414
+ endIcon: string;
2415
+ variant: string;
2416
+ elevated: string;
2417
+ fontSize: string;
2418
+ iconOnly: string;
2419
+ wrapText: string;
2420
+ elevation: string;
2421
+ fillColor: string;
2422
+ fullWidth: string;
2423
+ startIcon: string;
2424
+ textAlign: string;
2425
+ textColor: string;
2426
+ fontFamily: string;
2427
+ fontWeight: string;
2428
+ paddingTop: string;
2429
+ borderColor: string;
2430
+ paddingLeft: string;
2431
+ borderRadius: string;
2432
+ paddingRight: string;
2433
+ paddingBottom: string;
2434
+ fillColorHover: string;
2435
+ textColorHover: string;
2436
+ borderColorHover: string;
2437
+ fillColorPressed: string;
2438
+ textColorPressed: string;
2439
+ fillColorDisabled: string;
2440
+ textColorDisabled: string;
2441
+ borderColorPressed: string;
2442
+ borderColorDisabled: string;
2443
+ color?: undefined;
2444
+ width?: undefined;
2445
+ options?: undefined;
2446
+ backgroundColor?: undefined;
2447
+ };
2448
+ };
2449
+ children: never[];
2450
+ instance: string;
2451
+ metadata: {};
2452
+ ordering: number;
2453
+ actionable: boolean;
2454
+ properties: {
2455
+ text: {
2456
+ id: string;
2457
+ text: string;
2458
+ property: string;
2459
+ createdAt: string;
2460
+ updatedAt: string;
2461
+ isRichText: boolean;
2462
+ propertyType: string;
2463
+ moleculeItemId: null;
2464
+ showRichTextToolbar: boolean;
2465
+ };
2466
+ action: {
2467
+ id: string;
2468
+ propertyType: string;
2469
+ property: string;
2470
+ action: {
2471
+ type: string;
2472
+ navigate_to_organism_with_rwo_context: {
2473
+ sourceDataModelFieldId: string;
2474
+ targetOrganismIds: string[];
2475
+ };
2476
+ };
2477
+ };
2478
+ disabled: {
2479
+ id: string;
2480
+ value: string;
2481
+ property: string;
2482
+ createdAt: string;
2483
+ updatedAt: string;
2484
+ propertyType: string;
2485
+ moleculeItemId: null;
2486
+ organismAppliedId: null;
2487
+ containerAppliedId: null;
2488
+ };
2489
+ interacted: {
2490
+ id: string;
2491
+ value: string;
2492
+ property: string;
2493
+ createdAt: string;
2494
+ updatedAt: string;
2495
+ propertyType: string;
2496
+ moleculeItemId: null;
2497
+ organismAppliedId: null;
2498
+ containerAppliedId: null;
2499
+ };
2500
+ required?: undefined;
2501
+ dataCapture?: undefined;
2502
+ placeholderText?: undefined;
2503
+ requiredErrorText?: undefined;
2504
+ validationErrorText?: undefined;
2505
+ };
2506
+ triggerable: boolean;
2507
+ referenceName: string;
2508
+ moleculeLibraryId: string;
2509
+ organismLibraryMoleculeId: string;
2510
+ })[];
2511
+ })[];
2512
+ actionable?: undefined;
2513
+ triggerable?: undefined;
2514
+ referenceName?: undefined;
2515
+ moleculeLibraryId?: undefined;
2516
+ organismLibraryMoleculeId?: undefined;
2517
+ } | {
2518
+ id: string;
2519
+ name: string;
2520
+ type: string;
2521
+ config: {
2522
+ props: {
2523
+ styles: {};
2524
+ endIcon: string;
2525
+ variant: string;
2526
+ elevated: string;
2527
+ fontSize: string;
2528
+ iconOnly: boolean;
2529
+ wrapText: string;
2530
+ elevation: number;
2531
+ fillColor: string;
2532
+ fullWidth: string;
2533
+ startIcon: string;
2534
+ textAlign: string;
2535
+ textColor: string;
2536
+ fontFamily: string;
2537
+ fontWeight: string;
2538
+ paddingTop: string;
2539
+ borderColor: string;
2540
+ paddingLeft: string;
2541
+ borderRadius: string;
2542
+ paddingRight: string;
2543
+ paddingBottom: string;
2544
+ fillColorHover: string;
2545
+ textColorHover: string;
2546
+ borderColorHover: string;
2547
+ fillColorPressed: string;
2548
+ textColorPressed: string;
2549
+ fillColorDisabled: string;
2550
+ textColorDisabled: string;
2551
+ borderColorPressed: string;
2552
+ borderColorDisabled: string;
2553
+ };
2554
+ wide?: undefined;
2555
+ compact?: undefined;
2556
+ };
2557
+ children: never[];
2558
+ instance: string;
2559
+ metadata: {
2560
+ group?: undefined;
2561
+ };
2562
+ ordering: number;
2563
+ actionable: boolean;
2564
+ properties: {
2565
+ text: {
2566
+ id: string;
2567
+ text: string;
2568
+ property: string;
2569
+ createdAt: string;
2570
+ updatedAt: string;
2571
+ isRichText: boolean;
2572
+ propertyType: string;
2573
+ moleculeItemId: null;
2574
+ showRichTextToolbar: boolean;
2575
+ };
2576
+ action: {
2577
+ id: string;
2578
+ propertyType: string;
2579
+ property: string;
2580
+ action: {
2581
+ type: string;
2582
+ link: {
2583
+ internalLink: string;
2584
+ externalLink: null;
2585
+ name: string;
2586
+ type: string;
2587
+ };
2588
+ };
2589
+ };
2590
+ disabled: {
2591
+ id: string;
2592
+ value: string;
2593
+ property: string;
2594
+ createdAt: string;
2595
+ updatedAt: string;
2596
+ propertyType: string;
2597
+ moleculeItemId: null;
2598
+ organismAppliedId: null;
2599
+ containerAppliedId: null;
2600
+ };
2601
+ interacted: {
2602
+ id: string;
2603
+ value: string;
2604
+ property: string;
2605
+ createdAt: string;
2606
+ updatedAt: string;
2607
+ propertyType: string;
2608
+ moleculeItemId: null;
2609
+ organismAppliedId: null;
2610
+ containerAppliedId: null;
2611
+ };
2612
+ backgroundImage?: undefined;
2613
+ };
2614
+ triggerable: boolean;
2615
+ referenceName: string;
2616
+ moleculeLibraryId: string;
2617
+ organismLibraryMoleculeId: string;
2618
+ dataModelFieldId?: undefined;
2619
+ containerLibraryId?: undefined;
2620
+ containerLibraryName?: undefined;
2621
+ organismLibraryContainerId?: undefined;
2622
+ stateValueOptionMasterStateId?: undefined;
2623
+ })[];
2624
+ actionable?: undefined;
2625
+ triggerable?: undefined;
2626
+ referenceName?: undefined;
2627
+ moleculeLibraryId?: undefined;
2628
+ organismLibraryMoleculeId?: undefined;
2629
+ })[];
2630
+ }[];
2631
+ };
2632
+ config: {};
2633
+ metadata: {
2634
+ fixed: boolean;
2635
+ group: string[];
2636
+ dynamicContent: {
2637
+ description: string;
2638
+ applicationId: string;
2639
+ webpageId: string;
2640
+ zoneId: string;
2641
+ dynamicContainerId: string;
2642
+ name: string;
2643
+ };
2644
+ referenceName: string;
2645
+ };
2646
+ subtype: string;
2647
+ pmiObjectId: null;
2648
+ locations: string[];
2649
+ instance: string;
2650
+ };