@genesislcap/foundation-utils 14.158.0 → 14.158.1
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 +306 -306
- package/package.json +10 -10
|
@@ -151,6 +151,59 @@
|
|
|
151
151
|
}
|
|
152
152
|
]
|
|
153
153
|
},
|
|
154
|
+
{
|
|
155
|
+
"kind": "javascript-module",
|
|
156
|
+
"path": "src/decorators/index.ts",
|
|
157
|
+
"declarations": [],
|
|
158
|
+
"exports": [
|
|
159
|
+
{
|
|
160
|
+
"kind": "js",
|
|
161
|
+
"name": "*",
|
|
162
|
+
"declaration": {
|
|
163
|
+
"name": "*",
|
|
164
|
+
"package": "./renderOnChange"
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
]
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"kind": "javascript-module",
|
|
171
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
172
|
+
"declarations": [
|
|
173
|
+
{
|
|
174
|
+
"kind": "function",
|
|
175
|
+
"name": "renderOnChange",
|
|
176
|
+
"parameters": [
|
|
177
|
+
{
|
|
178
|
+
"name": "target",
|
|
179
|
+
"type": {
|
|
180
|
+
"text": "FASTElement & { render(): void }"
|
|
181
|
+
},
|
|
182
|
+
"description": "The target to define the property change handler on."
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"name": "name",
|
|
186
|
+
"type": {
|
|
187
|
+
"text": "string"
|
|
188
|
+
},
|
|
189
|
+
"description": "The property name."
|
|
190
|
+
}
|
|
191
|
+
],
|
|
192
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
193
|
+
"privacy": "public"
|
|
194
|
+
}
|
|
195
|
+
],
|
|
196
|
+
"exports": [
|
|
197
|
+
{
|
|
198
|
+
"kind": "js",
|
|
199
|
+
"name": "renderOnChange",
|
|
200
|
+
"declaration": {
|
|
201
|
+
"name": "renderOnChange",
|
|
202
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
]
|
|
206
|
+
},
|
|
154
207
|
{
|
|
155
208
|
"kind": "javascript-module",
|
|
156
209
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -351,7 +404,42 @@
|
|
|
351
404
|
},
|
|
352
405
|
{
|
|
353
406
|
"kind": "javascript-module",
|
|
354
|
-
"path": "src/
|
|
407
|
+
"path": "src/design-system/design-system.ts",
|
|
408
|
+
"declarations": [
|
|
409
|
+
{
|
|
410
|
+
"kind": "function",
|
|
411
|
+
"name": "assureDesignSystem",
|
|
412
|
+
"return": {
|
|
413
|
+
"type": {
|
|
414
|
+
"text": "DesignSystemModule"
|
|
415
|
+
}
|
|
416
|
+
},
|
|
417
|
+
"parameters": [
|
|
418
|
+
{
|
|
419
|
+
"name": "module",
|
|
420
|
+
"type": {
|
|
421
|
+
"text": "DesignSystemModule"
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
],
|
|
425
|
+
"description": "assureDesignSystem.",
|
|
426
|
+
"privacy": "public"
|
|
427
|
+
}
|
|
428
|
+
],
|
|
429
|
+
"exports": [
|
|
430
|
+
{
|
|
431
|
+
"kind": "js",
|
|
432
|
+
"name": "assureDesignSystem",
|
|
433
|
+
"declaration": {
|
|
434
|
+
"name": "assureDesignSystem",
|
|
435
|
+
"module": "src/design-system/design-system.ts"
|
|
436
|
+
}
|
|
437
|
+
}
|
|
438
|
+
]
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"kind": "javascript-module",
|
|
442
|
+
"path": "src/design-system/index.ts",
|
|
355
443
|
"declarations": [],
|
|
356
444
|
"exports": [
|
|
357
445
|
{
|
|
@@ -359,87 +447,221 @@
|
|
|
359
447
|
"name": "*",
|
|
360
448
|
"declaration": {
|
|
361
449
|
"name": "*",
|
|
362
|
-
"package": "./
|
|
450
|
+
"package": "./design-system"
|
|
363
451
|
}
|
|
364
452
|
}
|
|
365
453
|
]
|
|
366
454
|
},
|
|
367
455
|
{
|
|
368
456
|
"kind": "javascript-module",
|
|
369
|
-
"path": "src/
|
|
370
|
-
"declarations": [
|
|
371
|
-
{
|
|
372
|
-
"kind": "function",
|
|
373
|
-
"name": "renderOnChange",
|
|
374
|
-
"parameters": [
|
|
375
|
-
{
|
|
376
|
-
"name": "target",
|
|
377
|
-
"type": {
|
|
378
|
-
"text": "FASTElement & { render(): void }"
|
|
379
|
-
},
|
|
380
|
-
"description": "The target to define the property change handler on."
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"name": "name",
|
|
384
|
-
"type": {
|
|
385
|
-
"text": "string"
|
|
386
|
-
},
|
|
387
|
-
"description": "The property name."
|
|
388
|
-
}
|
|
389
|
-
],
|
|
390
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
391
|
-
"privacy": "public"
|
|
392
|
-
}
|
|
393
|
-
],
|
|
457
|
+
"path": "src/directives/index.ts",
|
|
458
|
+
"declarations": [],
|
|
394
459
|
"exports": [
|
|
395
460
|
{
|
|
396
461
|
"kind": "js",
|
|
397
|
-
"name": "
|
|
462
|
+
"name": "*",
|
|
398
463
|
"declaration": {
|
|
399
|
-
"name": "
|
|
400
|
-
"
|
|
464
|
+
"name": "*",
|
|
465
|
+
"package": "./sync"
|
|
466
|
+
}
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"kind": "js",
|
|
470
|
+
"name": "*",
|
|
471
|
+
"declaration": {
|
|
472
|
+
"name": "*",
|
|
473
|
+
"package": "./when-else"
|
|
401
474
|
}
|
|
402
475
|
}
|
|
403
476
|
]
|
|
404
477
|
},
|
|
405
478
|
{
|
|
406
479
|
"kind": "javascript-module",
|
|
407
|
-
"path": "src/
|
|
480
|
+
"path": "src/error/errorMap.ts",
|
|
408
481
|
"declarations": [
|
|
482
|
+
{
|
|
483
|
+
"kind": "class",
|
|
484
|
+
"description": "",
|
|
485
|
+
"name": "DefaultErrorMap",
|
|
486
|
+
"members": [
|
|
487
|
+
{
|
|
488
|
+
"kind": "field",
|
|
489
|
+
"name": "map",
|
|
490
|
+
"privacy": "private",
|
|
491
|
+
"default": "new Map<keyof TErrorDetailMap, Error>()"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"kind": "field",
|
|
495
|
+
"name": "lastError",
|
|
496
|
+
"type": {
|
|
497
|
+
"text": "Error"
|
|
498
|
+
},
|
|
499
|
+
"description": "{@inheritDoc ErrorMap.lastError}"
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"kind": "method",
|
|
503
|
+
"name": "set",
|
|
504
|
+
"return": {
|
|
505
|
+
"type": {
|
|
506
|
+
"text": "void"
|
|
507
|
+
}
|
|
508
|
+
},
|
|
509
|
+
"parameters": [
|
|
510
|
+
{
|
|
511
|
+
"name": "key",
|
|
512
|
+
"type": {
|
|
513
|
+
"text": "keyof TErrorDetailMap"
|
|
514
|
+
}
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"name": "error",
|
|
518
|
+
"type": {
|
|
519
|
+
"text": "Error"
|
|
520
|
+
}
|
|
521
|
+
}
|
|
522
|
+
],
|
|
523
|
+
"description": "{@inheritDoc ErrorMap.set}"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"kind": "method",
|
|
527
|
+
"name": "get",
|
|
528
|
+
"return": {
|
|
529
|
+
"type": {
|
|
530
|
+
"text": ""
|
|
531
|
+
}
|
|
532
|
+
},
|
|
533
|
+
"parameters": [
|
|
534
|
+
{
|
|
535
|
+
"name": "key",
|
|
536
|
+
"type": {
|
|
537
|
+
"text": "keyof TErrorDetailMap"
|
|
538
|
+
},
|
|
539
|
+
"description": "The key."
|
|
540
|
+
}
|
|
541
|
+
],
|
|
542
|
+
"description": "Get an error by key.",
|
|
543
|
+
"privacy": "public"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"kind": "method",
|
|
547
|
+
"name": "has",
|
|
548
|
+
"return": {
|
|
549
|
+
"type": {
|
|
550
|
+
"text": ""
|
|
551
|
+
}
|
|
552
|
+
},
|
|
553
|
+
"parameters": [
|
|
554
|
+
{
|
|
555
|
+
"name": "key",
|
|
556
|
+
"type": {
|
|
557
|
+
"text": "keyof TErrorDetailMap"
|
|
558
|
+
},
|
|
559
|
+
"description": "The key."
|
|
560
|
+
}
|
|
561
|
+
],
|
|
562
|
+
"description": "Has an error for key.",
|
|
563
|
+
"privacy": "public"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"kind": "method",
|
|
567
|
+
"name": "delete",
|
|
568
|
+
"return": {
|
|
569
|
+
"type": {
|
|
570
|
+
"text": ""
|
|
571
|
+
}
|
|
572
|
+
},
|
|
573
|
+
"parameters": [
|
|
574
|
+
{
|
|
575
|
+
"name": "key",
|
|
576
|
+
"type": {
|
|
577
|
+
"text": "keyof TErrorDetailMap"
|
|
578
|
+
},
|
|
579
|
+
"description": "The key."
|
|
580
|
+
}
|
|
581
|
+
],
|
|
582
|
+
"description": "Delete an error.",
|
|
583
|
+
"privacy": "public"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"kind": "method",
|
|
587
|
+
"name": "clear",
|
|
588
|
+
"description": "Clear errors.",
|
|
589
|
+
"privacy": "public"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"kind": "field",
|
|
593
|
+
"name": "size",
|
|
594
|
+
"type": {
|
|
595
|
+
"text": "number"
|
|
596
|
+
},
|
|
597
|
+
"description": "The size of the error map.",
|
|
598
|
+
"return": {
|
|
599
|
+
"type": {
|
|
600
|
+
"text": ""
|
|
601
|
+
}
|
|
602
|
+
},
|
|
603
|
+
"privacy": "public",
|
|
604
|
+
"readonly": true
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"kind": "method",
|
|
608
|
+
"name": "values",
|
|
609
|
+
"privacy": "public"
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"kind": "field",
|
|
613
|
+
"name": "messages",
|
|
614
|
+
"type": {
|
|
615
|
+
"text": "string"
|
|
616
|
+
},
|
|
617
|
+
"description": "{@inheritDoc ErrorMap.messages}",
|
|
618
|
+
"readonly": true
|
|
619
|
+
}
|
|
620
|
+
]
|
|
621
|
+
},
|
|
409
622
|
{
|
|
410
623
|
"kind": "function",
|
|
411
|
-
"name": "
|
|
624
|
+
"name": "createErrorMap",
|
|
412
625
|
"return": {
|
|
413
626
|
"type": {
|
|
414
|
-
"text": "
|
|
627
|
+
"text": ""
|
|
415
628
|
}
|
|
416
629
|
},
|
|
417
630
|
"parameters": [
|
|
418
631
|
{
|
|
419
|
-
"name": "
|
|
632
|
+
"name": "logger",
|
|
420
633
|
"type": {
|
|
421
|
-
"text": "
|
|
422
|
-
}
|
|
634
|
+
"text": "ErrorMapLogger"
|
|
635
|
+
},
|
|
636
|
+
"description": "A logger error method reference."
|
|
423
637
|
}
|
|
424
638
|
],
|
|
425
|
-
"description": "
|
|
639
|
+
"description": "A factory to create the error map.",
|
|
426
640
|
"privacy": "public"
|
|
427
641
|
}
|
|
428
642
|
],
|
|
429
643
|
"exports": [
|
|
430
644
|
{
|
|
431
645
|
"kind": "js",
|
|
432
|
-
"name": "
|
|
646
|
+
"name": "DefaultErrorMap",
|
|
433
647
|
"declaration": {
|
|
434
|
-
"name": "
|
|
435
|
-
"module": "src/
|
|
648
|
+
"name": "DefaultErrorMap",
|
|
649
|
+
"module": "src/error/errorMap.ts"
|
|
650
|
+
}
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"kind": "js",
|
|
654
|
+
"name": "createErrorMap",
|
|
655
|
+
"declaration": {
|
|
656
|
+
"name": "createErrorMap",
|
|
657
|
+
"module": "src/error/errorMap.ts"
|
|
436
658
|
}
|
|
437
659
|
}
|
|
438
660
|
]
|
|
439
661
|
},
|
|
440
662
|
{
|
|
441
663
|
"kind": "javascript-module",
|
|
442
|
-
"path": "src/
|
|
664
|
+
"path": "src/error/index.ts",
|
|
443
665
|
"declarations": [],
|
|
444
666
|
"exports": [
|
|
445
667
|
{
|
|
@@ -447,7 +669,7 @@
|
|
|
447
669
|
"name": "*",
|
|
448
670
|
"declaration": {
|
|
449
671
|
"name": "*",
|
|
450
|
-
"package": "./
|
|
672
|
+
"package": "./errorMap"
|
|
451
673
|
}
|
|
452
674
|
}
|
|
453
675
|
]
|
|
@@ -630,269 +852,47 @@
|
|
|
630
852
|
"name": "FORCE_HTTP",
|
|
631
853
|
"declaration": {
|
|
632
854
|
"name": "_FORCE_HTTP",
|
|
633
|
-
"module": "src/env/variables.ts"
|
|
634
|
-
}
|
|
635
|
-
},
|
|
636
|
-
{
|
|
637
|
-
"kind": "js",
|
|
638
|
-
"name": "API_HOST",
|
|
639
|
-
"declaration": {
|
|
640
|
-
"name": "_API_HOST",
|
|
641
|
-
"module": "src/env/variables.ts"
|
|
642
|
-
}
|
|
643
|
-
},
|
|
644
|
-
{
|
|
645
|
-
"kind": "js",
|
|
646
|
-
"name": "HTTP_CONFIG",
|
|
647
|
-
"declaration": {
|
|
648
|
-
"name": "_HTTP_CONFIG",
|
|
649
|
-
"module": "src/env/variables.ts"
|
|
650
|
-
}
|
|
651
|
-
},
|
|
652
|
-
{
|
|
653
|
-
"kind": "js",
|
|
654
|
-
"name": "DEFAULT_ORGANISATION",
|
|
655
|
-
"declaration": {
|
|
656
|
-
"name": "_DEFAULT_ORGANISATION",
|
|
657
|
-
"module": "src/env/variables.ts"
|
|
658
|
-
}
|
|
659
|
-
},
|
|
660
|
-
{
|
|
661
|
-
"kind": "js",
|
|
662
|
-
"name": "DEFAULT_PASSWORD",
|
|
663
|
-
"declaration": {
|
|
664
|
-
"name": "_DEFAULT_PASSWORD",
|
|
665
|
-
"module": "src/env/variables.ts"
|
|
666
|
-
}
|
|
667
|
-
},
|
|
668
|
-
{
|
|
669
|
-
"kind": "js",
|
|
670
|
-
"name": "DEFAULT_USER",
|
|
671
|
-
"declaration": {
|
|
672
|
-
"name": "_DEFAULT_USER",
|
|
673
|
-
"module": "src/env/variables.ts"
|
|
674
|
-
}
|
|
675
|
-
}
|
|
676
|
-
]
|
|
677
|
-
},
|
|
678
|
-
{
|
|
679
|
-
"kind": "javascript-module",
|
|
680
|
-
"path": "src/directives/index.ts",
|
|
681
|
-
"declarations": [],
|
|
682
|
-
"exports": [
|
|
855
|
+
"module": "src/env/variables.ts"
|
|
856
|
+
}
|
|
857
|
+
},
|
|
683
858
|
{
|
|
684
859
|
"kind": "js",
|
|
685
|
-
"name": "
|
|
860
|
+
"name": "API_HOST",
|
|
686
861
|
"declaration": {
|
|
687
|
-
"name": "
|
|
688
|
-
"
|
|
862
|
+
"name": "_API_HOST",
|
|
863
|
+
"module": "src/env/variables.ts"
|
|
689
864
|
}
|
|
690
865
|
},
|
|
691
866
|
{
|
|
692
867
|
"kind": "js",
|
|
693
|
-
"name": "
|
|
868
|
+
"name": "HTTP_CONFIG",
|
|
694
869
|
"declaration": {
|
|
695
|
-
"name": "
|
|
696
|
-
"
|
|
870
|
+
"name": "_HTTP_CONFIG",
|
|
871
|
+
"module": "src/env/variables.ts"
|
|
697
872
|
}
|
|
698
|
-
}
|
|
699
|
-
]
|
|
700
|
-
},
|
|
701
|
-
{
|
|
702
|
-
"kind": "javascript-module",
|
|
703
|
-
"path": "src/error/errorMap.ts",
|
|
704
|
-
"declarations": [
|
|
705
|
-
{
|
|
706
|
-
"kind": "class",
|
|
707
|
-
"description": "",
|
|
708
|
-
"name": "DefaultErrorMap",
|
|
709
|
-
"members": [
|
|
710
|
-
{
|
|
711
|
-
"kind": "field",
|
|
712
|
-
"name": "map",
|
|
713
|
-
"privacy": "private",
|
|
714
|
-
"default": "new Map<keyof TErrorDetailMap, Error>()"
|
|
715
|
-
},
|
|
716
|
-
{
|
|
717
|
-
"kind": "field",
|
|
718
|
-
"name": "lastError",
|
|
719
|
-
"type": {
|
|
720
|
-
"text": "Error"
|
|
721
|
-
},
|
|
722
|
-
"description": "{@inheritDoc ErrorMap.lastError}"
|
|
723
|
-
},
|
|
724
|
-
{
|
|
725
|
-
"kind": "method",
|
|
726
|
-
"name": "set",
|
|
727
|
-
"return": {
|
|
728
|
-
"type": {
|
|
729
|
-
"text": "void"
|
|
730
|
-
}
|
|
731
|
-
},
|
|
732
|
-
"parameters": [
|
|
733
|
-
{
|
|
734
|
-
"name": "key",
|
|
735
|
-
"type": {
|
|
736
|
-
"text": "keyof TErrorDetailMap"
|
|
737
|
-
}
|
|
738
|
-
},
|
|
739
|
-
{
|
|
740
|
-
"name": "error",
|
|
741
|
-
"type": {
|
|
742
|
-
"text": "Error"
|
|
743
|
-
}
|
|
744
|
-
}
|
|
745
|
-
],
|
|
746
|
-
"description": "{@inheritDoc ErrorMap.set}"
|
|
747
|
-
},
|
|
748
|
-
{
|
|
749
|
-
"kind": "method",
|
|
750
|
-
"name": "get",
|
|
751
|
-
"return": {
|
|
752
|
-
"type": {
|
|
753
|
-
"text": ""
|
|
754
|
-
}
|
|
755
|
-
},
|
|
756
|
-
"parameters": [
|
|
757
|
-
{
|
|
758
|
-
"name": "key",
|
|
759
|
-
"type": {
|
|
760
|
-
"text": "keyof TErrorDetailMap"
|
|
761
|
-
},
|
|
762
|
-
"description": "The key."
|
|
763
|
-
}
|
|
764
|
-
],
|
|
765
|
-
"description": "Get an error by key.",
|
|
766
|
-
"privacy": "public"
|
|
767
|
-
},
|
|
768
|
-
{
|
|
769
|
-
"kind": "method",
|
|
770
|
-
"name": "has",
|
|
771
|
-
"return": {
|
|
772
|
-
"type": {
|
|
773
|
-
"text": ""
|
|
774
|
-
}
|
|
775
|
-
},
|
|
776
|
-
"parameters": [
|
|
777
|
-
{
|
|
778
|
-
"name": "key",
|
|
779
|
-
"type": {
|
|
780
|
-
"text": "keyof TErrorDetailMap"
|
|
781
|
-
},
|
|
782
|
-
"description": "The key."
|
|
783
|
-
}
|
|
784
|
-
],
|
|
785
|
-
"description": "Has an error for key.",
|
|
786
|
-
"privacy": "public"
|
|
787
|
-
},
|
|
788
|
-
{
|
|
789
|
-
"kind": "method",
|
|
790
|
-
"name": "delete",
|
|
791
|
-
"return": {
|
|
792
|
-
"type": {
|
|
793
|
-
"text": ""
|
|
794
|
-
}
|
|
795
|
-
},
|
|
796
|
-
"parameters": [
|
|
797
|
-
{
|
|
798
|
-
"name": "key",
|
|
799
|
-
"type": {
|
|
800
|
-
"text": "keyof TErrorDetailMap"
|
|
801
|
-
},
|
|
802
|
-
"description": "The key."
|
|
803
|
-
}
|
|
804
|
-
],
|
|
805
|
-
"description": "Delete an error.",
|
|
806
|
-
"privacy": "public"
|
|
807
|
-
},
|
|
808
|
-
{
|
|
809
|
-
"kind": "method",
|
|
810
|
-
"name": "clear",
|
|
811
|
-
"description": "Clear errors.",
|
|
812
|
-
"privacy": "public"
|
|
813
|
-
},
|
|
814
|
-
{
|
|
815
|
-
"kind": "field",
|
|
816
|
-
"name": "size",
|
|
817
|
-
"type": {
|
|
818
|
-
"text": "number"
|
|
819
|
-
},
|
|
820
|
-
"description": "The size of the error map.",
|
|
821
|
-
"return": {
|
|
822
|
-
"type": {
|
|
823
|
-
"text": ""
|
|
824
|
-
}
|
|
825
|
-
},
|
|
826
|
-
"privacy": "public",
|
|
827
|
-
"readonly": true
|
|
828
|
-
},
|
|
829
|
-
{
|
|
830
|
-
"kind": "method",
|
|
831
|
-
"name": "values",
|
|
832
|
-
"privacy": "public"
|
|
833
|
-
},
|
|
834
|
-
{
|
|
835
|
-
"kind": "field",
|
|
836
|
-
"name": "messages",
|
|
837
|
-
"type": {
|
|
838
|
-
"text": "string"
|
|
839
|
-
},
|
|
840
|
-
"description": "{@inheritDoc ErrorMap.messages}",
|
|
841
|
-
"readonly": true
|
|
842
|
-
}
|
|
843
|
-
]
|
|
844
873
|
},
|
|
845
|
-
{
|
|
846
|
-
"kind": "function",
|
|
847
|
-
"name": "createErrorMap",
|
|
848
|
-
"return": {
|
|
849
|
-
"type": {
|
|
850
|
-
"text": ""
|
|
851
|
-
}
|
|
852
|
-
},
|
|
853
|
-
"parameters": [
|
|
854
|
-
{
|
|
855
|
-
"name": "logger",
|
|
856
|
-
"type": {
|
|
857
|
-
"text": "ErrorMapLogger"
|
|
858
|
-
},
|
|
859
|
-
"description": "A logger error method reference."
|
|
860
|
-
}
|
|
861
|
-
],
|
|
862
|
-
"description": "A factory to create the error map.",
|
|
863
|
-
"privacy": "public"
|
|
864
|
-
}
|
|
865
|
-
],
|
|
866
|
-
"exports": [
|
|
867
874
|
{
|
|
868
875
|
"kind": "js",
|
|
869
|
-
"name": "
|
|
876
|
+
"name": "DEFAULT_ORGANISATION",
|
|
870
877
|
"declaration": {
|
|
871
|
-
"name": "
|
|
872
|
-
"module": "src/
|
|
878
|
+
"name": "_DEFAULT_ORGANISATION",
|
|
879
|
+
"module": "src/env/variables.ts"
|
|
873
880
|
}
|
|
874
881
|
},
|
|
875
882
|
{
|
|
876
883
|
"kind": "js",
|
|
877
|
-
"name": "
|
|
884
|
+
"name": "DEFAULT_PASSWORD",
|
|
878
885
|
"declaration": {
|
|
879
|
-
"name": "
|
|
880
|
-
"module": "src/
|
|
886
|
+
"name": "_DEFAULT_PASSWORD",
|
|
887
|
+
"module": "src/env/variables.ts"
|
|
881
888
|
}
|
|
882
|
-
}
|
|
883
|
-
]
|
|
884
|
-
},
|
|
885
|
-
{
|
|
886
|
-
"kind": "javascript-module",
|
|
887
|
-
"path": "src/error/index.ts",
|
|
888
|
-
"declarations": [],
|
|
889
|
-
"exports": [
|
|
889
|
+
},
|
|
890
890
|
{
|
|
891
891
|
"kind": "js",
|
|
892
|
-
"name": "
|
|
892
|
+
"name": "DEFAULT_USER",
|
|
893
893
|
"declaration": {
|
|
894
|
-
"name": "
|
|
895
|
-
"
|
|
894
|
+
"name": "_DEFAULT_USER",
|
|
895
|
+
"module": "src/env/variables.ts"
|
|
896
896
|
}
|
|
897
897
|
}
|
|
898
898
|
]
|
|
@@ -1210,6 +1210,29 @@
|
|
|
1210
1210
|
}
|
|
1211
1211
|
]
|
|
1212
1212
|
},
|
|
1213
|
+
{
|
|
1214
|
+
"kind": "javascript-module",
|
|
1215
|
+
"path": "src/mixins/index.ts",
|
|
1216
|
+
"declarations": [],
|
|
1217
|
+
"exports": [
|
|
1218
|
+
{
|
|
1219
|
+
"kind": "js",
|
|
1220
|
+
"name": "*",
|
|
1221
|
+
"declaration": {
|
|
1222
|
+
"name": "*",
|
|
1223
|
+
"package": "./pendingState"
|
|
1224
|
+
}
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"kind": "js",
|
|
1228
|
+
"name": "*",
|
|
1229
|
+
"declaration": {
|
|
1230
|
+
"name": "*",
|
|
1231
|
+
"package": "./lifecycle"
|
|
1232
|
+
}
|
|
1233
|
+
}
|
|
1234
|
+
]
|
|
1235
|
+
},
|
|
1213
1236
|
{
|
|
1214
1237
|
"kind": "javascript-module",
|
|
1215
1238
|
"path": "src/observer/index.ts",
|
|
@@ -1282,29 +1305,6 @@
|
|
|
1282
1305
|
}
|
|
1283
1306
|
]
|
|
1284
1307
|
},
|
|
1285
|
-
{
|
|
1286
|
-
"kind": "javascript-module",
|
|
1287
|
-
"path": "src/mixins/index.ts",
|
|
1288
|
-
"declarations": [],
|
|
1289
|
-
"exports": [
|
|
1290
|
-
{
|
|
1291
|
-
"kind": "js",
|
|
1292
|
-
"name": "*",
|
|
1293
|
-
"declaration": {
|
|
1294
|
-
"name": "*",
|
|
1295
|
-
"package": "./pendingState"
|
|
1296
|
-
}
|
|
1297
|
-
},
|
|
1298
|
-
{
|
|
1299
|
-
"kind": "js",
|
|
1300
|
-
"name": "*",
|
|
1301
|
-
"declaration": {
|
|
1302
|
-
"name": "*",
|
|
1303
|
-
"package": "./lifecycle"
|
|
1304
|
-
}
|
|
1305
|
-
}
|
|
1306
|
-
]
|
|
1307
|
-
},
|
|
1308
1308
|
{
|
|
1309
1309
|
"kind": "javascript-module",
|
|
1310
1310
|
"path": "src/resource/index.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.158.
|
|
4
|
+
"version": "14.158.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -19,17 +19,17 @@
|
|
|
19
19
|
"test": "genx test"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@genesislcap/foundation-testing": "14.158.
|
|
23
|
-
"@genesislcap/genx": "14.158.
|
|
24
|
-
"@genesislcap/rollup-builder": "14.158.
|
|
25
|
-
"@genesislcap/ts-builder": "14.158.
|
|
26
|
-
"@genesislcap/uvu-playwright-builder": "14.158.
|
|
27
|
-
"@genesislcap/vite-builder": "14.158.
|
|
28
|
-
"@genesislcap/webpack-builder": "14.158.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.158.1",
|
|
23
|
+
"@genesislcap/genx": "14.158.1",
|
|
24
|
+
"@genesislcap/rollup-builder": "14.158.1",
|
|
25
|
+
"@genesislcap/ts-builder": "14.158.1",
|
|
26
|
+
"@genesislcap/uvu-playwright-builder": "14.158.1",
|
|
27
|
+
"@genesislcap/vite-builder": "14.158.1",
|
|
28
|
+
"@genesislcap/webpack-builder": "14.158.1",
|
|
29
29
|
"rimraf": "^3.0.2"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@genesislcap/foundation-logger": "14.158.
|
|
32
|
+
"@genesislcap/foundation-logger": "14.158.1",
|
|
33
33
|
"@microsoft/fast-components": "^2.30.6",
|
|
34
34
|
"@microsoft/fast-element": "^1.12.0",
|
|
35
35
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
49
|
"customElements": "dist/custom-elements.json",
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "eba953b9f00242c6aac1a899d7f9a30cc48b87da"
|
|
51
51
|
}
|