@genesislcap/foundation-utils 14.374.2-alpha-2b5362b.0 → 14.375.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 +270 -270
- package/package.json +11 -11
|
@@ -393,120 +393,53 @@
|
|
|
393
393
|
},
|
|
394
394
|
{
|
|
395
395
|
"kind": "javascript-module",
|
|
396
|
-
"path": "src/
|
|
397
|
-
"declarations": [
|
|
398
|
-
|
|
399
|
-
"kind": "function",
|
|
400
|
-
"name": "assureDesignSystem",
|
|
401
|
-
"return": {
|
|
402
|
-
"type": {
|
|
403
|
-
"text": "DesignSystemModule"
|
|
404
|
-
}
|
|
405
|
-
},
|
|
406
|
-
"parameters": [
|
|
407
|
-
{
|
|
408
|
-
"name": "module",
|
|
409
|
-
"type": {
|
|
410
|
-
"text": "DesignSystemModule"
|
|
411
|
-
}
|
|
412
|
-
}
|
|
413
|
-
],
|
|
414
|
-
"description": "assureDesignSystem.",
|
|
415
|
-
"privacy": "public"
|
|
416
|
-
},
|
|
396
|
+
"path": "src/decorators/index.ts",
|
|
397
|
+
"declarations": [],
|
|
398
|
+
"exports": [
|
|
417
399
|
{
|
|
418
|
-
"kind": "
|
|
419
|
-
"name": "
|
|
420
|
-
"
|
|
421
|
-
"
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
"description": "The starting HTML element"
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
"name": "fallbackPrefix",
|
|
435
|
-
"type": {
|
|
436
|
-
"text": "string"
|
|
437
|
-
},
|
|
438
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
439
|
-
}
|
|
440
|
-
],
|
|
441
|
-
"description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
442
|
-
"privacy": "public"
|
|
443
|
-
},
|
|
400
|
+
"kind": "js",
|
|
401
|
+
"name": "*",
|
|
402
|
+
"declaration": {
|
|
403
|
+
"name": "*",
|
|
404
|
+
"package": "./renderOnChange"
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
]
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"kind": "javascript-module",
|
|
411
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
412
|
+
"declarations": [
|
|
444
413
|
{
|
|
445
414
|
"kind": "function",
|
|
446
|
-
"name": "
|
|
447
|
-
"return": {
|
|
448
|
-
"type": {
|
|
449
|
-
"text": ""
|
|
450
|
-
}
|
|
451
|
-
},
|
|
415
|
+
"name": "renderOnChange",
|
|
452
416
|
"parameters": [
|
|
453
417
|
{
|
|
454
|
-
"name": "
|
|
418
|
+
"name": "target",
|
|
455
419
|
"type": {
|
|
456
|
-
"text": "
|
|
420
|
+
"text": "FASTElement & { render(): void }"
|
|
457
421
|
},
|
|
458
|
-
"description": "The
|
|
422
|
+
"description": "The target to define the property change handler on."
|
|
459
423
|
},
|
|
460
424
|
{
|
|
461
|
-
"name": "
|
|
425
|
+
"name": "name",
|
|
462
426
|
"type": {
|
|
463
427
|
"text": "string"
|
|
464
428
|
},
|
|
465
|
-
"description": "The
|
|
429
|
+
"description": "The property name."
|
|
466
430
|
}
|
|
467
431
|
],
|
|
468
|
-
"description": "
|
|
432
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
469
433
|
"privacy": "public"
|
|
470
434
|
}
|
|
471
435
|
],
|
|
472
436
|
"exports": [
|
|
473
437
|
{
|
|
474
438
|
"kind": "js",
|
|
475
|
-
"name": "
|
|
476
|
-
"declaration": {
|
|
477
|
-
"name": "assureDesignSystem",
|
|
478
|
-
"module": "src/design-system/design-system.ts"
|
|
479
|
-
}
|
|
480
|
-
},
|
|
481
|
-
{
|
|
482
|
-
"kind": "js",
|
|
483
|
-
"name": "getCurrentDesignSystem",
|
|
484
|
-
"declaration": {
|
|
485
|
-
"name": "getCurrentDesignSystem",
|
|
486
|
-
"module": "src/design-system/design-system.ts"
|
|
487
|
-
}
|
|
488
|
-
},
|
|
489
|
-
{
|
|
490
|
-
"kind": "js",
|
|
491
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
492
|
-
"declaration": {
|
|
493
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
494
|
-
"module": "src/design-system/design-system.ts"
|
|
495
|
-
}
|
|
496
|
-
}
|
|
497
|
-
]
|
|
498
|
-
},
|
|
499
|
-
{
|
|
500
|
-
"kind": "javascript-module",
|
|
501
|
-
"path": "src/design-system/index.ts",
|
|
502
|
-
"declarations": [],
|
|
503
|
-
"exports": [
|
|
504
|
-
{
|
|
505
|
-
"kind": "js",
|
|
506
|
-
"name": "*",
|
|
439
|
+
"name": "renderOnChange",
|
|
507
440
|
"declaration": {
|
|
508
|
-
"name": "
|
|
509
|
-
"
|
|
441
|
+
"name": "renderOnChange",
|
|
442
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
510
443
|
}
|
|
511
444
|
}
|
|
512
445
|
]
|
|
@@ -536,7 +469,7 @@
|
|
|
536
469
|
},
|
|
537
470
|
{
|
|
538
471
|
"kind": "javascript-module",
|
|
539
|
-
"path": "src/
|
|
472
|
+
"path": "src/encoding/index.ts",
|
|
540
473
|
"declarations": [],
|
|
541
474
|
"exports": [
|
|
542
475
|
{
|
|
@@ -544,196 +477,64 @@
|
|
|
544
477
|
"name": "*",
|
|
545
478
|
"declaration": {
|
|
546
479
|
"name": "*",
|
|
547
|
-
"package": "./
|
|
480
|
+
"package": "./base64"
|
|
548
481
|
}
|
|
549
482
|
}
|
|
550
483
|
]
|
|
551
484
|
},
|
|
552
485
|
{
|
|
553
486
|
"kind": "javascript-module",
|
|
554
|
-
"path": "src/
|
|
487
|
+
"path": "src/design-system/design-system.ts",
|
|
555
488
|
"declarations": [
|
|
556
489
|
{
|
|
557
490
|
"kind": "function",
|
|
558
|
-
"name": "
|
|
491
|
+
"name": "assureDesignSystem",
|
|
492
|
+
"return": {
|
|
493
|
+
"type": {
|
|
494
|
+
"text": "DesignSystemModule"
|
|
495
|
+
}
|
|
496
|
+
},
|
|
559
497
|
"parameters": [
|
|
560
498
|
{
|
|
561
|
-
"name": "
|
|
562
|
-
"type": {
|
|
563
|
-
"text": "FASTElement & { render(): void }"
|
|
564
|
-
},
|
|
565
|
-
"description": "The target to define the property change handler on."
|
|
566
|
-
},
|
|
567
|
-
{
|
|
568
|
-
"name": "name",
|
|
499
|
+
"name": "module",
|
|
569
500
|
"type": {
|
|
570
|
-
"text": "
|
|
571
|
-
}
|
|
572
|
-
"description": "The property name."
|
|
501
|
+
"text": "DesignSystemModule"
|
|
502
|
+
}
|
|
573
503
|
}
|
|
574
504
|
],
|
|
575
|
-
"description": "
|
|
505
|
+
"description": "assureDesignSystem.",
|
|
576
506
|
"privacy": "public"
|
|
577
|
-
}
|
|
578
|
-
],
|
|
579
|
-
"exports": [
|
|
580
|
-
{
|
|
581
|
-
"kind": "js",
|
|
582
|
-
"name": "renderOnChange",
|
|
583
|
-
"declaration": {
|
|
584
|
-
"name": "renderOnChange",
|
|
585
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
586
|
-
}
|
|
587
|
-
}
|
|
588
|
-
]
|
|
589
|
-
},
|
|
590
|
-
{
|
|
591
|
-
"kind": "javascript-module",
|
|
592
|
-
"path": "src/error/errorMap.ts",
|
|
593
|
-
"declarations": [
|
|
507
|
+
},
|
|
594
508
|
{
|
|
595
|
-
"kind": "
|
|
596
|
-
"
|
|
597
|
-
"
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
"default": "new Map<keyof TErrorDetailMap, Error>()"
|
|
604
|
-
},
|
|
605
|
-
{
|
|
606
|
-
"kind": "field",
|
|
607
|
-
"name": "lastError",
|
|
608
|
-
"type": {
|
|
609
|
-
"text": "Error"
|
|
610
|
-
},
|
|
611
|
-
"description": "{@inheritDoc ErrorMap.lastError}"
|
|
612
|
-
},
|
|
613
|
-
{
|
|
614
|
-
"kind": "method",
|
|
615
|
-
"name": "set",
|
|
616
|
-
"return": {
|
|
617
|
-
"type": {
|
|
618
|
-
"text": "void"
|
|
619
|
-
}
|
|
620
|
-
},
|
|
621
|
-
"parameters": [
|
|
622
|
-
{
|
|
623
|
-
"name": "key",
|
|
624
|
-
"type": {
|
|
625
|
-
"text": "keyof TErrorDetailMap"
|
|
626
|
-
}
|
|
627
|
-
},
|
|
628
|
-
{
|
|
629
|
-
"name": "error",
|
|
630
|
-
"type": {
|
|
631
|
-
"text": "Error"
|
|
632
|
-
}
|
|
633
|
-
}
|
|
634
|
-
],
|
|
635
|
-
"description": "{@inheritDoc ErrorMap.set}"
|
|
636
|
-
},
|
|
637
|
-
{
|
|
638
|
-
"kind": "method",
|
|
639
|
-
"name": "get",
|
|
640
|
-
"return": {
|
|
641
|
-
"type": {
|
|
642
|
-
"text": ""
|
|
643
|
-
}
|
|
644
|
-
},
|
|
645
|
-
"parameters": [
|
|
646
|
-
{
|
|
647
|
-
"name": "key",
|
|
648
|
-
"type": {
|
|
649
|
-
"text": "keyof TErrorDetailMap"
|
|
650
|
-
},
|
|
651
|
-
"description": "The key."
|
|
652
|
-
}
|
|
653
|
-
],
|
|
654
|
-
"description": "Get an error by key.",
|
|
655
|
-
"privacy": "public"
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
"kind": "method",
|
|
659
|
-
"name": "has",
|
|
660
|
-
"return": {
|
|
661
|
-
"type": {
|
|
662
|
-
"text": ""
|
|
663
|
-
}
|
|
664
|
-
},
|
|
665
|
-
"parameters": [
|
|
666
|
-
{
|
|
667
|
-
"name": "key",
|
|
668
|
-
"type": {
|
|
669
|
-
"text": "keyof TErrorDetailMap"
|
|
670
|
-
},
|
|
671
|
-
"description": "The key."
|
|
672
|
-
}
|
|
673
|
-
],
|
|
674
|
-
"description": "Has an error for key.",
|
|
675
|
-
"privacy": "public"
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
"kind": "method",
|
|
679
|
-
"name": "delete",
|
|
680
|
-
"return": {
|
|
681
|
-
"type": {
|
|
682
|
-
"text": ""
|
|
683
|
-
}
|
|
684
|
-
},
|
|
685
|
-
"parameters": [
|
|
686
|
-
{
|
|
687
|
-
"name": "key",
|
|
688
|
-
"type": {
|
|
689
|
-
"text": "keyof TErrorDetailMap"
|
|
690
|
-
},
|
|
691
|
-
"description": "The key."
|
|
692
|
-
}
|
|
693
|
-
],
|
|
694
|
-
"description": "Delete an error.",
|
|
695
|
-
"privacy": "public"
|
|
696
|
-
},
|
|
697
|
-
{
|
|
698
|
-
"kind": "method",
|
|
699
|
-
"name": "clear",
|
|
700
|
-
"description": "Clear errors.",
|
|
701
|
-
"privacy": "public"
|
|
702
|
-
},
|
|
509
|
+
"kind": "function",
|
|
510
|
+
"name": "getCurrentDesignSystem",
|
|
511
|
+
"return": {
|
|
512
|
+
"type": {
|
|
513
|
+
"text": ""
|
|
514
|
+
}
|
|
515
|
+
},
|
|
516
|
+
"parameters": [
|
|
703
517
|
{
|
|
704
|
-
"
|
|
705
|
-
"name": "size",
|
|
518
|
+
"name": "element",
|
|
706
519
|
"type": {
|
|
707
|
-
"text": "
|
|
708
|
-
},
|
|
709
|
-
"description": "The size of the error map.",
|
|
710
|
-
"return": {
|
|
711
|
-
"type": {
|
|
712
|
-
"text": ""
|
|
713
|
-
}
|
|
520
|
+
"text": "HTMLElement"
|
|
714
521
|
},
|
|
715
|
-
"
|
|
716
|
-
"readonly": true
|
|
717
|
-
},
|
|
718
|
-
{
|
|
719
|
-
"kind": "method",
|
|
720
|
-
"name": "values",
|
|
721
|
-
"privacy": "public"
|
|
522
|
+
"description": "The starting HTML element"
|
|
722
523
|
},
|
|
723
524
|
{
|
|
724
|
-
"
|
|
725
|
-
"name": "messages",
|
|
525
|
+
"name": "fallbackPrefix",
|
|
726
526
|
"type": {
|
|
727
527
|
"text": "string"
|
|
728
528
|
},
|
|
729
|
-
"description": "
|
|
730
|
-
"readonly": true
|
|
529
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
731
530
|
}
|
|
732
|
-
]
|
|
531
|
+
],
|
|
532
|
+
"description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
533
|
+
"privacy": "public"
|
|
733
534
|
},
|
|
734
535
|
{
|
|
735
536
|
"kind": "function",
|
|
736
|
-
"name": "
|
|
537
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
737
538
|
"return": {
|
|
738
539
|
"type": {
|
|
739
540
|
"text": ""
|
|
@@ -741,39 +542,54 @@
|
|
|
741
542
|
},
|
|
742
543
|
"parameters": [
|
|
743
544
|
{
|
|
744
|
-
"name": "
|
|
545
|
+
"name": "element",
|
|
745
546
|
"type": {
|
|
746
|
-
"text": "
|
|
547
|
+
"text": "HTMLElement"
|
|
747
548
|
},
|
|
748
|
-
"description": "
|
|
549
|
+
"description": "The starting HTML element"
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"name": "fallbackPrefix",
|
|
553
|
+
"type": {
|
|
554
|
+
"text": "string"
|
|
555
|
+
},
|
|
556
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
749
557
|
}
|
|
750
558
|
],
|
|
751
|
-
"description": "
|
|
559
|
+
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
752
560
|
"privacy": "public"
|
|
753
561
|
}
|
|
754
562
|
],
|
|
755
563
|
"exports": [
|
|
756
564
|
{
|
|
757
565
|
"kind": "js",
|
|
758
|
-
"name": "
|
|
566
|
+
"name": "assureDesignSystem",
|
|
759
567
|
"declaration": {
|
|
760
|
-
"name": "
|
|
761
|
-
"module": "src/
|
|
568
|
+
"name": "assureDesignSystem",
|
|
569
|
+
"module": "src/design-system/design-system.ts"
|
|
762
570
|
}
|
|
763
571
|
},
|
|
764
572
|
{
|
|
765
573
|
"kind": "js",
|
|
766
|
-
"name": "
|
|
574
|
+
"name": "getCurrentDesignSystem",
|
|
767
575
|
"declaration": {
|
|
768
|
-
"name": "
|
|
769
|
-
"module": "src/
|
|
576
|
+
"name": "getCurrentDesignSystem",
|
|
577
|
+
"module": "src/design-system/design-system.ts"
|
|
578
|
+
}
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"kind": "js",
|
|
582
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
583
|
+
"declaration": {
|
|
584
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
585
|
+
"module": "src/design-system/design-system.ts"
|
|
770
586
|
}
|
|
771
587
|
}
|
|
772
588
|
]
|
|
773
589
|
},
|
|
774
590
|
{
|
|
775
591
|
"kind": "javascript-module",
|
|
776
|
-
"path": "src/
|
|
592
|
+
"path": "src/design-system/index.ts",
|
|
777
593
|
"declarations": [],
|
|
778
594
|
"exports": [
|
|
779
595
|
{
|
|
@@ -781,7 +597,7 @@
|
|
|
781
597
|
"name": "*",
|
|
782
598
|
"declaration": {
|
|
783
599
|
"name": "*",
|
|
784
|
-
"package": "./
|
|
600
|
+
"package": "./design-system"
|
|
785
601
|
}
|
|
786
602
|
}
|
|
787
603
|
]
|
|
@@ -1263,7 +1079,191 @@
|
|
|
1263
1079
|
},
|
|
1264
1080
|
{
|
|
1265
1081
|
"kind": "javascript-module",
|
|
1266
|
-
"path": "src/
|
|
1082
|
+
"path": "src/error/errorMap.ts",
|
|
1083
|
+
"declarations": [
|
|
1084
|
+
{
|
|
1085
|
+
"kind": "class",
|
|
1086
|
+
"description": "",
|
|
1087
|
+
"name": "DefaultErrorMap",
|
|
1088
|
+
"members": [
|
|
1089
|
+
{
|
|
1090
|
+
"kind": "field",
|
|
1091
|
+
"name": "map",
|
|
1092
|
+
"privacy": "private",
|
|
1093
|
+
"default": "new Map<keyof TErrorDetailMap, Error>()"
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"kind": "field",
|
|
1097
|
+
"name": "lastError",
|
|
1098
|
+
"type": {
|
|
1099
|
+
"text": "Error"
|
|
1100
|
+
},
|
|
1101
|
+
"description": "{@inheritDoc ErrorMap.lastError}"
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"kind": "method",
|
|
1105
|
+
"name": "set",
|
|
1106
|
+
"return": {
|
|
1107
|
+
"type": {
|
|
1108
|
+
"text": "void"
|
|
1109
|
+
}
|
|
1110
|
+
},
|
|
1111
|
+
"parameters": [
|
|
1112
|
+
{
|
|
1113
|
+
"name": "key",
|
|
1114
|
+
"type": {
|
|
1115
|
+
"text": "keyof TErrorDetailMap"
|
|
1116
|
+
}
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"name": "error",
|
|
1120
|
+
"type": {
|
|
1121
|
+
"text": "Error"
|
|
1122
|
+
}
|
|
1123
|
+
}
|
|
1124
|
+
],
|
|
1125
|
+
"description": "{@inheritDoc ErrorMap.set}"
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"kind": "method",
|
|
1129
|
+
"name": "get",
|
|
1130
|
+
"return": {
|
|
1131
|
+
"type": {
|
|
1132
|
+
"text": ""
|
|
1133
|
+
}
|
|
1134
|
+
},
|
|
1135
|
+
"parameters": [
|
|
1136
|
+
{
|
|
1137
|
+
"name": "key",
|
|
1138
|
+
"type": {
|
|
1139
|
+
"text": "keyof TErrorDetailMap"
|
|
1140
|
+
},
|
|
1141
|
+
"description": "The key."
|
|
1142
|
+
}
|
|
1143
|
+
],
|
|
1144
|
+
"description": "Get an error by key.",
|
|
1145
|
+
"privacy": "public"
|
|
1146
|
+
},
|
|
1147
|
+
{
|
|
1148
|
+
"kind": "method",
|
|
1149
|
+
"name": "has",
|
|
1150
|
+
"return": {
|
|
1151
|
+
"type": {
|
|
1152
|
+
"text": ""
|
|
1153
|
+
}
|
|
1154
|
+
},
|
|
1155
|
+
"parameters": [
|
|
1156
|
+
{
|
|
1157
|
+
"name": "key",
|
|
1158
|
+
"type": {
|
|
1159
|
+
"text": "keyof TErrorDetailMap"
|
|
1160
|
+
},
|
|
1161
|
+
"description": "The key."
|
|
1162
|
+
}
|
|
1163
|
+
],
|
|
1164
|
+
"description": "Has an error for key.",
|
|
1165
|
+
"privacy": "public"
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"kind": "method",
|
|
1169
|
+
"name": "delete",
|
|
1170
|
+
"return": {
|
|
1171
|
+
"type": {
|
|
1172
|
+
"text": ""
|
|
1173
|
+
}
|
|
1174
|
+
},
|
|
1175
|
+
"parameters": [
|
|
1176
|
+
{
|
|
1177
|
+
"name": "key",
|
|
1178
|
+
"type": {
|
|
1179
|
+
"text": "keyof TErrorDetailMap"
|
|
1180
|
+
},
|
|
1181
|
+
"description": "The key."
|
|
1182
|
+
}
|
|
1183
|
+
],
|
|
1184
|
+
"description": "Delete an error.",
|
|
1185
|
+
"privacy": "public"
|
|
1186
|
+
},
|
|
1187
|
+
{
|
|
1188
|
+
"kind": "method",
|
|
1189
|
+
"name": "clear",
|
|
1190
|
+
"description": "Clear errors.",
|
|
1191
|
+
"privacy": "public"
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
"kind": "field",
|
|
1195
|
+
"name": "size",
|
|
1196
|
+
"type": {
|
|
1197
|
+
"text": "number"
|
|
1198
|
+
},
|
|
1199
|
+
"description": "The size of the error map.",
|
|
1200
|
+
"return": {
|
|
1201
|
+
"type": {
|
|
1202
|
+
"text": ""
|
|
1203
|
+
}
|
|
1204
|
+
},
|
|
1205
|
+
"privacy": "public",
|
|
1206
|
+
"readonly": true
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
"kind": "method",
|
|
1210
|
+
"name": "values",
|
|
1211
|
+
"privacy": "public"
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
"kind": "field",
|
|
1215
|
+
"name": "messages",
|
|
1216
|
+
"type": {
|
|
1217
|
+
"text": "string"
|
|
1218
|
+
},
|
|
1219
|
+
"description": "{@inheritDoc ErrorMap.messages}",
|
|
1220
|
+
"readonly": true
|
|
1221
|
+
}
|
|
1222
|
+
]
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"kind": "function",
|
|
1226
|
+
"name": "createErrorMap",
|
|
1227
|
+
"return": {
|
|
1228
|
+
"type": {
|
|
1229
|
+
"text": ""
|
|
1230
|
+
}
|
|
1231
|
+
},
|
|
1232
|
+
"parameters": [
|
|
1233
|
+
{
|
|
1234
|
+
"name": "logger",
|
|
1235
|
+
"type": {
|
|
1236
|
+
"text": "ErrorMapLogger"
|
|
1237
|
+
},
|
|
1238
|
+
"description": "A logger error method reference."
|
|
1239
|
+
}
|
|
1240
|
+
],
|
|
1241
|
+
"description": "A factory to create the error map.",
|
|
1242
|
+
"privacy": "public"
|
|
1243
|
+
}
|
|
1244
|
+
],
|
|
1245
|
+
"exports": [
|
|
1246
|
+
{
|
|
1247
|
+
"kind": "js",
|
|
1248
|
+
"name": "DefaultErrorMap",
|
|
1249
|
+
"declaration": {
|
|
1250
|
+
"name": "DefaultErrorMap",
|
|
1251
|
+
"module": "src/error/errorMap.ts"
|
|
1252
|
+
}
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"kind": "js",
|
|
1256
|
+
"name": "createErrorMap",
|
|
1257
|
+
"declaration": {
|
|
1258
|
+
"name": "createErrorMap",
|
|
1259
|
+
"module": "src/error/errorMap.ts"
|
|
1260
|
+
}
|
|
1261
|
+
}
|
|
1262
|
+
]
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"kind": "javascript-module",
|
|
1266
|
+
"path": "src/error/index.ts",
|
|
1267
1267
|
"declarations": [],
|
|
1268
1268
|
"exports": [
|
|
1269
1269
|
{
|
|
@@ -1271,7 +1271,7 @@
|
|
|
1271
1271
|
"name": "*",
|
|
1272
1272
|
"declaration": {
|
|
1273
1273
|
"name": "*",
|
|
1274
|
-
"package": "./
|
|
1274
|
+
"package": "./errorMap"
|
|
1275
1275
|
}
|
|
1276
1276
|
}
|
|
1277
1277
|
]
|
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.375.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,18 +27,18 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/foundation-testing": "14.
|
|
31
|
-
"@genesislcap/genx": "14.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.
|
|
33
|
-
"@genesislcap/ts-builder": "14.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
35
|
-
"@genesislcap/vite-builder": "14.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.375.0",
|
|
31
|
+
"@genesislcap/genx": "14.375.0",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.375.0",
|
|
33
|
+
"@genesislcap/ts-builder": "14.375.0",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.375.0",
|
|
35
|
+
"@genesislcap/vite-builder": "14.375.0",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.375.0",
|
|
37
37
|
"@types/json-schema": "^7.0.11"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/expression-builder": "14.
|
|
41
|
-
"@genesislcap/foundation-logger": "14.
|
|
40
|
+
"@genesislcap/expression-builder": "14.375.0",
|
|
41
|
+
"@genesislcap/foundation-logger": "14.375.0",
|
|
42
42
|
"@microsoft/fast-components": "2.30.6",
|
|
43
43
|
"@microsoft/fast-element": "1.14.0",
|
|
44
44
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
58
|
"customElements": "dist/custom-elements.json",
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "08b47a11ea26fb21fb0ad3ad8b6206ba881d7ad3"
|
|
60
60
|
}
|