@genesislcap/foundation-utils 14.209.0 → 14.209.1-alpha-963e767.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/custom-elements.json +234 -234
  2. package/package.json +10 -10
@@ -365,56 +365,6 @@
365
365
  }
366
366
  ]
367
367
  },
368
- {
369
- "kind": "javascript-module",
370
- "path": "src/design-system/design-system.ts",
371
- "declarations": [
372
- {
373
- "kind": "function",
374
- "name": "assureDesignSystem",
375
- "return": {
376
- "type": {
377
- "text": "DesignSystemModule"
378
- }
379
- },
380
- "parameters": [
381
- {
382
- "name": "module",
383
- "type": {
384
- "text": "DesignSystemModule"
385
- }
386
- }
387
- ],
388
- "description": "assureDesignSystem.",
389
- "privacy": "public"
390
- }
391
- ],
392
- "exports": [
393
- {
394
- "kind": "js",
395
- "name": "assureDesignSystem",
396
- "declaration": {
397
- "name": "assureDesignSystem",
398
- "module": "src/design-system/design-system.ts"
399
- }
400
- }
401
- ]
402
- },
403
- {
404
- "kind": "javascript-module",
405
- "path": "src/design-system/index.ts",
406
- "declarations": [],
407
- "exports": [
408
- {
409
- "kind": "js",
410
- "name": "*",
411
- "declaration": {
412
- "name": "*",
413
- "package": "./design-system"
414
- }
415
- }
416
- ]
417
- },
418
368
  {
419
369
  "kind": "javascript-module",
420
370
  "path": "src/decorators/index.ts",
@@ -470,214 +420,42 @@
470
420
  },
471
421
  {
472
422
  "kind": "javascript-module",
473
- "path": "src/directives/index.ts",
474
- "declarations": [],
475
- "exports": [
476
- {
477
- "kind": "js",
478
- "name": "*",
479
- "declaration": {
480
- "name": "*",
481
- "package": "./sync"
482
- }
483
- },
484
- {
485
- "kind": "js",
486
- "name": "*",
487
- "declaration": {
488
- "name": "*",
489
- "package": "./when-else"
490
- }
491
- }
492
- ]
493
- },
494
- {
495
- "kind": "javascript-module",
496
- "path": "src/error/errorMap.ts",
423
+ "path": "src/design-system/design-system.ts",
497
424
  "declarations": [
498
- {
499
- "kind": "class",
500
- "description": "",
501
- "name": "DefaultErrorMap",
502
- "members": [
503
- {
504
- "kind": "field",
505
- "name": "map",
506
- "privacy": "private",
507
- "default": "new Map<keyof TErrorDetailMap, Error>()"
508
- },
509
- {
510
- "kind": "field",
511
- "name": "lastError",
512
- "type": {
513
- "text": "Error"
514
- },
515
- "description": "{@inheritDoc ErrorMap.lastError}"
516
- },
517
- {
518
- "kind": "method",
519
- "name": "set",
520
- "return": {
521
- "type": {
522
- "text": "void"
523
- }
524
- },
525
- "parameters": [
526
- {
527
- "name": "key",
528
- "type": {
529
- "text": "keyof TErrorDetailMap"
530
- }
531
- },
532
- {
533
- "name": "error",
534
- "type": {
535
- "text": "Error"
536
- }
537
- }
538
- ],
539
- "description": "{@inheritDoc ErrorMap.set}"
540
- },
541
- {
542
- "kind": "method",
543
- "name": "get",
544
- "return": {
545
- "type": {
546
- "text": ""
547
- }
548
- },
549
- "parameters": [
550
- {
551
- "name": "key",
552
- "type": {
553
- "text": "keyof TErrorDetailMap"
554
- },
555
- "description": "The key."
556
- }
557
- ],
558
- "description": "Get an error by key.",
559
- "privacy": "public"
560
- },
561
- {
562
- "kind": "method",
563
- "name": "has",
564
- "return": {
565
- "type": {
566
- "text": ""
567
- }
568
- },
569
- "parameters": [
570
- {
571
- "name": "key",
572
- "type": {
573
- "text": "keyof TErrorDetailMap"
574
- },
575
- "description": "The key."
576
- }
577
- ],
578
- "description": "Has an error for key.",
579
- "privacy": "public"
580
- },
581
- {
582
- "kind": "method",
583
- "name": "delete",
584
- "return": {
585
- "type": {
586
- "text": ""
587
- }
588
- },
589
- "parameters": [
590
- {
591
- "name": "key",
592
- "type": {
593
- "text": "keyof TErrorDetailMap"
594
- },
595
- "description": "The key."
596
- }
597
- ],
598
- "description": "Delete an error.",
599
- "privacy": "public"
600
- },
601
- {
602
- "kind": "method",
603
- "name": "clear",
604
- "description": "Clear errors.",
605
- "privacy": "public"
606
- },
607
- {
608
- "kind": "field",
609
- "name": "size",
610
- "type": {
611
- "text": "number"
612
- },
613
- "description": "The size of the error map.",
614
- "return": {
615
- "type": {
616
- "text": ""
617
- }
618
- },
619
- "privacy": "public",
620
- "readonly": true
621
- },
622
- {
623
- "kind": "method",
624
- "name": "values",
625
- "privacy": "public"
626
- },
627
- {
628
- "kind": "field",
629
- "name": "messages",
630
- "type": {
631
- "text": "string"
632
- },
633
- "description": "{@inheritDoc ErrorMap.messages}",
634
- "readonly": true
635
- }
636
- ]
637
- },
638
425
  {
639
426
  "kind": "function",
640
- "name": "createErrorMap",
427
+ "name": "assureDesignSystem",
641
428
  "return": {
642
429
  "type": {
643
- "text": ""
430
+ "text": "DesignSystemModule"
644
431
  }
645
432
  },
646
433
  "parameters": [
647
434
  {
648
- "name": "logger",
435
+ "name": "module",
649
436
  "type": {
650
- "text": "ErrorMapLogger"
651
- },
652
- "description": "A logger error method reference."
437
+ "text": "DesignSystemModule"
438
+ }
653
439
  }
654
440
  ],
655
- "description": "A factory to create the error map.",
441
+ "description": "assureDesignSystem.",
656
442
  "privacy": "public"
657
443
  }
658
444
  ],
659
445
  "exports": [
660
446
  {
661
447
  "kind": "js",
662
- "name": "DefaultErrorMap",
663
- "declaration": {
664
- "name": "DefaultErrorMap",
665
- "module": "src/error/errorMap.ts"
666
- }
667
- },
668
- {
669
- "kind": "js",
670
- "name": "createErrorMap",
448
+ "name": "assureDesignSystem",
671
449
  "declaration": {
672
- "name": "createErrorMap",
673
- "module": "src/error/errorMap.ts"
450
+ "name": "assureDesignSystem",
451
+ "module": "src/design-system/design-system.ts"
674
452
  }
675
453
  }
676
454
  ]
677
455
  },
678
456
  {
679
457
  "kind": "javascript-module",
680
- "path": "src/error/index.ts",
458
+ "path": "src/design-system/index.ts",
681
459
  "declarations": [],
682
460
  "exports": [
683
461
  {
@@ -685,7 +463,7 @@
685
463
  "name": "*",
686
464
  "declaration": {
687
465
  "name": "*",
688
- "package": "./errorMap"
466
+ "package": "./design-system"
689
467
  }
690
468
  }
691
469
  ]
@@ -928,6 +706,228 @@
928
706
  }
929
707
  ]
930
708
  },
709
+ {
710
+ "kind": "javascript-module",
711
+ "path": "src/error/errorMap.ts",
712
+ "declarations": [
713
+ {
714
+ "kind": "class",
715
+ "description": "",
716
+ "name": "DefaultErrorMap",
717
+ "members": [
718
+ {
719
+ "kind": "field",
720
+ "name": "map",
721
+ "privacy": "private",
722
+ "default": "new Map<keyof TErrorDetailMap, Error>()"
723
+ },
724
+ {
725
+ "kind": "field",
726
+ "name": "lastError",
727
+ "type": {
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/directives/index.ts",
911
+ "declarations": [],
912
+ "exports": [
913
+ {
914
+ "kind": "js",
915
+ "name": "*",
916
+ "declaration": {
917
+ "name": "*",
918
+ "package": "./sync"
919
+ }
920
+ },
921
+ {
922
+ "kind": "js",
923
+ "name": "*",
924
+ "declaration": {
925
+ "name": "*",
926
+ "package": "./when-else"
927
+ }
928
+ }
929
+ ]
930
+ },
931
931
  {
932
932
  "kind": "javascript-module",
933
933
  "path": "src/formatters/datetime.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.209.0",
4
+ "version": "14.209.1-alpha-963e767.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.209.0",
31
- "@genesislcap/genx": "14.209.0",
32
- "@genesislcap/rollup-builder": "14.209.0",
33
- "@genesislcap/ts-builder": "14.209.0",
34
- "@genesislcap/uvu-playwright-builder": "14.209.0",
35
- "@genesislcap/vite-builder": "14.209.0",
36
- "@genesislcap/webpack-builder": "14.209.0",
30
+ "@genesislcap/foundation-testing": "14.209.1-alpha-963e767.0",
31
+ "@genesislcap/genx": "14.209.1-alpha-963e767.0",
32
+ "@genesislcap/rollup-builder": "14.209.1-alpha-963e767.0",
33
+ "@genesislcap/ts-builder": "14.209.1-alpha-963e767.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.209.1-alpha-963e767.0",
35
+ "@genesislcap/vite-builder": "14.209.1-alpha-963e767.0",
36
+ "@genesislcap/webpack-builder": "14.209.1-alpha-963e767.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.209.0",
40
+ "@genesislcap/foundation-logger": "14.209.1-alpha-963e767.0",
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": "d14797ed4a8a13cdd03e42204458fb4f174be806"
58
+ "gitHead": "dbe3ea7f9ec339bb40f17faf5b4f557c33f174e5"
59
59
  }