@genesislcap/foundation-utils 14.177.3 → 14.178.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.
- package/dist/custom-elements.json +431 -431
- package/package.json +10 -10
|
@@ -483,205 +483,6 @@
|
|
|
483
483
|
}
|
|
484
484
|
]
|
|
485
485
|
},
|
|
486
|
-
{
|
|
487
|
-
"kind": "javascript-module",
|
|
488
|
-
"path": "src/error/errorMap.ts",
|
|
489
|
-
"declarations": [
|
|
490
|
-
{
|
|
491
|
-
"kind": "class",
|
|
492
|
-
"description": "",
|
|
493
|
-
"name": "DefaultErrorMap",
|
|
494
|
-
"members": [
|
|
495
|
-
{
|
|
496
|
-
"kind": "field",
|
|
497
|
-
"name": "map",
|
|
498
|
-
"privacy": "private",
|
|
499
|
-
"default": "new Map<keyof TErrorDetailMap, Error>()"
|
|
500
|
-
},
|
|
501
|
-
{
|
|
502
|
-
"kind": "field",
|
|
503
|
-
"name": "lastError",
|
|
504
|
-
"type": {
|
|
505
|
-
"text": "Error"
|
|
506
|
-
},
|
|
507
|
-
"description": "{@inheritDoc ErrorMap.lastError}"
|
|
508
|
-
},
|
|
509
|
-
{
|
|
510
|
-
"kind": "method",
|
|
511
|
-
"name": "set",
|
|
512
|
-
"return": {
|
|
513
|
-
"type": {
|
|
514
|
-
"text": "void"
|
|
515
|
-
}
|
|
516
|
-
},
|
|
517
|
-
"parameters": [
|
|
518
|
-
{
|
|
519
|
-
"name": "key",
|
|
520
|
-
"type": {
|
|
521
|
-
"text": "keyof TErrorDetailMap"
|
|
522
|
-
}
|
|
523
|
-
},
|
|
524
|
-
{
|
|
525
|
-
"name": "error",
|
|
526
|
-
"type": {
|
|
527
|
-
"text": "Error"
|
|
528
|
-
}
|
|
529
|
-
}
|
|
530
|
-
],
|
|
531
|
-
"description": "{@inheritDoc ErrorMap.set}"
|
|
532
|
-
},
|
|
533
|
-
{
|
|
534
|
-
"kind": "method",
|
|
535
|
-
"name": "get",
|
|
536
|
-
"return": {
|
|
537
|
-
"type": {
|
|
538
|
-
"text": ""
|
|
539
|
-
}
|
|
540
|
-
},
|
|
541
|
-
"parameters": [
|
|
542
|
-
{
|
|
543
|
-
"name": "key",
|
|
544
|
-
"type": {
|
|
545
|
-
"text": "keyof TErrorDetailMap"
|
|
546
|
-
},
|
|
547
|
-
"description": "The key."
|
|
548
|
-
}
|
|
549
|
-
],
|
|
550
|
-
"description": "Get an error by key.",
|
|
551
|
-
"privacy": "public"
|
|
552
|
-
},
|
|
553
|
-
{
|
|
554
|
-
"kind": "method",
|
|
555
|
-
"name": "has",
|
|
556
|
-
"return": {
|
|
557
|
-
"type": {
|
|
558
|
-
"text": ""
|
|
559
|
-
}
|
|
560
|
-
},
|
|
561
|
-
"parameters": [
|
|
562
|
-
{
|
|
563
|
-
"name": "key",
|
|
564
|
-
"type": {
|
|
565
|
-
"text": "keyof TErrorDetailMap"
|
|
566
|
-
},
|
|
567
|
-
"description": "The key."
|
|
568
|
-
}
|
|
569
|
-
],
|
|
570
|
-
"description": "Has an error for key.",
|
|
571
|
-
"privacy": "public"
|
|
572
|
-
},
|
|
573
|
-
{
|
|
574
|
-
"kind": "method",
|
|
575
|
-
"name": "delete",
|
|
576
|
-
"return": {
|
|
577
|
-
"type": {
|
|
578
|
-
"text": ""
|
|
579
|
-
}
|
|
580
|
-
},
|
|
581
|
-
"parameters": [
|
|
582
|
-
{
|
|
583
|
-
"name": "key",
|
|
584
|
-
"type": {
|
|
585
|
-
"text": "keyof TErrorDetailMap"
|
|
586
|
-
},
|
|
587
|
-
"description": "The key."
|
|
588
|
-
}
|
|
589
|
-
],
|
|
590
|
-
"description": "Delete an error.",
|
|
591
|
-
"privacy": "public"
|
|
592
|
-
},
|
|
593
|
-
{
|
|
594
|
-
"kind": "method",
|
|
595
|
-
"name": "clear",
|
|
596
|
-
"description": "Clear errors.",
|
|
597
|
-
"privacy": "public"
|
|
598
|
-
},
|
|
599
|
-
{
|
|
600
|
-
"kind": "field",
|
|
601
|
-
"name": "size",
|
|
602
|
-
"type": {
|
|
603
|
-
"text": "number"
|
|
604
|
-
},
|
|
605
|
-
"description": "The size of the error map.",
|
|
606
|
-
"return": {
|
|
607
|
-
"type": {
|
|
608
|
-
"text": ""
|
|
609
|
-
}
|
|
610
|
-
},
|
|
611
|
-
"privacy": "public",
|
|
612
|
-
"readonly": true
|
|
613
|
-
},
|
|
614
|
-
{
|
|
615
|
-
"kind": "method",
|
|
616
|
-
"name": "values",
|
|
617
|
-
"privacy": "public"
|
|
618
|
-
},
|
|
619
|
-
{
|
|
620
|
-
"kind": "field",
|
|
621
|
-
"name": "messages",
|
|
622
|
-
"type": {
|
|
623
|
-
"text": "string"
|
|
624
|
-
},
|
|
625
|
-
"description": "{@inheritDoc ErrorMap.messages}",
|
|
626
|
-
"readonly": true
|
|
627
|
-
}
|
|
628
|
-
]
|
|
629
|
-
},
|
|
630
|
-
{
|
|
631
|
-
"kind": "function",
|
|
632
|
-
"name": "createErrorMap",
|
|
633
|
-
"return": {
|
|
634
|
-
"type": {
|
|
635
|
-
"text": ""
|
|
636
|
-
}
|
|
637
|
-
},
|
|
638
|
-
"parameters": [
|
|
639
|
-
{
|
|
640
|
-
"name": "logger",
|
|
641
|
-
"type": {
|
|
642
|
-
"text": "ErrorMapLogger"
|
|
643
|
-
},
|
|
644
|
-
"description": "A logger error method reference."
|
|
645
|
-
}
|
|
646
|
-
],
|
|
647
|
-
"description": "A factory to create the error map.",
|
|
648
|
-
"privacy": "public"
|
|
649
|
-
}
|
|
650
|
-
],
|
|
651
|
-
"exports": [
|
|
652
|
-
{
|
|
653
|
-
"kind": "js",
|
|
654
|
-
"name": "DefaultErrorMap",
|
|
655
|
-
"declaration": {
|
|
656
|
-
"name": "DefaultErrorMap",
|
|
657
|
-
"module": "src/error/errorMap.ts"
|
|
658
|
-
}
|
|
659
|
-
},
|
|
660
|
-
{
|
|
661
|
-
"kind": "js",
|
|
662
|
-
"name": "createErrorMap",
|
|
663
|
-
"declaration": {
|
|
664
|
-
"name": "createErrorMap",
|
|
665
|
-
"module": "src/error/errorMap.ts"
|
|
666
|
-
}
|
|
667
|
-
}
|
|
668
|
-
]
|
|
669
|
-
},
|
|
670
|
-
{
|
|
671
|
-
"kind": "javascript-module",
|
|
672
|
-
"path": "src/error/index.ts",
|
|
673
|
-
"declarations": [],
|
|
674
|
-
"exports": [
|
|
675
|
-
{
|
|
676
|
-
"kind": "js",
|
|
677
|
-
"name": "*",
|
|
678
|
-
"declaration": {
|
|
679
|
-
"name": "*",
|
|
680
|
-
"package": "./errorMap"
|
|
681
|
-
}
|
|
682
|
-
}
|
|
683
|
-
]
|
|
684
|
-
},
|
|
685
486
|
{
|
|
686
487
|
"kind": "javascript-module",
|
|
687
488
|
"path": "src/env/index.ts",
|
|
@@ -907,56 +708,255 @@
|
|
|
907
708
|
},
|
|
908
709
|
{
|
|
909
710
|
"kind": "javascript-module",
|
|
910
|
-
"path": "src/
|
|
711
|
+
"path": "src/error/errorMap.ts",
|
|
911
712
|
"declarations": [
|
|
912
713
|
{
|
|
913
|
-
"kind": "
|
|
914
|
-
"
|
|
915
|
-
"
|
|
916
|
-
|
|
917
|
-
"text": "string"
|
|
918
|
-
}
|
|
919
|
-
},
|
|
920
|
-
"parameters": [
|
|
714
|
+
"kind": "class",
|
|
715
|
+
"description": "",
|
|
716
|
+
"name": "DefaultErrorMap",
|
|
717
|
+
"members": [
|
|
921
718
|
{
|
|
922
|
-
"
|
|
923
|
-
"
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
}
|
|
927
|
-
],
|
|
928
|
-
"description": "Formats [DATE] UNIX Timestamps (without time) to readable strings",
|
|
929
|
-
"privacy": "public"
|
|
930
|
-
},
|
|
931
|
-
{
|
|
932
|
-
"kind": "function",
|
|
933
|
-
"name": "formatDateTimeTimestamp",
|
|
934
|
-
"return": {
|
|
935
|
-
"type": {
|
|
936
|
-
"text": "string"
|
|
937
|
-
}
|
|
938
|
-
},
|
|
939
|
-
"parameters": [
|
|
719
|
+
"kind": "field",
|
|
720
|
+
"name": "map",
|
|
721
|
+
"privacy": "private",
|
|
722
|
+
"default": "new Map<keyof TErrorDetailMap, Error>()"
|
|
723
|
+
},
|
|
940
724
|
{
|
|
941
|
-
"
|
|
725
|
+
"kind": "field",
|
|
726
|
+
"name": "lastError",
|
|
942
727
|
"type": {
|
|
943
|
-
"text": "
|
|
944
|
-
}
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
"
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
728
|
+
"text": "Error"
|
|
729
|
+
},
|
|
730
|
+
"description": "{@inheritDoc ErrorMap.lastError}"
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"kind": "method",
|
|
734
|
+
"name": "set",
|
|
735
|
+
"return": {
|
|
736
|
+
"type": {
|
|
737
|
+
"text": "void"
|
|
738
|
+
}
|
|
739
|
+
},
|
|
740
|
+
"parameters": [
|
|
741
|
+
{
|
|
742
|
+
"name": "key",
|
|
743
|
+
"type": {
|
|
744
|
+
"text": "keyof TErrorDetailMap"
|
|
745
|
+
}
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"name": "error",
|
|
749
|
+
"type": {
|
|
750
|
+
"text": "Error"
|
|
751
|
+
}
|
|
752
|
+
}
|
|
753
|
+
],
|
|
754
|
+
"description": "{@inheritDoc ErrorMap.set}"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"kind": "method",
|
|
758
|
+
"name": "get",
|
|
759
|
+
"return": {
|
|
760
|
+
"type": {
|
|
761
|
+
"text": ""
|
|
762
|
+
}
|
|
763
|
+
},
|
|
764
|
+
"parameters": [
|
|
765
|
+
{
|
|
766
|
+
"name": "key",
|
|
767
|
+
"type": {
|
|
768
|
+
"text": "keyof TErrorDetailMap"
|
|
769
|
+
},
|
|
770
|
+
"description": "The key."
|
|
771
|
+
}
|
|
772
|
+
],
|
|
773
|
+
"description": "Get an error by key.",
|
|
774
|
+
"privacy": "public"
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"kind": "method",
|
|
778
|
+
"name": "has",
|
|
779
|
+
"return": {
|
|
780
|
+
"type": {
|
|
781
|
+
"text": ""
|
|
782
|
+
}
|
|
783
|
+
},
|
|
784
|
+
"parameters": [
|
|
785
|
+
{
|
|
786
|
+
"name": "key",
|
|
787
|
+
"type": {
|
|
788
|
+
"text": "keyof TErrorDetailMap"
|
|
789
|
+
},
|
|
790
|
+
"description": "The key."
|
|
791
|
+
}
|
|
792
|
+
],
|
|
793
|
+
"description": "Has an error for key.",
|
|
794
|
+
"privacy": "public"
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"kind": "method",
|
|
798
|
+
"name": "delete",
|
|
799
|
+
"return": {
|
|
800
|
+
"type": {
|
|
801
|
+
"text": ""
|
|
802
|
+
}
|
|
803
|
+
},
|
|
804
|
+
"parameters": [
|
|
805
|
+
{
|
|
806
|
+
"name": "key",
|
|
807
|
+
"type": {
|
|
808
|
+
"text": "keyof TErrorDetailMap"
|
|
809
|
+
},
|
|
810
|
+
"description": "The key."
|
|
811
|
+
}
|
|
812
|
+
],
|
|
813
|
+
"description": "Delete an error.",
|
|
814
|
+
"privacy": "public"
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"kind": "method",
|
|
818
|
+
"name": "clear",
|
|
819
|
+
"description": "Clear errors.",
|
|
820
|
+
"privacy": "public"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"kind": "field",
|
|
824
|
+
"name": "size",
|
|
825
|
+
"type": {
|
|
826
|
+
"text": "number"
|
|
827
|
+
},
|
|
828
|
+
"description": "The size of the error map.",
|
|
829
|
+
"return": {
|
|
830
|
+
"type": {
|
|
831
|
+
"text": ""
|
|
832
|
+
}
|
|
833
|
+
},
|
|
834
|
+
"privacy": "public",
|
|
835
|
+
"readonly": true
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"kind": "method",
|
|
839
|
+
"name": "values",
|
|
840
|
+
"privacy": "public"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"kind": "field",
|
|
844
|
+
"name": "messages",
|
|
845
|
+
"type": {
|
|
846
|
+
"text": "string"
|
|
847
|
+
},
|
|
848
|
+
"description": "{@inheritDoc ErrorMap.messages}",
|
|
849
|
+
"readonly": true
|
|
850
|
+
}
|
|
851
|
+
]
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"kind": "function",
|
|
855
|
+
"name": "createErrorMap",
|
|
856
|
+
"return": {
|
|
857
|
+
"type": {
|
|
858
|
+
"text": ""
|
|
859
|
+
}
|
|
860
|
+
},
|
|
861
|
+
"parameters": [
|
|
862
|
+
{
|
|
863
|
+
"name": "logger",
|
|
864
|
+
"type": {
|
|
865
|
+
"text": "ErrorMapLogger"
|
|
866
|
+
},
|
|
867
|
+
"description": "A logger error method reference."
|
|
868
|
+
}
|
|
869
|
+
],
|
|
870
|
+
"description": "A factory to create the error map.",
|
|
871
|
+
"privacy": "public"
|
|
872
|
+
}
|
|
873
|
+
],
|
|
874
|
+
"exports": [
|
|
875
|
+
{
|
|
876
|
+
"kind": "js",
|
|
877
|
+
"name": "DefaultErrorMap",
|
|
878
|
+
"declaration": {
|
|
879
|
+
"name": "DefaultErrorMap",
|
|
880
|
+
"module": "src/error/errorMap.ts"
|
|
881
|
+
}
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"kind": "js",
|
|
885
|
+
"name": "createErrorMap",
|
|
886
|
+
"declaration": {
|
|
887
|
+
"name": "createErrorMap",
|
|
888
|
+
"module": "src/error/errorMap.ts"
|
|
889
|
+
}
|
|
890
|
+
}
|
|
891
|
+
]
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"kind": "javascript-module",
|
|
895
|
+
"path": "src/error/index.ts",
|
|
896
|
+
"declarations": [],
|
|
897
|
+
"exports": [
|
|
898
|
+
{
|
|
899
|
+
"kind": "js",
|
|
900
|
+
"name": "*",
|
|
901
|
+
"declaration": {
|
|
902
|
+
"name": "*",
|
|
903
|
+
"package": "./errorMap"
|
|
904
|
+
}
|
|
905
|
+
}
|
|
906
|
+
]
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"kind": "javascript-module",
|
|
910
|
+
"path": "src/formatters/datetime.ts",
|
|
911
|
+
"declarations": [
|
|
912
|
+
{
|
|
913
|
+
"kind": "function",
|
|
914
|
+
"name": "formatDateTimestamp",
|
|
915
|
+
"return": {
|
|
916
|
+
"type": {
|
|
917
|
+
"text": "string"
|
|
918
|
+
}
|
|
919
|
+
},
|
|
920
|
+
"parameters": [
|
|
921
|
+
{
|
|
922
|
+
"name": "timestamp",
|
|
923
|
+
"type": {
|
|
924
|
+
"text": "number"
|
|
925
|
+
}
|
|
926
|
+
}
|
|
927
|
+
],
|
|
928
|
+
"description": "Formats [DATE] UNIX Timestamps (without time) to readable strings",
|
|
929
|
+
"privacy": "public"
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"kind": "function",
|
|
933
|
+
"name": "formatDateTimeTimestamp",
|
|
934
|
+
"return": {
|
|
935
|
+
"type": {
|
|
936
|
+
"text": "string"
|
|
937
|
+
}
|
|
938
|
+
},
|
|
939
|
+
"parameters": [
|
|
940
|
+
{
|
|
941
|
+
"name": "timestamp",
|
|
942
|
+
"type": {
|
|
943
|
+
"text": "number"
|
|
944
|
+
}
|
|
945
|
+
}
|
|
946
|
+
],
|
|
947
|
+
"description": "Formats [DATETIME] UNIX Timestamps (with time) to readable strings",
|
|
948
|
+
"privacy": "public"
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"kind": "function",
|
|
952
|
+
"name": "formatTimestamp",
|
|
953
|
+
"return": {
|
|
954
|
+
"type": {
|
|
955
|
+
"text": "string"
|
|
956
|
+
}
|
|
957
|
+
},
|
|
958
|
+
"parameters": [
|
|
959
|
+
{
|
|
960
960
|
"name": "timestamp",
|
|
961
961
|
"type": {
|
|
962
962
|
"text": "number"
|
|
@@ -1553,36 +1553,71 @@
|
|
|
1553
1553
|
},
|
|
1554
1554
|
{
|
|
1555
1555
|
"kind": "javascript-module",
|
|
1556
|
-
"path": "src/
|
|
1557
|
-
"declarations": [
|
|
1558
|
-
{
|
|
1559
|
-
"kind": "variable",
|
|
1560
|
-
"name": "activeColorScheme",
|
|
1561
|
-
"description": "A design token that represents the active color scheme (light or dark).",
|
|
1562
|
-
"privacy": "public"
|
|
1563
|
-
}
|
|
1564
|
-
],
|
|
1556
|
+
"path": "src/utils/index.ts",
|
|
1557
|
+
"declarations": [],
|
|
1565
1558
|
"exports": [
|
|
1566
1559
|
{
|
|
1567
1560
|
"kind": "js",
|
|
1568
|
-
"name": "
|
|
1561
|
+
"name": "*",
|
|
1569
1562
|
"declaration": {
|
|
1570
|
-
"name": "
|
|
1571
|
-
"
|
|
1563
|
+
"name": "*",
|
|
1564
|
+
"package": "./logger"
|
|
1572
1565
|
}
|
|
1573
1566
|
}
|
|
1574
1567
|
]
|
|
1575
1568
|
},
|
|
1576
1569
|
{
|
|
1577
1570
|
"kind": "javascript-module",
|
|
1578
|
-
"path": "src/
|
|
1571
|
+
"path": "src/utils/logger.ts",
|
|
1579
1572
|
"declarations": [
|
|
1580
1573
|
{
|
|
1581
|
-
"kind": "
|
|
1582
|
-
"name": "
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1574
|
+
"kind": "variable",
|
|
1575
|
+
"name": "logger"
|
|
1576
|
+
}
|
|
1577
|
+
],
|
|
1578
|
+
"exports": [
|
|
1579
|
+
{
|
|
1580
|
+
"kind": "js",
|
|
1581
|
+
"name": "logger",
|
|
1582
|
+
"declaration": {
|
|
1583
|
+
"name": "logger",
|
|
1584
|
+
"module": "src/utils/logger.ts"
|
|
1585
|
+
}
|
|
1586
|
+
}
|
|
1587
|
+
]
|
|
1588
|
+
},
|
|
1589
|
+
{
|
|
1590
|
+
"kind": "javascript-module",
|
|
1591
|
+
"path": "src/styles/color.ts",
|
|
1592
|
+
"declarations": [
|
|
1593
|
+
{
|
|
1594
|
+
"kind": "variable",
|
|
1595
|
+
"name": "activeColorScheme",
|
|
1596
|
+
"description": "A design token that represents the active color scheme (light or dark).",
|
|
1597
|
+
"privacy": "public"
|
|
1598
|
+
}
|
|
1599
|
+
],
|
|
1600
|
+
"exports": [
|
|
1601
|
+
{
|
|
1602
|
+
"kind": "js",
|
|
1603
|
+
"name": "activeColorScheme",
|
|
1604
|
+
"declaration": {
|
|
1605
|
+
"name": "activeColorScheme",
|
|
1606
|
+
"module": "src/styles/color.ts"
|
|
1607
|
+
}
|
|
1608
|
+
}
|
|
1609
|
+
]
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
"kind": "javascript-module",
|
|
1613
|
+
"path": "src/styles/dom.ts",
|
|
1614
|
+
"declarations": [
|
|
1615
|
+
{
|
|
1616
|
+
"kind": "function",
|
|
1617
|
+
"name": "insertDocumentCSSRule",
|
|
1618
|
+
"return": {
|
|
1619
|
+
"type": {
|
|
1620
|
+
"text": ""
|
|
1586
1621
|
}
|
|
1587
1622
|
},
|
|
1588
1623
|
"parameters": [
|
|
@@ -1900,7 +1935,7 @@
|
|
|
1900
1935
|
},
|
|
1901
1936
|
{
|
|
1902
1937
|
"kind": "javascript-module",
|
|
1903
|
-
"path": "src/
|
|
1938
|
+
"path": "src/uuid/index.ts",
|
|
1904
1939
|
"declarations": [],
|
|
1905
1940
|
"exports": [
|
|
1906
1941
|
{
|
|
@@ -1908,34 +1943,36 @@
|
|
|
1908
1943
|
"name": "*",
|
|
1909
1944
|
"declaration": {
|
|
1910
1945
|
"name": "*",
|
|
1911
|
-
"package": "./
|
|
1946
|
+
"package": "./uuid"
|
|
1912
1947
|
}
|
|
1913
1948
|
}
|
|
1914
1949
|
]
|
|
1915
1950
|
},
|
|
1916
1951
|
{
|
|
1917
1952
|
"kind": "javascript-module",
|
|
1918
|
-
"path": "src/
|
|
1953
|
+
"path": "src/uuid/uuid.ts",
|
|
1919
1954
|
"declarations": [
|
|
1920
1955
|
{
|
|
1921
1956
|
"kind": "variable",
|
|
1922
|
-
"name": "
|
|
1957
|
+
"name": "UUID",
|
|
1958
|
+
"description": "A dependency injection token for the UUID interface.",
|
|
1959
|
+
"privacy": "public"
|
|
1923
1960
|
}
|
|
1924
1961
|
],
|
|
1925
1962
|
"exports": [
|
|
1926
1963
|
{
|
|
1927
1964
|
"kind": "js",
|
|
1928
|
-
"name": "
|
|
1965
|
+
"name": "UUID",
|
|
1929
1966
|
"declaration": {
|
|
1930
|
-
"name": "
|
|
1931
|
-
"module": "src/
|
|
1967
|
+
"name": "UUID",
|
|
1968
|
+
"module": "src/uuid/uuid.ts"
|
|
1932
1969
|
}
|
|
1933
1970
|
}
|
|
1934
1971
|
]
|
|
1935
1972
|
},
|
|
1936
1973
|
{
|
|
1937
1974
|
"kind": "javascript-module",
|
|
1938
|
-
"path": "src/
|
|
1975
|
+
"path": "src/directives/sync/index.ts",
|
|
1939
1976
|
"declarations": [],
|
|
1940
1977
|
"exports": [
|
|
1941
1978
|
{
|
|
@@ -1943,29 +1980,146 @@
|
|
|
1943
1980
|
"name": "*",
|
|
1944
1981
|
"declaration": {
|
|
1945
1982
|
"name": "*",
|
|
1946
|
-
"package": "./
|
|
1983
|
+
"package": "./sync"
|
|
1947
1984
|
}
|
|
1948
1985
|
}
|
|
1949
1986
|
]
|
|
1950
1987
|
},
|
|
1951
1988
|
{
|
|
1952
1989
|
"kind": "javascript-module",
|
|
1953
|
-
"path": "src/
|
|
1990
|
+
"path": "src/directives/sync/sync.ts",
|
|
1954
1991
|
"declarations": [
|
|
1955
1992
|
{
|
|
1956
1993
|
"kind": "variable",
|
|
1957
|
-
"name": "
|
|
1958
|
-
"
|
|
1994
|
+
"name": "defaultEventMap",
|
|
1995
|
+
"type": {
|
|
1996
|
+
"text": "Map<string, EventName>"
|
|
1997
|
+
},
|
|
1998
|
+
"default": "new Map([\n ['FAST-TEXT-AREA', 'input'],\n ['FAST-TEXT-FIELD', 'input'],\n ['FOUNDATION-TEXT-AREA', 'input'],\n ['FOUNDATION-TEXT-FIELD', 'input'],\n ['INPUT', 'input'],\n ['ZERO-TEXT-FIELD', 'input'],\n])",
|
|
1999
|
+
"description": "A map that associates specific HTML element tags with their corresponding default event names.",
|
|
2000
|
+
"privacy": "public"
|
|
2001
|
+
},
|
|
2002
|
+
{
|
|
2003
|
+
"kind": "function",
|
|
2004
|
+
"name": "sync",
|
|
2005
|
+
"return": {
|
|
2006
|
+
"type": {
|
|
2007
|
+
"text": "CaptureType<TSource>"
|
|
2008
|
+
}
|
|
2009
|
+
},
|
|
2010
|
+
"parameters": [
|
|
2011
|
+
{
|
|
2012
|
+
"name": "binding",
|
|
2013
|
+
"type": {
|
|
2014
|
+
"text": "Binding<TSource, TReturn>"
|
|
2015
|
+
}
|
|
2016
|
+
},
|
|
2017
|
+
{
|
|
2018
|
+
"name": "conversionType",
|
|
2019
|
+
"default": "'string'",
|
|
2020
|
+
"type": {
|
|
2021
|
+
"text": "ConversionType"
|
|
2022
|
+
}
|
|
2023
|
+
},
|
|
2024
|
+
{
|
|
2025
|
+
"name": "eventName",
|
|
2026
|
+
"default": "'default'",
|
|
2027
|
+
"type": {
|
|
2028
|
+
"text": "EventName"
|
|
2029
|
+
}
|
|
2030
|
+
},
|
|
2031
|
+
{
|
|
2032
|
+
"name": "keyAttr",
|
|
2033
|
+
"optional": true,
|
|
2034
|
+
"type": {
|
|
2035
|
+
"text": "string"
|
|
2036
|
+
}
|
|
2037
|
+
}
|
|
2038
|
+
],
|
|
2039
|
+
"description": "Creates a synchronization directive that binds a data source to an HTML element,",
|
|
1959
2040
|
"privacy": "public"
|
|
1960
2041
|
}
|
|
1961
2042
|
],
|
|
1962
2043
|
"exports": [
|
|
1963
2044
|
{
|
|
1964
2045
|
"kind": "js",
|
|
1965
|
-
"name": "
|
|
2046
|
+
"name": "defaultEventMap",
|
|
1966
2047
|
"declaration": {
|
|
1967
|
-
"name": "
|
|
1968
|
-
"module": "src/
|
|
2048
|
+
"name": "defaultEventMap",
|
|
2049
|
+
"module": "src/directives/sync/sync.ts"
|
|
2050
|
+
}
|
|
2051
|
+
},
|
|
2052
|
+
{
|
|
2053
|
+
"kind": "js",
|
|
2054
|
+
"name": "sync",
|
|
2055
|
+
"declaration": {
|
|
2056
|
+
"name": "sync",
|
|
2057
|
+
"module": "src/directives/sync/sync.ts"
|
|
2058
|
+
}
|
|
2059
|
+
}
|
|
2060
|
+
]
|
|
2061
|
+
},
|
|
2062
|
+
{
|
|
2063
|
+
"kind": "javascript-module",
|
|
2064
|
+
"path": "src/directives/when-else/index.ts",
|
|
2065
|
+
"declarations": [],
|
|
2066
|
+
"exports": [
|
|
2067
|
+
{
|
|
2068
|
+
"kind": "js",
|
|
2069
|
+
"name": "*",
|
|
2070
|
+
"declaration": {
|
|
2071
|
+
"name": "*",
|
|
2072
|
+
"package": "./when-else"
|
|
2073
|
+
}
|
|
2074
|
+
}
|
|
2075
|
+
]
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
"kind": "javascript-module",
|
|
2079
|
+
"path": "src/directives/when-else/when-else.ts",
|
|
2080
|
+
"declarations": [
|
|
2081
|
+
{
|
|
2082
|
+
"kind": "function",
|
|
2083
|
+
"name": "whenElse",
|
|
2084
|
+
"return": {
|
|
2085
|
+
"type": {
|
|
2086
|
+
"text": "CaptureType<TSource>"
|
|
2087
|
+
}
|
|
2088
|
+
},
|
|
2089
|
+
"parameters": [
|
|
2090
|
+
{
|
|
2091
|
+
"name": "binding",
|
|
2092
|
+
"type": {
|
|
2093
|
+
"text": "Binding<TSource, TReturn>"
|
|
2094
|
+
},
|
|
2095
|
+
"description": "The condition to test for rendering."
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
"name": "trueTemplateOrTemplateBinding",
|
|
2099
|
+
"type": {
|
|
2100
|
+
"text": "WhenTemplate<TSource>"
|
|
2101
|
+
},
|
|
2102
|
+
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
2103
|
+
},
|
|
2104
|
+
{
|
|
2105
|
+
"name": "falseTemplateOrTemplateBinding",
|
|
2106
|
+
"type": {
|
|
2107
|
+
"text": "WhenTemplate<TSource>"
|
|
2108
|
+
},
|
|
2109
|
+
"description": "The template or a binding that gets the template to render when the condition is false."
|
|
2110
|
+
}
|
|
2111
|
+
],
|
|
2112
|
+
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
|
2113
|
+
"privacy": "public"
|
|
2114
|
+
}
|
|
2115
|
+
],
|
|
2116
|
+
"exports": [
|
|
2117
|
+
{
|
|
2118
|
+
"kind": "js",
|
|
2119
|
+
"name": "whenElse",
|
|
2120
|
+
"declaration": {
|
|
2121
|
+
"name": "whenElse",
|
|
2122
|
+
"module": "src/directives/when-else/when-else.ts"
|
|
1969
2123
|
}
|
|
1970
2124
|
}
|
|
1971
2125
|
]
|
|
@@ -2118,160 +2272,6 @@
|
|
|
2118
2272
|
}
|
|
2119
2273
|
]
|
|
2120
2274
|
},
|
|
2121
|
-
{
|
|
2122
|
-
"kind": "javascript-module",
|
|
2123
|
-
"path": "src/directives/sync/index.ts",
|
|
2124
|
-
"declarations": [],
|
|
2125
|
-
"exports": [
|
|
2126
|
-
{
|
|
2127
|
-
"kind": "js",
|
|
2128
|
-
"name": "*",
|
|
2129
|
-
"declaration": {
|
|
2130
|
-
"name": "*",
|
|
2131
|
-
"package": "./sync"
|
|
2132
|
-
}
|
|
2133
|
-
}
|
|
2134
|
-
]
|
|
2135
|
-
},
|
|
2136
|
-
{
|
|
2137
|
-
"kind": "javascript-module",
|
|
2138
|
-
"path": "src/directives/sync/sync.ts",
|
|
2139
|
-
"declarations": [
|
|
2140
|
-
{
|
|
2141
|
-
"kind": "variable",
|
|
2142
|
-
"name": "defaultEventMap",
|
|
2143
|
-
"type": {
|
|
2144
|
-
"text": "Map<string, EventName>"
|
|
2145
|
-
},
|
|
2146
|
-
"default": "new Map([\n ['FAST-TEXT-AREA', 'input'],\n ['FAST-TEXT-FIELD', 'input'],\n ['FOUNDATION-TEXT-AREA', 'input'],\n ['FOUNDATION-TEXT-FIELD', 'input'],\n ['INPUT', 'input'],\n ['ZERO-TEXT-FIELD', 'input'],\n])",
|
|
2147
|
-
"description": "A map that associates specific HTML element tags with their corresponding default event names.",
|
|
2148
|
-
"privacy": "public"
|
|
2149
|
-
},
|
|
2150
|
-
{
|
|
2151
|
-
"kind": "function",
|
|
2152
|
-
"name": "sync",
|
|
2153
|
-
"return": {
|
|
2154
|
-
"type": {
|
|
2155
|
-
"text": "CaptureType<TSource>"
|
|
2156
|
-
}
|
|
2157
|
-
},
|
|
2158
|
-
"parameters": [
|
|
2159
|
-
{
|
|
2160
|
-
"name": "binding",
|
|
2161
|
-
"type": {
|
|
2162
|
-
"text": "Binding<TSource, TReturn>"
|
|
2163
|
-
}
|
|
2164
|
-
},
|
|
2165
|
-
{
|
|
2166
|
-
"name": "conversionType",
|
|
2167
|
-
"default": "'string'",
|
|
2168
|
-
"type": {
|
|
2169
|
-
"text": "ConversionType"
|
|
2170
|
-
}
|
|
2171
|
-
},
|
|
2172
|
-
{
|
|
2173
|
-
"name": "eventName",
|
|
2174
|
-
"default": "'default'",
|
|
2175
|
-
"type": {
|
|
2176
|
-
"text": "EventName"
|
|
2177
|
-
}
|
|
2178
|
-
},
|
|
2179
|
-
{
|
|
2180
|
-
"name": "keyAttr",
|
|
2181
|
-
"optional": true,
|
|
2182
|
-
"type": {
|
|
2183
|
-
"text": "string"
|
|
2184
|
-
}
|
|
2185
|
-
}
|
|
2186
|
-
],
|
|
2187
|
-
"description": "Creates a synchronization directive that binds a data source to an HTML element,",
|
|
2188
|
-
"privacy": "public"
|
|
2189
|
-
}
|
|
2190
|
-
],
|
|
2191
|
-
"exports": [
|
|
2192
|
-
{
|
|
2193
|
-
"kind": "js",
|
|
2194
|
-
"name": "defaultEventMap",
|
|
2195
|
-
"declaration": {
|
|
2196
|
-
"name": "defaultEventMap",
|
|
2197
|
-
"module": "src/directives/sync/sync.ts"
|
|
2198
|
-
}
|
|
2199
|
-
},
|
|
2200
|
-
{
|
|
2201
|
-
"kind": "js",
|
|
2202
|
-
"name": "sync",
|
|
2203
|
-
"declaration": {
|
|
2204
|
-
"name": "sync",
|
|
2205
|
-
"module": "src/directives/sync/sync.ts"
|
|
2206
|
-
}
|
|
2207
|
-
}
|
|
2208
|
-
]
|
|
2209
|
-
},
|
|
2210
|
-
{
|
|
2211
|
-
"kind": "javascript-module",
|
|
2212
|
-
"path": "src/directives/when-else/index.ts",
|
|
2213
|
-
"declarations": [],
|
|
2214
|
-
"exports": [
|
|
2215
|
-
{
|
|
2216
|
-
"kind": "js",
|
|
2217
|
-
"name": "*",
|
|
2218
|
-
"declaration": {
|
|
2219
|
-
"name": "*",
|
|
2220
|
-
"package": "./when-else"
|
|
2221
|
-
}
|
|
2222
|
-
}
|
|
2223
|
-
]
|
|
2224
|
-
},
|
|
2225
|
-
{
|
|
2226
|
-
"kind": "javascript-module",
|
|
2227
|
-
"path": "src/directives/when-else/when-else.ts",
|
|
2228
|
-
"declarations": [
|
|
2229
|
-
{
|
|
2230
|
-
"kind": "function",
|
|
2231
|
-
"name": "whenElse",
|
|
2232
|
-
"return": {
|
|
2233
|
-
"type": {
|
|
2234
|
-
"text": "CaptureType<TSource>"
|
|
2235
|
-
}
|
|
2236
|
-
},
|
|
2237
|
-
"parameters": [
|
|
2238
|
-
{
|
|
2239
|
-
"name": "binding",
|
|
2240
|
-
"type": {
|
|
2241
|
-
"text": "Binding<TSource, TReturn>"
|
|
2242
|
-
},
|
|
2243
|
-
"description": "The condition to test for rendering."
|
|
2244
|
-
},
|
|
2245
|
-
{
|
|
2246
|
-
"name": "trueTemplateOrTemplateBinding",
|
|
2247
|
-
"type": {
|
|
2248
|
-
"text": "WhenTemplate<TSource>"
|
|
2249
|
-
},
|
|
2250
|
-
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
2251
|
-
},
|
|
2252
|
-
{
|
|
2253
|
-
"name": "falseTemplateOrTemplateBinding",
|
|
2254
|
-
"type": {
|
|
2255
|
-
"text": "WhenTemplate<TSource>"
|
|
2256
|
-
},
|
|
2257
|
-
"description": "The template or a binding that gets the template to render when the condition is false."
|
|
2258
|
-
}
|
|
2259
|
-
],
|
|
2260
|
-
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
|
2261
|
-
"privacy": "public"
|
|
2262
|
-
}
|
|
2263
|
-
],
|
|
2264
|
-
"exports": [
|
|
2265
|
-
{
|
|
2266
|
-
"kind": "js",
|
|
2267
|
-
"name": "whenElse",
|
|
2268
|
-
"declaration": {
|
|
2269
|
-
"name": "whenElse",
|
|
2270
|
-
"module": "src/directives/when-else/when-else.ts"
|
|
2271
|
-
}
|
|
2272
|
-
}
|
|
2273
|
-
]
|
|
2274
|
-
},
|
|
2275
2275
|
{
|
|
2276
2276
|
"kind": "javascript-module",
|
|
2277
2277
|
"path": "src/mappers/dto/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.
|
|
4
|
+
"version": "14.178.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -19,17 +19,17 @@
|
|
|
19
19
|
"test": "genx test"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@genesislcap/foundation-testing": "14.
|
|
23
|
-
"@genesislcap/genx": "14.
|
|
24
|
-
"@genesislcap/rollup-builder": "14.
|
|
25
|
-
"@genesislcap/ts-builder": "14.
|
|
26
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
27
|
-
"@genesislcap/vite-builder": "14.
|
|
28
|
-
"@genesislcap/webpack-builder": "14.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.178.0",
|
|
23
|
+
"@genesislcap/genx": "14.178.0",
|
|
24
|
+
"@genesislcap/rollup-builder": "14.178.0",
|
|
25
|
+
"@genesislcap/ts-builder": "14.178.0",
|
|
26
|
+
"@genesislcap/uvu-playwright-builder": "14.178.0",
|
|
27
|
+
"@genesislcap/vite-builder": "14.178.0",
|
|
28
|
+
"@genesislcap/webpack-builder": "14.178.0",
|
|
29
29
|
"rimraf": "^3.0.2"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@genesislcap/foundation-logger": "14.
|
|
32
|
+
"@genesislcap/foundation-logger": "14.178.0",
|
|
33
33
|
"@microsoft/fast-components": "^2.30.6",
|
|
34
34
|
"@microsoft/fast-element": "^1.12.0",
|
|
35
35
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
49
|
"customElements": "dist/custom-elements.json",
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "fd55a5cd2e3b0fa048377835c73186df1e75b849"
|
|
51
51
|
}
|