@genesislcap/foundation-utils 14.92.4 → 14.92.5
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 +334 -334
- package/package.json +5 -5
|
@@ -341,6 +341,108 @@
|
|
|
341
341
|
}
|
|
342
342
|
]
|
|
343
343
|
},
|
|
344
|
+
{
|
|
345
|
+
"kind": "javascript-module",
|
|
346
|
+
"path": "src/design-system/design-system.ts",
|
|
347
|
+
"declarations": [
|
|
348
|
+
{
|
|
349
|
+
"kind": "function",
|
|
350
|
+
"name": "assureDesignSystem",
|
|
351
|
+
"return": {
|
|
352
|
+
"type": {
|
|
353
|
+
"text": "DesignSystemModule"
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
"parameters": [
|
|
357
|
+
{
|
|
358
|
+
"name": "module",
|
|
359
|
+
"type": {
|
|
360
|
+
"text": "DesignSystemModule"
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
],
|
|
364
|
+
"privacy": "public"
|
|
365
|
+
}
|
|
366
|
+
],
|
|
367
|
+
"exports": [
|
|
368
|
+
{
|
|
369
|
+
"kind": "js",
|
|
370
|
+
"name": "assureDesignSystem",
|
|
371
|
+
"declaration": {
|
|
372
|
+
"name": "assureDesignSystem",
|
|
373
|
+
"module": "src/design-system/design-system.ts"
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
]
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"kind": "javascript-module",
|
|
380
|
+
"path": "src/design-system/index.ts",
|
|
381
|
+
"declarations": [],
|
|
382
|
+
"exports": [
|
|
383
|
+
{
|
|
384
|
+
"kind": "js",
|
|
385
|
+
"name": "*",
|
|
386
|
+
"declaration": {
|
|
387
|
+
"name": "*",
|
|
388
|
+
"package": "./design-system"
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
]
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"kind": "javascript-module",
|
|
395
|
+
"path": "src/decorators/index.ts",
|
|
396
|
+
"declarations": [],
|
|
397
|
+
"exports": [
|
|
398
|
+
{
|
|
399
|
+
"kind": "js",
|
|
400
|
+
"name": "*",
|
|
401
|
+
"declaration": {
|
|
402
|
+
"name": "*",
|
|
403
|
+
"package": "./renderOnChange"
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
]
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"kind": "javascript-module",
|
|
410
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
411
|
+
"declarations": [
|
|
412
|
+
{
|
|
413
|
+
"kind": "function",
|
|
414
|
+
"name": "renderOnChange",
|
|
415
|
+
"parameters": [
|
|
416
|
+
{
|
|
417
|
+
"name": "target",
|
|
418
|
+
"type": {
|
|
419
|
+
"text": "FASTElement & { render(): void }"
|
|
420
|
+
},
|
|
421
|
+
"description": "The target to define the property change handler on."
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"name": "name",
|
|
425
|
+
"type": {
|
|
426
|
+
"text": "string"
|
|
427
|
+
},
|
|
428
|
+
"description": "The property name."
|
|
429
|
+
}
|
|
430
|
+
],
|
|
431
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
432
|
+
"privacy": "public"
|
|
433
|
+
}
|
|
434
|
+
],
|
|
435
|
+
"exports": [
|
|
436
|
+
{
|
|
437
|
+
"kind": "js",
|
|
438
|
+
"name": "renderOnChange",
|
|
439
|
+
"declaration": {
|
|
440
|
+
"name": "renderOnChange",
|
|
441
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
]
|
|
445
|
+
},
|
|
344
446
|
{
|
|
345
447
|
"kind": "javascript-module",
|
|
346
448
|
"path": "src/directives/index.ts",
|
|
@@ -589,94 +691,186 @@
|
|
|
589
691
|
},
|
|
590
692
|
{
|
|
591
693
|
"kind": "javascript-module",
|
|
592
|
-
"path": "src/
|
|
593
|
-
"declarations": [],
|
|
594
|
-
"exports": [
|
|
595
|
-
{
|
|
596
|
-
"kind": "js",
|
|
597
|
-
"name": "*",
|
|
598
|
-
"declaration": {
|
|
599
|
-
"name": "*",
|
|
600
|
-
"package": "./renderOnChange"
|
|
601
|
-
}
|
|
602
|
-
}
|
|
603
|
-
]
|
|
604
|
-
},
|
|
605
|
-
{
|
|
606
|
-
"kind": "javascript-module",
|
|
607
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
694
|
+
"path": "src/error/errorMap.ts",
|
|
608
695
|
"declarations": [
|
|
609
696
|
{
|
|
610
|
-
"kind": "
|
|
611
|
-
"
|
|
612
|
-
"
|
|
697
|
+
"kind": "class",
|
|
698
|
+
"description": "",
|
|
699
|
+
"name": "DefaultErrorMap",
|
|
700
|
+
"members": [
|
|
613
701
|
{
|
|
614
|
-
"
|
|
702
|
+
"kind": "field",
|
|
703
|
+
"name": "map",
|
|
704
|
+
"privacy": "private",
|
|
705
|
+
"default": "new Map<keyof TErrorDetailMap, Error>()"
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"kind": "field",
|
|
709
|
+
"name": "lastError",
|
|
615
710
|
"type": {
|
|
616
|
-
"text": "
|
|
711
|
+
"text": "Error"
|
|
617
712
|
},
|
|
618
|
-
"description": "
|
|
713
|
+
"description": "{@inheritDoc ErrorMap.lastError}"
|
|
619
714
|
},
|
|
620
715
|
{
|
|
621
|
-
"
|
|
716
|
+
"kind": "method",
|
|
717
|
+
"name": "set",
|
|
718
|
+
"return": {
|
|
719
|
+
"type": {
|
|
720
|
+
"text": "void"
|
|
721
|
+
}
|
|
722
|
+
},
|
|
723
|
+
"parameters": [
|
|
724
|
+
{
|
|
725
|
+
"name": "key",
|
|
726
|
+
"type": {
|
|
727
|
+
"text": "keyof TErrorDetailMap"
|
|
728
|
+
}
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"name": "error",
|
|
732
|
+
"type": {
|
|
733
|
+
"text": "Error"
|
|
734
|
+
}
|
|
735
|
+
}
|
|
736
|
+
],
|
|
737
|
+
"description": "{@inheritDoc ErrorMap.set}"
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
"kind": "method",
|
|
741
|
+
"name": "get",
|
|
742
|
+
"return": {
|
|
743
|
+
"type": {
|
|
744
|
+
"text": ""
|
|
745
|
+
}
|
|
746
|
+
},
|
|
747
|
+
"parameters": [
|
|
748
|
+
{
|
|
749
|
+
"name": "key",
|
|
750
|
+
"type": {
|
|
751
|
+
"text": "keyof TErrorDetailMap"
|
|
752
|
+
},
|
|
753
|
+
"description": "The key."
|
|
754
|
+
}
|
|
755
|
+
],
|
|
756
|
+
"description": "Get an error by key.",
|
|
757
|
+
"privacy": "public"
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"kind": "method",
|
|
761
|
+
"name": "has",
|
|
762
|
+
"return": {
|
|
763
|
+
"type": {
|
|
764
|
+
"text": ""
|
|
765
|
+
}
|
|
766
|
+
},
|
|
767
|
+
"parameters": [
|
|
768
|
+
{
|
|
769
|
+
"name": "key",
|
|
770
|
+
"type": {
|
|
771
|
+
"text": "keyof TErrorDetailMap"
|
|
772
|
+
},
|
|
773
|
+
"description": "The key."
|
|
774
|
+
}
|
|
775
|
+
],
|
|
776
|
+
"description": "Has an error for key.",
|
|
777
|
+
"privacy": "public"
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"kind": "method",
|
|
781
|
+
"name": "delete",
|
|
782
|
+
"return": {
|
|
783
|
+
"type": {
|
|
784
|
+
"text": ""
|
|
785
|
+
}
|
|
786
|
+
},
|
|
787
|
+
"parameters": [
|
|
788
|
+
{
|
|
789
|
+
"name": "key",
|
|
790
|
+
"type": {
|
|
791
|
+
"text": "keyof TErrorDetailMap"
|
|
792
|
+
},
|
|
793
|
+
"description": "The key."
|
|
794
|
+
}
|
|
795
|
+
],
|
|
796
|
+
"description": "Delete an error.",
|
|
797
|
+
"privacy": "public"
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"kind": "method",
|
|
801
|
+
"name": "clear",
|
|
802
|
+
"description": "Clear errors.",
|
|
803
|
+
"privacy": "public"
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
"kind": "field",
|
|
807
|
+
"name": "size",
|
|
808
|
+
"type": {
|
|
809
|
+
"text": "number"
|
|
810
|
+
},
|
|
811
|
+
"description": "The size of the error map.",
|
|
812
|
+
"return": {
|
|
813
|
+
"type": {
|
|
814
|
+
"text": ""
|
|
815
|
+
}
|
|
816
|
+
},
|
|
817
|
+
"privacy": "public",
|
|
818
|
+
"readonly": true
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"kind": "field",
|
|
822
|
+
"name": "messages",
|
|
622
823
|
"type": {
|
|
623
824
|
"text": "string"
|
|
624
825
|
},
|
|
625
|
-
"description": "
|
|
826
|
+
"description": "{@inheritDoc ErrorMap.messages}",
|
|
827
|
+
"readonly": true
|
|
626
828
|
}
|
|
627
|
-
]
|
|
628
|
-
|
|
629
|
-
"privacy": "public"
|
|
630
|
-
}
|
|
631
|
-
],
|
|
632
|
-
"exports": [
|
|
633
|
-
{
|
|
634
|
-
"kind": "js",
|
|
635
|
-
"name": "renderOnChange",
|
|
636
|
-
"declaration": {
|
|
637
|
-
"name": "renderOnChange",
|
|
638
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
639
|
-
}
|
|
640
|
-
}
|
|
641
|
-
]
|
|
642
|
-
},
|
|
643
|
-
{
|
|
644
|
-
"kind": "javascript-module",
|
|
645
|
-
"path": "src/design-system/design-system.ts",
|
|
646
|
-
"declarations": [
|
|
829
|
+
]
|
|
830
|
+
},
|
|
647
831
|
{
|
|
648
832
|
"kind": "function",
|
|
649
|
-
"name": "
|
|
833
|
+
"name": "createErrorMap",
|
|
650
834
|
"return": {
|
|
651
835
|
"type": {
|
|
652
|
-
"text": "
|
|
836
|
+
"text": ""
|
|
653
837
|
}
|
|
654
838
|
},
|
|
655
839
|
"parameters": [
|
|
656
840
|
{
|
|
657
|
-
"name": "
|
|
841
|
+
"name": "logger",
|
|
658
842
|
"type": {
|
|
659
|
-
"text": "
|
|
660
|
-
}
|
|
843
|
+
"text": "ErrorMapLogger"
|
|
844
|
+
},
|
|
845
|
+
"description": "A logger error method reference."
|
|
661
846
|
}
|
|
662
847
|
],
|
|
848
|
+
"description": "A factory to create the error map.",
|
|
663
849
|
"privacy": "public"
|
|
664
850
|
}
|
|
665
851
|
],
|
|
666
852
|
"exports": [
|
|
667
853
|
{
|
|
668
854
|
"kind": "js",
|
|
669
|
-
"name": "
|
|
855
|
+
"name": "DefaultErrorMap",
|
|
670
856
|
"declaration": {
|
|
671
|
-
"name": "
|
|
672
|
-
"module": "src/
|
|
857
|
+
"name": "DefaultErrorMap",
|
|
858
|
+
"module": "src/error/errorMap.ts"
|
|
859
|
+
}
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"kind": "js",
|
|
863
|
+
"name": "createErrorMap",
|
|
864
|
+
"declaration": {
|
|
865
|
+
"name": "createErrorMap",
|
|
866
|
+
"module": "src/error/errorMap.ts"
|
|
673
867
|
}
|
|
674
868
|
}
|
|
675
869
|
]
|
|
676
870
|
},
|
|
677
871
|
{
|
|
678
872
|
"kind": "javascript-module",
|
|
679
|
-
"path": "src/
|
|
873
|
+
"path": "src/error/index.ts",
|
|
680
874
|
"declarations": [],
|
|
681
875
|
"exports": [
|
|
682
876
|
{
|
|
@@ -684,7 +878,7 @@
|
|
|
684
878
|
"name": "*",
|
|
685
879
|
"declaration": {
|
|
686
880
|
"name": "*",
|
|
687
|
-
"package": "./
|
|
881
|
+
"package": "./errorMap"
|
|
688
882
|
}
|
|
689
883
|
}
|
|
690
884
|
]
|
|
@@ -837,252 +1031,88 @@
|
|
|
837
1031
|
"default": "new RegExp(\n `[$${parts.find((d) => d.type === 'decimal').value}](?:0*$|[^0]0+$)`,\n )"
|
|
838
1032
|
},
|
|
839
1033
|
{
|
|
840
|
-
"kind": "field",
|
|
841
|
-
"name": "_numeral",
|
|
842
|
-
"type": {
|
|
843
|
-
"text": "RegExp"
|
|
844
|
-
},
|
|
845
|
-
"privacy": "private",
|
|
846
|
-
"default": "new RegExp(`[${numerals.join('')}]`, 'g')"
|
|
847
|
-
},
|
|
848
|
-
{
|
|
849
|
-
"kind": "field",
|
|
850
|
-
"name": "_index",
|
|
851
|
-
"type": {
|
|
852
|
-
"text": "any"
|
|
853
|
-
},
|
|
854
|
-
"privacy": "private"
|
|
855
|
-
},
|
|
856
|
-
{
|
|
857
|
-
"kind": "method",
|
|
858
|
-
"name": "parse",
|
|
859
|
-
"parameters": [
|
|
860
|
-
{
|
|
861
|
-
"name": "localeNumber",
|
|
862
|
-
"type": {
|
|
863
|
-
"text": "string"
|
|
864
|
-
}
|
|
865
|
-
}
|
|
866
|
-
]
|
|
867
|
-
},
|
|
868
|
-
{
|
|
869
|
-
"kind": "method",
|
|
870
|
-
"name": "hasSeparator",
|
|
871
|
-
"return": {
|
|
872
|
-
"type": {
|
|
873
|
-
"text": "boolean"
|
|
874
|
-
}
|
|
875
|
-
},
|
|
876
|
-
"parameters": [
|
|
877
|
-
{
|
|
878
|
-
"name": "localeNumber",
|
|
879
|
-
"type": {
|
|
880
|
-
"text": "string"
|
|
881
|
-
}
|
|
882
|
-
}
|
|
883
|
-
]
|
|
884
|
-
},
|
|
885
|
-
{
|
|
886
|
-
"kind": "field",
|
|
887
|
-
"name": "_group",
|
|
888
|
-
"default": "new RegExp(`[${parts.find((d) => d.type === 'group').value}]`, 'g')"
|
|
889
|
-
}
|
|
890
|
-
]
|
|
891
|
-
}
|
|
892
|
-
],
|
|
893
|
-
"exports": [
|
|
894
|
-
{
|
|
895
|
-
"kind": "js",
|
|
896
|
-
"name": "NumberParser",
|
|
897
|
-
"declaration": {
|
|
898
|
-
"name": "NumberParser",
|
|
899
|
-
"module": "src/formatters/localeNumberParser.ts"
|
|
900
|
-
}
|
|
901
|
-
}
|
|
902
|
-
]
|
|
903
|
-
},
|
|
904
|
-
{
|
|
905
|
-
"kind": "javascript-module",
|
|
906
|
-
"path": "src/error/errorMap.ts",
|
|
907
|
-
"declarations": [
|
|
908
|
-
{
|
|
909
|
-
"kind": "class",
|
|
910
|
-
"description": "",
|
|
911
|
-
"name": "DefaultErrorMap",
|
|
912
|
-
"members": [
|
|
913
|
-
{
|
|
914
|
-
"kind": "field",
|
|
915
|
-
"name": "map",
|
|
916
|
-
"privacy": "private",
|
|
917
|
-
"default": "new Map<keyof TErrorDetailMap, Error>()"
|
|
918
|
-
},
|
|
919
|
-
{
|
|
920
|
-
"kind": "field",
|
|
921
|
-
"name": "lastError",
|
|
922
|
-
"type": {
|
|
923
|
-
"text": "Error"
|
|
924
|
-
},
|
|
925
|
-
"description": "{@inheritDoc ErrorMap.lastError}"
|
|
926
|
-
},
|
|
927
|
-
{
|
|
928
|
-
"kind": "method",
|
|
929
|
-
"name": "set",
|
|
930
|
-
"return": {
|
|
931
|
-
"type": {
|
|
932
|
-
"text": "void"
|
|
933
|
-
}
|
|
934
|
-
},
|
|
935
|
-
"parameters": [
|
|
936
|
-
{
|
|
937
|
-
"name": "key",
|
|
938
|
-
"type": {
|
|
939
|
-
"text": "keyof TErrorDetailMap"
|
|
940
|
-
}
|
|
941
|
-
},
|
|
942
|
-
{
|
|
943
|
-
"name": "error",
|
|
944
|
-
"type": {
|
|
945
|
-
"text": "Error"
|
|
946
|
-
}
|
|
947
|
-
}
|
|
948
|
-
],
|
|
949
|
-
"description": "{@inheritDoc ErrorMap.set}"
|
|
1034
|
+
"kind": "field",
|
|
1035
|
+
"name": "_numeral",
|
|
1036
|
+
"type": {
|
|
1037
|
+
"text": "RegExp"
|
|
1038
|
+
},
|
|
1039
|
+
"privacy": "private",
|
|
1040
|
+
"default": "new RegExp(`[${numerals.join('')}]`, 'g')"
|
|
950
1041
|
},
|
|
951
1042
|
{
|
|
952
|
-
"kind": "
|
|
953
|
-
"name": "
|
|
954
|
-
"
|
|
955
|
-
"
|
|
956
|
-
"text": ""
|
|
957
|
-
}
|
|
1043
|
+
"kind": "field",
|
|
1044
|
+
"name": "_index",
|
|
1045
|
+
"type": {
|
|
1046
|
+
"text": "any"
|
|
958
1047
|
},
|
|
959
|
-
"
|
|
960
|
-
{
|
|
961
|
-
"name": "key",
|
|
962
|
-
"type": {
|
|
963
|
-
"text": "keyof TErrorDetailMap"
|
|
964
|
-
},
|
|
965
|
-
"description": "The key."
|
|
966
|
-
}
|
|
967
|
-
],
|
|
968
|
-
"description": "Get an error by key.",
|
|
969
|
-
"privacy": "public"
|
|
1048
|
+
"privacy": "private"
|
|
970
1049
|
},
|
|
971
1050
|
{
|
|
972
1051
|
"kind": "method",
|
|
973
|
-
"name": "
|
|
974
|
-
"return": {
|
|
975
|
-
"type": {
|
|
976
|
-
"text": ""
|
|
977
|
-
}
|
|
978
|
-
},
|
|
1052
|
+
"name": "parse",
|
|
979
1053
|
"parameters": [
|
|
980
1054
|
{
|
|
981
|
-
"name": "
|
|
1055
|
+
"name": "localeNumber",
|
|
982
1056
|
"type": {
|
|
983
|
-
"text": "
|
|
984
|
-
}
|
|
985
|
-
"description": "The key."
|
|
1057
|
+
"text": "string"
|
|
1058
|
+
}
|
|
986
1059
|
}
|
|
987
|
-
]
|
|
988
|
-
"description": "Has an error for key.",
|
|
989
|
-
"privacy": "public"
|
|
1060
|
+
]
|
|
990
1061
|
},
|
|
991
1062
|
{
|
|
992
1063
|
"kind": "method",
|
|
993
|
-
"name": "
|
|
1064
|
+
"name": "hasSeparator",
|
|
994
1065
|
"return": {
|
|
995
1066
|
"type": {
|
|
996
|
-
"text": ""
|
|
1067
|
+
"text": "boolean"
|
|
997
1068
|
}
|
|
998
1069
|
},
|
|
999
1070
|
"parameters": [
|
|
1000
1071
|
{
|
|
1001
|
-
"name": "
|
|
1072
|
+
"name": "localeNumber",
|
|
1002
1073
|
"type": {
|
|
1003
|
-
"text": "
|
|
1004
|
-
}
|
|
1005
|
-
"description": "The key."
|
|
1006
|
-
}
|
|
1007
|
-
],
|
|
1008
|
-
"description": "Delete an error.",
|
|
1009
|
-
"privacy": "public"
|
|
1010
|
-
},
|
|
1011
|
-
{
|
|
1012
|
-
"kind": "method",
|
|
1013
|
-
"name": "clear",
|
|
1014
|
-
"description": "Clear errors.",
|
|
1015
|
-
"privacy": "public"
|
|
1016
|
-
},
|
|
1017
|
-
{
|
|
1018
|
-
"kind": "field",
|
|
1019
|
-
"name": "size",
|
|
1020
|
-
"type": {
|
|
1021
|
-
"text": "number"
|
|
1022
|
-
},
|
|
1023
|
-
"description": "The size of the error map.",
|
|
1024
|
-
"return": {
|
|
1025
|
-
"type": {
|
|
1026
|
-
"text": ""
|
|
1074
|
+
"text": "string"
|
|
1075
|
+
}
|
|
1027
1076
|
}
|
|
1028
|
-
|
|
1029
|
-
"privacy": "public",
|
|
1030
|
-
"readonly": true
|
|
1077
|
+
]
|
|
1031
1078
|
},
|
|
1032
1079
|
{
|
|
1033
1080
|
"kind": "field",
|
|
1034
|
-
"name": "
|
|
1035
|
-
"
|
|
1036
|
-
"text": "string"
|
|
1037
|
-
},
|
|
1038
|
-
"description": "{@inheritDoc ErrorMap.messages}",
|
|
1039
|
-
"readonly": true
|
|
1081
|
+
"name": "_group",
|
|
1082
|
+
"default": "new RegExp(`[${parts.find((d) => d.type === 'group').value}]`, 'g')"
|
|
1040
1083
|
}
|
|
1041
1084
|
]
|
|
1042
|
-
},
|
|
1043
|
-
{
|
|
1044
|
-
"kind": "function",
|
|
1045
|
-
"name": "createErrorMap",
|
|
1046
|
-
"return": {
|
|
1047
|
-
"type": {
|
|
1048
|
-
"text": ""
|
|
1049
|
-
}
|
|
1050
|
-
},
|
|
1051
|
-
"parameters": [
|
|
1052
|
-
{
|
|
1053
|
-
"name": "logger",
|
|
1054
|
-
"type": {
|
|
1055
|
-
"text": "ErrorMapLogger"
|
|
1056
|
-
},
|
|
1057
|
-
"description": "A logger error method reference."
|
|
1058
|
-
}
|
|
1059
|
-
],
|
|
1060
|
-
"description": "A factory to create the error map.",
|
|
1061
|
-
"privacy": "public"
|
|
1062
1085
|
}
|
|
1063
1086
|
],
|
|
1064
1087
|
"exports": [
|
|
1065
1088
|
{
|
|
1066
1089
|
"kind": "js",
|
|
1067
|
-
"name": "
|
|
1090
|
+
"name": "NumberParser",
|
|
1068
1091
|
"declaration": {
|
|
1069
|
-
"name": "
|
|
1070
|
-
"module": "src/
|
|
1092
|
+
"name": "NumberParser",
|
|
1093
|
+
"module": "src/formatters/localeNumberParser.ts"
|
|
1071
1094
|
}
|
|
1072
|
-
}
|
|
1095
|
+
}
|
|
1096
|
+
]
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"kind": "javascript-module",
|
|
1100
|
+
"path": "src/mappers/index.ts",
|
|
1101
|
+
"declarations": [],
|
|
1102
|
+
"exports": [
|
|
1073
1103
|
{
|
|
1074
1104
|
"kind": "js",
|
|
1075
|
-
"name": "
|
|
1105
|
+
"name": "*",
|
|
1076
1106
|
"declaration": {
|
|
1077
|
-
"name": "
|
|
1078
|
-
"
|
|
1107
|
+
"name": "*",
|
|
1108
|
+
"package": "./dto"
|
|
1079
1109
|
}
|
|
1080
1110
|
}
|
|
1081
1111
|
]
|
|
1082
1112
|
},
|
|
1083
1113
|
{
|
|
1084
1114
|
"kind": "javascript-module",
|
|
1085
|
-
"path": "src/
|
|
1115
|
+
"path": "src/mixins/index.ts",
|
|
1086
1116
|
"declarations": [],
|
|
1087
1117
|
"exports": [
|
|
1088
1118
|
{
|
|
@@ -1090,7 +1120,15 @@
|
|
|
1090
1120
|
"name": "*",
|
|
1091
1121
|
"declaration": {
|
|
1092
1122
|
"name": "*",
|
|
1093
|
-
"package": "./
|
|
1123
|
+
"package": "./pendingState"
|
|
1124
|
+
}
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"kind": "js",
|
|
1128
|
+
"name": "*",
|
|
1129
|
+
"declaration": {
|
|
1130
|
+
"name": "*",
|
|
1131
|
+
"package": "./lifecycle"
|
|
1094
1132
|
}
|
|
1095
1133
|
}
|
|
1096
1134
|
]
|
|
@@ -1181,44 +1219,6 @@
|
|
|
1181
1219
|
}
|
|
1182
1220
|
]
|
|
1183
1221
|
},
|
|
1184
|
-
{
|
|
1185
|
-
"kind": "javascript-module",
|
|
1186
|
-
"path": "src/mappers/index.ts",
|
|
1187
|
-
"declarations": [],
|
|
1188
|
-
"exports": [
|
|
1189
|
-
{
|
|
1190
|
-
"kind": "js",
|
|
1191
|
-
"name": "*",
|
|
1192
|
-
"declaration": {
|
|
1193
|
-
"name": "*",
|
|
1194
|
-
"package": "./dto"
|
|
1195
|
-
}
|
|
1196
|
-
}
|
|
1197
|
-
]
|
|
1198
|
-
},
|
|
1199
|
-
{
|
|
1200
|
-
"kind": "javascript-module",
|
|
1201
|
-
"path": "src/mixins/index.ts",
|
|
1202
|
-
"declarations": [],
|
|
1203
|
-
"exports": [
|
|
1204
|
-
{
|
|
1205
|
-
"kind": "js",
|
|
1206
|
-
"name": "*",
|
|
1207
|
-
"declaration": {
|
|
1208
|
-
"name": "*",
|
|
1209
|
-
"package": "./pendingState"
|
|
1210
|
-
}
|
|
1211
|
-
},
|
|
1212
|
-
{
|
|
1213
|
-
"kind": "js",
|
|
1214
|
-
"name": "*",
|
|
1215
|
-
"declaration": {
|
|
1216
|
-
"name": "*",
|
|
1217
|
-
"package": "./lifecycle"
|
|
1218
|
-
}
|
|
1219
|
-
}
|
|
1220
|
-
]
|
|
1221
|
-
},
|
|
1222
1222
|
{
|
|
1223
1223
|
"kind": "javascript-module",
|
|
1224
1224
|
"path": "src/observer/index.ts",
|
|
@@ -1685,43 +1685,6 @@
|
|
|
1685
1685
|
}
|
|
1686
1686
|
]
|
|
1687
1687
|
},
|
|
1688
|
-
{
|
|
1689
|
-
"kind": "javascript-module",
|
|
1690
|
-
"path": "src/uuid/index.ts",
|
|
1691
|
-
"declarations": [],
|
|
1692
|
-
"exports": [
|
|
1693
|
-
{
|
|
1694
|
-
"kind": "js",
|
|
1695
|
-
"name": "*",
|
|
1696
|
-
"declaration": {
|
|
1697
|
-
"name": "*",
|
|
1698
|
-
"package": "./uuid"
|
|
1699
|
-
}
|
|
1700
|
-
}
|
|
1701
|
-
]
|
|
1702
|
-
},
|
|
1703
|
-
{
|
|
1704
|
-
"kind": "javascript-module",
|
|
1705
|
-
"path": "src/uuid/uuid.ts",
|
|
1706
|
-
"declarations": [
|
|
1707
|
-
{
|
|
1708
|
-
"kind": "variable",
|
|
1709
|
-
"name": "UUID",
|
|
1710
|
-
"description": "A dependency injection token for the UUID interface.",
|
|
1711
|
-
"privacy": "public"
|
|
1712
|
-
}
|
|
1713
|
-
],
|
|
1714
|
-
"exports": [
|
|
1715
|
-
{
|
|
1716
|
-
"kind": "js",
|
|
1717
|
-
"name": "UUID",
|
|
1718
|
-
"declaration": {
|
|
1719
|
-
"name": "UUID",
|
|
1720
|
-
"module": "src/uuid/uuid.ts"
|
|
1721
|
-
}
|
|
1722
|
-
}
|
|
1723
|
-
]
|
|
1724
|
-
},
|
|
1725
1688
|
{
|
|
1726
1689
|
"kind": "javascript-module",
|
|
1727
1690
|
"path": "src/window/index.ts",
|
|
@@ -1959,6 +1922,43 @@
|
|
|
1959
1922
|
}
|
|
1960
1923
|
]
|
|
1961
1924
|
},
|
|
1925
|
+
{
|
|
1926
|
+
"kind": "javascript-module",
|
|
1927
|
+
"path": "src/uuid/index.ts",
|
|
1928
|
+
"declarations": [],
|
|
1929
|
+
"exports": [
|
|
1930
|
+
{
|
|
1931
|
+
"kind": "js",
|
|
1932
|
+
"name": "*",
|
|
1933
|
+
"declaration": {
|
|
1934
|
+
"name": "*",
|
|
1935
|
+
"package": "./uuid"
|
|
1936
|
+
}
|
|
1937
|
+
}
|
|
1938
|
+
]
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"kind": "javascript-module",
|
|
1942
|
+
"path": "src/uuid/uuid.ts",
|
|
1943
|
+
"declarations": [
|
|
1944
|
+
{
|
|
1945
|
+
"kind": "variable",
|
|
1946
|
+
"name": "UUID",
|
|
1947
|
+
"description": "A dependency injection token for the UUID interface.",
|
|
1948
|
+
"privacy": "public"
|
|
1949
|
+
}
|
|
1950
|
+
],
|
|
1951
|
+
"exports": [
|
|
1952
|
+
{
|
|
1953
|
+
"kind": "js",
|
|
1954
|
+
"name": "UUID",
|
|
1955
|
+
"declaration": {
|
|
1956
|
+
"name": "UUID",
|
|
1957
|
+
"module": "src/uuid/uuid.ts"
|
|
1958
|
+
}
|
|
1959
|
+
}
|
|
1960
|
+
]
|
|
1961
|
+
},
|
|
1962
1962
|
{
|
|
1963
1963
|
"kind": "javascript-module",
|
|
1964
1964
|
"path": "src/directives/when-else/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.92.
|
|
4
|
+
"version": "14.92.5",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"test": "genx test"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@genesislcap/foundation-testing": "14.92.
|
|
23
|
-
"@genesislcap/genx": "14.92.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.92.5",
|
|
23
|
+
"@genesislcap/genx": "14.92.5",
|
|
24
24
|
"rimraf": "^3.0.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@genesislcap/foundation-logger": "14.92.
|
|
27
|
+
"@genesislcap/foundation-logger": "14.92.5",
|
|
28
28
|
"@microsoft/fast-components": "^2.21.3",
|
|
29
29
|
"@microsoft/fast-element": "^1.7.0",
|
|
30
30
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
44
|
"customElements": "dist/custom-elements.json",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "1ab3429e0f9479079a247884cd93d08e726c6a35"
|
|
46
46
|
}
|