@genesislcap/foundation-utils 14.396.1 → 14.396.2-alpha-66a2e7a.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 +284 -284
- 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,204 +469,57 @@
|
|
|
536
469
|
},
|
|
537
470
|
{
|
|
538
471
|
"kind": "javascript-module",
|
|
539
|
-
"path": "src/
|
|
540
|
-
"declarations": [],
|
|
541
|
-
"exports": [
|
|
542
|
-
{
|
|
543
|
-
"kind": "js",
|
|
544
|
-
"name": "*",
|
|
545
|
-
"declaration": {
|
|
546
|
-
"name": "*",
|
|
547
|
-
"package": "./renderOnChange"
|
|
548
|
-
}
|
|
549
|
-
}
|
|
550
|
-
]
|
|
551
|
-
},
|
|
552
|
-
{
|
|
553
|
-
"kind": "javascript-module",
|
|
554
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
472
|
+
"path": "src/design-system/design-system.ts",
|
|
555
473
|
"declarations": [
|
|
556
474
|
{
|
|
557
475
|
"kind": "function",
|
|
558
|
-
"name": "
|
|
476
|
+
"name": "assureDesignSystem",
|
|
477
|
+
"return": {
|
|
478
|
+
"type": {
|
|
479
|
+
"text": "DesignSystemModule"
|
|
480
|
+
}
|
|
481
|
+
},
|
|
559
482
|
"parameters": [
|
|
560
483
|
{
|
|
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",
|
|
484
|
+
"name": "module",
|
|
569
485
|
"type": {
|
|
570
|
-
"text": "
|
|
571
|
-
}
|
|
572
|
-
"description": "The property name."
|
|
486
|
+
"text": "DesignSystemModule"
|
|
487
|
+
}
|
|
573
488
|
}
|
|
574
489
|
],
|
|
575
|
-
"description": "
|
|
490
|
+
"description": "assureDesignSystem.",
|
|
576
491
|
"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": [
|
|
492
|
+
},
|
|
594
493
|
{
|
|
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
|
-
},
|
|
494
|
+
"kind": "function",
|
|
495
|
+
"name": "getCurrentDesignSystem",
|
|
496
|
+
"return": {
|
|
497
|
+
"type": {
|
|
498
|
+
"text": ""
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
"parameters": [
|
|
703
502
|
{
|
|
704
|
-
"
|
|
705
|
-
"name": "size",
|
|
503
|
+
"name": "element",
|
|
706
504
|
"type": {
|
|
707
|
-
"text": "
|
|
708
|
-
},
|
|
709
|
-
"description": "The
|
|
710
|
-
"return": {
|
|
711
|
-
"type": {
|
|
712
|
-
"text": ""
|
|
713
|
-
}
|
|
714
|
-
},
|
|
715
|
-
"privacy": "public",
|
|
716
|
-
"readonly": true
|
|
717
|
-
},
|
|
718
|
-
{
|
|
719
|
-
"kind": "method",
|
|
720
|
-
"name": "values",
|
|
721
|
-
"privacy": "public"
|
|
505
|
+
"text": "HTMLElement"
|
|
506
|
+
},
|
|
507
|
+
"description": "The starting HTML element"
|
|
722
508
|
},
|
|
723
509
|
{
|
|
724
|
-
"
|
|
725
|
-
"name": "messages",
|
|
510
|
+
"name": "fallbackPrefix",
|
|
726
511
|
"type": {
|
|
727
512
|
"text": "string"
|
|
728
513
|
},
|
|
729
|
-
"description": "
|
|
730
|
-
"readonly": true
|
|
514
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
731
515
|
}
|
|
732
|
-
]
|
|
516
|
+
],
|
|
517
|
+
"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.",
|
|
518
|
+
"privacy": "public"
|
|
733
519
|
},
|
|
734
520
|
{
|
|
735
521
|
"kind": "function",
|
|
736
|
-
"name": "
|
|
522
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
737
523
|
"return": {
|
|
738
524
|
"type": {
|
|
739
525
|
"text": ""
|
|
@@ -741,39 +527,54 @@
|
|
|
741
527
|
},
|
|
742
528
|
"parameters": [
|
|
743
529
|
{
|
|
744
|
-
"name": "
|
|
530
|
+
"name": "element",
|
|
745
531
|
"type": {
|
|
746
|
-
"text": "
|
|
532
|
+
"text": "HTMLElement"
|
|
747
533
|
},
|
|
748
|
-
"description": "
|
|
534
|
+
"description": "The starting HTML element"
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"name": "fallbackPrefix",
|
|
538
|
+
"type": {
|
|
539
|
+
"text": "string"
|
|
540
|
+
},
|
|
541
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
749
542
|
}
|
|
750
543
|
],
|
|
751
|
-
"description": "
|
|
544
|
+
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
752
545
|
"privacy": "public"
|
|
753
546
|
}
|
|
754
547
|
],
|
|
755
548
|
"exports": [
|
|
756
549
|
{
|
|
757
550
|
"kind": "js",
|
|
758
|
-
"name": "
|
|
551
|
+
"name": "assureDesignSystem",
|
|
759
552
|
"declaration": {
|
|
760
|
-
"name": "
|
|
761
|
-
"module": "src/
|
|
553
|
+
"name": "assureDesignSystem",
|
|
554
|
+
"module": "src/design-system/design-system.ts"
|
|
762
555
|
}
|
|
763
556
|
},
|
|
764
557
|
{
|
|
765
558
|
"kind": "js",
|
|
766
|
-
"name": "
|
|
559
|
+
"name": "getCurrentDesignSystem",
|
|
767
560
|
"declaration": {
|
|
768
|
-
"name": "
|
|
769
|
-
"module": "src/
|
|
561
|
+
"name": "getCurrentDesignSystem",
|
|
562
|
+
"module": "src/design-system/design-system.ts"
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"kind": "js",
|
|
567
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
568
|
+
"declaration": {
|
|
569
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
570
|
+
"module": "src/design-system/design-system.ts"
|
|
770
571
|
}
|
|
771
572
|
}
|
|
772
573
|
]
|
|
773
574
|
},
|
|
774
575
|
{
|
|
775
576
|
"kind": "javascript-module",
|
|
776
|
-
"path": "src/
|
|
577
|
+
"path": "src/design-system/index.ts",
|
|
777
578
|
"declarations": [],
|
|
778
579
|
"exports": [
|
|
779
580
|
{
|
|
@@ -781,7 +582,22 @@
|
|
|
781
582
|
"name": "*",
|
|
782
583
|
"declaration": {
|
|
783
584
|
"name": "*",
|
|
784
|
-
"package": "./
|
|
585
|
+
"package": "./design-system"
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
]
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"kind": "javascript-module",
|
|
592
|
+
"path": "src/encoding/index.ts",
|
|
593
|
+
"declarations": [],
|
|
594
|
+
"exports": [
|
|
595
|
+
{
|
|
596
|
+
"kind": "js",
|
|
597
|
+
"name": "*",
|
|
598
|
+
"declaration": {
|
|
599
|
+
"name": "*",
|
|
600
|
+
"package": "./base64"
|
|
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.396.
|
|
4
|
+
"version": "14.396.2-alpha-66a2e7a.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@genesislcap/foundation-testing": "14.396.
|
|
33
|
-
"@genesislcap/genx": "14.396.
|
|
34
|
-
"@genesislcap/rollup-builder": "14.396.
|
|
35
|
-
"@genesislcap/ts-builder": "14.396.
|
|
36
|
-
"@genesislcap/uvu-playwright-builder": "14.396.
|
|
37
|
-
"@genesislcap/vite-builder": "14.396.
|
|
38
|
-
"@genesislcap/webpack-builder": "14.396.
|
|
32
|
+
"@genesislcap/foundation-testing": "14.396.2-alpha-66a2e7a.0",
|
|
33
|
+
"@genesislcap/genx": "14.396.2-alpha-66a2e7a.0",
|
|
34
|
+
"@genesislcap/rollup-builder": "14.396.2-alpha-66a2e7a.0",
|
|
35
|
+
"@genesislcap/ts-builder": "14.396.2-alpha-66a2e7a.0",
|
|
36
|
+
"@genesislcap/uvu-playwright-builder": "14.396.2-alpha-66a2e7a.0",
|
|
37
|
+
"@genesislcap/vite-builder": "14.396.2-alpha-66a2e7a.0",
|
|
38
|
+
"@genesislcap/webpack-builder": "14.396.2-alpha-66a2e7a.0",
|
|
39
39
|
"@types/json-schema": "^7.0.11"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@genesislcap/expression-builder": "14.396.
|
|
43
|
-
"@genesislcap/foundation-logger": "14.396.
|
|
42
|
+
"@genesislcap/expression-builder": "14.396.2-alpha-66a2e7a.0",
|
|
43
|
+
"@genesislcap/foundation-logger": "14.396.2-alpha-66a2e7a.0",
|
|
44
44
|
"@microsoft/fast-components": "2.30.6",
|
|
45
45
|
"@microsoft/fast-element": "1.14.0",
|
|
46
46
|
"@microsoft/fast-foundation": "2.50.0",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
60
|
"customElements": "dist/custom-elements.json",
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "1cf33f2f284a90fa94f15a82f19487ad1db2e13e"
|
|
62
62
|
}
|