@genesislcap/foundation-utils 14.199.3-alpha-40ecfcd.0 → 14.200.1-alpha-eb310c6.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 +286 -286
  2. package/package.json +10 -10
@@ -159,79 +159,6 @@
159
159
  }
160
160
  ]
161
161
  },
162
- {
163
- "kind": "javascript-module",
164
- "path": "src/design-system/design-system.ts",
165
- "declarations": [
166
- {
167
- "kind": "function",
168
- "name": "assureDesignSystem",
169
- "return": {
170
- "type": {
171
- "text": "DesignSystemModule"
172
- }
173
- },
174
- "parameters": [
175
- {
176
- "name": "module",
177
- "type": {
178
- "text": "DesignSystemModule"
179
- }
180
- }
181
- ],
182
- "description": "assureDesignSystem.",
183
- "privacy": "public"
184
- }
185
- ],
186
- "exports": [
187
- {
188
- "kind": "js",
189
- "name": "assureDesignSystem",
190
- "declaration": {
191
- "name": "assureDesignSystem",
192
- "module": "src/design-system/design-system.ts"
193
- }
194
- }
195
- ]
196
- },
197
- {
198
- "kind": "javascript-module",
199
- "path": "src/design-system/index.ts",
200
- "declarations": [],
201
- "exports": [
202
- {
203
- "kind": "js",
204
- "name": "*",
205
- "declaration": {
206
- "name": "*",
207
- "package": "./design-system"
208
- }
209
- }
210
- ]
211
- },
212
- {
213
- "kind": "javascript-module",
214
- "path": "src/directives/index.ts",
215
- "declarations": [],
216
- "exports": [
217
- {
218
- "kind": "js",
219
- "name": "*",
220
- "declaration": {
221
- "name": "*",
222
- "package": "./sync"
223
- }
224
- },
225
- {
226
- "kind": "js",
227
- "name": "*",
228
- "declaration": {
229
- "name": "*",
230
- "package": "./when-else"
231
- }
232
- }
233
- ]
234
- },
235
162
  {
236
163
  "kind": "javascript-module",
237
164
  "path": "src/data/inMemoryDatabase.ts",
@@ -485,245 +412,80 @@
485
412
  },
486
413
  {
487
414
  "kind": "javascript-module",
488
- "path": "src/env/index.ts",
489
- "declarations": [],
415
+ "path": "src/design-system/design-system.ts",
416
+ "declarations": [
417
+ {
418
+ "kind": "function",
419
+ "name": "assureDesignSystem",
420
+ "return": {
421
+ "type": {
422
+ "text": "DesignSystemModule"
423
+ }
424
+ },
425
+ "parameters": [
426
+ {
427
+ "name": "module",
428
+ "type": {
429
+ "text": "DesignSystemModule"
430
+ }
431
+ }
432
+ ],
433
+ "description": "assureDesignSystem.",
434
+ "privacy": "public"
435
+ }
436
+ ],
490
437
  "exports": [
491
438
  {
492
439
  "kind": "js",
493
- "name": "*",
440
+ "name": "assureDesignSystem",
494
441
  "declaration": {
495
- "name": "*",
496
- "package": "./is-dev"
442
+ "name": "assureDesignSystem",
443
+ "module": "src/design-system/design-system.ts"
497
444
  }
498
- },
445
+ }
446
+ ]
447
+ },
448
+ {
449
+ "kind": "javascript-module",
450
+ "path": "src/design-system/index.ts",
451
+ "declarations": [],
452
+ "exports": [
499
453
  {
500
454
  "kind": "js",
501
455
  "name": "*",
502
456
  "declaration": {
503
457
  "name": "*",
504
- "package": "./variables"
458
+ "package": "./design-system"
505
459
  }
506
460
  }
507
461
  ]
508
462
  },
509
463
  {
510
464
  "kind": "javascript-module",
511
- "path": "src/env/is-dev.ts",
512
- "declarations": [
513
- {
514
- "kind": "function",
515
- "name": "isDev",
516
- "description": "Determines if the current environment is a development environment.",
517
- "privacy": "public"
518
- }
519
- ],
465
+ "path": "src/directives/index.ts",
466
+ "declarations": [],
520
467
  "exports": [
521
468
  {
522
469
  "kind": "js",
523
- "name": "isDev",
470
+ "name": "*",
524
471
  "declaration": {
525
- "name": "isDev",
526
- "module": "src/env/is-dev.ts"
472
+ "name": "*",
473
+ "package": "./sync"
474
+ }
475
+ },
476
+ {
477
+ "kind": "js",
478
+ "name": "*",
479
+ "declaration": {
480
+ "name": "*",
481
+ "package": "./when-else"
527
482
  }
528
483
  }
529
484
  ]
530
485
  },
531
486
  {
532
487
  "kind": "javascript-module",
533
- "path": "src/env/variables.ts",
534
- "declarations": [
535
- {
536
- "kind": "variable",
537
- "name": "SOCKET_EXT",
538
- "type": {
539
- "text": "string"
540
- }
541
- },
542
- {
543
- "kind": "variable",
544
- "name": "_SOCKET_EXT",
545
- "type": {
546
- "text": "string"
547
- },
548
- "default": "'gwf'",
549
- "description": "The sub-path used for WebSocket connections when API_HOST is not set",
550
- "privacy": "public"
551
- },
552
- {
553
- "kind": "variable",
554
- "name": "FORCE_HTTP",
555
- "type": {
556
- "text": "string"
557
- }
558
- },
559
- {
560
- "kind": "variable",
561
- "name": "_FORCE_HTTP",
562
- "type": {
563
- "text": "string"
564
- },
565
- "description": "The path to a JSON config file for the HTTP mode.",
566
- "privacy": "public"
567
- },
568
- {
569
- "kind": "variable",
570
- "name": "GENESIS_SOCKET_URL",
571
- "default": "`${location.protocol.replace('http', 'ws')}//${location.host}/${_SOCKET_EXT}/`",
572
- "description": "Genesis Socket URL",
573
- "privacy": "public"
574
- },
575
- {
576
- "kind": "variable",
577
- "name": "API_HOST",
578
- "type": {
579
- "text": "string"
580
- }
581
- },
582
- {
583
- "kind": "variable",
584
- "name": "_API_HOST",
585
- "type": {
586
- "text": "string"
587
- },
588
- "default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
589
- "description": "The Genesis Server URL (WebSocket or HTTP).",
590
- "privacy": "public"
591
- },
592
- {
593
- "kind": "variable",
594
- "name": "HTTP_CONFIG",
595
- "type": {
596
- "text": "string"
597
- }
598
- },
599
- {
600
- "kind": "variable",
601
- "name": "_HTTP_CONFIG",
602
- "type": {
603
- "text": "string"
604
- },
605
- "description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
606
- "privacy": "public"
607
- },
608
- {
609
- "kind": "variable",
610
- "name": "DEFAULT_ORGANISATION",
611
- "type": {
612
- "text": "string"
613
- }
614
- },
615
- {
616
- "kind": "variable",
617
- "name": "_DEFAULT_ORGANISATION",
618
- "type": {
619
- "text": "string"
620
- },
621
- "description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
622
- "privacy": "public"
623
- },
624
- {
625
- "kind": "variable",
626
- "name": "DEFAULT_PASSWORD",
627
- "type": {
628
- "text": "string"
629
- }
630
- },
631
- {
632
- "kind": "variable",
633
- "name": "_DEFAULT_PASSWORD",
634
- "type": {
635
- "text": "string"
636
- },
637
- "description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
638
- "privacy": "public"
639
- },
640
- {
641
- "kind": "variable",
642
- "name": "DEFAULT_USER",
643
- "type": {
644
- "text": "string"
645
- }
646
- },
647
- {
648
- "kind": "variable",
649
- "name": "_DEFAULT_USER",
650
- "type": {
651
- "text": "string"
652
- },
653
- "description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
654
- "privacy": "public"
655
- }
656
- ],
657
- "exports": [
658
- {
659
- "kind": "js",
660
- "name": "SOCKET_EXT",
661
- "declaration": {
662
- "name": "_SOCKET_EXT",
663
- "module": "src/env/variables.ts"
664
- }
665
- },
666
- {
667
- "kind": "js",
668
- "name": "FORCE_HTTP",
669
- "declaration": {
670
- "name": "_FORCE_HTTP",
671
- "module": "src/env/variables.ts"
672
- }
673
- },
674
- {
675
- "kind": "js",
676
- "name": "GENESIS_SOCKET_URL",
677
- "declaration": {
678
- "name": "GENESIS_SOCKET_URL",
679
- "module": "src/env/variables.ts"
680
- }
681
- },
682
- {
683
- "kind": "js",
684
- "name": "API_HOST",
685
- "declaration": {
686
- "name": "_API_HOST",
687
- "module": "src/env/variables.ts"
688
- }
689
- },
690
- {
691
- "kind": "js",
692
- "name": "HTTP_CONFIG",
693
- "declaration": {
694
- "name": "_HTTP_CONFIG",
695
- "module": "src/env/variables.ts"
696
- }
697
- },
698
- {
699
- "kind": "js",
700
- "name": "DEFAULT_ORGANISATION",
701
- "declaration": {
702
- "name": "_DEFAULT_ORGANISATION",
703
- "module": "src/env/variables.ts"
704
- }
705
- },
706
- {
707
- "kind": "js",
708
- "name": "DEFAULT_PASSWORD",
709
- "declaration": {
710
- "name": "_DEFAULT_PASSWORD",
711
- "module": "src/env/variables.ts"
712
- }
713
- },
714
- {
715
- "kind": "js",
716
- "name": "DEFAULT_USER",
717
- "declaration": {
718
- "name": "_DEFAULT_USER",
719
- "module": "src/env/variables.ts"
720
- }
721
- }
722
- ]
723
- },
724
- {
725
- "kind": "javascript-module",
726
- "path": "src/error/errorMap.ts",
488
+ "path": "src/error/errorMap.ts",
727
489
  "declarations": [
728
490
  {
729
491
  "kind": "class",
@@ -920,6 +682,244 @@
920
682
  }
921
683
  ]
922
684
  },
685
+ {
686
+ "kind": "javascript-module",
687
+ "path": "src/env/index.ts",
688
+ "declarations": [],
689
+ "exports": [
690
+ {
691
+ "kind": "js",
692
+ "name": "*",
693
+ "declaration": {
694
+ "name": "*",
695
+ "package": "./is-dev"
696
+ }
697
+ },
698
+ {
699
+ "kind": "js",
700
+ "name": "*",
701
+ "declaration": {
702
+ "name": "*",
703
+ "package": "./variables"
704
+ }
705
+ }
706
+ ]
707
+ },
708
+ {
709
+ "kind": "javascript-module",
710
+ "path": "src/env/is-dev.ts",
711
+ "declarations": [
712
+ {
713
+ "kind": "function",
714
+ "name": "isDev",
715
+ "description": "Determines if the current environment is a development environment.",
716
+ "privacy": "public"
717
+ }
718
+ ],
719
+ "exports": [
720
+ {
721
+ "kind": "js",
722
+ "name": "isDev",
723
+ "declaration": {
724
+ "name": "isDev",
725
+ "module": "src/env/is-dev.ts"
726
+ }
727
+ }
728
+ ]
729
+ },
730
+ {
731
+ "kind": "javascript-module",
732
+ "path": "src/env/variables.ts",
733
+ "declarations": [
734
+ {
735
+ "kind": "variable",
736
+ "name": "SOCKET_EXT",
737
+ "type": {
738
+ "text": "string"
739
+ }
740
+ },
741
+ {
742
+ "kind": "variable",
743
+ "name": "_SOCKET_EXT",
744
+ "type": {
745
+ "text": "string"
746
+ },
747
+ "default": "'gwf'",
748
+ "description": "The sub-path used for WebSocket connections when API_HOST is not set",
749
+ "privacy": "public"
750
+ },
751
+ {
752
+ "kind": "variable",
753
+ "name": "FORCE_HTTP",
754
+ "type": {
755
+ "text": "string"
756
+ }
757
+ },
758
+ {
759
+ "kind": "variable",
760
+ "name": "_FORCE_HTTP",
761
+ "type": {
762
+ "text": "string"
763
+ },
764
+ "description": "The path to a JSON config file for the HTTP mode.",
765
+ "privacy": "public"
766
+ },
767
+ {
768
+ "kind": "variable",
769
+ "name": "GENESIS_SOCKET_URL",
770
+ "default": "`${location.protocol.replace('http', 'ws')}//${location.host}/${_SOCKET_EXT}/`",
771
+ "description": "Genesis Socket URL",
772
+ "privacy": "public"
773
+ },
774
+ {
775
+ "kind": "variable",
776
+ "name": "API_HOST",
777
+ "type": {
778
+ "text": "string"
779
+ }
780
+ },
781
+ {
782
+ "kind": "variable",
783
+ "name": "_API_HOST",
784
+ "type": {
785
+ "text": "string"
786
+ },
787
+ "default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
788
+ "description": "The Genesis Server URL (WebSocket or HTTP).",
789
+ "privacy": "public"
790
+ },
791
+ {
792
+ "kind": "variable",
793
+ "name": "HTTP_CONFIG",
794
+ "type": {
795
+ "text": "string"
796
+ }
797
+ },
798
+ {
799
+ "kind": "variable",
800
+ "name": "_HTTP_CONFIG",
801
+ "type": {
802
+ "text": "string"
803
+ },
804
+ "description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
805
+ "privacy": "public"
806
+ },
807
+ {
808
+ "kind": "variable",
809
+ "name": "DEFAULT_ORGANISATION",
810
+ "type": {
811
+ "text": "string"
812
+ }
813
+ },
814
+ {
815
+ "kind": "variable",
816
+ "name": "_DEFAULT_ORGANISATION",
817
+ "type": {
818
+ "text": "string"
819
+ },
820
+ "description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
821
+ "privacy": "public"
822
+ },
823
+ {
824
+ "kind": "variable",
825
+ "name": "DEFAULT_PASSWORD",
826
+ "type": {
827
+ "text": "string"
828
+ }
829
+ },
830
+ {
831
+ "kind": "variable",
832
+ "name": "_DEFAULT_PASSWORD",
833
+ "type": {
834
+ "text": "string"
835
+ },
836
+ "description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
837
+ "privacy": "public"
838
+ },
839
+ {
840
+ "kind": "variable",
841
+ "name": "DEFAULT_USER",
842
+ "type": {
843
+ "text": "string"
844
+ }
845
+ },
846
+ {
847
+ "kind": "variable",
848
+ "name": "_DEFAULT_USER",
849
+ "type": {
850
+ "text": "string"
851
+ },
852
+ "description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
853
+ "privacy": "public"
854
+ }
855
+ ],
856
+ "exports": [
857
+ {
858
+ "kind": "js",
859
+ "name": "SOCKET_EXT",
860
+ "declaration": {
861
+ "name": "_SOCKET_EXT",
862
+ "module": "src/env/variables.ts"
863
+ }
864
+ },
865
+ {
866
+ "kind": "js",
867
+ "name": "FORCE_HTTP",
868
+ "declaration": {
869
+ "name": "_FORCE_HTTP",
870
+ "module": "src/env/variables.ts"
871
+ }
872
+ },
873
+ {
874
+ "kind": "js",
875
+ "name": "GENESIS_SOCKET_URL",
876
+ "declaration": {
877
+ "name": "GENESIS_SOCKET_URL",
878
+ "module": "src/env/variables.ts"
879
+ }
880
+ },
881
+ {
882
+ "kind": "js",
883
+ "name": "API_HOST",
884
+ "declaration": {
885
+ "name": "_API_HOST",
886
+ "module": "src/env/variables.ts"
887
+ }
888
+ },
889
+ {
890
+ "kind": "js",
891
+ "name": "HTTP_CONFIG",
892
+ "declaration": {
893
+ "name": "_HTTP_CONFIG",
894
+ "module": "src/env/variables.ts"
895
+ }
896
+ },
897
+ {
898
+ "kind": "js",
899
+ "name": "DEFAULT_ORGANISATION",
900
+ "declaration": {
901
+ "name": "_DEFAULT_ORGANISATION",
902
+ "module": "src/env/variables.ts"
903
+ }
904
+ },
905
+ {
906
+ "kind": "js",
907
+ "name": "DEFAULT_PASSWORD",
908
+ "declaration": {
909
+ "name": "_DEFAULT_PASSWORD",
910
+ "module": "src/env/variables.ts"
911
+ }
912
+ },
913
+ {
914
+ "kind": "js",
915
+ "name": "DEFAULT_USER",
916
+ "declaration": {
917
+ "name": "_DEFAULT_USER",
918
+ "module": "src/env/variables.ts"
919
+ }
920
+ }
921
+ ]
922
+ },
923
923
  {
924
924
  "kind": "javascript-module",
925
925
  "path": "src/formatters/datetime.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.199.3-alpha-40ecfcd.0",
4
+ "version": "14.200.1-alpha-eb310c6.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.199.3-alpha-40ecfcd.0",
31
- "@genesislcap/genx": "14.199.3-alpha-40ecfcd.0",
32
- "@genesislcap/rollup-builder": "14.199.3-alpha-40ecfcd.0",
33
- "@genesislcap/ts-builder": "14.199.3-alpha-40ecfcd.0",
34
- "@genesislcap/uvu-playwright-builder": "14.199.3-alpha-40ecfcd.0",
35
- "@genesislcap/vite-builder": "14.199.3-alpha-40ecfcd.0",
36
- "@genesislcap/webpack-builder": "14.199.3-alpha-40ecfcd.0",
30
+ "@genesislcap/foundation-testing": "14.200.1-alpha-eb310c6.0",
31
+ "@genesislcap/genx": "14.200.1-alpha-eb310c6.0",
32
+ "@genesislcap/rollup-builder": "14.200.1-alpha-eb310c6.0",
33
+ "@genesislcap/ts-builder": "14.200.1-alpha-eb310c6.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.200.1-alpha-eb310c6.0",
35
+ "@genesislcap/vite-builder": "14.200.1-alpha-eb310c6.0",
36
+ "@genesislcap/webpack-builder": "14.200.1-alpha-eb310c6.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.199.3-alpha-40ecfcd.0",
40
+ "@genesislcap/foundation-logger": "14.200.1-alpha-eb310c6.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": "149c12e480fefd02669c2c830f01c9eb7190e2aa"
58
+ "gitHead": "2ec2f6c53709c6491c90111a63134850ca722abd"
59
59
  }