@genesislcap/foundation-utils 14.230.1-alpha-542ce67.0 → 14.230.1-alpha-9d0b238.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/custom-elements.json +368 -368
- package/package.json +10 -10
@@ -169,6 +169,56 @@
|
|
169
169
|
}
|
170
170
|
]
|
171
171
|
},
|
172
|
+
{
|
173
|
+
"kind": "javascript-module",
|
174
|
+
"path": "src/design-system/design-system.ts",
|
175
|
+
"declarations": [
|
176
|
+
{
|
177
|
+
"kind": "function",
|
178
|
+
"name": "assureDesignSystem",
|
179
|
+
"return": {
|
180
|
+
"type": {
|
181
|
+
"text": "DesignSystemModule"
|
182
|
+
}
|
183
|
+
},
|
184
|
+
"parameters": [
|
185
|
+
{
|
186
|
+
"name": "module",
|
187
|
+
"type": {
|
188
|
+
"text": "DesignSystemModule"
|
189
|
+
}
|
190
|
+
}
|
191
|
+
],
|
192
|
+
"description": "assureDesignSystem.",
|
193
|
+
"privacy": "public"
|
194
|
+
}
|
195
|
+
],
|
196
|
+
"exports": [
|
197
|
+
{
|
198
|
+
"kind": "js",
|
199
|
+
"name": "assureDesignSystem",
|
200
|
+
"declaration": {
|
201
|
+
"name": "assureDesignSystem",
|
202
|
+
"module": "src/design-system/design-system.ts"
|
203
|
+
}
|
204
|
+
}
|
205
|
+
]
|
206
|
+
},
|
207
|
+
{
|
208
|
+
"kind": "javascript-module",
|
209
|
+
"path": "src/design-system/index.ts",
|
210
|
+
"declarations": [],
|
211
|
+
"exports": [
|
212
|
+
{
|
213
|
+
"kind": "js",
|
214
|
+
"name": "*",
|
215
|
+
"declaration": {
|
216
|
+
"name": "*",
|
217
|
+
"package": "./design-system"
|
218
|
+
}
|
219
|
+
}
|
220
|
+
]
|
221
|
+
},
|
172
222
|
{
|
173
223
|
"kind": "javascript-module",
|
174
224
|
"path": "src/directives/index.ts",
|
@@ -495,255 +545,6 @@
|
|
495
545
|
}
|
496
546
|
]
|
497
547
|
},
|
498
|
-
{
|
499
|
-
"kind": "javascript-module",
|
500
|
-
"path": "src/design-system/design-system.ts",
|
501
|
-
"declarations": [
|
502
|
-
{
|
503
|
-
"kind": "function",
|
504
|
-
"name": "assureDesignSystem",
|
505
|
-
"return": {
|
506
|
-
"type": {
|
507
|
-
"text": "DesignSystemModule"
|
508
|
-
}
|
509
|
-
},
|
510
|
-
"parameters": [
|
511
|
-
{
|
512
|
-
"name": "module",
|
513
|
-
"type": {
|
514
|
-
"text": "DesignSystemModule"
|
515
|
-
}
|
516
|
-
}
|
517
|
-
],
|
518
|
-
"description": "assureDesignSystem.",
|
519
|
-
"privacy": "public"
|
520
|
-
}
|
521
|
-
],
|
522
|
-
"exports": [
|
523
|
-
{
|
524
|
-
"kind": "js",
|
525
|
-
"name": "assureDesignSystem",
|
526
|
-
"declaration": {
|
527
|
-
"name": "assureDesignSystem",
|
528
|
-
"module": "src/design-system/design-system.ts"
|
529
|
-
}
|
530
|
-
}
|
531
|
-
]
|
532
|
-
},
|
533
|
-
{
|
534
|
-
"kind": "javascript-module",
|
535
|
-
"path": "src/design-system/index.ts",
|
536
|
-
"declarations": [],
|
537
|
-
"exports": [
|
538
|
-
{
|
539
|
-
"kind": "js",
|
540
|
-
"name": "*",
|
541
|
-
"declaration": {
|
542
|
-
"name": "*",
|
543
|
-
"package": "./design-system"
|
544
|
-
}
|
545
|
-
}
|
546
|
-
]
|
547
|
-
},
|
548
|
-
{
|
549
|
-
"kind": "javascript-module",
|
550
|
-
"path": "src/error/errorMap.ts",
|
551
|
-
"declarations": [
|
552
|
-
{
|
553
|
-
"kind": "class",
|
554
|
-
"description": "",
|
555
|
-
"name": "DefaultErrorMap",
|
556
|
-
"members": [
|
557
|
-
{
|
558
|
-
"kind": "field",
|
559
|
-
"name": "map",
|
560
|
-
"privacy": "private",
|
561
|
-
"default": "new Map<keyof TErrorDetailMap, Error>()"
|
562
|
-
},
|
563
|
-
{
|
564
|
-
"kind": "field",
|
565
|
-
"name": "lastError",
|
566
|
-
"type": {
|
567
|
-
"text": "Error"
|
568
|
-
},
|
569
|
-
"description": "{@inheritDoc ErrorMap.lastError}"
|
570
|
-
},
|
571
|
-
{
|
572
|
-
"kind": "method",
|
573
|
-
"name": "set",
|
574
|
-
"return": {
|
575
|
-
"type": {
|
576
|
-
"text": "void"
|
577
|
-
}
|
578
|
-
},
|
579
|
-
"parameters": [
|
580
|
-
{
|
581
|
-
"name": "key",
|
582
|
-
"type": {
|
583
|
-
"text": "keyof TErrorDetailMap"
|
584
|
-
}
|
585
|
-
},
|
586
|
-
{
|
587
|
-
"name": "error",
|
588
|
-
"type": {
|
589
|
-
"text": "Error"
|
590
|
-
}
|
591
|
-
}
|
592
|
-
],
|
593
|
-
"description": "{@inheritDoc ErrorMap.set}"
|
594
|
-
},
|
595
|
-
{
|
596
|
-
"kind": "method",
|
597
|
-
"name": "get",
|
598
|
-
"return": {
|
599
|
-
"type": {
|
600
|
-
"text": ""
|
601
|
-
}
|
602
|
-
},
|
603
|
-
"parameters": [
|
604
|
-
{
|
605
|
-
"name": "key",
|
606
|
-
"type": {
|
607
|
-
"text": "keyof TErrorDetailMap"
|
608
|
-
},
|
609
|
-
"description": "The key."
|
610
|
-
}
|
611
|
-
],
|
612
|
-
"description": "Get an error by key.",
|
613
|
-
"privacy": "public"
|
614
|
-
},
|
615
|
-
{
|
616
|
-
"kind": "method",
|
617
|
-
"name": "has",
|
618
|
-
"return": {
|
619
|
-
"type": {
|
620
|
-
"text": ""
|
621
|
-
}
|
622
|
-
},
|
623
|
-
"parameters": [
|
624
|
-
{
|
625
|
-
"name": "key",
|
626
|
-
"type": {
|
627
|
-
"text": "keyof TErrorDetailMap"
|
628
|
-
},
|
629
|
-
"description": "The key."
|
630
|
-
}
|
631
|
-
],
|
632
|
-
"description": "Has an error for key.",
|
633
|
-
"privacy": "public"
|
634
|
-
},
|
635
|
-
{
|
636
|
-
"kind": "method",
|
637
|
-
"name": "delete",
|
638
|
-
"return": {
|
639
|
-
"type": {
|
640
|
-
"text": ""
|
641
|
-
}
|
642
|
-
},
|
643
|
-
"parameters": [
|
644
|
-
{
|
645
|
-
"name": "key",
|
646
|
-
"type": {
|
647
|
-
"text": "keyof TErrorDetailMap"
|
648
|
-
},
|
649
|
-
"description": "The key."
|
650
|
-
}
|
651
|
-
],
|
652
|
-
"description": "Delete an error.",
|
653
|
-
"privacy": "public"
|
654
|
-
},
|
655
|
-
{
|
656
|
-
"kind": "method",
|
657
|
-
"name": "clear",
|
658
|
-
"description": "Clear errors.",
|
659
|
-
"privacy": "public"
|
660
|
-
},
|
661
|
-
{
|
662
|
-
"kind": "field",
|
663
|
-
"name": "size",
|
664
|
-
"type": {
|
665
|
-
"text": "number"
|
666
|
-
},
|
667
|
-
"description": "The size of the error map.",
|
668
|
-
"return": {
|
669
|
-
"type": {
|
670
|
-
"text": ""
|
671
|
-
}
|
672
|
-
},
|
673
|
-
"privacy": "public",
|
674
|
-
"readonly": true
|
675
|
-
},
|
676
|
-
{
|
677
|
-
"kind": "method",
|
678
|
-
"name": "values",
|
679
|
-
"privacy": "public"
|
680
|
-
},
|
681
|
-
{
|
682
|
-
"kind": "field",
|
683
|
-
"name": "messages",
|
684
|
-
"type": {
|
685
|
-
"text": "string"
|
686
|
-
},
|
687
|
-
"description": "{@inheritDoc ErrorMap.messages}",
|
688
|
-
"readonly": true
|
689
|
-
}
|
690
|
-
]
|
691
|
-
},
|
692
|
-
{
|
693
|
-
"kind": "function",
|
694
|
-
"name": "createErrorMap",
|
695
|
-
"return": {
|
696
|
-
"type": {
|
697
|
-
"text": ""
|
698
|
-
}
|
699
|
-
},
|
700
|
-
"parameters": [
|
701
|
-
{
|
702
|
-
"name": "logger",
|
703
|
-
"type": {
|
704
|
-
"text": "ErrorMapLogger"
|
705
|
-
},
|
706
|
-
"description": "A logger error method reference."
|
707
|
-
}
|
708
|
-
],
|
709
|
-
"description": "A factory to create the error map.",
|
710
|
-
"privacy": "public"
|
711
|
-
}
|
712
|
-
],
|
713
|
-
"exports": [
|
714
|
-
{
|
715
|
-
"kind": "js",
|
716
|
-
"name": "DefaultErrorMap",
|
717
|
-
"declaration": {
|
718
|
-
"name": "DefaultErrorMap",
|
719
|
-
"module": "src/error/errorMap.ts"
|
720
|
-
}
|
721
|
-
},
|
722
|
-
{
|
723
|
-
"kind": "js",
|
724
|
-
"name": "createErrorMap",
|
725
|
-
"declaration": {
|
726
|
-
"name": "createErrorMap",
|
727
|
-
"module": "src/error/errorMap.ts"
|
728
|
-
}
|
729
|
-
}
|
730
|
-
]
|
731
|
-
},
|
732
|
-
{
|
733
|
-
"kind": "javascript-module",
|
734
|
-
"path": "src/error/index.ts",
|
735
|
-
"declarations": [],
|
736
|
-
"exports": [
|
737
|
-
{
|
738
|
-
"kind": "js",
|
739
|
-
"name": "*",
|
740
|
-
"declaration": {
|
741
|
-
"name": "*",
|
742
|
-
"package": "./errorMap"
|
743
|
-
}
|
744
|
-
}
|
745
|
-
]
|
746
|
-
},
|
747
548
|
{
|
748
549
|
"kind": "javascript-module",
|
749
550
|
"path": "src/data/inMemoryDatabase.ts",
|
@@ -983,14 +784,213 @@
|
|
983
784
|
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
984
785
|
"privacy": "public"
|
985
786
|
}
|
986
|
-
],
|
787
|
+
],
|
788
|
+
"exports": [
|
789
|
+
{
|
790
|
+
"kind": "js",
|
791
|
+
"name": "renderOnChange",
|
792
|
+
"declaration": {
|
793
|
+
"name": "renderOnChange",
|
794
|
+
"module": "src/decorators/renderOnChange.ts"
|
795
|
+
}
|
796
|
+
}
|
797
|
+
]
|
798
|
+
},
|
799
|
+
{
|
800
|
+
"kind": "javascript-module",
|
801
|
+
"path": "src/error/errorMap.ts",
|
802
|
+
"declarations": [
|
803
|
+
{
|
804
|
+
"kind": "class",
|
805
|
+
"description": "",
|
806
|
+
"name": "DefaultErrorMap",
|
807
|
+
"members": [
|
808
|
+
{
|
809
|
+
"kind": "field",
|
810
|
+
"name": "map",
|
811
|
+
"privacy": "private",
|
812
|
+
"default": "new Map<keyof TErrorDetailMap, Error>()"
|
813
|
+
},
|
814
|
+
{
|
815
|
+
"kind": "field",
|
816
|
+
"name": "lastError",
|
817
|
+
"type": {
|
818
|
+
"text": "Error"
|
819
|
+
},
|
820
|
+
"description": "{@inheritDoc ErrorMap.lastError}"
|
821
|
+
},
|
822
|
+
{
|
823
|
+
"kind": "method",
|
824
|
+
"name": "set",
|
825
|
+
"return": {
|
826
|
+
"type": {
|
827
|
+
"text": "void"
|
828
|
+
}
|
829
|
+
},
|
830
|
+
"parameters": [
|
831
|
+
{
|
832
|
+
"name": "key",
|
833
|
+
"type": {
|
834
|
+
"text": "keyof TErrorDetailMap"
|
835
|
+
}
|
836
|
+
},
|
837
|
+
{
|
838
|
+
"name": "error",
|
839
|
+
"type": {
|
840
|
+
"text": "Error"
|
841
|
+
}
|
842
|
+
}
|
843
|
+
],
|
844
|
+
"description": "{@inheritDoc ErrorMap.set}"
|
845
|
+
},
|
846
|
+
{
|
847
|
+
"kind": "method",
|
848
|
+
"name": "get",
|
849
|
+
"return": {
|
850
|
+
"type": {
|
851
|
+
"text": ""
|
852
|
+
}
|
853
|
+
},
|
854
|
+
"parameters": [
|
855
|
+
{
|
856
|
+
"name": "key",
|
857
|
+
"type": {
|
858
|
+
"text": "keyof TErrorDetailMap"
|
859
|
+
},
|
860
|
+
"description": "The key."
|
861
|
+
}
|
862
|
+
],
|
863
|
+
"description": "Get an error by key.",
|
864
|
+
"privacy": "public"
|
865
|
+
},
|
866
|
+
{
|
867
|
+
"kind": "method",
|
868
|
+
"name": "has",
|
869
|
+
"return": {
|
870
|
+
"type": {
|
871
|
+
"text": ""
|
872
|
+
}
|
873
|
+
},
|
874
|
+
"parameters": [
|
875
|
+
{
|
876
|
+
"name": "key",
|
877
|
+
"type": {
|
878
|
+
"text": "keyof TErrorDetailMap"
|
879
|
+
},
|
880
|
+
"description": "The key."
|
881
|
+
}
|
882
|
+
],
|
883
|
+
"description": "Has an error for key.",
|
884
|
+
"privacy": "public"
|
885
|
+
},
|
886
|
+
{
|
887
|
+
"kind": "method",
|
888
|
+
"name": "delete",
|
889
|
+
"return": {
|
890
|
+
"type": {
|
891
|
+
"text": ""
|
892
|
+
}
|
893
|
+
},
|
894
|
+
"parameters": [
|
895
|
+
{
|
896
|
+
"name": "key",
|
897
|
+
"type": {
|
898
|
+
"text": "keyof TErrorDetailMap"
|
899
|
+
},
|
900
|
+
"description": "The key."
|
901
|
+
}
|
902
|
+
],
|
903
|
+
"description": "Delete an error.",
|
904
|
+
"privacy": "public"
|
905
|
+
},
|
906
|
+
{
|
907
|
+
"kind": "method",
|
908
|
+
"name": "clear",
|
909
|
+
"description": "Clear errors.",
|
910
|
+
"privacy": "public"
|
911
|
+
},
|
912
|
+
{
|
913
|
+
"kind": "field",
|
914
|
+
"name": "size",
|
915
|
+
"type": {
|
916
|
+
"text": "number"
|
917
|
+
},
|
918
|
+
"description": "The size of the error map.",
|
919
|
+
"return": {
|
920
|
+
"type": {
|
921
|
+
"text": ""
|
922
|
+
}
|
923
|
+
},
|
924
|
+
"privacy": "public",
|
925
|
+
"readonly": true
|
926
|
+
},
|
927
|
+
{
|
928
|
+
"kind": "method",
|
929
|
+
"name": "values",
|
930
|
+
"privacy": "public"
|
931
|
+
},
|
932
|
+
{
|
933
|
+
"kind": "field",
|
934
|
+
"name": "messages",
|
935
|
+
"type": {
|
936
|
+
"text": "string"
|
937
|
+
},
|
938
|
+
"description": "{@inheritDoc ErrorMap.messages}",
|
939
|
+
"readonly": true
|
940
|
+
}
|
941
|
+
]
|
942
|
+
},
|
943
|
+
{
|
944
|
+
"kind": "function",
|
945
|
+
"name": "createErrorMap",
|
946
|
+
"return": {
|
947
|
+
"type": {
|
948
|
+
"text": ""
|
949
|
+
}
|
950
|
+
},
|
951
|
+
"parameters": [
|
952
|
+
{
|
953
|
+
"name": "logger",
|
954
|
+
"type": {
|
955
|
+
"text": "ErrorMapLogger"
|
956
|
+
},
|
957
|
+
"description": "A logger error method reference."
|
958
|
+
}
|
959
|
+
],
|
960
|
+
"description": "A factory to create the error map.",
|
961
|
+
"privacy": "public"
|
962
|
+
}
|
963
|
+
],
|
964
|
+
"exports": [
|
965
|
+
{
|
966
|
+
"kind": "js",
|
967
|
+
"name": "DefaultErrorMap",
|
968
|
+
"declaration": {
|
969
|
+
"name": "DefaultErrorMap",
|
970
|
+
"module": "src/error/errorMap.ts"
|
971
|
+
}
|
972
|
+
},
|
973
|
+
{
|
974
|
+
"kind": "js",
|
975
|
+
"name": "createErrorMap",
|
976
|
+
"declaration": {
|
977
|
+
"name": "createErrorMap",
|
978
|
+
"module": "src/error/errorMap.ts"
|
979
|
+
}
|
980
|
+
}
|
981
|
+
]
|
982
|
+
},
|
983
|
+
{
|
984
|
+
"kind": "javascript-module",
|
985
|
+
"path": "src/error/index.ts",
|
986
|
+
"declarations": [],
|
987
987
|
"exports": [
|
988
988
|
{
|
989
989
|
"kind": "js",
|
990
|
-
"name": "
|
990
|
+
"name": "*",
|
991
991
|
"declaration": {
|
992
|
-
"name": "
|
993
|
-
"
|
992
|
+
"name": "*",
|
993
|
+
"package": "./errorMap"
|
994
994
|
}
|
995
995
|
}
|
996
996
|
]
|
@@ -1366,6 +1366,21 @@
|
|
1366
1366
|
}
|
1367
1367
|
]
|
1368
1368
|
},
|
1369
|
+
{
|
1370
|
+
"kind": "javascript-module",
|
1371
|
+
"path": "src/mappers/index.ts",
|
1372
|
+
"declarations": [],
|
1373
|
+
"exports": [
|
1374
|
+
{
|
1375
|
+
"kind": "js",
|
1376
|
+
"name": "*",
|
1377
|
+
"declaration": {
|
1378
|
+
"name": "*",
|
1379
|
+
"package": "./dto"
|
1380
|
+
}
|
1381
|
+
}
|
1382
|
+
]
|
1383
|
+
},
|
1369
1384
|
{
|
1370
1385
|
"kind": "javascript-module",
|
1371
1386
|
"path": "src/mixins/index.ts",
|
@@ -1461,21 +1476,6 @@
|
|
1461
1476
|
}
|
1462
1477
|
]
|
1463
1478
|
},
|
1464
|
-
{
|
1465
|
-
"kind": "javascript-module",
|
1466
|
-
"path": "src/mappers/index.ts",
|
1467
|
-
"declarations": [],
|
1468
|
-
"exports": [
|
1469
|
-
{
|
1470
|
-
"kind": "js",
|
1471
|
-
"name": "*",
|
1472
|
-
"declaration": {
|
1473
|
-
"name": "*",
|
1474
|
-
"package": "./dto"
|
1475
|
-
}
|
1476
|
-
}
|
1477
|
-
]
|
1478
|
-
},
|
1479
1479
|
{
|
1480
1480
|
"kind": "javascript-module",
|
1481
1481
|
"path": "src/promise/index.ts",
|
@@ -2591,6 +2591,106 @@
|
|
2591
2591
|
}
|
2592
2592
|
]
|
2593
2593
|
},
|
2594
|
+
{
|
2595
|
+
"kind": "javascript-module",
|
2596
|
+
"path": "src/mappers/dto/index.ts",
|
2597
|
+
"declarations": [],
|
2598
|
+
"exports": [
|
2599
|
+
{
|
2600
|
+
"kind": "js",
|
2601
|
+
"name": "*",
|
2602
|
+
"declaration": {
|
2603
|
+
"name": "*",
|
2604
|
+
"package": "./serverRow"
|
2605
|
+
}
|
2606
|
+
},
|
2607
|
+
{
|
2608
|
+
"kind": "js",
|
2609
|
+
"name": "*",
|
2610
|
+
"declaration": {
|
2611
|
+
"name": "*",
|
2612
|
+
"package": "./types"
|
2613
|
+
}
|
2614
|
+
}
|
2615
|
+
]
|
2616
|
+
},
|
2617
|
+
{
|
2618
|
+
"kind": "javascript-module",
|
2619
|
+
"path": "src/mappers/dto/serverRow.ts",
|
2620
|
+
"declarations": [
|
2621
|
+
{
|
2622
|
+
"kind": "class",
|
2623
|
+
"description": "The default `ServerRowDTOMapper`.",
|
2624
|
+
"name": "DefaultServerRowDTOMapper",
|
2625
|
+
"members": [
|
2626
|
+
{
|
2627
|
+
"kind": "field",
|
2628
|
+
"name": "fromDTO",
|
2629
|
+
"description": "Converts a server row DTO to an entity.",
|
2630
|
+
"parameters": [
|
2631
|
+
{
|
2632
|
+
"description": "The DTO to convert.",
|
2633
|
+
"name": "dto"
|
2634
|
+
}
|
2635
|
+
],
|
2636
|
+
"return": {
|
2637
|
+
"type": {
|
2638
|
+
"text": ""
|
2639
|
+
}
|
2640
|
+
},
|
2641
|
+
"privacy": "public"
|
2642
|
+
},
|
2643
|
+
{
|
2644
|
+
"kind": "field",
|
2645
|
+
"name": "toDTO",
|
2646
|
+
"description": "Converts a server row entity to a DTO.",
|
2647
|
+
"parameters": [
|
2648
|
+
{
|
2649
|
+
"description": "The entity to convert.",
|
2650
|
+
"name": "entity"
|
2651
|
+
}
|
2652
|
+
],
|
2653
|
+
"return": {
|
2654
|
+
"type": {
|
2655
|
+
"text": ""
|
2656
|
+
}
|
2657
|
+
},
|
2658
|
+
"privacy": "public"
|
2659
|
+
}
|
2660
|
+
]
|
2661
|
+
},
|
2662
|
+
{
|
2663
|
+
"kind": "variable",
|
2664
|
+
"name": "ServerRowDTOMapper",
|
2665
|
+
"description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
|
2666
|
+
"privacy": "public"
|
2667
|
+
}
|
2668
|
+
],
|
2669
|
+
"exports": [
|
2670
|
+
{
|
2671
|
+
"kind": "js",
|
2672
|
+
"name": "DefaultServerRowDTOMapper",
|
2673
|
+
"declaration": {
|
2674
|
+
"name": "DefaultServerRowDTOMapper",
|
2675
|
+
"module": "src/mappers/dto/serverRow.ts"
|
2676
|
+
}
|
2677
|
+
},
|
2678
|
+
{
|
2679
|
+
"kind": "js",
|
2680
|
+
"name": "ServerRowDTOMapper",
|
2681
|
+
"declaration": {
|
2682
|
+
"name": "ServerRowDTOMapper",
|
2683
|
+
"module": "src/mappers/dto/serverRow.ts"
|
2684
|
+
}
|
2685
|
+
}
|
2686
|
+
]
|
2687
|
+
},
|
2688
|
+
{
|
2689
|
+
"kind": "javascript-module",
|
2690
|
+
"path": "src/mappers/dto/types.ts",
|
2691
|
+
"declarations": [],
|
2692
|
+
"exports": []
|
2693
|
+
},
|
2594
2694
|
{
|
2595
2695
|
"kind": "javascript-module",
|
2596
2696
|
"path": "src/mixins/lifecycle/index.ts",
|
@@ -2802,106 +2902,6 @@
|
|
2802
2902
|
}
|
2803
2903
|
]
|
2804
2904
|
},
|
2805
|
-
{
|
2806
|
-
"kind": "javascript-module",
|
2807
|
-
"path": "src/mappers/dto/index.ts",
|
2808
|
-
"declarations": [],
|
2809
|
-
"exports": [
|
2810
|
-
{
|
2811
|
-
"kind": "js",
|
2812
|
-
"name": "*",
|
2813
|
-
"declaration": {
|
2814
|
-
"name": "*",
|
2815
|
-
"package": "./serverRow"
|
2816
|
-
}
|
2817
|
-
},
|
2818
|
-
{
|
2819
|
-
"kind": "js",
|
2820
|
-
"name": "*",
|
2821
|
-
"declaration": {
|
2822
|
-
"name": "*",
|
2823
|
-
"package": "./types"
|
2824
|
-
}
|
2825
|
-
}
|
2826
|
-
]
|
2827
|
-
},
|
2828
|
-
{
|
2829
|
-
"kind": "javascript-module",
|
2830
|
-
"path": "src/mappers/dto/serverRow.ts",
|
2831
|
-
"declarations": [
|
2832
|
-
{
|
2833
|
-
"kind": "class",
|
2834
|
-
"description": "The default `ServerRowDTOMapper`.",
|
2835
|
-
"name": "DefaultServerRowDTOMapper",
|
2836
|
-
"members": [
|
2837
|
-
{
|
2838
|
-
"kind": "field",
|
2839
|
-
"name": "fromDTO",
|
2840
|
-
"description": "Converts a server row DTO to an entity.",
|
2841
|
-
"parameters": [
|
2842
|
-
{
|
2843
|
-
"description": "The DTO to convert.",
|
2844
|
-
"name": "dto"
|
2845
|
-
}
|
2846
|
-
],
|
2847
|
-
"return": {
|
2848
|
-
"type": {
|
2849
|
-
"text": ""
|
2850
|
-
}
|
2851
|
-
},
|
2852
|
-
"privacy": "public"
|
2853
|
-
},
|
2854
|
-
{
|
2855
|
-
"kind": "field",
|
2856
|
-
"name": "toDTO",
|
2857
|
-
"description": "Converts a server row entity to a DTO.",
|
2858
|
-
"parameters": [
|
2859
|
-
{
|
2860
|
-
"description": "The entity to convert.",
|
2861
|
-
"name": "entity"
|
2862
|
-
}
|
2863
|
-
],
|
2864
|
-
"return": {
|
2865
|
-
"type": {
|
2866
|
-
"text": ""
|
2867
|
-
}
|
2868
|
-
},
|
2869
|
-
"privacy": "public"
|
2870
|
-
}
|
2871
|
-
]
|
2872
|
-
},
|
2873
|
-
{
|
2874
|
-
"kind": "variable",
|
2875
|
-
"name": "ServerRowDTOMapper",
|
2876
|
-
"description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
|
2877
|
-
"privacy": "public"
|
2878
|
-
}
|
2879
|
-
],
|
2880
|
-
"exports": [
|
2881
|
-
{
|
2882
|
-
"kind": "js",
|
2883
|
-
"name": "DefaultServerRowDTOMapper",
|
2884
|
-
"declaration": {
|
2885
|
-
"name": "DefaultServerRowDTOMapper",
|
2886
|
-
"module": "src/mappers/dto/serverRow.ts"
|
2887
|
-
}
|
2888
|
-
},
|
2889
|
-
{
|
2890
|
-
"kind": "js",
|
2891
|
-
"name": "ServerRowDTOMapper",
|
2892
|
-
"declaration": {
|
2893
|
-
"name": "ServerRowDTOMapper",
|
2894
|
-
"module": "src/mappers/dto/serverRow.ts"
|
2895
|
-
}
|
2896
|
-
}
|
2897
|
-
]
|
2898
|
-
},
|
2899
|
-
{
|
2900
|
-
"kind": "javascript-module",
|
2901
|
-
"path": "src/mappers/dto/types.ts",
|
2902
|
-
"declarations": [],
|
2903
|
-
"exports": []
|
2904
|
-
},
|
2905
2905
|
{
|
2906
2906
|
"kind": "javascript-module",
|
2907
2907
|
"path": "src/serializers/json/index.ts",
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@genesislcap/foundation-utils",
|
3
3
|
"description": "Genesis Foundation Utils",
|
4
|
-
"version": "14.230.1-alpha-
|
4
|
+
"version": "14.230.1-alpha-9d0b238.0",
|
5
5
|
"sideEffects": false,
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
7
7
|
"main": "dist/esm/index.js",
|
@@ -27,17 +27,17 @@
|
|
27
27
|
}
|
28
28
|
},
|
29
29
|
"devDependencies": {
|
30
|
-
"@genesislcap/foundation-testing": "14.230.1-alpha-
|
31
|
-
"@genesislcap/genx": "14.230.1-alpha-
|
32
|
-
"@genesislcap/rollup-builder": "14.230.1-alpha-
|
33
|
-
"@genesislcap/ts-builder": "14.230.1-alpha-
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.230.1-alpha-
|
35
|
-
"@genesislcap/vite-builder": "14.230.1-alpha-
|
36
|
-
"@genesislcap/webpack-builder": "14.230.1-alpha-
|
30
|
+
"@genesislcap/foundation-testing": "14.230.1-alpha-9d0b238.0",
|
31
|
+
"@genesislcap/genx": "14.230.1-alpha-9d0b238.0",
|
32
|
+
"@genesislcap/rollup-builder": "14.230.1-alpha-9d0b238.0",
|
33
|
+
"@genesislcap/ts-builder": "14.230.1-alpha-9d0b238.0",
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.230.1-alpha-9d0b238.0",
|
35
|
+
"@genesislcap/vite-builder": "14.230.1-alpha-9d0b238.0",
|
36
|
+
"@genesislcap/webpack-builder": "14.230.1-alpha-9d0b238.0",
|
37
37
|
"rimraf": "^5.0.0"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@genesislcap/foundation-logger": "14.230.1-alpha-
|
40
|
+
"@genesislcap/foundation-logger": "14.230.1-alpha-9d0b238.0",
|
41
41
|
"@microsoft/fast-components": "2.30.6",
|
42
42
|
"@microsoft/fast-element": "1.14.0",
|
43
43
|
"@microsoft/fast-foundation": "2.49.6",
|
@@ -55,5 +55,5 @@
|
|
55
55
|
"access": "public"
|
56
56
|
},
|
57
57
|
"customElements": "dist/custom-elements.json",
|
58
|
-
"gitHead": "
|
58
|
+
"gitHead": "4e3e98134dda8b4b6ac8311ccfbcaf24ed522006"
|
59
59
|
}
|