@genesislcap/foundation-utils 14.208.3-alpha-92c853eac01c.0 → 14.208.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/custom-elements.json +195 -195
- package/package.json +10 -10
@@ -420,206 +420,65 @@
|
|
420
420
|
},
|
421
421
|
{
|
422
422
|
"kind": "javascript-module",
|
423
|
-
"path": "src/
|
424
|
-
"declarations": [
|
423
|
+
"path": "src/directives/index.ts",
|
424
|
+
"declarations": [],
|
425
|
+
"exports": [
|
425
426
|
{
|
426
|
-
"kind": "
|
427
|
-
"
|
428
|
-
"
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
"name": "map",
|
433
|
-
"privacy": "private",
|
434
|
-
"default": "new Map<keyof TErrorDetailMap, Error>()"
|
435
|
-
},
|
436
|
-
{
|
437
|
-
"kind": "field",
|
438
|
-
"name": "lastError",
|
439
|
-
"type": {
|
440
|
-
"text": "Error"
|
441
|
-
},
|
442
|
-
"description": "{@inheritDoc ErrorMap.lastError}"
|
443
|
-
},
|
444
|
-
{
|
445
|
-
"kind": "method",
|
446
|
-
"name": "set",
|
447
|
-
"return": {
|
448
|
-
"type": {
|
449
|
-
"text": "void"
|
450
|
-
}
|
451
|
-
},
|
452
|
-
"parameters": [
|
453
|
-
{
|
454
|
-
"name": "key",
|
455
|
-
"type": {
|
456
|
-
"text": "keyof TErrorDetailMap"
|
457
|
-
}
|
458
|
-
},
|
459
|
-
{
|
460
|
-
"name": "error",
|
461
|
-
"type": {
|
462
|
-
"text": "Error"
|
463
|
-
}
|
464
|
-
}
|
465
|
-
],
|
466
|
-
"description": "{@inheritDoc ErrorMap.set}"
|
467
|
-
},
|
468
|
-
{
|
469
|
-
"kind": "method",
|
470
|
-
"name": "get",
|
471
|
-
"return": {
|
472
|
-
"type": {
|
473
|
-
"text": ""
|
474
|
-
}
|
475
|
-
},
|
476
|
-
"parameters": [
|
477
|
-
{
|
478
|
-
"name": "key",
|
479
|
-
"type": {
|
480
|
-
"text": "keyof TErrorDetailMap"
|
481
|
-
},
|
482
|
-
"description": "The key."
|
483
|
-
}
|
484
|
-
],
|
485
|
-
"description": "Get an error by key.",
|
486
|
-
"privacy": "public"
|
487
|
-
},
|
488
|
-
{
|
489
|
-
"kind": "method",
|
490
|
-
"name": "has",
|
491
|
-
"return": {
|
492
|
-
"type": {
|
493
|
-
"text": ""
|
494
|
-
}
|
495
|
-
},
|
496
|
-
"parameters": [
|
497
|
-
{
|
498
|
-
"name": "key",
|
499
|
-
"type": {
|
500
|
-
"text": "keyof TErrorDetailMap"
|
501
|
-
},
|
502
|
-
"description": "The key."
|
503
|
-
}
|
504
|
-
],
|
505
|
-
"description": "Has an error for key.",
|
506
|
-
"privacy": "public"
|
507
|
-
},
|
508
|
-
{
|
509
|
-
"kind": "method",
|
510
|
-
"name": "delete",
|
511
|
-
"return": {
|
512
|
-
"type": {
|
513
|
-
"text": ""
|
514
|
-
}
|
515
|
-
},
|
516
|
-
"parameters": [
|
517
|
-
{
|
518
|
-
"name": "key",
|
519
|
-
"type": {
|
520
|
-
"text": "keyof TErrorDetailMap"
|
521
|
-
},
|
522
|
-
"description": "The key."
|
523
|
-
}
|
524
|
-
],
|
525
|
-
"description": "Delete an error.",
|
526
|
-
"privacy": "public"
|
527
|
-
},
|
528
|
-
{
|
529
|
-
"kind": "method",
|
530
|
-
"name": "clear",
|
531
|
-
"description": "Clear errors.",
|
532
|
-
"privacy": "public"
|
533
|
-
},
|
534
|
-
{
|
535
|
-
"kind": "field",
|
536
|
-
"name": "size",
|
537
|
-
"type": {
|
538
|
-
"text": "number"
|
539
|
-
},
|
540
|
-
"description": "The size of the error map.",
|
541
|
-
"return": {
|
542
|
-
"type": {
|
543
|
-
"text": ""
|
544
|
-
}
|
545
|
-
},
|
546
|
-
"privacy": "public",
|
547
|
-
"readonly": true
|
548
|
-
},
|
549
|
-
{
|
550
|
-
"kind": "method",
|
551
|
-
"name": "values",
|
552
|
-
"privacy": "public"
|
553
|
-
},
|
554
|
-
{
|
555
|
-
"kind": "field",
|
556
|
-
"name": "messages",
|
557
|
-
"type": {
|
558
|
-
"text": "string"
|
559
|
-
},
|
560
|
-
"description": "{@inheritDoc ErrorMap.messages}",
|
561
|
-
"readonly": true
|
562
|
-
}
|
563
|
-
]
|
427
|
+
"kind": "js",
|
428
|
+
"name": "*",
|
429
|
+
"declaration": {
|
430
|
+
"name": "*",
|
431
|
+
"package": "./sync"
|
432
|
+
}
|
564
433
|
},
|
434
|
+
{
|
435
|
+
"kind": "js",
|
436
|
+
"name": "*",
|
437
|
+
"declaration": {
|
438
|
+
"name": "*",
|
439
|
+
"package": "./when-else"
|
440
|
+
}
|
441
|
+
}
|
442
|
+
]
|
443
|
+
},
|
444
|
+
{
|
445
|
+
"kind": "javascript-module",
|
446
|
+
"path": "src/design-system/design-system.ts",
|
447
|
+
"declarations": [
|
565
448
|
{
|
566
449
|
"kind": "function",
|
567
|
-
"name": "
|
450
|
+
"name": "assureDesignSystem",
|
568
451
|
"return": {
|
569
452
|
"type": {
|
570
|
-
"text": ""
|
453
|
+
"text": "DesignSystemModule"
|
571
454
|
}
|
572
455
|
},
|
573
456
|
"parameters": [
|
574
457
|
{
|
575
|
-
"name": "
|
458
|
+
"name": "module",
|
576
459
|
"type": {
|
577
|
-
"text": "
|
578
|
-
}
|
579
|
-
"description": "A logger error method reference."
|
460
|
+
"text": "DesignSystemModule"
|
461
|
+
}
|
580
462
|
}
|
581
463
|
],
|
582
|
-
"description": "
|
464
|
+
"description": "assureDesignSystem.",
|
583
465
|
"privacy": "public"
|
584
466
|
}
|
585
467
|
],
|
586
468
|
"exports": [
|
587
469
|
{
|
588
470
|
"kind": "js",
|
589
|
-
"name": "
|
590
|
-
"declaration": {
|
591
|
-
"name": "DefaultErrorMap",
|
592
|
-
"module": "src/error/errorMap.ts"
|
593
|
-
}
|
594
|
-
},
|
595
|
-
{
|
596
|
-
"kind": "js",
|
597
|
-
"name": "createErrorMap",
|
598
|
-
"declaration": {
|
599
|
-
"name": "createErrorMap",
|
600
|
-
"module": "src/error/errorMap.ts"
|
601
|
-
}
|
602
|
-
}
|
603
|
-
]
|
604
|
-
},
|
605
|
-
{
|
606
|
-
"kind": "javascript-module",
|
607
|
-
"path": "src/error/index.ts",
|
608
|
-
"declarations": [],
|
609
|
-
"exports": [
|
610
|
-
{
|
611
|
-
"kind": "js",
|
612
|
-
"name": "*",
|
471
|
+
"name": "assureDesignSystem",
|
613
472
|
"declaration": {
|
614
|
-
"name": "
|
615
|
-
"
|
473
|
+
"name": "assureDesignSystem",
|
474
|
+
"module": "src/design-system/design-system.ts"
|
616
475
|
}
|
617
476
|
}
|
618
477
|
]
|
619
478
|
},
|
620
479
|
{
|
621
480
|
"kind": "javascript-module",
|
622
|
-
"path": "src/
|
481
|
+
"path": "src/design-system/index.ts",
|
623
482
|
"declarations": [],
|
624
483
|
"exports": [
|
625
484
|
{
|
@@ -627,15 +486,7 @@
|
|
627
486
|
"name": "*",
|
628
487
|
"declaration": {
|
629
488
|
"name": "*",
|
630
|
-
"package": "./
|
631
|
-
}
|
632
|
-
},
|
633
|
-
{
|
634
|
-
"kind": "js",
|
635
|
-
"name": "*",
|
636
|
-
"declaration": {
|
637
|
-
"name": "*",
|
638
|
-
"package": "./when-else"
|
489
|
+
"package": "./design-system"
|
639
490
|
}
|
640
491
|
}
|
641
492
|
]
|
@@ -880,42 +731,191 @@
|
|
880
731
|
},
|
881
732
|
{
|
882
733
|
"kind": "javascript-module",
|
883
|
-
"path": "src/
|
734
|
+
"path": "src/error/errorMap.ts",
|
884
735
|
"declarations": [
|
736
|
+
{
|
737
|
+
"kind": "class",
|
738
|
+
"description": "",
|
739
|
+
"name": "DefaultErrorMap",
|
740
|
+
"members": [
|
741
|
+
{
|
742
|
+
"kind": "field",
|
743
|
+
"name": "map",
|
744
|
+
"privacy": "private",
|
745
|
+
"default": "new Map<keyof TErrorDetailMap, Error>()"
|
746
|
+
},
|
747
|
+
{
|
748
|
+
"kind": "field",
|
749
|
+
"name": "lastError",
|
750
|
+
"type": {
|
751
|
+
"text": "Error"
|
752
|
+
},
|
753
|
+
"description": "{@inheritDoc ErrorMap.lastError}"
|
754
|
+
},
|
755
|
+
{
|
756
|
+
"kind": "method",
|
757
|
+
"name": "set",
|
758
|
+
"return": {
|
759
|
+
"type": {
|
760
|
+
"text": "void"
|
761
|
+
}
|
762
|
+
},
|
763
|
+
"parameters": [
|
764
|
+
{
|
765
|
+
"name": "key",
|
766
|
+
"type": {
|
767
|
+
"text": "keyof TErrorDetailMap"
|
768
|
+
}
|
769
|
+
},
|
770
|
+
{
|
771
|
+
"name": "error",
|
772
|
+
"type": {
|
773
|
+
"text": "Error"
|
774
|
+
}
|
775
|
+
}
|
776
|
+
],
|
777
|
+
"description": "{@inheritDoc ErrorMap.set}"
|
778
|
+
},
|
779
|
+
{
|
780
|
+
"kind": "method",
|
781
|
+
"name": "get",
|
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": "Get an error by key.",
|
797
|
+
"privacy": "public"
|
798
|
+
},
|
799
|
+
{
|
800
|
+
"kind": "method",
|
801
|
+
"name": "has",
|
802
|
+
"return": {
|
803
|
+
"type": {
|
804
|
+
"text": ""
|
805
|
+
}
|
806
|
+
},
|
807
|
+
"parameters": [
|
808
|
+
{
|
809
|
+
"name": "key",
|
810
|
+
"type": {
|
811
|
+
"text": "keyof TErrorDetailMap"
|
812
|
+
},
|
813
|
+
"description": "The key."
|
814
|
+
}
|
815
|
+
],
|
816
|
+
"description": "Has an error for key.",
|
817
|
+
"privacy": "public"
|
818
|
+
},
|
819
|
+
{
|
820
|
+
"kind": "method",
|
821
|
+
"name": "delete",
|
822
|
+
"return": {
|
823
|
+
"type": {
|
824
|
+
"text": ""
|
825
|
+
}
|
826
|
+
},
|
827
|
+
"parameters": [
|
828
|
+
{
|
829
|
+
"name": "key",
|
830
|
+
"type": {
|
831
|
+
"text": "keyof TErrorDetailMap"
|
832
|
+
},
|
833
|
+
"description": "The key."
|
834
|
+
}
|
835
|
+
],
|
836
|
+
"description": "Delete an error.",
|
837
|
+
"privacy": "public"
|
838
|
+
},
|
839
|
+
{
|
840
|
+
"kind": "method",
|
841
|
+
"name": "clear",
|
842
|
+
"description": "Clear errors.",
|
843
|
+
"privacy": "public"
|
844
|
+
},
|
845
|
+
{
|
846
|
+
"kind": "field",
|
847
|
+
"name": "size",
|
848
|
+
"type": {
|
849
|
+
"text": "number"
|
850
|
+
},
|
851
|
+
"description": "The size of the error map.",
|
852
|
+
"return": {
|
853
|
+
"type": {
|
854
|
+
"text": ""
|
855
|
+
}
|
856
|
+
},
|
857
|
+
"privacy": "public",
|
858
|
+
"readonly": true
|
859
|
+
},
|
860
|
+
{
|
861
|
+
"kind": "method",
|
862
|
+
"name": "values",
|
863
|
+
"privacy": "public"
|
864
|
+
},
|
865
|
+
{
|
866
|
+
"kind": "field",
|
867
|
+
"name": "messages",
|
868
|
+
"type": {
|
869
|
+
"text": "string"
|
870
|
+
},
|
871
|
+
"description": "{@inheritDoc ErrorMap.messages}",
|
872
|
+
"readonly": true
|
873
|
+
}
|
874
|
+
]
|
875
|
+
},
|
885
876
|
{
|
886
877
|
"kind": "function",
|
887
|
-
"name": "
|
878
|
+
"name": "createErrorMap",
|
888
879
|
"return": {
|
889
880
|
"type": {
|
890
|
-
"text": "
|
881
|
+
"text": ""
|
891
882
|
}
|
892
883
|
},
|
893
884
|
"parameters": [
|
894
885
|
{
|
895
|
-
"name": "
|
886
|
+
"name": "logger",
|
896
887
|
"type": {
|
897
|
-
"text": "
|
898
|
-
}
|
888
|
+
"text": "ErrorMapLogger"
|
889
|
+
},
|
890
|
+
"description": "A logger error method reference."
|
899
891
|
}
|
900
892
|
],
|
901
|
-
"description": "
|
893
|
+
"description": "A factory to create the error map.",
|
902
894
|
"privacy": "public"
|
903
895
|
}
|
904
896
|
],
|
905
897
|
"exports": [
|
906
898
|
{
|
907
899
|
"kind": "js",
|
908
|
-
"name": "
|
900
|
+
"name": "DefaultErrorMap",
|
909
901
|
"declaration": {
|
910
|
-
"name": "
|
911
|
-
"module": "src/
|
902
|
+
"name": "DefaultErrorMap",
|
903
|
+
"module": "src/error/errorMap.ts"
|
904
|
+
}
|
905
|
+
},
|
906
|
+
{
|
907
|
+
"kind": "js",
|
908
|
+
"name": "createErrorMap",
|
909
|
+
"declaration": {
|
910
|
+
"name": "createErrorMap",
|
911
|
+
"module": "src/error/errorMap.ts"
|
912
912
|
}
|
913
913
|
}
|
914
914
|
]
|
915
915
|
},
|
916
916
|
{
|
917
917
|
"kind": "javascript-module",
|
918
|
-
"path": "src/
|
918
|
+
"path": "src/error/index.ts",
|
919
919
|
"declarations": [],
|
920
920
|
"exports": [
|
921
921
|
{
|
@@ -923,7 +923,7 @@
|
|
923
923
|
"name": "*",
|
924
924
|
"declaration": {
|
925
925
|
"name": "*",
|
926
|
-
"package": "./
|
926
|
+
"package": "./errorMap"
|
927
927
|
}
|
928
928
|
}
|
929
929
|
]
|
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.208.3
|
4
|
+
"version": "14.208.3",
|
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.208.3
|
31
|
-
"@genesislcap/genx": "14.208.3
|
32
|
-
"@genesislcap/rollup-builder": "14.208.3
|
33
|
-
"@genesislcap/ts-builder": "14.208.3
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.208.3
|
35
|
-
"@genesislcap/vite-builder": "14.208.3
|
36
|
-
"@genesislcap/webpack-builder": "14.208.3
|
30
|
+
"@genesislcap/foundation-testing": "14.208.3",
|
31
|
+
"@genesislcap/genx": "14.208.3",
|
32
|
+
"@genesislcap/rollup-builder": "14.208.3",
|
33
|
+
"@genesislcap/ts-builder": "14.208.3",
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.208.3",
|
35
|
+
"@genesislcap/vite-builder": "14.208.3",
|
36
|
+
"@genesislcap/webpack-builder": "14.208.3",
|
37
37
|
"rimraf": "^5.0.0"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@genesislcap/foundation-logger": "14.208.3
|
40
|
+
"@genesislcap/foundation-logger": "14.208.3",
|
41
41
|
"@microsoft/fast-components": "^2.30.6",
|
42
42
|
"@microsoft/fast-element": "^1.12.0",
|
43
43
|
"@microsoft/fast-foundation": "^2.49.4",
|
@@ -55,5 +55,5 @@
|
|
55
55
|
"access": "public"
|
56
56
|
},
|
57
57
|
"customElements": "dist/custom-elements.json",
|
58
|
-
"gitHead": "
|
58
|
+
"gitHead": "9a3b2919d34357d89791809bcf7ac11e4f23b75b"
|
59
59
|
}
|