@genesislcap/foundation-utils 14.209.3-alpha-afba6ee.0 → 14.209.3-alpha-e70b36d.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/custom-elements.json +247 -247
  2. package/package.json +10 -10
@@ -420,42 +420,30 @@
420
420
  },
421
421
  {
422
422
  "kind": "javascript-module",
423
- "path": "src/design-system/design-system.ts",
424
- "declarations": [
425
- {
426
- "kind": "function",
427
- "name": "assureDesignSystem",
428
- "return": {
429
- "type": {
430
- "text": "DesignSystemModule"
431
- }
432
- },
433
- "parameters": [
434
- {
435
- "name": "module",
436
- "type": {
437
- "text": "DesignSystemModule"
438
- }
439
- }
440
- ],
441
- "description": "assureDesignSystem.",
442
- "privacy": "public"
443
- }
444
- ],
423
+ "path": "src/directives/index.ts",
424
+ "declarations": [],
445
425
  "exports": [
446
426
  {
447
427
  "kind": "js",
448
- "name": "assureDesignSystem",
428
+ "name": "*",
449
429
  "declaration": {
450
- "name": "assureDesignSystem",
451
- "module": "src/design-system/design-system.ts"
430
+ "name": "*",
431
+ "package": "./sync"
432
+ }
433
+ },
434
+ {
435
+ "kind": "js",
436
+ "name": "*",
437
+ "declaration": {
438
+ "name": "*",
439
+ "package": "./when-else"
452
440
  }
453
441
  }
454
442
  ]
455
443
  },
456
444
  {
457
445
  "kind": "javascript-module",
458
- "path": "src/design-system/index.ts",
446
+ "path": "src/env/index.ts",
459
447
  "declarations": [],
460
448
  "exports": [
461
449
  {
@@ -463,30 +451,230 @@
463
451
  "name": "*",
464
452
  "declaration": {
465
453
  "name": "*",
466
- "package": "./design-system"
454
+ "package": "./is-dev"
455
+ }
456
+ },
457
+ {
458
+ "kind": "js",
459
+ "name": "*",
460
+ "declaration": {
461
+ "name": "*",
462
+ "package": "./variables"
467
463
  }
468
464
  }
469
465
  ]
470
466
  },
471
467
  {
472
468
  "kind": "javascript-module",
473
- "path": "src/directives/index.ts",
474
- "declarations": [],
469
+ "path": "src/env/is-dev.ts",
470
+ "declarations": [
471
+ {
472
+ "kind": "function",
473
+ "name": "isDev",
474
+ "description": "Determines if the current environment is a development environment.",
475
+ "privacy": "public"
476
+ }
477
+ ],
475
478
  "exports": [
476
479
  {
477
480
  "kind": "js",
478
- "name": "*",
481
+ "name": "isDev",
479
482
  "declaration": {
480
- "name": "*",
481
- "package": "./sync"
483
+ "name": "isDev",
484
+ "module": "src/env/is-dev.ts"
485
+ }
486
+ }
487
+ ]
488
+ },
489
+ {
490
+ "kind": "javascript-module",
491
+ "path": "src/env/variables.ts",
492
+ "declarations": [
493
+ {
494
+ "kind": "variable",
495
+ "name": "SOCKET_EXT",
496
+ "type": {
497
+ "text": "string"
498
+ }
499
+ },
500
+ {
501
+ "kind": "variable",
502
+ "name": "_SOCKET_EXT",
503
+ "type": {
504
+ "text": "string"
505
+ },
506
+ "default": "'gwf'",
507
+ "description": "The sub-path used for WebSocket connections when API_HOST is not set",
508
+ "privacy": "public"
509
+ },
510
+ {
511
+ "kind": "variable",
512
+ "name": "FORCE_HTTP",
513
+ "type": {
514
+ "text": "string"
482
515
  }
483
516
  },
517
+ {
518
+ "kind": "variable",
519
+ "name": "_FORCE_HTTP",
520
+ "type": {
521
+ "text": "string"
522
+ },
523
+ "description": "The path to a JSON config file for the HTTP mode.",
524
+ "privacy": "public"
525
+ },
526
+ {
527
+ "kind": "variable",
528
+ "name": "GENESIS_SOCKET_URL",
529
+ "default": "`${location.protocol.replace('http', 'ws')}//${location.host}/${_SOCKET_EXT}/`",
530
+ "description": "Genesis Socket URL",
531
+ "privacy": "public"
532
+ },
533
+ {
534
+ "kind": "variable",
535
+ "name": "API_HOST",
536
+ "type": {
537
+ "text": "string"
538
+ }
539
+ },
540
+ {
541
+ "kind": "variable",
542
+ "name": "_API_HOST",
543
+ "type": {
544
+ "text": "string"
545
+ },
546
+ "default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
547
+ "description": "The Genesis Server URL (WebSocket or HTTP).",
548
+ "privacy": "public"
549
+ },
550
+ {
551
+ "kind": "variable",
552
+ "name": "HTTP_CONFIG",
553
+ "type": {
554
+ "text": "string"
555
+ }
556
+ },
557
+ {
558
+ "kind": "variable",
559
+ "name": "_HTTP_CONFIG",
560
+ "type": {
561
+ "text": "string"
562
+ },
563
+ "description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
564
+ "privacy": "public"
565
+ },
566
+ {
567
+ "kind": "variable",
568
+ "name": "DEFAULT_ORGANISATION",
569
+ "type": {
570
+ "text": "string"
571
+ }
572
+ },
573
+ {
574
+ "kind": "variable",
575
+ "name": "_DEFAULT_ORGANISATION",
576
+ "type": {
577
+ "text": "string"
578
+ },
579
+ "description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
580
+ "privacy": "public"
581
+ },
582
+ {
583
+ "kind": "variable",
584
+ "name": "DEFAULT_PASSWORD",
585
+ "type": {
586
+ "text": "string"
587
+ }
588
+ },
589
+ {
590
+ "kind": "variable",
591
+ "name": "_DEFAULT_PASSWORD",
592
+ "type": {
593
+ "text": "string"
594
+ },
595
+ "description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
596
+ "privacy": "public"
597
+ },
598
+ {
599
+ "kind": "variable",
600
+ "name": "DEFAULT_USER",
601
+ "type": {
602
+ "text": "string"
603
+ }
604
+ },
605
+ {
606
+ "kind": "variable",
607
+ "name": "_DEFAULT_USER",
608
+ "type": {
609
+ "text": "string"
610
+ },
611
+ "description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
612
+ "privacy": "public"
613
+ }
614
+ ],
615
+ "exports": [
484
616
  {
485
617
  "kind": "js",
486
- "name": "*",
618
+ "name": "SOCKET_EXT",
487
619
  "declaration": {
488
- "name": "*",
489
- "package": "./when-else"
620
+ "name": "_SOCKET_EXT",
621
+ "module": "src/env/variables.ts"
622
+ }
623
+ },
624
+ {
625
+ "kind": "js",
626
+ "name": "FORCE_HTTP",
627
+ "declaration": {
628
+ "name": "_FORCE_HTTP",
629
+ "module": "src/env/variables.ts"
630
+ }
631
+ },
632
+ {
633
+ "kind": "js",
634
+ "name": "GENESIS_SOCKET_URL",
635
+ "declaration": {
636
+ "name": "GENESIS_SOCKET_URL",
637
+ "module": "src/env/variables.ts"
638
+ }
639
+ },
640
+ {
641
+ "kind": "js",
642
+ "name": "API_HOST",
643
+ "declaration": {
644
+ "name": "_API_HOST",
645
+ "module": "src/env/variables.ts"
646
+ }
647
+ },
648
+ {
649
+ "kind": "js",
650
+ "name": "HTTP_CONFIG",
651
+ "declaration": {
652
+ "name": "_HTTP_CONFIG",
653
+ "module": "src/env/variables.ts"
654
+ }
655
+ },
656
+ {
657
+ "kind": "js",
658
+ "name": "DEFAULT_ORGANISATION",
659
+ "declaration": {
660
+ "name": "_DEFAULT_ORGANISATION",
661
+ "module": "src/env/variables.ts"
662
+ }
663
+ },
664
+ {
665
+ "kind": "js",
666
+ "name": "DEFAULT_PASSWORD",
667
+ "declaration": {
668
+ "name": "_DEFAULT_PASSWORD",
669
+ "module": "src/env/variables.ts"
670
+ }
671
+ },
672
+ {
673
+ "kind": "js",
674
+ "name": "DEFAULT_USER",
675
+ "declaration": {
676
+ "name": "_DEFAULT_USER",
677
+ "module": "src/env/variables.ts"
490
678
  }
491
679
  }
492
680
  ]
@@ -692,238 +880,50 @@
692
880
  },
693
881
  {
694
882
  "kind": "javascript-module",
695
- "path": "src/env/index.ts",
696
- "declarations": [],
697
- "exports": [
698
- {
699
- "kind": "js",
700
- "name": "*",
701
- "declaration": {
702
- "name": "*",
703
- "package": "./is-dev"
704
- }
705
- },
706
- {
707
- "kind": "js",
708
- "name": "*",
709
- "declaration": {
710
- "name": "*",
711
- "package": "./variables"
712
- }
713
- }
714
- ]
715
- },
716
- {
717
- "kind": "javascript-module",
718
- "path": "src/env/is-dev.ts",
883
+ "path": "src/design-system/design-system.ts",
719
884
  "declarations": [
720
885
  {
721
886
  "kind": "function",
722
- "name": "isDev",
723
- "description": "Determines if the current environment is a development environment.",
887
+ "name": "assureDesignSystem",
888
+ "return": {
889
+ "type": {
890
+ "text": "DesignSystemModule"
891
+ }
892
+ },
893
+ "parameters": [
894
+ {
895
+ "name": "module",
896
+ "type": {
897
+ "text": "DesignSystemModule"
898
+ }
899
+ }
900
+ ],
901
+ "description": "assureDesignSystem.",
724
902
  "privacy": "public"
725
903
  }
726
904
  ],
727
905
  "exports": [
728
906
  {
729
907
  "kind": "js",
730
- "name": "isDev",
908
+ "name": "assureDesignSystem",
731
909
  "declaration": {
732
- "name": "isDev",
733
- "module": "src/env/is-dev.ts"
910
+ "name": "assureDesignSystem",
911
+ "module": "src/design-system/design-system.ts"
734
912
  }
735
913
  }
736
914
  ]
737
915
  },
738
916
  {
739
917
  "kind": "javascript-module",
740
- "path": "src/env/variables.ts",
741
- "declarations": [
742
- {
743
- "kind": "variable",
744
- "name": "SOCKET_EXT",
745
- "type": {
746
- "text": "string"
747
- }
748
- },
749
- {
750
- "kind": "variable",
751
- "name": "_SOCKET_EXT",
752
- "type": {
753
- "text": "string"
754
- },
755
- "default": "'gwf'",
756
- "description": "The sub-path used for WebSocket connections when API_HOST is not set",
757
- "privacy": "public"
758
- },
759
- {
760
- "kind": "variable",
761
- "name": "FORCE_HTTP",
762
- "type": {
763
- "text": "string"
764
- }
765
- },
766
- {
767
- "kind": "variable",
768
- "name": "_FORCE_HTTP",
769
- "type": {
770
- "text": "string"
771
- },
772
- "description": "The path to a JSON config file for the HTTP mode.",
773
- "privacy": "public"
774
- },
775
- {
776
- "kind": "variable",
777
- "name": "GENESIS_SOCKET_URL",
778
- "default": "`${location.protocol.replace('http', 'ws')}//${location.host}/${_SOCKET_EXT}/`",
779
- "description": "Genesis Socket URL",
780
- "privacy": "public"
781
- },
782
- {
783
- "kind": "variable",
784
- "name": "API_HOST",
785
- "type": {
786
- "text": "string"
787
- }
788
- },
789
- {
790
- "kind": "variable",
791
- "name": "_API_HOST",
792
- "type": {
793
- "text": "string"
794
- },
795
- "default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
796
- "description": "The Genesis Server URL (WebSocket or HTTP).",
797
- "privacy": "public"
798
- },
799
- {
800
- "kind": "variable",
801
- "name": "HTTP_CONFIG",
802
- "type": {
803
- "text": "string"
804
- }
805
- },
806
- {
807
- "kind": "variable",
808
- "name": "_HTTP_CONFIG",
809
- "type": {
810
- "text": "string"
811
- },
812
- "description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
813
- "privacy": "public"
814
- },
815
- {
816
- "kind": "variable",
817
- "name": "DEFAULT_ORGANISATION",
818
- "type": {
819
- "text": "string"
820
- }
821
- },
822
- {
823
- "kind": "variable",
824
- "name": "_DEFAULT_ORGANISATION",
825
- "type": {
826
- "text": "string"
827
- },
828
- "description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
829
- "privacy": "public"
830
- },
831
- {
832
- "kind": "variable",
833
- "name": "DEFAULT_PASSWORD",
834
- "type": {
835
- "text": "string"
836
- }
837
- },
838
- {
839
- "kind": "variable",
840
- "name": "_DEFAULT_PASSWORD",
841
- "type": {
842
- "text": "string"
843
- },
844
- "description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
845
- "privacy": "public"
846
- },
847
- {
848
- "kind": "variable",
849
- "name": "DEFAULT_USER",
850
- "type": {
851
- "text": "string"
852
- }
853
- },
854
- {
855
- "kind": "variable",
856
- "name": "_DEFAULT_USER",
857
- "type": {
858
- "text": "string"
859
- },
860
- "description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
861
- "privacy": "public"
862
- }
863
- ],
918
+ "path": "src/design-system/index.ts",
919
+ "declarations": [],
864
920
  "exports": [
865
921
  {
866
922
  "kind": "js",
867
- "name": "SOCKET_EXT",
868
- "declaration": {
869
- "name": "_SOCKET_EXT",
870
- "module": "src/env/variables.ts"
871
- }
872
- },
873
- {
874
- "kind": "js",
875
- "name": "FORCE_HTTP",
876
- "declaration": {
877
- "name": "_FORCE_HTTP",
878
- "module": "src/env/variables.ts"
879
- }
880
- },
881
- {
882
- "kind": "js",
883
- "name": "GENESIS_SOCKET_URL",
884
- "declaration": {
885
- "name": "GENESIS_SOCKET_URL",
886
- "module": "src/env/variables.ts"
887
- }
888
- },
889
- {
890
- "kind": "js",
891
- "name": "API_HOST",
892
- "declaration": {
893
- "name": "_API_HOST",
894
- "module": "src/env/variables.ts"
895
- }
896
- },
897
- {
898
- "kind": "js",
899
- "name": "HTTP_CONFIG",
900
- "declaration": {
901
- "name": "_HTTP_CONFIG",
902
- "module": "src/env/variables.ts"
903
- }
904
- },
905
- {
906
- "kind": "js",
907
- "name": "DEFAULT_ORGANISATION",
908
- "declaration": {
909
- "name": "_DEFAULT_ORGANISATION",
910
- "module": "src/env/variables.ts"
911
- }
912
- },
913
- {
914
- "kind": "js",
915
- "name": "DEFAULT_PASSWORD",
916
- "declaration": {
917
- "name": "_DEFAULT_PASSWORD",
918
- "module": "src/env/variables.ts"
919
- }
920
- },
921
- {
922
- "kind": "js",
923
- "name": "DEFAULT_USER",
923
+ "name": "*",
924
924
  "declaration": {
925
- "name": "_DEFAULT_USER",
926
- "module": "src/env/variables.ts"
925
+ "name": "*",
926
+ "package": "./design-system"
927
927
  }
928
928
  }
929
929
  ]
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.209.3-alpha-afba6ee.0",
4
+ "version": "14.209.3-alpha-e70b36d.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,17 +27,17 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.209.3-alpha-afba6ee.0",
31
- "@genesislcap/genx": "14.209.3-alpha-afba6ee.0",
32
- "@genesislcap/rollup-builder": "14.209.3-alpha-afba6ee.0",
33
- "@genesislcap/ts-builder": "14.209.3-alpha-afba6ee.0",
34
- "@genesislcap/uvu-playwright-builder": "14.209.3-alpha-afba6ee.0",
35
- "@genesislcap/vite-builder": "14.209.3-alpha-afba6ee.0",
36
- "@genesislcap/webpack-builder": "14.209.3-alpha-afba6ee.0",
30
+ "@genesislcap/foundation-testing": "14.209.3-alpha-e70b36d.0",
31
+ "@genesislcap/genx": "14.209.3-alpha-e70b36d.0",
32
+ "@genesislcap/rollup-builder": "14.209.3-alpha-e70b36d.0",
33
+ "@genesislcap/ts-builder": "14.209.3-alpha-e70b36d.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.209.3-alpha-e70b36d.0",
35
+ "@genesislcap/vite-builder": "14.209.3-alpha-e70b36d.0",
36
+ "@genesislcap/webpack-builder": "14.209.3-alpha-e70b36d.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.209.3-alpha-afba6ee.0",
40
+ "@genesislcap/foundation-logger": "14.209.3-alpha-e70b36d.0",
41
41
  "@microsoft/fast-components": "^2.30.6",
42
42
  "@microsoft/fast-element": "^1.12.0",
43
43
  "@microsoft/fast-foundation": "^2.49.4",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "8b52322c0a2fc84326bcc24f491d09405dcba6da"
58
+ "gitHead": "9df64ebfeb49239c5a25e96444a55ad8113a8b54"
59
59
  }