@genesislcap/foundation-utils 14.225.1-alpha-2aa9bd9.0 → 14.225.2-alpha-a51f60c.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/custom-elements.json +292 -469
- package/dist/dts/error/errorMap.d.ts.map +1 -1
- package/dist/dts/index.d.ts +0 -1
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/dts/mixins/lifecycle/lifecycle.d.ts +51 -29
- package/dist/dts/mixins/lifecycle/lifecycle.d.ts.map +1 -1
- package/dist/dts/mixins/pendingState/pendingState.d.ts +45 -29
- package/dist/dts/mixins/pendingState/pendingState.d.ts.map +1 -1
- package/dist/dts/observer/observer.d.ts.map +1 -1
- package/dist/dts/promise/resolveAfter.d.ts.map +1 -1
- package/dist/dts/tsdoc-metadata.json +1 -1
- package/dist/esm/index.js +0 -1
- package/dist/esm/mixins/lifecycle/lifecycle.js +5 -5
- package/dist/esm/mixins/pendingState/pendingState.js +2 -2
- package/dist/esm/uuid/uuid.js +2 -2
- package/dist/foundation-utils.api.json +1128 -409
- package/dist/foundation-utils.d.ts +93 -92
- package/docs/api/foundation-utils.createerrormap.md +14 -1
- package/docs/api/foundation-utils.createobserver.md +5 -1
- package/docs/api/foundation-utils.getfontmixin.md +16 -1
- package/docs/api/foundation-utils.iniframe.md +7 -1
- package/docs/api/foundation-utils.insertdocumentcssrule.md +15 -1
- package/docs/api/foundation-utils.insertdocumentlink.md +12 -1
- package/docs/api/foundation-utils.insymphonydesktop.md +7 -1
- package/docs/api/foundation-utils.isdev.md +5 -1
- package/docs/api/foundation-utils.lifecyclemixin.md +56 -30
- package/docs/api/foundation-utils.loadfontfaces.md +13 -1
- package/docs/api/foundation-utils.md +14 -18
- package/docs/api/foundation-utils.openpopup.md +17 -1
- package/docs/api/foundation-utils.pendingstate.md +57 -30
- package/docs/api/foundation-utils.resolveafter.md +12 -1
- package/docs/api/foundation-utils.respondtovisibility.md +13 -1
- package/docs/{api-report.md → api-report.md.api.md} +93 -70
- package/package.json +11 -11
- package/dist/dts/encoding/base64/decode.d.ts +0 -16
- package/dist/dts/encoding/base64/decode.d.ts.map +0 -1
- package/dist/dts/encoding/base64/encode.d.ts +0 -16
- package/dist/dts/encoding/base64/encode.d.ts.map +0 -1
- package/dist/dts/encoding/base64/index.d.ts +0 -3
- package/dist/dts/encoding/base64/index.d.ts.map +0 -1
- package/dist/dts/encoding/index.d.ts +0 -2
- package/dist/dts/encoding/index.d.ts.map +0 -1
- package/dist/esm/encoding/base64/decode.js +0 -45
- package/dist/esm/encoding/base64/encode.js +0 -34
- package/dist/esm/encoding/base64/index.js +0 -2
- package/dist/esm/encoding/index.js +0 -1
- package/docs/api/foundation-utils.decodefrombase64.md +0 -13
- package/docs/api/foundation-utils.decodefrombase64withprefix.md +0 -18
- package/docs/api/foundation-utils.encodetobase64.md +0 -13
- package/docs/api/foundation-utils.encodetobase64withprefix.md +0 -18
@@ -39,14 +39,6 @@
|
|
39
39
|
"package": "./directives"
|
40
40
|
}
|
41
41
|
},
|
42
|
-
{
|
43
|
-
"kind": "js",
|
44
|
-
"name": "*",
|
45
|
-
"declaration": {
|
46
|
-
"name": "*",
|
47
|
-
"package": "./encoding"
|
48
|
-
}
|
49
|
-
},
|
50
42
|
{
|
51
43
|
"kind": "js",
|
52
44
|
"name": "*",
|
@@ -422,30 +414,42 @@
|
|
422
414
|
},
|
423
415
|
{
|
424
416
|
"kind": "javascript-module",
|
425
|
-
"path": "src/
|
426
|
-
"declarations": [
|
427
|
-
"exports": [
|
417
|
+
"path": "src/design-system/design-system.ts",
|
418
|
+
"declarations": [
|
428
419
|
{
|
429
|
-
"kind": "
|
430
|
-
"name": "
|
431
|
-
"
|
432
|
-
"
|
433
|
-
|
434
|
-
|
435
|
-
|
420
|
+
"kind": "function",
|
421
|
+
"name": "assureDesignSystem",
|
422
|
+
"return": {
|
423
|
+
"type": {
|
424
|
+
"text": "DesignSystemModule"
|
425
|
+
}
|
426
|
+
},
|
427
|
+
"parameters": [
|
428
|
+
{
|
429
|
+
"name": "module",
|
430
|
+
"type": {
|
431
|
+
"text": "DesignSystemModule"
|
432
|
+
}
|
433
|
+
}
|
434
|
+
],
|
435
|
+
"description": "assureDesignSystem.",
|
436
|
+
"privacy": "public"
|
437
|
+
}
|
438
|
+
],
|
439
|
+
"exports": [
|
436
440
|
{
|
437
441
|
"kind": "js",
|
438
|
-
"name": "
|
442
|
+
"name": "assureDesignSystem",
|
439
443
|
"declaration": {
|
440
|
-
"name": "
|
441
|
-
"
|
444
|
+
"name": "assureDesignSystem",
|
445
|
+
"module": "src/design-system/design-system.ts"
|
442
446
|
}
|
443
447
|
}
|
444
448
|
]
|
445
449
|
},
|
446
450
|
{
|
447
451
|
"kind": "javascript-module",
|
448
|
-
"path": "src/
|
452
|
+
"path": "src/design-system/index.ts",
|
449
453
|
"declarations": [],
|
450
454
|
"exports": [
|
451
455
|
{
|
@@ -453,14 +457,14 @@
|
|
453
457
|
"name": "*",
|
454
458
|
"declaration": {
|
455
459
|
"name": "*",
|
456
|
-
"package": "./
|
460
|
+
"package": "./design-system"
|
457
461
|
}
|
458
462
|
}
|
459
463
|
]
|
460
464
|
},
|
461
465
|
{
|
462
466
|
"kind": "javascript-module",
|
463
|
-
"path": "src/
|
467
|
+
"path": "src/directives/index.ts",
|
464
468
|
"declarations": [],
|
465
469
|
"exports": [
|
466
470
|
{
|
@@ -468,7 +472,7 @@
|
|
468
472
|
"name": "*",
|
469
473
|
"declaration": {
|
470
474
|
"name": "*",
|
471
|
-
"package": "./
|
475
|
+
"package": "./sync"
|
472
476
|
}
|
473
477
|
},
|
474
478
|
{
|
@@ -476,222 +480,7 @@
|
|
476
480
|
"name": "*",
|
477
481
|
"declaration": {
|
478
482
|
"name": "*",
|
479
|
-
"package": "./
|
480
|
-
}
|
481
|
-
}
|
482
|
-
]
|
483
|
-
},
|
484
|
-
{
|
485
|
-
"kind": "javascript-module",
|
486
|
-
"path": "src/env/is-dev.ts",
|
487
|
-
"declarations": [
|
488
|
-
{
|
489
|
-
"kind": "function",
|
490
|
-
"name": "isDev",
|
491
|
-
"description": "Determines if the current environment is a development environment.",
|
492
|
-
"privacy": "public"
|
493
|
-
}
|
494
|
-
],
|
495
|
-
"exports": [
|
496
|
-
{
|
497
|
-
"kind": "js",
|
498
|
-
"name": "isDev",
|
499
|
-
"declaration": {
|
500
|
-
"name": "isDev",
|
501
|
-
"module": "src/env/is-dev.ts"
|
502
|
-
}
|
503
|
-
}
|
504
|
-
]
|
505
|
-
},
|
506
|
-
{
|
507
|
-
"kind": "javascript-module",
|
508
|
-
"path": "src/env/variables.ts",
|
509
|
-
"declarations": [
|
510
|
-
{
|
511
|
-
"kind": "variable",
|
512
|
-
"name": "SOCKET_EXT",
|
513
|
-
"type": {
|
514
|
-
"text": "string"
|
515
|
-
}
|
516
|
-
},
|
517
|
-
{
|
518
|
-
"kind": "variable",
|
519
|
-
"name": "_SOCKET_EXT",
|
520
|
-
"type": {
|
521
|
-
"text": "string"
|
522
|
-
},
|
523
|
-
"default": "'gwf'",
|
524
|
-
"description": "The sub-path used for WebSocket connections when API_HOST is not set",
|
525
|
-
"privacy": "public"
|
526
|
-
},
|
527
|
-
{
|
528
|
-
"kind": "variable",
|
529
|
-
"name": "FORCE_HTTP",
|
530
|
-
"type": {
|
531
|
-
"text": "string"
|
532
|
-
}
|
533
|
-
},
|
534
|
-
{
|
535
|
-
"kind": "variable",
|
536
|
-
"name": "_FORCE_HTTP",
|
537
|
-
"type": {
|
538
|
-
"text": "string"
|
539
|
-
},
|
540
|
-
"description": "The path to a JSON config file for the HTTP mode.",
|
541
|
-
"privacy": "public"
|
542
|
-
},
|
543
|
-
{
|
544
|
-
"kind": "variable",
|
545
|
-
"name": "GENESIS_SOCKET_URL",
|
546
|
-
"default": "`${location.protocol.replace('http', 'ws')}//${location.host}/${_SOCKET_EXT}/`",
|
547
|
-
"description": "Genesis Socket URL",
|
548
|
-
"privacy": "public"
|
549
|
-
},
|
550
|
-
{
|
551
|
-
"kind": "variable",
|
552
|
-
"name": "API_HOST",
|
553
|
-
"type": {
|
554
|
-
"text": "string"
|
555
|
-
}
|
556
|
-
},
|
557
|
-
{
|
558
|
-
"kind": "variable",
|
559
|
-
"name": "_API_HOST",
|
560
|
-
"type": {
|
561
|
-
"text": "string"
|
562
|
-
},
|
563
|
-
"default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
|
564
|
-
"description": "The Genesis Server URL (WebSocket or HTTP).",
|
565
|
-
"privacy": "public"
|
566
|
-
},
|
567
|
-
{
|
568
|
-
"kind": "variable",
|
569
|
-
"name": "HTTP_CONFIG",
|
570
|
-
"type": {
|
571
|
-
"text": "string"
|
572
|
-
}
|
573
|
-
},
|
574
|
-
{
|
575
|
-
"kind": "variable",
|
576
|
-
"name": "_HTTP_CONFIG",
|
577
|
-
"type": {
|
578
|
-
"text": "string"
|
579
|
-
},
|
580
|
-
"description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
|
581
|
-
"privacy": "public"
|
582
|
-
},
|
583
|
-
{
|
584
|
-
"kind": "variable",
|
585
|
-
"name": "DEFAULT_ORGANISATION",
|
586
|
-
"type": {
|
587
|
-
"text": "string"
|
588
|
-
}
|
589
|
-
},
|
590
|
-
{
|
591
|
-
"kind": "variable",
|
592
|
-
"name": "_DEFAULT_ORGANISATION",
|
593
|
-
"type": {
|
594
|
-
"text": "string"
|
595
|
-
},
|
596
|
-
"description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
597
|
-
"privacy": "public"
|
598
|
-
},
|
599
|
-
{
|
600
|
-
"kind": "variable",
|
601
|
-
"name": "DEFAULT_PASSWORD",
|
602
|
-
"type": {
|
603
|
-
"text": "string"
|
604
|
-
}
|
605
|
-
},
|
606
|
-
{
|
607
|
-
"kind": "variable",
|
608
|
-
"name": "_DEFAULT_PASSWORD",
|
609
|
-
"type": {
|
610
|
-
"text": "string"
|
611
|
-
},
|
612
|
-
"description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
613
|
-
"privacy": "public"
|
614
|
-
},
|
615
|
-
{
|
616
|
-
"kind": "variable",
|
617
|
-
"name": "DEFAULT_USER",
|
618
|
-
"type": {
|
619
|
-
"text": "string"
|
620
|
-
}
|
621
|
-
},
|
622
|
-
{
|
623
|
-
"kind": "variable",
|
624
|
-
"name": "_DEFAULT_USER",
|
625
|
-
"type": {
|
626
|
-
"text": "string"
|
627
|
-
},
|
628
|
-
"description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
629
|
-
"privacy": "public"
|
630
|
-
}
|
631
|
-
],
|
632
|
-
"exports": [
|
633
|
-
{
|
634
|
-
"kind": "js",
|
635
|
-
"name": "SOCKET_EXT",
|
636
|
-
"declaration": {
|
637
|
-
"name": "_SOCKET_EXT",
|
638
|
-
"module": "src/env/variables.ts"
|
639
|
-
}
|
640
|
-
},
|
641
|
-
{
|
642
|
-
"kind": "js",
|
643
|
-
"name": "FORCE_HTTP",
|
644
|
-
"declaration": {
|
645
|
-
"name": "_FORCE_HTTP",
|
646
|
-
"module": "src/env/variables.ts"
|
647
|
-
}
|
648
|
-
},
|
649
|
-
{
|
650
|
-
"kind": "js",
|
651
|
-
"name": "GENESIS_SOCKET_URL",
|
652
|
-
"declaration": {
|
653
|
-
"name": "GENESIS_SOCKET_URL",
|
654
|
-
"module": "src/env/variables.ts"
|
655
|
-
}
|
656
|
-
},
|
657
|
-
{
|
658
|
-
"kind": "js",
|
659
|
-
"name": "API_HOST",
|
660
|
-
"declaration": {
|
661
|
-
"name": "_API_HOST",
|
662
|
-
"module": "src/env/variables.ts"
|
663
|
-
}
|
664
|
-
},
|
665
|
-
{
|
666
|
-
"kind": "js",
|
667
|
-
"name": "HTTP_CONFIG",
|
668
|
-
"declaration": {
|
669
|
-
"name": "_HTTP_CONFIG",
|
670
|
-
"module": "src/env/variables.ts"
|
671
|
-
}
|
672
|
-
},
|
673
|
-
{
|
674
|
-
"kind": "js",
|
675
|
-
"name": "DEFAULT_ORGANISATION",
|
676
|
-
"declaration": {
|
677
|
-
"name": "_DEFAULT_ORGANISATION",
|
678
|
-
"module": "src/env/variables.ts"
|
679
|
-
}
|
680
|
-
},
|
681
|
-
{
|
682
|
-
"kind": "js",
|
683
|
-
"name": "DEFAULT_PASSWORD",
|
684
|
-
"declaration": {
|
685
|
-
"name": "_DEFAULT_PASSWORD",
|
686
|
-
"module": "src/env/variables.ts"
|
687
|
-
}
|
688
|
-
},
|
689
|
-
{
|
690
|
-
"kind": "js",
|
691
|
-
"name": "DEFAULT_USER",
|
692
|
-
"declaration": {
|
693
|
-
"name": "_DEFAULT_USER",
|
694
|
-
"module": "src/env/variables.ts"
|
483
|
+
"package": "./when-else"
|
695
484
|
}
|
696
485
|
}
|
697
486
|
]
|
@@ -841,106 +630,294 @@
|
|
841
630
|
]
|
842
631
|
},
|
843
632
|
{
|
844
|
-
"kind": "function",
|
845
|
-
"name": "createErrorMap",
|
846
|
-
"return": {
|
847
|
-
"type": {
|
848
|
-
"text": ""
|
849
|
-
}
|
633
|
+
"kind": "function",
|
634
|
+
"name": "createErrorMap",
|
635
|
+
"return": {
|
636
|
+
"type": {
|
637
|
+
"text": ""
|
638
|
+
}
|
639
|
+
},
|
640
|
+
"parameters": [
|
641
|
+
{
|
642
|
+
"name": "logger",
|
643
|
+
"type": {
|
644
|
+
"text": "ErrorMapLogger"
|
645
|
+
},
|
646
|
+
"description": "A logger error method reference."
|
647
|
+
}
|
648
|
+
],
|
649
|
+
"description": "A factory to create the error map.",
|
650
|
+
"privacy": "public"
|
651
|
+
}
|
652
|
+
],
|
653
|
+
"exports": [
|
654
|
+
{
|
655
|
+
"kind": "js",
|
656
|
+
"name": "DefaultErrorMap",
|
657
|
+
"declaration": {
|
658
|
+
"name": "DefaultErrorMap",
|
659
|
+
"module": "src/error/errorMap.ts"
|
660
|
+
}
|
661
|
+
},
|
662
|
+
{
|
663
|
+
"kind": "js",
|
664
|
+
"name": "createErrorMap",
|
665
|
+
"declaration": {
|
666
|
+
"name": "createErrorMap",
|
667
|
+
"module": "src/error/errorMap.ts"
|
668
|
+
}
|
669
|
+
}
|
670
|
+
]
|
671
|
+
},
|
672
|
+
{
|
673
|
+
"kind": "javascript-module",
|
674
|
+
"path": "src/error/index.ts",
|
675
|
+
"declarations": [],
|
676
|
+
"exports": [
|
677
|
+
{
|
678
|
+
"kind": "js",
|
679
|
+
"name": "*",
|
680
|
+
"declaration": {
|
681
|
+
"name": "*",
|
682
|
+
"package": "./errorMap"
|
683
|
+
}
|
684
|
+
}
|
685
|
+
]
|
686
|
+
},
|
687
|
+
{
|
688
|
+
"kind": "javascript-module",
|
689
|
+
"path": "src/env/index.ts",
|
690
|
+
"declarations": [],
|
691
|
+
"exports": [
|
692
|
+
{
|
693
|
+
"kind": "js",
|
694
|
+
"name": "*",
|
695
|
+
"declaration": {
|
696
|
+
"name": "*",
|
697
|
+
"package": "./is-dev"
|
698
|
+
}
|
699
|
+
},
|
700
|
+
{
|
701
|
+
"kind": "js",
|
702
|
+
"name": "*",
|
703
|
+
"declaration": {
|
704
|
+
"name": "*",
|
705
|
+
"package": "./variables"
|
706
|
+
}
|
707
|
+
}
|
708
|
+
]
|
709
|
+
},
|
710
|
+
{
|
711
|
+
"kind": "javascript-module",
|
712
|
+
"path": "src/env/is-dev.ts",
|
713
|
+
"declarations": [
|
714
|
+
{
|
715
|
+
"kind": "function",
|
716
|
+
"name": "isDev",
|
717
|
+
"description": "Determines if the current environment is a development environment.",
|
718
|
+
"privacy": "public"
|
719
|
+
}
|
720
|
+
],
|
721
|
+
"exports": [
|
722
|
+
{
|
723
|
+
"kind": "js",
|
724
|
+
"name": "isDev",
|
725
|
+
"declaration": {
|
726
|
+
"name": "isDev",
|
727
|
+
"module": "src/env/is-dev.ts"
|
728
|
+
}
|
729
|
+
}
|
730
|
+
]
|
731
|
+
},
|
732
|
+
{
|
733
|
+
"kind": "javascript-module",
|
734
|
+
"path": "src/env/variables.ts",
|
735
|
+
"declarations": [
|
736
|
+
{
|
737
|
+
"kind": "variable",
|
738
|
+
"name": "SOCKET_EXT",
|
739
|
+
"type": {
|
740
|
+
"text": "string"
|
741
|
+
}
|
742
|
+
},
|
743
|
+
{
|
744
|
+
"kind": "variable",
|
745
|
+
"name": "_SOCKET_EXT",
|
746
|
+
"type": {
|
747
|
+
"text": "string"
|
748
|
+
},
|
749
|
+
"default": "'gwf'",
|
750
|
+
"description": "The sub-path used for WebSocket connections when API_HOST is not set",
|
751
|
+
"privacy": "public"
|
752
|
+
},
|
753
|
+
{
|
754
|
+
"kind": "variable",
|
755
|
+
"name": "FORCE_HTTP",
|
756
|
+
"type": {
|
757
|
+
"text": "string"
|
758
|
+
}
|
759
|
+
},
|
760
|
+
{
|
761
|
+
"kind": "variable",
|
762
|
+
"name": "_FORCE_HTTP",
|
763
|
+
"type": {
|
764
|
+
"text": "string"
|
765
|
+
},
|
766
|
+
"description": "The path to a JSON config file for the HTTP mode.",
|
767
|
+
"privacy": "public"
|
768
|
+
},
|
769
|
+
{
|
770
|
+
"kind": "variable",
|
771
|
+
"name": "GENESIS_SOCKET_URL",
|
772
|
+
"default": "`${location.protocol.replace('http', 'ws')}//${location.host}/${_SOCKET_EXT}/`",
|
773
|
+
"description": "Genesis Socket URL",
|
774
|
+
"privacy": "public"
|
775
|
+
},
|
776
|
+
{
|
777
|
+
"kind": "variable",
|
778
|
+
"name": "API_HOST",
|
779
|
+
"type": {
|
780
|
+
"text": "string"
|
781
|
+
}
|
782
|
+
},
|
783
|
+
{
|
784
|
+
"kind": "variable",
|
785
|
+
"name": "_API_HOST",
|
786
|
+
"type": {
|
787
|
+
"text": "string"
|
788
|
+
},
|
789
|
+
"default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
|
790
|
+
"description": "The Genesis Server URL (WebSocket or HTTP).",
|
791
|
+
"privacy": "public"
|
792
|
+
},
|
793
|
+
{
|
794
|
+
"kind": "variable",
|
795
|
+
"name": "HTTP_CONFIG",
|
796
|
+
"type": {
|
797
|
+
"text": "string"
|
798
|
+
}
|
799
|
+
},
|
800
|
+
{
|
801
|
+
"kind": "variable",
|
802
|
+
"name": "_HTTP_CONFIG",
|
803
|
+
"type": {
|
804
|
+
"text": "string"
|
805
|
+
},
|
806
|
+
"description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
|
807
|
+
"privacy": "public"
|
808
|
+
},
|
809
|
+
{
|
810
|
+
"kind": "variable",
|
811
|
+
"name": "DEFAULT_ORGANISATION",
|
812
|
+
"type": {
|
813
|
+
"text": "string"
|
814
|
+
}
|
815
|
+
},
|
816
|
+
{
|
817
|
+
"kind": "variable",
|
818
|
+
"name": "_DEFAULT_ORGANISATION",
|
819
|
+
"type": {
|
820
|
+
"text": "string"
|
821
|
+
},
|
822
|
+
"description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
823
|
+
"privacy": "public"
|
824
|
+
},
|
825
|
+
{
|
826
|
+
"kind": "variable",
|
827
|
+
"name": "DEFAULT_PASSWORD",
|
828
|
+
"type": {
|
829
|
+
"text": "string"
|
830
|
+
}
|
831
|
+
},
|
832
|
+
{
|
833
|
+
"kind": "variable",
|
834
|
+
"name": "_DEFAULT_PASSWORD",
|
835
|
+
"type": {
|
836
|
+
"text": "string"
|
837
|
+
},
|
838
|
+
"description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
839
|
+
"privacy": "public"
|
840
|
+
},
|
841
|
+
{
|
842
|
+
"kind": "variable",
|
843
|
+
"name": "DEFAULT_USER",
|
844
|
+
"type": {
|
845
|
+
"text": "string"
|
846
|
+
}
|
847
|
+
},
|
848
|
+
{
|
849
|
+
"kind": "variable",
|
850
|
+
"name": "_DEFAULT_USER",
|
851
|
+
"type": {
|
852
|
+
"text": "string"
|
850
853
|
},
|
851
|
-
"
|
852
|
-
{
|
853
|
-
"name": "logger",
|
854
|
-
"type": {
|
855
|
-
"text": "ErrorMapLogger"
|
856
|
-
},
|
857
|
-
"description": "A logger error method reference."
|
858
|
-
}
|
859
|
-
],
|
860
|
-
"description": "A factory to create the error map.",
|
854
|
+
"description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
861
855
|
"privacy": "public"
|
862
856
|
}
|
863
857
|
],
|
864
858
|
"exports": [
|
865
859
|
{
|
866
860
|
"kind": "js",
|
867
|
-
"name": "
|
861
|
+
"name": "SOCKET_EXT",
|
868
862
|
"declaration": {
|
869
|
-
"name": "
|
870
|
-
"module": "src/
|
863
|
+
"name": "_SOCKET_EXT",
|
864
|
+
"module": "src/env/variables.ts"
|
871
865
|
}
|
872
866
|
},
|
873
867
|
{
|
874
868
|
"kind": "js",
|
875
|
-
"name": "
|
869
|
+
"name": "FORCE_HTTP",
|
876
870
|
"declaration": {
|
877
|
-
"name": "
|
878
|
-
"module": "src/
|
871
|
+
"name": "_FORCE_HTTP",
|
872
|
+
"module": "src/env/variables.ts"
|
879
873
|
}
|
880
|
-
}
|
881
|
-
]
|
882
|
-
},
|
883
|
-
{
|
884
|
-
"kind": "javascript-module",
|
885
|
-
"path": "src/error/index.ts",
|
886
|
-
"declarations": [],
|
887
|
-
"exports": [
|
874
|
+
},
|
888
875
|
{
|
889
876
|
"kind": "js",
|
890
|
-
"name": "
|
877
|
+
"name": "GENESIS_SOCKET_URL",
|
891
878
|
"declaration": {
|
892
|
-
"name": "
|
893
|
-
"
|
879
|
+
"name": "GENESIS_SOCKET_URL",
|
880
|
+
"module": "src/env/variables.ts"
|
894
881
|
}
|
895
|
-
}
|
896
|
-
]
|
897
|
-
},
|
898
|
-
{
|
899
|
-
"kind": "javascript-module",
|
900
|
-
"path": "src/design-system/design-system.ts",
|
901
|
-
"declarations": [
|
882
|
+
},
|
902
883
|
{
|
903
|
-
"kind": "
|
904
|
-
"name": "
|
905
|
-
"
|
906
|
-
"
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
"parameters": [
|
911
|
-
{
|
912
|
-
"name": "module",
|
913
|
-
"type": {
|
914
|
-
"text": "DesignSystemModule"
|
915
|
-
}
|
916
|
-
}
|
917
|
-
],
|
918
|
-
"description": "assureDesignSystem.",
|
919
|
-
"privacy": "public"
|
920
|
-
}
|
921
|
-
],
|
922
|
-
"exports": [
|
884
|
+
"kind": "js",
|
885
|
+
"name": "API_HOST",
|
886
|
+
"declaration": {
|
887
|
+
"name": "_API_HOST",
|
888
|
+
"module": "src/env/variables.ts"
|
889
|
+
}
|
890
|
+
},
|
923
891
|
{
|
924
892
|
"kind": "js",
|
925
|
-
"name": "
|
893
|
+
"name": "HTTP_CONFIG",
|
926
894
|
"declaration": {
|
927
|
-
"name": "
|
928
|
-
"module": "src/
|
895
|
+
"name": "_HTTP_CONFIG",
|
896
|
+
"module": "src/env/variables.ts"
|
929
897
|
}
|
930
|
-
}
|
931
|
-
]
|
932
|
-
},
|
933
|
-
{
|
934
|
-
"kind": "javascript-module",
|
935
|
-
"path": "src/design-system/index.ts",
|
936
|
-
"declarations": [],
|
937
|
-
"exports": [
|
898
|
+
},
|
938
899
|
{
|
939
900
|
"kind": "js",
|
940
|
-
"name": "
|
901
|
+
"name": "DEFAULT_ORGANISATION",
|
941
902
|
"declaration": {
|
942
|
-
"name": "
|
943
|
-
"
|
903
|
+
"name": "_DEFAULT_ORGANISATION",
|
904
|
+
"module": "src/env/variables.ts"
|
905
|
+
}
|
906
|
+
},
|
907
|
+
{
|
908
|
+
"kind": "js",
|
909
|
+
"name": "DEFAULT_PASSWORD",
|
910
|
+
"declaration": {
|
911
|
+
"name": "_DEFAULT_PASSWORD",
|
912
|
+
"module": "src/env/variables.ts"
|
913
|
+
}
|
914
|
+
},
|
915
|
+
{
|
916
|
+
"kind": "js",
|
917
|
+
"name": "DEFAULT_USER",
|
918
|
+
"declaration": {
|
919
|
+
"name": "_DEFAULT_USER",
|
920
|
+
"module": "src/env/variables.ts"
|
944
921
|
}
|
945
922
|
}
|
946
923
|
]
|
@@ -2387,160 +2364,6 @@
|
|
2387
2364
|
}
|
2388
2365
|
]
|
2389
2366
|
},
|
2390
|
-
{
|
2391
|
-
"kind": "javascript-module",
|
2392
|
-
"path": "src/encoding/base64/decode.ts",
|
2393
|
-
"declarations": [
|
2394
|
-
{
|
2395
|
-
"kind": "function",
|
2396
|
-
"name": "decodeFromBase64",
|
2397
|
-
"return": {
|
2398
|
-
"type": {
|
2399
|
-
"text": ""
|
2400
|
-
}
|
2401
|
-
},
|
2402
|
-
"parameters": [
|
2403
|
-
{
|
2404
|
-
"name": "base64Value",
|
2405
|
-
"type": {
|
2406
|
-
"text": "string"
|
2407
|
-
}
|
2408
|
-
},
|
2409
|
-
{
|
2410
|
-
"description": "The value to decode from base64.",
|
2411
|
-
"name": "value"
|
2412
|
-
}
|
2413
|
-
],
|
2414
|
-
"description": "Decodes a value from base64.",
|
2415
|
-
"privacy": "public"
|
2416
|
-
},
|
2417
|
-
{
|
2418
|
-
"kind": "function",
|
2419
|
-
"name": "decodeFromBase64WithPrefix",
|
2420
|
-
"return": {
|
2421
|
-
"type": {
|
2422
|
-
"text": ""
|
2423
|
-
}
|
2424
|
-
},
|
2425
|
-
"parameters": [
|
2426
|
-
{
|
2427
|
-
"name": "value",
|
2428
|
-
"type": {
|
2429
|
-
"text": "string"
|
2430
|
-
},
|
2431
|
-
"description": "The value to decode from base64."
|
2432
|
-
}
|
2433
|
-
],
|
2434
|
-
"description": "Decodes a value from base64 with a prefix.",
|
2435
|
-
"privacy": "public"
|
2436
|
-
}
|
2437
|
-
],
|
2438
|
-
"exports": [
|
2439
|
-
{
|
2440
|
-
"kind": "js",
|
2441
|
-
"name": "decodeFromBase64",
|
2442
|
-
"declaration": {
|
2443
|
-
"name": "decodeFromBase64",
|
2444
|
-
"module": "src/encoding/base64/decode.ts"
|
2445
|
-
}
|
2446
|
-
},
|
2447
|
-
{
|
2448
|
-
"kind": "js",
|
2449
|
-
"name": "decodeFromBase64WithPrefix",
|
2450
|
-
"declaration": {
|
2451
|
-
"name": "decodeFromBase64WithPrefix",
|
2452
|
-
"module": "src/encoding/base64/decode.ts"
|
2453
|
-
}
|
2454
|
-
}
|
2455
|
-
]
|
2456
|
-
},
|
2457
|
-
{
|
2458
|
-
"kind": "javascript-module",
|
2459
|
-
"path": "src/encoding/base64/encode.ts",
|
2460
|
-
"declarations": [
|
2461
|
-
{
|
2462
|
-
"kind": "function",
|
2463
|
-
"name": "encodeToBase64",
|
2464
|
-
"return": {
|
2465
|
-
"type": {
|
2466
|
-
"text": ""
|
2467
|
-
}
|
2468
|
-
},
|
2469
|
-
"parameters": [
|
2470
|
-
{
|
2471
|
-
"name": "value",
|
2472
|
-
"type": {
|
2473
|
-
"text": "string | ArrayBuffer"
|
2474
|
-
},
|
2475
|
-
"description": "The value to encode to base64."
|
2476
|
-
}
|
2477
|
-
],
|
2478
|
-
"description": "Encodes the given value to base64.",
|
2479
|
-
"privacy": "public"
|
2480
|
-
},
|
2481
|
-
{
|
2482
|
-
"kind": "function",
|
2483
|
-
"name": "encodeToBase64WithPrefix",
|
2484
|
-
"return": {
|
2485
|
-
"type": {
|
2486
|
-
"text": ""
|
2487
|
-
}
|
2488
|
-
},
|
2489
|
-
"parameters": [
|
2490
|
-
{
|
2491
|
-
"name": "value",
|
2492
|
-
"type": {
|
2493
|
-
"text": "string | ArrayBuffer"
|
2494
|
-
},
|
2495
|
-
"description": "The value to encode to base64."
|
2496
|
-
}
|
2497
|
-
],
|
2498
|
-
"description": "Encodes the given value with a prefix to base64.",
|
2499
|
-
"privacy": "public"
|
2500
|
-
}
|
2501
|
-
],
|
2502
|
-
"exports": [
|
2503
|
-
{
|
2504
|
-
"kind": "js",
|
2505
|
-
"name": "encodeToBase64",
|
2506
|
-
"declaration": {
|
2507
|
-
"name": "encodeToBase64",
|
2508
|
-
"module": "src/encoding/base64/encode.ts"
|
2509
|
-
}
|
2510
|
-
},
|
2511
|
-
{
|
2512
|
-
"kind": "js",
|
2513
|
-
"name": "encodeToBase64WithPrefix",
|
2514
|
-
"declaration": {
|
2515
|
-
"name": "encodeToBase64WithPrefix",
|
2516
|
-
"module": "src/encoding/base64/encode.ts"
|
2517
|
-
}
|
2518
|
-
}
|
2519
|
-
]
|
2520
|
-
},
|
2521
|
-
{
|
2522
|
-
"kind": "javascript-module",
|
2523
|
-
"path": "src/encoding/base64/index.ts",
|
2524
|
-
"declarations": [],
|
2525
|
-
"exports": [
|
2526
|
-
{
|
2527
|
-
"kind": "js",
|
2528
|
-
"name": "*",
|
2529
|
-
"declaration": {
|
2530
|
-
"name": "*",
|
2531
|
-
"package": "./decode"
|
2532
|
-
}
|
2533
|
-
},
|
2534
|
-
{
|
2535
|
-
"kind": "js",
|
2536
|
-
"name": "*",
|
2537
|
-
"declaration": {
|
2538
|
-
"name": "*",
|
2539
|
-
"package": "./encode"
|
2540
|
-
}
|
2541
|
-
}
|
2542
|
-
]
|
2543
|
-
},
|
2544
2367
|
{
|
2545
2368
|
"kind": "javascript-module",
|
2546
2369
|
"path": "src/mappers/dto/index.ts",
|