@genesislcap/foundation-utils 14.393.3-FUI-2471.1 → 14.393.3-FUI-2471.3
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 +252 -252
- package/package.json +11 -11
|
@@ -391,6 +391,97 @@
|
|
|
391
391
|
}
|
|
392
392
|
]
|
|
393
393
|
},
|
|
394
|
+
{
|
|
395
|
+
"kind": "javascript-module",
|
|
396
|
+
"path": "src/decorators/index.ts",
|
|
397
|
+
"declarations": [],
|
|
398
|
+
"exports": [
|
|
399
|
+
{
|
|
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": [
|
|
413
|
+
{
|
|
414
|
+
"kind": "function",
|
|
415
|
+
"name": "renderOnChange",
|
|
416
|
+
"parameters": [
|
|
417
|
+
{
|
|
418
|
+
"name": "target",
|
|
419
|
+
"type": {
|
|
420
|
+
"text": "FASTElement & { render(): void }"
|
|
421
|
+
},
|
|
422
|
+
"description": "The target to define the property change handler on."
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"name": "name",
|
|
426
|
+
"type": {
|
|
427
|
+
"text": "string"
|
|
428
|
+
},
|
|
429
|
+
"description": "The property name."
|
|
430
|
+
}
|
|
431
|
+
],
|
|
432
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
433
|
+
"privacy": "public"
|
|
434
|
+
}
|
|
435
|
+
],
|
|
436
|
+
"exports": [
|
|
437
|
+
{
|
|
438
|
+
"kind": "js",
|
|
439
|
+
"name": "renderOnChange",
|
|
440
|
+
"declaration": {
|
|
441
|
+
"name": "renderOnChange",
|
|
442
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
]
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"kind": "javascript-module",
|
|
449
|
+
"path": "src/directives/index.ts",
|
|
450
|
+
"declarations": [],
|
|
451
|
+
"exports": [
|
|
452
|
+
{
|
|
453
|
+
"kind": "js",
|
|
454
|
+
"name": "*",
|
|
455
|
+
"declaration": {
|
|
456
|
+
"name": "*",
|
|
457
|
+
"package": "./sync"
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"kind": "js",
|
|
462
|
+
"name": "*",
|
|
463
|
+
"declaration": {
|
|
464
|
+
"name": "*",
|
|
465
|
+
"package": "./when-else"
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
]
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"kind": "javascript-module",
|
|
472
|
+
"path": "src/encoding/index.ts",
|
|
473
|
+
"declarations": [],
|
|
474
|
+
"exports": [
|
|
475
|
+
{
|
|
476
|
+
"kind": "js",
|
|
477
|
+
"name": "*",
|
|
478
|
+
"declaration": {
|
|
479
|
+
"name": "*",
|
|
480
|
+
"package": "./base64"
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
]
|
|
484
|
+
},
|
|
394
485
|
{
|
|
395
486
|
"kind": "javascript-module",
|
|
396
487
|
"path": "src/design-system/design-system.ts",
|
|
@@ -513,83 +604,191 @@
|
|
|
513
604
|
},
|
|
514
605
|
{
|
|
515
606
|
"kind": "javascript-module",
|
|
516
|
-
"path": "src/
|
|
517
|
-
"declarations": [],
|
|
518
|
-
"exports": [
|
|
519
|
-
{
|
|
520
|
-
"kind": "js",
|
|
521
|
-
"name": "*",
|
|
522
|
-
"declaration": {
|
|
523
|
-
"name": "*",
|
|
524
|
-
"package": "./sync"
|
|
525
|
-
}
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
"kind": "js",
|
|
529
|
-
"name": "*",
|
|
530
|
-
"declaration": {
|
|
531
|
-
"name": "*",
|
|
532
|
-
"package": "./when-else"
|
|
533
|
-
}
|
|
534
|
-
}
|
|
535
|
-
]
|
|
536
|
-
},
|
|
537
|
-
{
|
|
538
|
-
"kind": "javascript-module",
|
|
539
|
-
"path": "src/decorators/index.ts",
|
|
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",
|
|
607
|
+
"path": "src/error/errorMap.ts",
|
|
555
608
|
"declarations": [
|
|
556
609
|
{
|
|
557
|
-
"kind": "
|
|
558
|
-
"
|
|
559
|
-
"
|
|
610
|
+
"kind": "class",
|
|
611
|
+
"description": "",
|
|
612
|
+
"name": "DefaultErrorMap",
|
|
613
|
+
"members": [
|
|
560
614
|
{
|
|
561
|
-
"
|
|
615
|
+
"kind": "field",
|
|
616
|
+
"name": "map",
|
|
617
|
+
"privacy": "private",
|
|
618
|
+
"default": "new Map<keyof TErrorDetailMap, Error>()"
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"kind": "field",
|
|
622
|
+
"name": "lastError",
|
|
562
623
|
"type": {
|
|
563
|
-
"text": "
|
|
624
|
+
"text": "Error"
|
|
564
625
|
},
|
|
565
|
-
"description": "
|
|
626
|
+
"description": "{@inheritDoc ErrorMap.lastError}"
|
|
566
627
|
},
|
|
567
628
|
{
|
|
568
|
-
"
|
|
629
|
+
"kind": "method",
|
|
630
|
+
"name": "set",
|
|
631
|
+
"return": {
|
|
632
|
+
"type": {
|
|
633
|
+
"text": "void"
|
|
634
|
+
}
|
|
635
|
+
},
|
|
636
|
+
"parameters": [
|
|
637
|
+
{
|
|
638
|
+
"name": "key",
|
|
639
|
+
"type": {
|
|
640
|
+
"text": "keyof TErrorDetailMap"
|
|
641
|
+
}
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"name": "error",
|
|
645
|
+
"type": {
|
|
646
|
+
"text": "Error"
|
|
647
|
+
}
|
|
648
|
+
}
|
|
649
|
+
],
|
|
650
|
+
"description": "{@inheritDoc ErrorMap.set}"
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"kind": "method",
|
|
654
|
+
"name": "get",
|
|
655
|
+
"return": {
|
|
656
|
+
"type": {
|
|
657
|
+
"text": ""
|
|
658
|
+
}
|
|
659
|
+
},
|
|
660
|
+
"parameters": [
|
|
661
|
+
{
|
|
662
|
+
"name": "key",
|
|
663
|
+
"type": {
|
|
664
|
+
"text": "keyof TErrorDetailMap"
|
|
665
|
+
},
|
|
666
|
+
"description": "The key."
|
|
667
|
+
}
|
|
668
|
+
],
|
|
669
|
+
"description": "Get an error by key.",
|
|
670
|
+
"privacy": "public"
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"kind": "method",
|
|
674
|
+
"name": "has",
|
|
675
|
+
"return": {
|
|
676
|
+
"type": {
|
|
677
|
+
"text": ""
|
|
678
|
+
}
|
|
679
|
+
},
|
|
680
|
+
"parameters": [
|
|
681
|
+
{
|
|
682
|
+
"name": "key",
|
|
683
|
+
"type": {
|
|
684
|
+
"text": "keyof TErrorDetailMap"
|
|
685
|
+
},
|
|
686
|
+
"description": "The key."
|
|
687
|
+
}
|
|
688
|
+
],
|
|
689
|
+
"description": "Has an error for key.",
|
|
690
|
+
"privacy": "public"
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"kind": "method",
|
|
694
|
+
"name": "delete",
|
|
695
|
+
"return": {
|
|
696
|
+
"type": {
|
|
697
|
+
"text": ""
|
|
698
|
+
}
|
|
699
|
+
},
|
|
700
|
+
"parameters": [
|
|
701
|
+
{
|
|
702
|
+
"name": "key",
|
|
703
|
+
"type": {
|
|
704
|
+
"text": "keyof TErrorDetailMap"
|
|
705
|
+
},
|
|
706
|
+
"description": "The key."
|
|
707
|
+
}
|
|
708
|
+
],
|
|
709
|
+
"description": "Delete an error.",
|
|
710
|
+
"privacy": "public"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"kind": "method",
|
|
714
|
+
"name": "clear",
|
|
715
|
+
"description": "Clear errors.",
|
|
716
|
+
"privacy": "public"
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"kind": "field",
|
|
720
|
+
"name": "size",
|
|
721
|
+
"type": {
|
|
722
|
+
"text": "number"
|
|
723
|
+
},
|
|
724
|
+
"description": "The size of the error map.",
|
|
725
|
+
"return": {
|
|
726
|
+
"type": {
|
|
727
|
+
"text": ""
|
|
728
|
+
}
|
|
729
|
+
},
|
|
730
|
+
"privacy": "public",
|
|
731
|
+
"readonly": true
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"kind": "method",
|
|
735
|
+
"name": "values",
|
|
736
|
+
"privacy": "public"
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"kind": "field",
|
|
740
|
+
"name": "messages",
|
|
569
741
|
"type": {
|
|
570
742
|
"text": "string"
|
|
571
743
|
},
|
|
572
|
-
"description": "
|
|
744
|
+
"description": "{@inheritDoc ErrorMap.messages}",
|
|
745
|
+
"readonly": true
|
|
746
|
+
}
|
|
747
|
+
]
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"kind": "function",
|
|
751
|
+
"name": "createErrorMap",
|
|
752
|
+
"return": {
|
|
753
|
+
"type": {
|
|
754
|
+
"text": ""
|
|
755
|
+
}
|
|
756
|
+
},
|
|
757
|
+
"parameters": [
|
|
758
|
+
{
|
|
759
|
+
"name": "logger",
|
|
760
|
+
"type": {
|
|
761
|
+
"text": "ErrorMapLogger"
|
|
762
|
+
},
|
|
763
|
+
"description": "A logger error method reference."
|
|
573
764
|
}
|
|
574
765
|
],
|
|
575
|
-
"description": "
|
|
766
|
+
"description": "A factory to create the error map.",
|
|
576
767
|
"privacy": "public"
|
|
577
768
|
}
|
|
578
769
|
],
|
|
579
770
|
"exports": [
|
|
580
771
|
{
|
|
581
772
|
"kind": "js",
|
|
582
|
-
"name": "
|
|
773
|
+
"name": "DefaultErrorMap",
|
|
583
774
|
"declaration": {
|
|
584
|
-
"name": "
|
|
585
|
-
"module": "src/
|
|
775
|
+
"name": "DefaultErrorMap",
|
|
776
|
+
"module": "src/error/errorMap.ts"
|
|
777
|
+
}
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"kind": "js",
|
|
781
|
+
"name": "createErrorMap",
|
|
782
|
+
"declaration": {
|
|
783
|
+
"name": "createErrorMap",
|
|
784
|
+
"module": "src/error/errorMap.ts"
|
|
586
785
|
}
|
|
587
786
|
}
|
|
588
787
|
]
|
|
589
788
|
},
|
|
590
789
|
{
|
|
591
790
|
"kind": "javascript-module",
|
|
592
|
-
"path": "src/
|
|
791
|
+
"path": "src/error/index.ts",
|
|
593
792
|
"declarations": [],
|
|
594
793
|
"exports": [
|
|
595
794
|
{
|
|
@@ -597,7 +796,7 @@
|
|
|
597
796
|
"name": "*",
|
|
598
797
|
"declaration": {
|
|
599
798
|
"name": "*",
|
|
600
|
-
"package": "./
|
|
799
|
+
"package": "./errorMap"
|
|
601
800
|
}
|
|
602
801
|
}
|
|
603
802
|
]
|
|
@@ -1077,205 +1276,6 @@
|
|
|
1077
1276
|
}
|
|
1078
1277
|
]
|
|
1079
1278
|
},
|
|
1080
|
-
{
|
|
1081
|
-
"kind": "javascript-module",
|
|
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
|
-
"declarations": [],
|
|
1268
|
-
"exports": [
|
|
1269
|
-
{
|
|
1270
|
-
"kind": "js",
|
|
1271
|
-
"name": "*",
|
|
1272
|
-
"declaration": {
|
|
1273
|
-
"name": "*",
|
|
1274
|
-
"package": "./errorMap"
|
|
1275
|
-
}
|
|
1276
|
-
}
|
|
1277
|
-
]
|
|
1278
|
-
},
|
|
1279
1279
|
{
|
|
1280
1280
|
"kind": "javascript-module",
|
|
1281
1281
|
"path": "src/feature-flags/featureFlags.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.393.3-FUI-2471.
|
|
4
|
+
"version": "14.393.3-FUI-2471.3",
|
|
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.393.3-FUI-2471.
|
|
33
|
-
"@genesislcap/genx": "14.393.3-FUI-2471.
|
|
34
|
-
"@genesislcap/rollup-builder": "14.393.3-FUI-2471.
|
|
35
|
-
"@genesislcap/ts-builder": "14.393.3-FUI-2471.
|
|
36
|
-
"@genesislcap/uvu-playwright-builder": "14.393.3-FUI-2471.
|
|
37
|
-
"@genesislcap/vite-builder": "14.393.3-FUI-2471.
|
|
38
|
-
"@genesislcap/webpack-builder": "14.393.3-FUI-2471.
|
|
32
|
+
"@genesislcap/foundation-testing": "14.393.3-FUI-2471.3",
|
|
33
|
+
"@genesislcap/genx": "14.393.3-FUI-2471.3",
|
|
34
|
+
"@genesislcap/rollup-builder": "14.393.3-FUI-2471.3",
|
|
35
|
+
"@genesislcap/ts-builder": "14.393.3-FUI-2471.3",
|
|
36
|
+
"@genesislcap/uvu-playwright-builder": "14.393.3-FUI-2471.3",
|
|
37
|
+
"@genesislcap/vite-builder": "14.393.3-FUI-2471.3",
|
|
38
|
+
"@genesislcap/webpack-builder": "14.393.3-FUI-2471.3",
|
|
39
39
|
"@types/json-schema": "^7.0.11"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@genesislcap/expression-builder": "14.393.3-FUI-2471.
|
|
43
|
-
"@genesislcap/foundation-logger": "14.393.3-FUI-2471.
|
|
42
|
+
"@genesislcap/expression-builder": "14.393.3-FUI-2471.3",
|
|
43
|
+
"@genesislcap/foundation-logger": "14.393.3-FUI-2471.3",
|
|
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": "90b4a4f5027128943c15715c8534788134dafe62"
|
|
62
62
|
}
|