@zealicsolutions/web-ui 1.0.108 → 1.0.109-test.1

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 (81) hide show
  1. package/dist/cjs/components/Buttons/TextButton.d.ts +1 -1
  2. package/dist/cjs/components/Input/helpers.d.ts +2 -2
  3. package/dist/cjs/containers/Container.d.ts +1 -1
  4. package/dist/cjs/containers/ReplicatorContainer/ReplicatorContainer.d.ts +1 -1
  5. package/dist/cjs/containers/styles.d.ts +1 -1
  6. package/dist/cjs/containers/types/types.d.ts +2 -2
  7. package/dist/cjs/index.js +5 -5
  8. package/dist/cjs/index.js.map +1 -1
  9. package/dist/cjs/molecules/BasicTextField/BasicTextField.stories.d.ts +27 -27
  10. package/dist/cjs/molecules/Button/Button.d.ts +1 -1
  11. package/dist/cjs/molecules/Checklist/Checklist.stories.d.ts +5 -5
  12. package/dist/cjs/molecules/Drawer/styles.d.ts +1 -1
  13. package/dist/cjs/molecules/Link/Link.d.ts +3 -2
  14. package/dist/cjs/molecules/Stepper/Stepper.stories.d.ts +5 -5
  15. package/dist/cjs/molecules/Tabs/Tabs.stories.d.ts +5 -5
  16. package/dist/cjs/organisms/@MUI_ONLY/TodaysTasksOrganism.d.ts +3 -0
  17. package/dist/cjs/organisms/@MUI_ONLY/TodaysTasksOrganism.stories.d.ts +5 -0
  18. package/dist/cjs/organisms/stories/AppointmentBookingDisplay.stories.d.ts +4 -0
  19. package/dist/cjs/organisms/stories/AppointmentBookingOrganism.stories.d.ts +5 -0
  20. package/dist/cjs/organisms/stories/StudyDetailsDisplayOrganism.stories.d.ts +5 -0
  21. package/dist/cjs/organisms/stories/StudyWithVisitSchedulesDisplayOrganism.stories.d.ts +5 -0
  22. package/dist/cjs/organisms/stories/organism-configs/appointment-booking.d.ts +1525 -0
  23. package/dist/cjs/organisms/stories/{organism_example.d.ts → organism-configs/organism-with-nested-replicators.d.ts} +19 -1
  24. package/dist/cjs/organisms/stories/organism-configs/study-details-display.d.ts +2650 -0
  25. package/dist/cjs/organisms/stories/organism-configs/study-with-visit-schedules.d.ts +2241 -0
  26. package/dist/cjs/organisms/stories/utils/organismMappers.d.ts +1 -0
  27. package/dist/esm/_virtual/index3.js +1 -1
  28. package/dist/esm/_virtual/index4.js +1 -1
  29. package/dist/esm/components/Buttons/TextButton.d.ts +1 -1
  30. package/dist/esm/components/Input/helpers.d.ts +2 -2
  31. package/dist/esm/containers/Container.d.ts +1 -1
  32. package/dist/esm/containers/Container.js +1 -1
  33. package/dist/esm/containers/Container.js.map +1 -1
  34. package/dist/esm/containers/ReplicatorContainer/ReplicatorContainer.d.ts +1 -1
  35. package/dist/esm/containers/ReplicatorContainer/ReplicatorContainer.js +1 -1
  36. package/dist/esm/containers/ReplicatorContainer/ReplicatorContainer.js.map +1 -1
  37. package/dist/esm/containers/styles.d.ts +1 -1
  38. package/dist/esm/containers/types/types.d.ts +2 -2
  39. package/dist/esm/helpers/utils.js +1 -1
  40. package/dist/esm/helpers/utils.js.map +1 -1
  41. package/dist/esm/molecules/BaseMolecule.js +1 -1
  42. package/dist/esm/molecules/BaseMolecule.js.map +1 -1
  43. package/dist/esm/molecules/BasicTextField/BasicTextField.stories.d.ts +27 -27
  44. package/dist/esm/molecules/Button/Button.d.ts +1 -1
  45. package/dist/esm/molecules/Checklist/Checklist.stories.d.ts +5 -5
  46. package/dist/esm/molecules/Drawer/styles.d.ts +1 -1
  47. package/dist/esm/molecules/Link/Link.d.ts +3 -2
  48. package/dist/esm/molecules/Link/Link.js +1 -1
  49. package/dist/esm/molecules/Link/Link.js.map +1 -1
  50. package/dist/esm/molecules/Stepper/Stepper.stories.d.ts +5 -5
  51. package/dist/esm/molecules/Tabs/Tabs.stories.d.ts +5 -5
  52. package/dist/esm/node_modules/@mui/material/esm/Accordion/Accordion.js +1 -1
  53. package/dist/esm/node_modules/@mui/material/esm/Menu/Menu.js +1 -1
  54. package/dist/esm/node_modules/@mui/material/esm/MenuList/MenuList.js +1 -1
  55. package/dist/esm/node_modules/@mui/material/esm/Select/SelectInput.js +1 -1
  56. package/dist/esm/node_modules/@mui/material/esm/SpeedDial/SpeedDial.js +1 -1
  57. package/dist/esm/node_modules/@mui/material/esm/Tabs/Tabs.js +1 -1
  58. package/dist/esm/node_modules/@mui/material/esm/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
  59. package/dist/esm/node_modules/@mui/material/node_modules/react-is/index.js +1 -1
  60. package/dist/esm/node_modules/classnames/index.js +1 -1
  61. package/dist/esm/node_modules/react-slick/lib/arrows.js +1 -1
  62. package/dist/esm/node_modules/react-slick/lib/dots.js +1 -1
  63. package/dist/esm/node_modules/react-slick/lib/inner-slider.js +1 -1
  64. package/dist/esm/node_modules/react-slick/lib/track.js +1 -1
  65. package/dist/esm/organisms/@MUI_ONLY/TodaysTasksOrganism.d.ts +3 -0
  66. package/dist/esm/organisms/@MUI_ONLY/TodaysTasksOrganism.stories.d.ts +5 -0
  67. package/dist/esm/organisms/DataGrid/queries/useDataGridRows.js +1 -1
  68. package/dist/esm/organisms/DataGrid/queries/useDataGridRows.js.map +1 -1
  69. package/dist/esm/organisms/stories/AppointmentBookingDisplay.stories.d.ts +4 -0
  70. package/dist/esm/organisms/stories/AppointmentBookingOrganism.stories.d.ts +5 -0
  71. package/dist/esm/organisms/stories/StudyDetailsDisplayOrganism.stories.d.ts +5 -0
  72. package/dist/esm/organisms/stories/StudyWithVisitSchedulesDisplayOrganism.stories.d.ts +5 -0
  73. package/dist/esm/organisms/stories/organism-configs/appointment-booking.d.ts +1525 -0
  74. package/dist/esm/organisms/stories/{organism_example.d.ts → organism-configs/organism-with-nested-replicators.d.ts} +19 -1
  75. package/dist/esm/organisms/stories/organism-configs/study-details-display.d.ts +2650 -0
  76. package/dist/esm/organisms/stories/organism-configs/study-with-visit-schedules.d.ts +2241 -0
  77. package/dist/esm/organisms/stories/utils/organismMappers.d.ts +1 -0
  78. package/dist/index.d.ts +8 -7
  79. package/package.json +1 -1
  80. package/dist/cjs/organisms/stories/DisplayOrganismNestedLevels.d.ts +0 -8
  81. package/dist/esm/organisms/stories/DisplayOrganismNestedLevels.d.ts +0 -8
@@ -0,0 +1,1525 @@
1
+ export declare const appointmentBookingData: {
2
+ 'bb73631f-0e50-4a3f-a4bb-63aec313ceb2': {
3
+ value: string;
4
+ };
5
+ '073bc790-4593-40ec-afbf-22404815997c': {
6
+ value: string;
7
+ };
8
+ '7be2a135-7282-4783-815e-b4cdfe8cf8ba': {
9
+ value: string;
10
+ };
11
+ '1f91888d-24c3-40bb-b659-32e05783c3ee': {
12
+ value: string;
13
+ };
14
+ '40665672-2764-4010-a0dc-800d18f54baa': {
15
+ value: string;
16
+ };
17
+ 'calendar-days': {
18
+ 'bb73631f-0e50-4a3f-a4bb-63aec313ceb2': {
19
+ value: string;
20
+ };
21
+ 'time-slots': {
22
+ 'e0016abc-ff79-4186-8412-d798c20ed7da': {
23
+ value: string;
24
+ };
25
+ 'c85311a4-0eb0-4575-9bfe-88a4de5afcd1': {
26
+ value: string;
27
+ };
28
+ available: {
29
+ value: boolean;
30
+ };
31
+ }[];
32
+ }[];
33
+ };
34
+ export declare const appointmentBookingOrganismConfig: {
35
+ id: string;
36
+ name: string;
37
+ type: string;
38
+ body: {
39
+ id: string;
40
+ pmiObjectId: null;
41
+ stateValueOptionMasterStateId: null;
42
+ instance: string;
43
+ organismLibraryContainerId: string;
44
+ containerLibraryId: string;
45
+ type: string;
46
+ ordering: number;
47
+ config: {
48
+ wide: {
49
+ containerProps: {};
50
+ containerStyle: {
51
+ gap: string;
52
+ width: string;
53
+ display: string;
54
+ flexWrap: string;
55
+ position: string;
56
+ boxShadow: string;
57
+ overflowX: string;
58
+ overflowY: string;
59
+ alignItems: string;
60
+ paddingTop: string;
61
+ borderColor: string;
62
+ borderStyle: string;
63
+ borderWidth: string;
64
+ paddingLeft: string;
65
+ paddingRight: string;
66
+ flexDirection: string;
67
+ paddingBottom: string;
68
+ justifyContent: string;
69
+ backgroundColor: string;
70
+ 'border-top-left-radius': string;
71
+ 'border-top-right-radius': string;
72
+ 'border-bottom-left-radius': string;
73
+ 'border-bottom-right-radius': string;
74
+ };
75
+ };
76
+ };
77
+ metadata: {
78
+ group: string[];
79
+ };
80
+ properties: {};
81
+ children: ({
82
+ id: string;
83
+ name: string;
84
+ type: string;
85
+ config: {
86
+ wide: {
87
+ containerProps: {};
88
+ containerStyle: {
89
+ gap: string;
90
+ width: string;
91
+ display: string;
92
+ flexWrap: string;
93
+ position: string;
94
+ boxShadow: string;
95
+ overflowX: string;
96
+ overflowY: string;
97
+ alignItems: string;
98
+ paddingTop: string;
99
+ borderColor: string;
100
+ borderStyle: string;
101
+ paddingLeft: string;
102
+ paddingRight: string;
103
+ flexDirection: string;
104
+ paddingBottom: string;
105
+ justifyContent: string;
106
+ backgroundColor: string;
107
+ 'border-top-left-radius': string;
108
+ 'border-top-right-radius': string;
109
+ 'border-bottom-left-radius': string;
110
+ 'border-bottom-right-radius': string;
111
+ };
112
+ };
113
+ props?: undefined;
114
+ };
115
+ instance: string;
116
+ metadata: {
117
+ group: string[];
118
+ };
119
+ ordering: number;
120
+ properties: {};
121
+ pmiObjectId: null;
122
+ containerLibraryId: string;
123
+ organismLibraryContainerId: string;
124
+ stateValueOptionMasterStateId: null;
125
+ children: ({
126
+ id: string;
127
+ name: string;
128
+ type: string;
129
+ config: {
130
+ props: {
131
+ styles: {};
132
+ fontSize: string;
133
+ fontWeight: string;
134
+ color: string;
135
+ fontFamily: string;
136
+ paddingTop: string;
137
+ paddingLeft: string;
138
+ paddingRight: string;
139
+ paddingBottom: string;
140
+ };
141
+ wide?: undefined;
142
+ };
143
+ children: never[];
144
+ instance: string;
145
+ metadata: {
146
+ group: string[];
147
+ };
148
+ ordering: number;
149
+ actionable: boolean;
150
+ properties: {
151
+ text: {
152
+ id: string;
153
+ text: string;
154
+ property: string;
155
+ propertyType: string;
156
+ isRichText: boolean;
157
+ showRichTextToolbar: boolean;
158
+ };
159
+ };
160
+ triggerable: boolean;
161
+ moleculeLibraryId: string;
162
+ organismLibraryMoleculeId: string;
163
+ pmiObjectId?: undefined;
164
+ containerLibraryId?: undefined;
165
+ organismLibraryContainerId?: undefined;
166
+ stateValueOptionMasterStateId?: undefined;
167
+ } | {
168
+ id: string;
169
+ name: string;
170
+ type: string;
171
+ config: {
172
+ wide: {
173
+ containerProps: {};
174
+ containerStyle: {
175
+ gap: string;
176
+ width: string;
177
+ display: string;
178
+ flexWrap: string;
179
+ position: string;
180
+ boxShadow: string;
181
+ overflowX: string;
182
+ overflowY: string;
183
+ alignItems: string;
184
+ paddingTop: string;
185
+ borderColor: string;
186
+ borderStyle: string;
187
+ paddingLeft: string;
188
+ paddingRight: string;
189
+ flexDirection: string;
190
+ paddingBottom: string;
191
+ justifyContent: string;
192
+ backgroundColor: string;
193
+ 'border-top-left-radius': string;
194
+ 'border-top-right-radius': string;
195
+ 'border-bottom-left-radius': string;
196
+ 'border-bottom-right-radius': string;
197
+ };
198
+ };
199
+ props?: undefined;
200
+ };
201
+ instance: string;
202
+ metadata: {
203
+ group: string[];
204
+ };
205
+ ordering: number;
206
+ properties: {
207
+ text?: undefined;
208
+ };
209
+ pmiObjectId: null;
210
+ containerLibraryId: string;
211
+ organismLibraryContainerId: string;
212
+ stateValueOptionMasterStateId: null;
213
+ children: ({
214
+ id: string;
215
+ name: string;
216
+ type: string;
217
+ config: {
218
+ wide: {
219
+ containerProps: {};
220
+ containerStyle: {
221
+ gap: string;
222
+ width: string;
223
+ flex: string;
224
+ display: string;
225
+ flexWrap: string;
226
+ position: string;
227
+ boxShadow: string;
228
+ overflowX: string;
229
+ overflowY: string;
230
+ alignItems: string;
231
+ paddingTop: string;
232
+ borderColor: string;
233
+ borderStyle: string;
234
+ paddingLeft: string;
235
+ paddingRight: string;
236
+ flexDirection: string;
237
+ paddingBottom: string;
238
+ justifyContent: string;
239
+ backgroundColor: string;
240
+ 'border-top-left-radius': string;
241
+ 'border-top-right-radius': string;
242
+ 'border-bottom-left-radius': string;
243
+ 'border-bottom-right-radius': string;
244
+ };
245
+ };
246
+ };
247
+ instance: string;
248
+ metadata: {
249
+ group: string[];
250
+ };
251
+ ordering: number;
252
+ properties: {};
253
+ pmiObjectId: null;
254
+ containerLibraryId: string;
255
+ organismLibraryContainerId: string;
256
+ stateValueOptionMasterStateId: null;
257
+ children: {
258
+ id: string;
259
+ name: string;
260
+ type: string;
261
+ config: {
262
+ wide: {
263
+ containerProps: {};
264
+ containerStyle: {
265
+ gap: string;
266
+ width: string;
267
+ display: string;
268
+ flexWrap: string;
269
+ position: string;
270
+ boxShadow: string;
271
+ overflowX: string;
272
+ overflowY: string;
273
+ alignItems: string;
274
+ paddingTop: string;
275
+ borderColor: string;
276
+ borderStyle: string;
277
+ borderWidth: string;
278
+ paddingLeft: string;
279
+ paddingRight: string;
280
+ flexDirection: string;
281
+ paddingBottom: string;
282
+ justifyContent: string;
283
+ backgroundColor: string;
284
+ 'border-top-left-radius': string;
285
+ 'border-top-right-radius': string;
286
+ 'border-bottom-left-radius': string;
287
+ 'border-bottom-right-radius': string;
288
+ };
289
+ };
290
+ };
291
+ instance: string;
292
+ metadata: {
293
+ group: string[];
294
+ };
295
+ ordering: number;
296
+ properties: {};
297
+ pmiObjectId: null;
298
+ containerLibraryId: string;
299
+ organismLibraryContainerId: string;
300
+ stateValueOptionMasterStateId: null;
301
+ children: ({
302
+ id: string;
303
+ name: string;
304
+ type: string;
305
+ config: {
306
+ props: {
307
+ styles: {};
308
+ fontSize: string;
309
+ fontWeight: string;
310
+ color: string;
311
+ fontFamily: string;
312
+ paddingTop: string;
313
+ paddingLeft: string;
314
+ paddingRight: string;
315
+ paddingBottom: string;
316
+ inputType?: undefined;
317
+ textAlign?: undefined;
318
+ borderColor?: undefined;
319
+ lineHeight?: undefined;
320
+ };
321
+ wide?: undefined;
322
+ };
323
+ children: never[];
324
+ instance: string;
325
+ metadata: {
326
+ group: string[];
327
+ };
328
+ ordering: number;
329
+ actionable: boolean;
330
+ properties: {
331
+ text: {
332
+ id: string;
333
+ text: string;
334
+ property: string;
335
+ propertyType: string;
336
+ isRichText: boolean;
337
+ showRichTextToolbar: boolean;
338
+ };
339
+ dataCapture?: undefined;
340
+ };
341
+ triggerable: boolean;
342
+ moleculeLibraryId: string;
343
+ organismLibraryMoleculeId: string;
344
+ pmiObjectId?: undefined;
345
+ containerLibraryId?: undefined;
346
+ organismLibraryContainerId?: undefined;
347
+ stateValueOptionMasterStateId?: undefined;
348
+ } | {
349
+ id: string;
350
+ name: string;
351
+ type: string;
352
+ config: {
353
+ props: {
354
+ color: string;
355
+ styles: {};
356
+ fontSize: string;
357
+ inputType: string;
358
+ textAlign: string;
359
+ fontFamily: string;
360
+ fontWeight: string;
361
+ paddingTop: string;
362
+ borderColor: string;
363
+ paddingLeft: string;
364
+ paddingRight: string;
365
+ paddingBottom: string;
366
+ lineHeight: string;
367
+ };
368
+ wide?: undefined;
369
+ };
370
+ children: never[];
371
+ instance: string;
372
+ metadata: {
373
+ group?: undefined;
374
+ };
375
+ ordering: number;
376
+ actionable: boolean;
377
+ properties: {
378
+ dataCapture: {
379
+ id: string;
380
+ property: string;
381
+ required: boolean;
382
+ propertyType: string;
383
+ dataCaptureName: string;
384
+ sourceDataModelFieldId: string;
385
+ };
386
+ text?: undefined;
387
+ };
388
+ triggerable: boolean;
389
+ moleculeLibraryId: string;
390
+ organismLibraryMoleculeId: string;
391
+ pmiObjectId?: undefined;
392
+ containerLibraryId?: undefined;
393
+ organismLibraryContainerId?: undefined;
394
+ stateValueOptionMasterStateId?: undefined;
395
+ } | {
396
+ id: string;
397
+ name: string;
398
+ type: string;
399
+ config: {
400
+ wide: {
401
+ containerProps: {};
402
+ containerStyle: {
403
+ gap: string;
404
+ width: string;
405
+ display: string;
406
+ flexWrap: string;
407
+ position: string;
408
+ boxShadow: string;
409
+ overflowX: string;
410
+ overflowY: string;
411
+ alignItems: string;
412
+ paddingTop: string;
413
+ borderColor: string;
414
+ borderStyle: string;
415
+ borderWidth: string;
416
+ paddingLeft: string;
417
+ paddingRight: string;
418
+ flexDirection: string;
419
+ paddingBottom: string;
420
+ justifyContent: string;
421
+ backgroundColor: string;
422
+ 'border-top-left-radius': string;
423
+ 'border-top-right-radius': string;
424
+ 'border-bottom-left-radius': string;
425
+ 'border-bottom-right-radius': string;
426
+ };
427
+ };
428
+ props?: undefined;
429
+ };
430
+ instance: string;
431
+ metadata: {
432
+ group: string[];
433
+ };
434
+ ordering: number;
435
+ properties: {
436
+ text?: undefined;
437
+ dataCapture?: undefined;
438
+ };
439
+ pmiObjectId: null;
440
+ containerLibraryId: string;
441
+ organismLibraryContainerId: string;
442
+ stateValueOptionMasterStateId: null;
443
+ children: {
444
+ id: string;
445
+ name: string;
446
+ type: string;
447
+ config: {
448
+ props: {
449
+ color: string;
450
+ styles: {};
451
+ fontSize: string;
452
+ inputType: 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
+ lineHeight: string;
462
+ };
463
+ };
464
+ children: never[];
465
+ instance: string;
466
+ metadata: {};
467
+ ordering: number;
468
+ actionable: boolean;
469
+ properties: {
470
+ dataCapture: {
471
+ id: string;
472
+ property: string;
473
+ required: boolean;
474
+ propertyType: string;
475
+ dataCaptureName: string;
476
+ sourceDataModelFieldId: string;
477
+ };
478
+ };
479
+ triggerable: boolean;
480
+ moleculeLibraryId: string;
481
+ organismLibraryMoleculeId: string;
482
+ }[];
483
+ actionable?: undefined;
484
+ triggerable?: undefined;
485
+ moleculeLibraryId?: undefined;
486
+ organismLibraryMoleculeId?: undefined;
487
+ })[];
488
+ }[];
489
+ } | {
490
+ id: string;
491
+ name: string;
492
+ type: string;
493
+ config: {
494
+ wide: {
495
+ containerProps: {};
496
+ containerStyle: {
497
+ gap: string;
498
+ width: string;
499
+ display: string;
500
+ flexWrap: string;
501
+ position: string;
502
+ boxShadow: string;
503
+ overflowX: string;
504
+ overflowY: string;
505
+ alignItems: string;
506
+ paddingTop: string;
507
+ borderColor: string;
508
+ borderStyle: string;
509
+ paddingLeft: string;
510
+ paddingRight: string;
511
+ flexDirection: string;
512
+ paddingBottom: string;
513
+ justifyContent: string;
514
+ backgroundColor: string;
515
+ 'border-top-left-radius': string;
516
+ 'border-top-right-radius': string;
517
+ 'border-bottom-left-radius': string;
518
+ 'border-bottom-right-radius': string;
519
+ flex?: undefined;
520
+ };
521
+ };
522
+ };
523
+ instance: string;
524
+ metadata: {
525
+ group: string[];
526
+ };
527
+ ordering: number;
528
+ properties: {};
529
+ pmiObjectId: null;
530
+ containerLibraryId: string;
531
+ organismLibraryContainerId: string;
532
+ stateValueOptionMasterStateId: null;
533
+ children: {
534
+ id: string;
535
+ name: string;
536
+ type: string;
537
+ config: {
538
+ wide: {
539
+ containerProps: {};
540
+ containerStyle: {
541
+ gap: string;
542
+ width: string;
543
+ display: string;
544
+ flexWrap: string;
545
+ position: string;
546
+ boxShadow: string;
547
+ overflowX: string;
548
+ overflowY: string;
549
+ alignItems: string;
550
+ paddingTop: string;
551
+ borderColor: string;
552
+ borderStyle: string;
553
+ borderWidth: string;
554
+ paddingLeft: string;
555
+ paddingRight: string;
556
+ flexDirection: string;
557
+ paddingBottom: string;
558
+ justifyContent: string;
559
+ backgroundColor: string;
560
+ 'border-top-left-radius': string;
561
+ 'border-top-right-radius': string;
562
+ 'border-bottom-left-radius': string;
563
+ 'border-bottom-right-radius': string;
564
+ };
565
+ };
566
+ };
567
+ instance: string;
568
+ metadata: {
569
+ group: string[];
570
+ };
571
+ ordering: number;
572
+ properties: {};
573
+ pmiObjectId: null;
574
+ containerLibraryId: string;
575
+ organismLibraryContainerId: string;
576
+ stateValueOptionMasterStateId: null;
577
+ children: ({
578
+ id: string;
579
+ name: string;
580
+ type: string;
581
+ config: {
582
+ wide: {
583
+ containerProps: {};
584
+ containerStyle: {
585
+ gap: string;
586
+ width: string;
587
+ display: string;
588
+ flexWrap: string;
589
+ position: string;
590
+ boxShadow: string;
591
+ overflowX: string;
592
+ overflowY: string;
593
+ alignItems: string;
594
+ paddingTop: string;
595
+ borderColor: string;
596
+ borderStyle: string;
597
+ paddingLeft: string;
598
+ paddingRight: string;
599
+ flexDirection: string;
600
+ paddingBottom: string;
601
+ justifyContent: string;
602
+ backgroundColor: string;
603
+ 'border-top-left-radius': string;
604
+ 'border-top-right-radius': string;
605
+ 'border-bottom-left-radius': string;
606
+ 'border-bottom-right-radius': string;
607
+ };
608
+ };
609
+ };
610
+ instance: string;
611
+ metadata: {
612
+ group: string[];
613
+ };
614
+ ordering: number;
615
+ properties: {};
616
+ pmiObjectId: null;
617
+ containerLibraryId: string;
618
+ organismLibraryContainerId: string;
619
+ stateValueOptionMasterStateId: null;
620
+ children: ({
621
+ id: string;
622
+ name: string;
623
+ type: string;
624
+ config: {
625
+ props: {
626
+ styles: {};
627
+ fontSize: string;
628
+ fontWeight: string;
629
+ color: string;
630
+ fontFamily: string;
631
+ textTransform: string;
632
+ letterSpacing: string;
633
+ paddingTop: string;
634
+ paddingLeft: string;
635
+ paddingRight: string;
636
+ paddingBottom: string;
637
+ inputType?: undefined;
638
+ textAlign?: undefined;
639
+ borderColor?: undefined;
640
+ lineHeight?: undefined;
641
+ };
642
+ };
643
+ children: never[];
644
+ instance: string;
645
+ metadata: {
646
+ group: string[];
647
+ };
648
+ ordering: number;
649
+ actionable: boolean;
650
+ properties: {
651
+ text: {
652
+ id: string;
653
+ text: string;
654
+ property: string;
655
+ propertyType: string;
656
+ isRichText: boolean;
657
+ showRichTextToolbar: boolean;
658
+ };
659
+ dataCapture?: undefined;
660
+ };
661
+ triggerable: boolean;
662
+ moleculeLibraryId: string;
663
+ organismLibraryMoleculeId: string;
664
+ } | {
665
+ id: string;
666
+ name: string;
667
+ type: string;
668
+ config: {
669
+ props: {
670
+ color: string;
671
+ styles: {};
672
+ fontSize: string;
673
+ inputType: string;
674
+ textAlign: string;
675
+ fontFamily: string;
676
+ fontWeight: string;
677
+ paddingTop: string;
678
+ borderColor: string;
679
+ paddingLeft: string;
680
+ paddingRight: string;
681
+ paddingBottom: string;
682
+ lineHeight: string;
683
+ textTransform?: undefined;
684
+ letterSpacing?: undefined;
685
+ };
686
+ };
687
+ children: never[];
688
+ instance: string;
689
+ metadata: {
690
+ group?: undefined;
691
+ };
692
+ ordering: number;
693
+ actionable: boolean;
694
+ properties: {
695
+ dataCapture: {
696
+ id: string;
697
+ property: string;
698
+ required: boolean;
699
+ propertyType: string;
700
+ dataCaptureName: string;
701
+ sourceDataModelFieldId: string;
702
+ };
703
+ text?: undefined;
704
+ };
705
+ triggerable: boolean;
706
+ moleculeLibraryId: string;
707
+ organismLibraryMoleculeId: string;
708
+ })[];
709
+ } | {
710
+ id: string;
711
+ name: string;
712
+ type: string;
713
+ config: {
714
+ wide: {
715
+ containerProps: {};
716
+ containerStyle: {
717
+ gap: string;
718
+ width: string;
719
+ display: string;
720
+ flexWrap: string;
721
+ position: string;
722
+ boxShadow: string;
723
+ overflowX: string;
724
+ overflowY: string;
725
+ alignItems: string;
726
+ paddingTop: string;
727
+ borderColor: string;
728
+ borderStyle: string;
729
+ paddingLeft: string;
730
+ paddingRight: string;
731
+ flexDirection: string;
732
+ paddingBottom: string;
733
+ justifyContent: string;
734
+ backgroundColor: string;
735
+ 'border-top-left-radius': string;
736
+ 'border-top-right-radius': string;
737
+ 'border-bottom-left-radius': string;
738
+ 'border-bottom-right-radius': string;
739
+ };
740
+ };
741
+ };
742
+ instance: string;
743
+ metadata: {
744
+ group: string[];
745
+ };
746
+ ordering: number;
747
+ properties: {};
748
+ pmiObjectId: null;
749
+ containerLibraryId: string;
750
+ organismLibraryContainerId: string;
751
+ stateValueOptionMasterStateId: null;
752
+ children: ({
753
+ id: string;
754
+ name: string;
755
+ type: string;
756
+ config: {
757
+ props: {
758
+ styles: {
759
+ backgroundColor?: undefined;
760
+ paddingTop?: undefined;
761
+ paddingLeft?: undefined;
762
+ paddingRight?: undefined;
763
+ paddingBottom?: undefined;
764
+ borderRadius?: undefined;
765
+ display?: undefined;
766
+ };
767
+ fontSize: string;
768
+ fontWeight: string;
769
+ color: string;
770
+ fontFamily: string;
771
+ textTransform: string;
772
+ letterSpacing: string;
773
+ paddingTop: string;
774
+ paddingLeft: string;
775
+ paddingRight: string;
776
+ paddingBottom: string;
777
+ inputType?: undefined;
778
+ textAlign?: undefined;
779
+ lineHeight?: undefined;
780
+ };
781
+ };
782
+ children: never[];
783
+ instance: string;
784
+ metadata: {
785
+ group: string[];
786
+ };
787
+ ordering: number;
788
+ actionable: boolean;
789
+ properties: {
790
+ text: {
791
+ id: string;
792
+ text: string;
793
+ property: string;
794
+ propertyType: string;
795
+ isRichText: boolean;
796
+ showRichTextToolbar: boolean;
797
+ };
798
+ dataCapture?: undefined;
799
+ };
800
+ triggerable: boolean;
801
+ moleculeLibraryId: string;
802
+ organismLibraryMoleculeId: string;
803
+ } | {
804
+ id: string;
805
+ name: string;
806
+ type: string;
807
+ config: {
808
+ props: {
809
+ color: string;
810
+ styles: {
811
+ backgroundColor: string;
812
+ paddingTop: string;
813
+ paddingLeft: string;
814
+ paddingRight: string;
815
+ paddingBottom: string;
816
+ borderRadius: string;
817
+ display: string;
818
+ };
819
+ fontSize: string;
820
+ inputType: string;
821
+ textAlign: string;
822
+ fontFamily: string;
823
+ fontWeight: string;
824
+ lineHeight: string;
825
+ textTransform?: undefined;
826
+ letterSpacing?: undefined;
827
+ paddingTop?: undefined;
828
+ paddingLeft?: undefined;
829
+ paddingRight?: undefined;
830
+ paddingBottom?: undefined;
831
+ };
832
+ };
833
+ children: never[];
834
+ instance: string;
835
+ metadata: {
836
+ group?: undefined;
837
+ };
838
+ ordering: number;
839
+ actionable: boolean;
840
+ properties: {
841
+ dataCapture: {
842
+ id: string;
843
+ property: string;
844
+ required: boolean;
845
+ propertyType: string;
846
+ dataCaptureName: string;
847
+ sourceDataModelFieldId: string;
848
+ };
849
+ text?: undefined;
850
+ };
851
+ triggerable: boolean;
852
+ moleculeLibraryId: string;
853
+ organismLibraryMoleculeId: string;
854
+ })[];
855
+ })[];
856
+ }[];
857
+ })[];
858
+ actionable?: undefined;
859
+ triggerable?: undefined;
860
+ moleculeLibraryId?: undefined;
861
+ organismLibraryMoleculeId?: undefined;
862
+ })[];
863
+ actionable?: undefined;
864
+ triggerable?: undefined;
865
+ moleculeLibraryId?: undefined;
866
+ organismLibraryMoleculeId?: undefined;
867
+ } | {
868
+ id: string;
869
+ name: string;
870
+ type: string;
871
+ config: {
872
+ props: {
873
+ color: string;
874
+ variant: string;
875
+ orientation: string;
876
+ };
877
+ wide?: undefined;
878
+ };
879
+ children: never[];
880
+ instance: string;
881
+ metadata: {
882
+ group?: undefined;
883
+ };
884
+ ordering: number;
885
+ actionable: boolean;
886
+ properties: {};
887
+ triggerable: boolean;
888
+ moleculeLibraryId: string;
889
+ organismLibraryMoleculeId: string;
890
+ pmiObjectId?: undefined;
891
+ containerLibraryId?: undefined;
892
+ organismLibraryContainerId?: undefined;
893
+ stateValueOptionMasterStateId?: undefined;
894
+ } | {
895
+ id: string;
896
+ name: string;
897
+ type: string;
898
+ config: {
899
+ wide: {
900
+ containerProps: {};
901
+ containerStyle: {
902
+ gap: string;
903
+ width: string;
904
+ display: string;
905
+ flexWrap: string;
906
+ position: string;
907
+ boxShadow: string;
908
+ overflowX: string;
909
+ overflowY: string;
910
+ alignItems: string;
911
+ paddingTop: string;
912
+ borderColor: string;
913
+ borderStyle: string;
914
+ paddingLeft: string;
915
+ paddingRight: string;
916
+ flexDirection: string;
917
+ paddingBottom: string;
918
+ justifyContent: string;
919
+ backgroundColor: string;
920
+ 'border-top-left-radius': string;
921
+ 'border-top-right-radius': string;
922
+ 'border-bottom-left-radius': string;
923
+ 'border-bottom-right-radius': string;
924
+ };
925
+ };
926
+ props?: undefined;
927
+ };
928
+ instance: string;
929
+ metadata: {
930
+ group: string[];
931
+ };
932
+ ordering: number;
933
+ properties: {};
934
+ pmiObjectId: null;
935
+ containerLibraryId: string;
936
+ organismLibraryContainerId: string;
937
+ stateValueOptionMasterStateId: null;
938
+ children: ({
939
+ id: string;
940
+ name: string;
941
+ type: string;
942
+ config: {
943
+ wide: {
944
+ containerProps: {};
945
+ containerStyle: {
946
+ gap: string;
947
+ width: 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
+ 'border-top-left-radius': string;
965
+ 'border-top-right-radius': string;
966
+ 'border-bottom-left-radius': string;
967
+ 'border-bottom-right-radius': string;
968
+ };
969
+ };
970
+ };
971
+ instance: string;
972
+ metadata: {
973
+ group: string[];
974
+ };
975
+ ordering: number;
976
+ properties: {};
977
+ pmiObjectId: null;
978
+ containerLibraryId: string;
979
+ organismLibraryContainerId: string;
980
+ stateValueOptionMasterStateId: null;
981
+ children: {
982
+ id: string;
983
+ name: string;
984
+ type: string;
985
+ config: {
986
+ props: {
987
+ styles: {};
988
+ variant: string;
989
+ fontSize: string;
990
+ fontWeight: string;
991
+ textColor: string;
992
+ fontFamily: string;
993
+ paddingTop: string;
994
+ borderColor: string;
995
+ paddingLeft: string;
996
+ borderRadius: string;
997
+ paddingRight: string;
998
+ paddingBottom: string;
999
+ textColorHover: string;
1000
+ borderColorHover: string;
1001
+ fillColorHover: string;
1002
+ };
1003
+ };
1004
+ children: never[];
1005
+ instance: string;
1006
+ metadata: {};
1007
+ ordering: number;
1008
+ actionable: boolean;
1009
+ properties: {
1010
+ text: {
1011
+ id: string;
1012
+ text: string;
1013
+ property: string;
1014
+ propertyType: string;
1015
+ isRichText: boolean;
1016
+ showRichTextToolbar: boolean;
1017
+ };
1018
+ action: {
1019
+ id: string;
1020
+ propertyType: string;
1021
+ property: string;
1022
+ action: {
1023
+ type: string;
1024
+ link: {
1025
+ internalLink: string;
1026
+ externalLink: string;
1027
+ name: string;
1028
+ type: string;
1029
+ };
1030
+ };
1031
+ };
1032
+ };
1033
+ triggerable: boolean;
1034
+ moleculeLibraryId: string;
1035
+ organismLibraryMoleculeId: string;
1036
+ }[];
1037
+ } | {
1038
+ id: string;
1039
+ name: string;
1040
+ type: string;
1041
+ config: {
1042
+ wide: {
1043
+ containerProps: {};
1044
+ containerStyle: {
1045
+ gap: string;
1046
+ width: string;
1047
+ display: string;
1048
+ flexWrap: string;
1049
+ position: string;
1050
+ boxShadow: string;
1051
+ overflowX: string;
1052
+ overflowY: string;
1053
+ alignItems: string;
1054
+ paddingTop: string;
1055
+ borderColor: string;
1056
+ borderStyle: string;
1057
+ paddingLeft: string;
1058
+ paddingRight: string;
1059
+ flexDirection: string;
1060
+ paddingBottom: string;
1061
+ justifyContent: string;
1062
+ backgroundColor: string;
1063
+ 'border-top-left-radius': string;
1064
+ 'border-top-right-radius': string;
1065
+ 'border-bottom-left-radius': string;
1066
+ 'border-bottom-right-radius': string;
1067
+ };
1068
+ };
1069
+ };
1070
+ instance: string;
1071
+ metadata: {
1072
+ group: string[];
1073
+ };
1074
+ ordering: number;
1075
+ properties: {};
1076
+ pmiObjectId: null;
1077
+ containerLibraryId: string;
1078
+ organismLibraryContainerId: string;
1079
+ stateValueOptionMasterStateId: null;
1080
+ children: {
1081
+ id: string;
1082
+ name: string;
1083
+ type: string;
1084
+ linkedDataModelFieldId: string;
1085
+ config: {
1086
+ wide: {
1087
+ containerProps: {};
1088
+ containerStyle: {
1089
+ gap: string;
1090
+ width: string;
1091
+ display: string;
1092
+ flexWrap: string;
1093
+ position: string;
1094
+ boxShadow: string;
1095
+ overflowX: string;
1096
+ overflowY: string;
1097
+ alignItems: string;
1098
+ paddingTop: string;
1099
+ borderColor: string;
1100
+ borderStyle: string;
1101
+ paddingLeft: string;
1102
+ paddingRight: string;
1103
+ flexDirection: string;
1104
+ paddingBottom: string;
1105
+ justifyContent: string;
1106
+ backgroundColor: string;
1107
+ 'border-top-left-radius': string;
1108
+ 'border-top-right-radius': string;
1109
+ 'border-bottom-left-radius': string;
1110
+ 'border-bottom-right-radius': string;
1111
+ };
1112
+ };
1113
+ };
1114
+ instance: string;
1115
+ metadata: {
1116
+ group: string[];
1117
+ };
1118
+ ordering: number;
1119
+ properties: {};
1120
+ pmiObjectId: null;
1121
+ containerLibraryId: string;
1122
+ organismLibraryContainerId: string;
1123
+ stateValueOptionMasterStateId: null;
1124
+ children: {
1125
+ id: string;
1126
+ name: string;
1127
+ type: string;
1128
+ config: {
1129
+ wide: {
1130
+ containerProps: {};
1131
+ containerStyle: {
1132
+ gap: string;
1133
+ width: string;
1134
+ flex: string;
1135
+ display: string;
1136
+ flexWrap: string;
1137
+ position: string;
1138
+ boxShadow: string;
1139
+ overflowX: string;
1140
+ overflowY: string;
1141
+ alignItems: string;
1142
+ paddingTop: string;
1143
+ borderColor: string;
1144
+ borderStyle: string;
1145
+ borderWidth: string;
1146
+ paddingLeft: string;
1147
+ paddingRight: string;
1148
+ flexDirection: string;
1149
+ paddingBottom: string;
1150
+ justifyContent: string;
1151
+ backgroundColor: string;
1152
+ 'border-top-left-radius': string;
1153
+ 'border-top-right-radius': string;
1154
+ 'border-bottom-left-radius': string;
1155
+ 'border-bottom-right-radius': string;
1156
+ };
1157
+ };
1158
+ };
1159
+ instance: string;
1160
+ metadata: {
1161
+ group: string[];
1162
+ };
1163
+ ordering: number;
1164
+ properties: {};
1165
+ pmiObjectId: null;
1166
+ containerLibraryId: string;
1167
+ organismLibraryContainerId: string;
1168
+ stateValueOptionMasterStateId: null;
1169
+ children: ({
1170
+ id: string;
1171
+ name: string;
1172
+ type: string;
1173
+ config: {
1174
+ props: {
1175
+ color: string;
1176
+ styles: {};
1177
+ fontSize: string;
1178
+ inputType: string;
1179
+ textAlign: string;
1180
+ fontFamily: string;
1181
+ fontWeight: string;
1182
+ paddingTop: string;
1183
+ borderColor: string;
1184
+ paddingLeft: string;
1185
+ paddingRight: string;
1186
+ paddingBottom: string;
1187
+ };
1188
+ wide?: undefined;
1189
+ };
1190
+ children: never[];
1191
+ instance: string;
1192
+ metadata: {
1193
+ group?: undefined;
1194
+ };
1195
+ ordering: number;
1196
+ actionable: boolean;
1197
+ properties: {
1198
+ dataCapture: {
1199
+ id: string;
1200
+ property: string;
1201
+ required: boolean;
1202
+ propertyType: string;
1203
+ dataCaptureName: string;
1204
+ sourceDataModelFieldId: string;
1205
+ };
1206
+ };
1207
+ triggerable: boolean;
1208
+ moleculeLibraryId: string;
1209
+ organismLibraryMoleculeId: string;
1210
+ linkedDataModelFieldId?: undefined;
1211
+ pmiObjectId?: undefined;
1212
+ containerLibraryId?: undefined;
1213
+ organismLibraryContainerId?: undefined;
1214
+ stateValueOptionMasterStateId?: undefined;
1215
+ } | {
1216
+ id: string;
1217
+ name: string;
1218
+ type: string;
1219
+ linkedDataModelFieldId: string;
1220
+ config: {
1221
+ wide: {
1222
+ containerProps: {};
1223
+ containerStyle: {
1224
+ gap: string;
1225
+ width: string;
1226
+ display: string;
1227
+ flexWrap: string;
1228
+ position: string;
1229
+ boxShadow: string;
1230
+ overflowX: string;
1231
+ overflowY: string;
1232
+ alignItems: string;
1233
+ paddingTop: string;
1234
+ borderColor: string;
1235
+ borderStyle: string;
1236
+ paddingLeft: string;
1237
+ paddingRight: string;
1238
+ flexDirection: string;
1239
+ paddingBottom: string;
1240
+ justifyContent: string;
1241
+ backgroundColor: string;
1242
+ 'border-top-left-radius': string;
1243
+ 'border-top-right-radius': string;
1244
+ 'border-bottom-left-radius': string;
1245
+ 'border-bottom-right-radius': string;
1246
+ };
1247
+ };
1248
+ props?: undefined;
1249
+ };
1250
+ instance: string;
1251
+ metadata: {
1252
+ group: string[];
1253
+ };
1254
+ ordering: number;
1255
+ properties: {
1256
+ dataCapture?: undefined;
1257
+ };
1258
+ pmiObjectId: null;
1259
+ containerLibraryId: string;
1260
+ organismLibraryContainerId: string;
1261
+ stateValueOptionMasterStateId: null;
1262
+ children: {
1263
+ id: string;
1264
+ name: string;
1265
+ type: string;
1266
+ config: {
1267
+ wide: {
1268
+ containerProps: {};
1269
+ containerStyle: {
1270
+ gap: string;
1271
+ width: string;
1272
+ display: string;
1273
+ flexWrap: string;
1274
+ position: string;
1275
+ boxShadow: string;
1276
+ overflowX: string;
1277
+ overflowY: string;
1278
+ alignItems: string;
1279
+ paddingTop: string;
1280
+ borderColor: string;
1281
+ borderStyle: string;
1282
+ borderWidth: string;
1283
+ paddingLeft: string;
1284
+ paddingRight: string;
1285
+ flexDirection: string;
1286
+ paddingBottom: string;
1287
+ justifyContent: string;
1288
+ backgroundColor: string;
1289
+ 'border-top-left-radius': string;
1290
+ 'border-top-right-radius': string;
1291
+ 'border-bottom-left-radius': string;
1292
+ 'border-bottom-right-radius': string;
1293
+ };
1294
+ };
1295
+ };
1296
+ instance: string;
1297
+ metadata: {
1298
+ group: string[];
1299
+ };
1300
+ ordering: number;
1301
+ properties: {};
1302
+ pmiObjectId: null;
1303
+ containerLibraryId: string;
1304
+ organismLibraryContainerId: string;
1305
+ stateValueOptionMasterStateId: null;
1306
+ children: ({
1307
+ id: string;
1308
+ name: string;
1309
+ type: string;
1310
+ config: {
1311
+ props: {
1312
+ color: string;
1313
+ styles: {};
1314
+ fontSize: string;
1315
+ inputType: string;
1316
+ textAlign: string;
1317
+ fontFamily: string;
1318
+ fontWeight: string;
1319
+ paddingTop: string;
1320
+ borderColor: string;
1321
+ paddingLeft: string;
1322
+ paddingRight: string;
1323
+ paddingBottom: string;
1324
+ variant?: undefined;
1325
+ textColor?: undefined;
1326
+ borderRadius?: undefined;
1327
+ textColorHover?: undefined;
1328
+ borderColorHover?: undefined;
1329
+ fillColorHover?: undefined;
1330
+ };
1331
+ };
1332
+ children: never[];
1333
+ instance: string;
1334
+ metadata: {};
1335
+ ordering: number;
1336
+ actionable: boolean;
1337
+ properties: {
1338
+ dataCapture: {
1339
+ id: string;
1340
+ property: string;
1341
+ required: boolean;
1342
+ propertyType: string;
1343
+ dataCaptureName: string;
1344
+ sourceDataModelFieldId: string;
1345
+ };
1346
+ text?: undefined;
1347
+ action?: undefined;
1348
+ };
1349
+ triggerable: boolean;
1350
+ moleculeLibraryId: string;
1351
+ organismLibraryMoleculeId: string;
1352
+ } | {
1353
+ id: string;
1354
+ name: string;
1355
+ type: string;
1356
+ config: {
1357
+ props: {
1358
+ styles: {};
1359
+ variant: string;
1360
+ fontSize: string;
1361
+ fontWeight: string;
1362
+ textColor: string;
1363
+ fontFamily: string;
1364
+ paddingTop: string;
1365
+ borderColor: string;
1366
+ paddingLeft: string;
1367
+ borderRadius: string;
1368
+ paddingRight: string;
1369
+ paddingBottom: string;
1370
+ textColorHover: string;
1371
+ borderColorHover: string;
1372
+ fillColorHover: string;
1373
+ color?: undefined;
1374
+ inputType?: undefined;
1375
+ textAlign?: undefined;
1376
+ };
1377
+ };
1378
+ children: never[];
1379
+ instance: string;
1380
+ metadata: {};
1381
+ ordering: number;
1382
+ actionable: boolean;
1383
+ properties: {
1384
+ text: {
1385
+ id: string;
1386
+ text: string;
1387
+ property: string;
1388
+ propertyType: string;
1389
+ isRichText: boolean;
1390
+ showRichTextToolbar: boolean;
1391
+ };
1392
+ action: {
1393
+ id: string;
1394
+ propertyType: string;
1395
+ property: string;
1396
+ action: {
1397
+ type: string;
1398
+ navigateToPrepopulateForm: {
1399
+ formId: string;
1400
+ prepopulateFields: {
1401
+ fieldId: string;
1402
+ valueFromDataModel: string;
1403
+ }[];
1404
+ };
1405
+ };
1406
+ };
1407
+ dataCapture?: undefined;
1408
+ };
1409
+ triggerable: boolean;
1410
+ moleculeLibraryId: string;
1411
+ organismLibraryMoleculeId: string;
1412
+ })[];
1413
+ }[];
1414
+ actionable?: undefined;
1415
+ triggerable?: undefined;
1416
+ moleculeLibraryId?: undefined;
1417
+ organismLibraryMoleculeId?: undefined;
1418
+ })[];
1419
+ }[];
1420
+ }[];
1421
+ })[];
1422
+ actionable?: undefined;
1423
+ triggerable?: undefined;
1424
+ moleculeLibraryId?: undefined;
1425
+ organismLibraryMoleculeId?: undefined;
1426
+ } | {
1427
+ id: string;
1428
+ name: string;
1429
+ type: string;
1430
+ config: {
1431
+ wide: {
1432
+ containerProps: {};
1433
+ containerStyle: {
1434
+ gap: string;
1435
+ width: string;
1436
+ display: string;
1437
+ flexWrap: string;
1438
+ position: string;
1439
+ boxShadow: string;
1440
+ overflowX: string;
1441
+ overflowY: string;
1442
+ alignItems: string;
1443
+ paddingTop: string;
1444
+ borderColor: string;
1445
+ borderStyle: string;
1446
+ paddingLeft: string;
1447
+ paddingRight: string;
1448
+ flexDirection: string;
1449
+ paddingBottom: string;
1450
+ justifyContent: string;
1451
+ backgroundColor: string;
1452
+ 'border-top-left-radius': string;
1453
+ 'border-top-right-radius': string;
1454
+ 'border-bottom-left-radius': string;
1455
+ 'border-bottom-right-radius': string;
1456
+ };
1457
+ };
1458
+ props?: undefined;
1459
+ };
1460
+ instance: string;
1461
+ metadata: {
1462
+ group: string[];
1463
+ };
1464
+ ordering: number;
1465
+ properties: {};
1466
+ pmiObjectId: null;
1467
+ containerLibraryId: string;
1468
+ organismLibraryContainerId: string;
1469
+ stateValueOptionMasterStateId: null;
1470
+ children: {
1471
+ id: string;
1472
+ name: string;
1473
+ type: string;
1474
+ config: {
1475
+ props: {
1476
+ color: string;
1477
+ styles: {};
1478
+ fontSize: string;
1479
+ inputType: string;
1480
+ textAlign: string;
1481
+ fontFamily: string;
1482
+ fontWeight: string;
1483
+ paddingTop: string;
1484
+ borderColor: string;
1485
+ paddingLeft: string;
1486
+ paddingRight: string;
1487
+ paddingBottom: string;
1488
+ };
1489
+ };
1490
+ children: never[];
1491
+ instance: string;
1492
+ metadata: {};
1493
+ ordering: number;
1494
+ actionable: boolean;
1495
+ properties: {
1496
+ dataCapture: {
1497
+ id: string;
1498
+ property: string;
1499
+ required: boolean;
1500
+ propertyType: string;
1501
+ dataCaptureName: string;
1502
+ sourceDataModelFieldId: string;
1503
+ };
1504
+ };
1505
+ triggerable: boolean;
1506
+ moleculeLibraryId: string;
1507
+ organismLibraryMoleculeId: string;
1508
+ }[];
1509
+ actionable?: undefined;
1510
+ triggerable?: undefined;
1511
+ moleculeLibraryId?: undefined;
1512
+ organismLibraryMoleculeId?: undefined;
1513
+ })[];
1514
+ };
1515
+ config: {};
1516
+ metadata: {
1517
+ fixed: boolean;
1518
+ group: string[];
1519
+ dynamicContent: {};
1520
+ };
1521
+ subtype: string;
1522
+ pmiObjectId: null;
1523
+ locations: string[];
1524
+ instance: string;
1525
+ };