@zealicsolutions/web-ui 1.0.113 → 1.0.115

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 (27) hide show
  1. package/dist/cjs/helpers/useRwoContext.d.ts +6 -1
  2. package/dist/cjs/index.js +1614 -1614
  3. package/dist/cjs/index.js.map +1 -1
  4. package/dist/cjs/molecules/Button/Button.d.ts +9 -1
  5. package/dist/cjs/molecules/Link/Link.d.ts +1 -0
  6. package/dist/cjs/organisms/stories/organism-configs/organism-with-nested-replicators.d.ts +494 -99
  7. package/dist/esm/containers/Container.js +1 -1
  8. package/dist/esm/containers/Container.js.map +1 -1
  9. package/dist/esm/containers/OrganismItem.js.map +1 -1
  10. package/dist/esm/helpers/useRwoContext.d.ts +6 -1
  11. package/dist/esm/helpers/useRwoContext.js +1 -1
  12. package/dist/esm/helpers/useRwoContext.js.map +1 -1
  13. package/dist/esm/molecules/Button/Button.d.ts +9 -1
  14. package/dist/esm/molecules/Button/Button.js +1 -1
  15. package/dist/esm/molecules/Button/Button.js.map +1 -1
  16. package/dist/esm/molecules/Link/Link.d.ts +1 -0
  17. package/dist/esm/molecules/Link/Link.js +1 -1
  18. package/dist/esm/molecules/Link/Link.js.map +1 -1
  19. package/dist/esm/organisms/CalendarDataGridOrganism/queries/useCalendarDataGridData.js +1 -1
  20. package/dist/esm/organisms/CalendarDataGridOrganism/queries/useCalendarDataGridData.js.map +1 -1
  21. package/dist/esm/organisms/CalendarOrganism/queries/useCalendarData.js +1 -1
  22. package/dist/esm/organisms/CalendarOrganism/queries/useCalendarData.js.map +1 -1
  23. package/dist/esm/organisms/DataGrid/queries/useDataGridRows.js +1 -1
  24. package/dist/esm/organisms/DataGrid/queries/useDataGridRows.js.map +1 -1
  25. package/dist/esm/organisms/stories/organism-configs/organism-with-nested-replicators.d.ts +494 -99
  26. package/dist/index.d.ts +10 -1
  27. package/package.json +1 -1
@@ -1,20 +1,37 @@
1
1
  export declare const mockNestedReplicatorData: {
2
- 'dmf-slots-parent': {
3
- 'dde10660-2c9f-414a-a63f-5e9ee6b5bb9f': {
2
+ '98ecb5db-088d-4967-9af2-ecbb1fc07307': {
3
+ '6d132fef-2436-4c8a-9159-325947972cb2': {
4
4
  value: string;
5
5
  };
6
- 'df59323a-6dfd-4a73-b792-4bcb8e8d755a': {
7
- value: string;
8
- };
9
- 'dmf-slots-nested-child': {
10
- '194ac6d6-34a8-4e9a-a45a-18c726eb713e': {
6
+ 'd39abf46-5ca8-40f4-bed2-1b048fe1f054': {
7
+ 'b19b6316-6b11-4a1e-bcb3-08d98889b115': {
11
8
  value: string;
12
9
  };
13
- '38516294-1d66-4ed6-adc3-9b87e8ed2948': {
10
+ 'f7a7a82a-605a-4815-929e-fbe512e680c6': {
14
11
  value: string;
15
12
  };
13
+ '4f52f53b-c43c-4311-90e4-8166c8563b16': {
14
+ value: number;
15
+ };
16
+ 'f8ba2d9a-d34d-415d-a70d-95f4fae72846': {}[];
16
17
  }[];
17
18
  }[];
19
+ '0c940057-aa4c-4e82-a687-80aa90e472b3': {
20
+ '34fa9da2-d9f5-42cf-8084-6dee9d9d503e': {
21
+ value: null;
22
+ };
23
+ };
24
+ 'baaf1c3d-e560-4a1b-b93d-f2b66ea6bfdf': {
25
+ '59c8261d-cf4a-48ad-ae0a-7312115ab34f': {
26
+ value: number;
27
+ };
28
+ '0705f89e-756d-4fc6-976d-37ef7f45f6f2': {
29
+ value: string;
30
+ };
31
+ '4bbbf576-565b-4580-be97-7bbfdcf47b1f': {
32
+ value: string;
33
+ };
34
+ };
18
35
  };
19
36
  export declare const organismWithNestedReplicators: {
20
37
  id: string;
@@ -22,7 +39,7 @@ export declare const organismWithNestedReplicators: {
22
39
  type: string;
23
40
  body: {
24
41
  id: string;
25
- pmiObjectId: null;
42
+ dataModelFieldId: null;
26
43
  stateValueOptionMasterStateId: null;
27
44
  instance: string;
28
45
  organismLibraryContainerId: string;
@@ -40,13 +57,18 @@ export declare const organismWithNestedReplicators: {
40
57
  flexWrap: string;
41
58
  position: string;
42
59
  boxShadow: string;
60
+ marginTop: string;
43
61
  overflowX: string;
44
62
  overflowY: string;
45
63
  alignItems: string;
64
+ marginLeft: string;
46
65
  paddingTop: string;
47
66
  borderColor: string;
48
67
  borderStyle: string;
68
+ borderWidth: string;
69
+ marginRight: string;
49
70
  paddingLeft: string;
71
+ marginBottom: string;
50
72
  paddingRight: string;
51
73
  flexDirection: string;
52
74
  paddingBottom: string;
@@ -55,8 +77,8 @@ export declare const organismWithNestedReplicators: {
55
77
  enableBackgroundImage: string;
56
78
  'border-top-left-radius': string;
57
79
  'border-top-right-radius': string;
58
- 'border-bottom-left-radius': string;
59
- 'border-bottom-right-radius': string;
80
+ 'border-bottom-left-radius': number;
81
+ 'border-bottom-right-radius': number;
60
82
  };
61
83
  };
62
84
  compact: {
@@ -164,7 +186,7 @@ export declare const organismWithNestedReplicators: {
164
186
  name: string;
165
187
  size: number;
166
188
  type: string;
167
- source: string;
189
+ source: null;
168
190
  property: string;
169
191
  fileType: string;
170
192
  createdAt: string;
@@ -175,7 +197,7 @@ export declare const organismWithNestedReplicators: {
175
197
  };
176
198
  };
177
199
  };
178
- pmiObjectId: null;
200
+ dataModelFieldId: null;
179
201
  containerLibraryId: string;
180
202
  containerLibraryName: string;
181
203
  organismLibraryContainerId: string;
@@ -195,7 +217,7 @@ export declare const organismWithNestedReplicators: {
195
217
  wrapText: string;
196
218
  elevation: string;
197
219
  fillColor: string;
198
- fullWidth: boolean;
220
+ fullWidth: string;
199
221
  startIcon: string;
200
222
  textAlign: string;
201
223
  textColor: string;
@@ -241,7 +263,12 @@ export declare const organismWithNestedReplicators: {
241
263
  property: string;
242
264
  action: {
243
265
  type: string;
244
- reset: {};
266
+ link: {
267
+ internalLink: string;
268
+ externalLink: string;
269
+ name: string;
270
+ type: string;
271
+ };
245
272
  };
246
273
  };
247
274
  disabled: {
@@ -348,7 +375,7 @@ export declare const organismWithNestedReplicators: {
348
375
  };
349
376
  };
350
377
  };
351
- pmiObjectId: null;
378
+ dataModelFieldId: null;
352
379
  containerLibraryId: string;
353
380
  containerLibraryName: string;
354
381
  organismLibraryContainerId: string;
@@ -357,7 +384,6 @@ export declare const organismWithNestedReplicators: {
357
384
  id: string;
358
385
  name: string;
359
386
  type: string;
360
- dataModelFieldId: string;
361
387
  config: {
362
388
  wide: {
363
389
  containerProps: {};
@@ -367,7 +393,6 @@ export declare const organismWithNestedReplicators: {
367
393
  zIndex: string;
368
394
  display: string;
369
395
  flexWrap: string;
370
- maxWidth: string;
371
396
  position: string;
372
397
  boxShadow: string;
373
398
  overflowX: string;
@@ -376,6 +401,7 @@ export declare const organismWithNestedReplicators: {
376
401
  paddingTop: string;
377
402
  borderColor: string;
378
403
  borderStyle: string;
404
+ borderWidth: string;
379
405
  paddingLeft: string;
380
406
  paddingRight: string;
381
407
  flexDirection: string;
@@ -383,10 +409,10 @@ export declare const organismWithNestedReplicators: {
383
409
  justifyContent: string;
384
410
  backgroundColor: string;
385
411
  enableBackgroundImage: string;
386
- 'border-top-left-radius': string;
387
- 'border-top-right-radius': string;
388
- 'border-bottom-left-radius': string;
389
- 'border-bottom-right-radius': string;
412
+ 'border-top-left-radius': number;
413
+ 'border-top-right-radius': number;
414
+ 'border-bottom-left-radius': number;
415
+ 'border-bottom-right-radius': number;
390
416
  };
391
417
  };
392
418
  compact: {
@@ -405,33 +431,10 @@ export declare const organismWithNestedReplicators: {
405
431
  };
406
432
  };
407
433
  instance: string;
408
- metadata: {
409
- group: string[];
410
- };
434
+ metadata: {};
411
435
  ordering: number;
412
- properties: {
413
- backgroundImage: {
414
- id: string;
415
- property: string;
416
- propertyType: string;
417
- imageFile: {
418
- id: string;
419
- url: string;
420
- name: string;
421
- size: number;
422
- type: string;
423
- source: string;
424
- property: string;
425
- fileType: string;
426
- createdAt: string;
427
- updatedAt: string;
428
- description: null;
429
- originalName: string;
430
- propertyType: string;
431
- };
432
- };
433
- };
434
- pmiObjectId: null;
436
+ properties: {};
437
+ dataModelFieldId: string;
435
438
  containerLibraryId: string;
436
439
  containerLibraryName: string;
437
440
  organismLibraryContainerId: string;
@@ -443,25 +446,29 @@ export declare const organismWithNestedReplicators: {
443
446
  config: {
444
447
  props: {
445
448
  color: string;
449
+ width: string;
450
+ masked: string;
446
451
  styles: {};
447
452
  fontSize: string;
448
453
  inputType: string;
454
+ multiLine: string;
449
455
  textAlign: string;
450
456
  fontFamily: string;
457
+ fontWeight: string;
451
458
  paddingTop: string;
452
459
  borderColor: string;
453
460
  paddingLeft: string;
454
461
  paddingRight: string;
455
462
  paddingBottom: string;
463
+ backgroundColor: string;
464
+ dataCaptureName: string;
456
465
  };
457
466
  wide?: undefined;
458
467
  compact?: undefined;
459
468
  };
460
469
  children: never[];
461
470
  instance: string;
462
- metadata: {
463
- group?: undefined;
464
- };
471
+ metadata: {};
465
472
  ordering: number;
466
473
  actionable: boolean;
467
474
  properties: {
@@ -489,14 +496,12 @@ export declare const organismWithNestedReplicators: {
489
496
  moleculeItemId: null;
490
497
  showRichTextToolbar: boolean;
491
498
  };
492
- backgroundImage?: undefined;
493
499
  };
494
500
  triggerable: boolean;
495
- referenceName: null;
501
+ referenceName: string;
496
502
  moleculeLibraryId: string;
497
503
  organismLibraryMoleculeId: string;
498
504
  dataModelFieldId?: undefined;
499
- pmiObjectId?: undefined;
500
505
  containerLibraryId?: undefined;
501
506
  containerLibraryName?: undefined;
502
507
  organismLibraryContainerId?: undefined;
@@ -505,36 +510,19 @@ export declare const organismWithNestedReplicators: {
505
510
  id: string;
506
511
  name: string;
507
512
  type: string;
508
- dataModelFieldId: string;
509
513
  config: {
510
514
  wide: {
511
515
  containerProps: {};
512
516
  containerStyle: {
513
517
  gap: string;
514
518
  width: string;
515
- zIndex: string;
516
- display: string;
517
519
  flexWrap: string;
518
- position: string;
519
- boxShadow: string;
520
520
  overflowX: string;
521
521
  overflowY: string;
522
- alignItems: string;
523
522
  paddingTop: string;
524
- borderColor: string;
525
- borderStyle: string;
526
- borderWidth: string;
527
523
  paddingLeft: string;
528
524
  paddingRight: string;
529
- flexDirection: string;
530
525
  paddingBottom: string;
531
- justifyContent: string;
532
- backgroundColor: string;
533
- enableBackgroundImage: string;
534
- 'border-top-left-radius': number;
535
- 'border-top-right-radius': number;
536
- 'border-bottom-left-radius': number;
537
- 'border-bottom-right-radius': number;
538
526
  };
539
527
  };
540
528
  compact: {
@@ -554,61 +542,391 @@ export declare const organismWithNestedReplicators: {
554
542
  props?: undefined;
555
543
  };
556
544
  instance: string;
557
- metadata: {
558
- group: string[];
559
- };
545
+ metadata: {};
560
546
  ordering: number;
561
547
  properties: {
562
- backgroundImage: {
563
- id: string;
564
- property: string;
565
- propertyType: string;
566
- imageFile: {
567
- id: string;
568
- url: string;
569
- name: string;
570
- size: number;
571
- type: string;
572
- source: string;
573
- property: string;
574
- fileType: string;
575
- createdAt: string;
576
- updatedAt: string;
577
- description: null;
578
- originalName: string;
579
- propertyType: string;
580
- };
581
- };
582
548
  dataCapture?: undefined;
583
549
  placeholderText?: undefined;
584
550
  };
585
- pmiObjectId: null;
551
+ dataModelFieldId: string;
586
552
  containerLibraryId: string;
587
553
  containerLibraryName: string;
588
554
  organismLibraryContainerId: string;
589
555
  stateValueOptionMasterStateId: null;
590
- children: {
556
+ children: ({
557
+ id: string;
558
+ name: string;
559
+ type: string;
560
+ config: {
561
+ wide: {
562
+ containerProps: {};
563
+ containerStyle: {
564
+ gap: string;
565
+ width: string;
566
+ zIndex: string;
567
+ display: string;
568
+ flexWrap: string;
569
+ position: string;
570
+ boxShadow: string;
571
+ overflowX: string;
572
+ overflowY: string;
573
+ alignItems: string;
574
+ paddingTop: string;
575
+ borderColor: string;
576
+ borderStyle: string;
577
+ paddingLeft: string;
578
+ paddingRight: string;
579
+ flexDirection: string;
580
+ paddingBottom: string;
581
+ justifyContent: string;
582
+ backgroundColor: string;
583
+ enableBackgroundImage: string;
584
+ 'border-top-left-radius': string;
585
+ 'border-top-right-radius': string;
586
+ 'border-bottom-left-radius': string;
587
+ 'border-bottom-right-radius': string;
588
+ };
589
+ };
590
+ compact: {
591
+ containerProps: {};
592
+ containerStyle: {
593
+ gap: string;
594
+ width: string;
595
+ flexWrap: string;
596
+ overflowX: string;
597
+ overflowY: string;
598
+ paddingTop: string;
599
+ paddingLeft: string;
600
+ paddingRight: string;
601
+ paddingBottom: string;
602
+ };
603
+ };
604
+ props?: undefined;
605
+ };
606
+ instance: string;
607
+ metadata: {
608
+ group: string[];
609
+ };
610
+ ordering: number;
611
+ properties: {
612
+ backgroundImage: {
613
+ id: string;
614
+ property: string;
615
+ propertyType: string;
616
+ imageFile: {
617
+ id: string;
618
+ url: string;
619
+ name: string;
620
+ size: number;
621
+ type: string;
622
+ source: string;
623
+ property: string;
624
+ fileType: string;
625
+ createdAt: string;
626
+ updatedAt: string;
627
+ description: null;
628
+ originalName: string;
629
+ propertyType: string;
630
+ };
631
+ };
632
+ dataCapture?: undefined;
633
+ placeholderText?: undefined;
634
+ };
635
+ dataModelFieldId: null;
636
+ containerLibraryId: string;
637
+ containerLibraryName: string;
638
+ organismLibraryContainerId: string;
639
+ stateValueOptionMasterStateId: null;
640
+ children: ({
641
+ id: string;
642
+ name: string;
643
+ type: string;
644
+ config: {
645
+ props: {
646
+ styles: {};
647
+ paddingTop: string;
648
+ paddingLeft: string;
649
+ paddingRight: string;
650
+ paddingBottom: string;
651
+ };
652
+ wide?: undefined;
653
+ compact?: undefined;
654
+ };
655
+ children: never[];
656
+ instance: string;
657
+ metadata: {
658
+ group: string[];
659
+ };
660
+ ordering: number;
661
+ actionable: boolean;
662
+ properties: {
663
+ text: {
664
+ id: string;
665
+ text: string;
666
+ property: string;
667
+ createdAt: string;
668
+ updatedAt: string;
669
+ isRichText: boolean;
670
+ propertyType: string;
671
+ moleculeItemId: null;
672
+ showRichTextToolbar: boolean;
673
+ };
674
+ backgroundImage?: undefined;
675
+ };
676
+ triggerable: boolean;
677
+ referenceName: string;
678
+ moleculeLibraryId: string;
679
+ organismLibraryMoleculeId: string;
680
+ dataModelFieldId?: undefined;
681
+ containerLibraryId?: undefined;
682
+ containerLibraryName?: undefined;
683
+ organismLibraryContainerId?: undefined;
684
+ stateValueOptionMasterStateId?: undefined;
685
+ } | {
686
+ id: string;
687
+ name: string;
688
+ type: string;
689
+ config: {
690
+ wide: {
691
+ containerProps: {};
692
+ containerStyle: {
693
+ gap: string;
694
+ width: string;
695
+ zIndex: string;
696
+ display: string;
697
+ flexWrap: string;
698
+ position: string;
699
+ boxShadow: string;
700
+ overflowX: string;
701
+ overflowY: string;
702
+ alignItems: string;
703
+ paddingTop: string;
704
+ borderColor: string;
705
+ borderStyle: string;
706
+ paddingLeft: string;
707
+ paddingRight: string;
708
+ flexDirection: string;
709
+ paddingBottom: string;
710
+ justifyContent: string;
711
+ backgroundColor: string;
712
+ enableBackgroundImage: string;
713
+ 'border-top-left-radius': string;
714
+ 'border-top-right-radius': string;
715
+ 'border-bottom-left-radius': string;
716
+ 'border-bottom-right-radius': string;
717
+ };
718
+ };
719
+ compact: {
720
+ containerProps: {};
721
+ containerStyle: {
722
+ gap: string;
723
+ width: string;
724
+ flexWrap: string;
725
+ overflowX: string;
726
+ overflowY: string;
727
+ paddingTop: string;
728
+ paddingLeft: string;
729
+ paddingRight: string;
730
+ paddingBottom: string;
731
+ };
732
+ };
733
+ props?: undefined;
734
+ };
735
+ instance: string;
736
+ metadata: {
737
+ group: string[];
738
+ };
739
+ ordering: number;
740
+ properties: {
741
+ backgroundImage: {
742
+ id: string;
743
+ property: string;
744
+ propertyType: string;
745
+ imageFile: {
746
+ id: string;
747
+ url: string;
748
+ name: string;
749
+ size: number;
750
+ type: string;
751
+ source: string;
752
+ property: string;
753
+ fileType: string;
754
+ createdAt: string;
755
+ updatedAt: string;
756
+ description: null;
757
+ originalName: string;
758
+ propertyType: string;
759
+ };
760
+ };
761
+ text?: undefined;
762
+ };
763
+ dataModelFieldId: null;
764
+ containerLibraryId: string;
765
+ containerLibraryName: string;
766
+ organismLibraryContainerId: string;
767
+ stateValueOptionMasterStateId: null;
768
+ children: ({
769
+ id: string;
770
+ name: string;
771
+ type: string;
772
+ config: {
773
+ props: {
774
+ color: string;
775
+ width: string;
776
+ masked: string;
777
+ styles: {};
778
+ fontSize: string;
779
+ inputType: string;
780
+ multiLine: string;
781
+ textAlign: string;
782
+ fontFamily: string;
783
+ fontWeight: string;
784
+ paddingTop: string;
785
+ borderColor: string;
786
+ paddingLeft: string;
787
+ paddingRight: string;
788
+ paddingBottom: string;
789
+ backgroundColor: string;
790
+ dataCaptureName: string;
791
+ marginLeft?: undefined;
792
+ marginRight?: undefined;
793
+ };
794
+ };
795
+ children: never[];
796
+ instance: string;
797
+ metadata: {
798
+ group?: undefined;
799
+ };
800
+ ordering: number;
801
+ actionable: boolean;
802
+ properties: {
803
+ dataCapture: {
804
+ id: string;
805
+ property: string;
806
+ required: boolean;
807
+ createdAt: string;
808
+ updatedAt: string;
809
+ propertyType: string;
810
+ isConfigurable: boolean;
811
+ moleculeItemId: null;
812
+ predefinedValue: null;
813
+ dataCaptureName: string;
814
+ sourceDataModelFieldId: string;
815
+ };
816
+ placeholderText: {
817
+ id: string;
818
+ text: string;
819
+ property: string;
820
+ createdAt: string;
821
+ updatedAt: string;
822
+ isRichText: boolean;
823
+ propertyType: string;
824
+ moleculeItemId: null;
825
+ showRichTextToolbar: boolean;
826
+ };
827
+ text?: undefined;
828
+ };
829
+ triggerable: boolean;
830
+ referenceName: string;
831
+ moleculeLibraryId: string;
832
+ organismLibraryMoleculeId: string;
833
+ } | {
834
+ id: string;
835
+ name: string;
836
+ type: string;
837
+ config: {
838
+ props: {
839
+ styles: {};
840
+ marginLeft: string;
841
+ paddingTop: string;
842
+ marginRight: string;
843
+ paddingLeft: string;
844
+ paddingRight: string;
845
+ paddingBottom: string;
846
+ color?: undefined;
847
+ width?: undefined;
848
+ masked?: undefined;
849
+ fontSize?: undefined;
850
+ inputType?: undefined;
851
+ multiLine?: undefined;
852
+ textAlign?: undefined;
853
+ fontFamily?: undefined;
854
+ fontWeight?: undefined;
855
+ borderColor?: undefined;
856
+ backgroundColor?: undefined;
857
+ dataCaptureName?: undefined;
858
+ };
859
+ };
860
+ children: never[];
861
+ instance: string;
862
+ metadata: {
863
+ group: string[];
864
+ };
865
+ ordering: number;
866
+ actionable: boolean;
867
+ properties: {
868
+ text: {
869
+ id: string;
870
+ text: string;
871
+ property: string;
872
+ createdAt: string;
873
+ updatedAt: string;
874
+ isRichText: boolean;
875
+ propertyType: string;
876
+ moleculeItemId: null;
877
+ showRichTextToolbar: boolean;
878
+ };
879
+ dataCapture?: undefined;
880
+ placeholderText?: undefined;
881
+ };
882
+ triggerable: boolean;
883
+ referenceName: string;
884
+ moleculeLibraryId: string;
885
+ organismLibraryMoleculeId: string;
886
+ })[];
887
+ actionable?: undefined;
888
+ triggerable?: undefined;
889
+ referenceName?: undefined;
890
+ moleculeLibraryId?: undefined;
891
+ organismLibraryMoleculeId?: undefined;
892
+ })[];
893
+ actionable?: undefined;
894
+ triggerable?: undefined;
895
+ referenceName?: undefined;
896
+ moleculeLibraryId?: undefined;
897
+ organismLibraryMoleculeId?: undefined;
898
+ } | {
591
899
  id: string;
592
900
  name: string;
593
901
  type: string;
594
902
  config: {
595
903
  props: {
596
904
  color: string;
905
+ width: string;
906
+ masked: string;
597
907
  styles: {};
598
908
  fontSize: string;
599
909
  inputType: string;
910
+ multiLine: string;
600
911
  textAlign: string;
601
912
  fontFamily: string;
913
+ fontWeight: string;
602
914
  paddingTop: string;
603
915
  borderColor: string;
604
916
  paddingLeft: string;
605
917
  paddingRight: string;
606
918
  paddingBottom: string;
919
+ backgroundColor: string;
920
+ dataCaptureName: string;
607
921
  };
922
+ wide?: undefined;
923
+ compact?: undefined;
608
924
  };
609
925
  children: never[];
610
926
  instance: string;
611
- metadata: {};
927
+ metadata: {
928
+ group?: undefined;
929
+ };
612
930
  ordering: number;
613
931
  actionable: boolean;
614
932
  properties: {
@@ -636,12 +954,89 @@ export declare const organismWithNestedReplicators: {
636
954
  moleculeItemId: null;
637
955
  showRichTextToolbar: boolean;
638
956
  };
957
+ backgroundImage?: undefined;
639
958
  };
640
959
  triggerable: boolean;
641
- referenceName: null;
960
+ referenceName: string;
642
961
  moleculeLibraryId: string;
643
962
  organismLibraryMoleculeId: string;
644
- }[];
963
+ dataModelFieldId?: undefined;
964
+ containerLibraryId?: undefined;
965
+ containerLibraryName?: undefined;
966
+ organismLibraryContainerId?: undefined;
967
+ stateValueOptionMasterStateId?: undefined;
968
+ } | {
969
+ id: string;
970
+ name: string;
971
+ type: string;
972
+ config: {
973
+ wide: {
974
+ containerProps: {};
975
+ containerStyle: {
976
+ gap: string;
977
+ width: string;
978
+ flexWrap: string;
979
+ overflowX: string;
980
+ overflowY: string;
981
+ paddingTop: string;
982
+ paddingLeft: string;
983
+ paddingRight: string;
984
+ paddingBottom: string;
985
+ zIndex?: undefined;
986
+ display?: undefined;
987
+ position?: undefined;
988
+ boxShadow?: undefined;
989
+ alignItems?: undefined;
990
+ borderColor?: undefined;
991
+ borderStyle?: undefined;
992
+ flexDirection?: undefined;
993
+ justifyContent?: undefined;
994
+ backgroundColor?: undefined;
995
+ enableBackgroundImage?: undefined;
996
+ 'border-top-left-radius'?: undefined;
997
+ 'border-top-right-radius'?: undefined;
998
+ 'border-bottom-left-radius'?: undefined;
999
+ 'border-bottom-right-radius'?: undefined;
1000
+ };
1001
+ };
1002
+ compact: {
1003
+ containerProps: {};
1004
+ containerStyle: {
1005
+ gap: string;
1006
+ width: string;
1007
+ flexWrap: string;
1008
+ overflowX: string;
1009
+ overflowY: string;
1010
+ paddingTop: string;
1011
+ paddingLeft: string;
1012
+ paddingRight: string;
1013
+ paddingBottom: string;
1014
+ };
1015
+ };
1016
+ props?: undefined;
1017
+ };
1018
+ instance: string;
1019
+ metadata: {
1020
+ group?: undefined;
1021
+ };
1022
+ ordering: number;
1023
+ properties: {
1024
+ backgroundImage?: undefined;
1025
+ dataCapture?: undefined;
1026
+ placeholderText?: undefined;
1027
+ };
1028
+ dataModelFieldId: string;
1029
+ containerLibraryId: string;
1030
+ containerLibraryName: string;
1031
+ organismLibraryContainerId: string;
1032
+ stateValueOptionMasterStateId: null;
1033
+ children: never[];
1034
+ actionable?: undefined;
1035
+ triggerable?: undefined;
1036
+ referenceName?: undefined;
1037
+ moleculeLibraryId?: undefined;
1038
+ organismLibraryMoleculeId?: undefined;
1039
+ })[];
645
1040
  actionable?: undefined;
646
1041
  triggerable?: undefined;
647
1042
  referenceName?: undefined;