@genesislcap/foundation-utils 14.214.3 → 14.214.4-cr.cr-1

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 +257 -257
  2. package/package.json +10 -10
@@ -367,7 +367,7 @@
367
367
  },
368
368
  {
369
369
  "kind": "javascript-module",
370
- "path": "src/decorators/index.ts",
370
+ "path": "src/directives/index.ts",
371
371
  "declarations": [],
372
372
  "exports": [
373
373
  {
@@ -375,118 +375,253 @@
375
375
  "name": "*",
376
376
  "declaration": {
377
377
  "name": "*",
378
- "package": "./renderOnChange"
378
+ "package": "./sync"
379
+ }
380
+ },
381
+ {
382
+ "kind": "js",
383
+ "name": "*",
384
+ "declaration": {
385
+ "name": "*",
386
+ "package": "./when-else"
379
387
  }
380
388
  }
381
389
  ]
382
390
  },
383
391
  {
384
392
  "kind": "javascript-module",
385
- "path": "src/decorators/renderOnChange.ts",
386
- "declarations": [
387
- {
388
- "kind": "function",
389
- "name": "renderOnChange",
390
- "parameters": [
391
- {
392
- "name": "target",
393
- "type": {
394
- "text": "FASTElement & { render(): void }"
395
- },
396
- "description": "The target to define the property change handler on."
397
- },
398
- {
399
- "name": "name",
400
- "type": {
401
- "text": "string"
402
- },
403
- "description": "The property name."
404
- }
405
- ],
406
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
407
- "privacy": "public"
408
- }
409
- ],
393
+ "path": "src/env/index.ts",
394
+ "declarations": [],
410
395
  "exports": [
411
396
  {
412
397
  "kind": "js",
413
- "name": "renderOnChange",
398
+ "name": "*",
414
399
  "declaration": {
415
- "name": "renderOnChange",
416
- "module": "src/decorators/renderOnChange.ts"
400
+ "name": "*",
401
+ "package": "./is-dev"
402
+ }
403
+ },
404
+ {
405
+ "kind": "js",
406
+ "name": "*",
407
+ "declaration": {
408
+ "name": "*",
409
+ "package": "./variables"
417
410
  }
418
411
  }
419
412
  ]
420
413
  },
421
414
  {
422
415
  "kind": "javascript-module",
423
- "path": "src/design-system/design-system.ts",
416
+ "path": "src/env/is-dev.ts",
424
417
  "declarations": [
425
418
  {
426
419
  "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.",
420
+ "name": "isDev",
421
+ "description": "Determines if the current environment is a development environment.",
442
422
  "privacy": "public"
443
423
  }
444
424
  ],
445
425
  "exports": [
446
426
  {
447
427
  "kind": "js",
448
- "name": "assureDesignSystem",
428
+ "name": "isDev",
449
429
  "declaration": {
450
- "name": "assureDesignSystem",
451
- "module": "src/design-system/design-system.ts"
430
+ "name": "isDev",
431
+ "module": "src/env/is-dev.ts"
452
432
  }
453
433
  }
454
434
  ]
455
435
  },
456
436
  {
457
437
  "kind": "javascript-module",
458
- "path": "src/design-system/index.ts",
459
- "declarations": [],
438
+ "path": "src/env/variables.ts",
439
+ "declarations": [
440
+ {
441
+ "kind": "variable",
442
+ "name": "SOCKET_EXT",
443
+ "type": {
444
+ "text": "string"
445
+ }
446
+ },
447
+ {
448
+ "kind": "variable",
449
+ "name": "_SOCKET_EXT",
450
+ "type": {
451
+ "text": "string"
452
+ },
453
+ "default": "'gwf'",
454
+ "description": "The sub-path used for WebSocket connections when API_HOST is not set",
455
+ "privacy": "public"
456
+ },
457
+ {
458
+ "kind": "variable",
459
+ "name": "FORCE_HTTP",
460
+ "type": {
461
+ "text": "string"
462
+ }
463
+ },
464
+ {
465
+ "kind": "variable",
466
+ "name": "_FORCE_HTTP",
467
+ "type": {
468
+ "text": "string"
469
+ },
470
+ "description": "The path to a JSON config file for the HTTP mode.",
471
+ "privacy": "public"
472
+ },
473
+ {
474
+ "kind": "variable",
475
+ "name": "GENESIS_SOCKET_URL",
476
+ "default": "`${location.protocol.replace('http', 'ws')}//${location.host}/${_SOCKET_EXT}/`",
477
+ "description": "Genesis Socket URL",
478
+ "privacy": "public"
479
+ },
480
+ {
481
+ "kind": "variable",
482
+ "name": "API_HOST",
483
+ "type": {
484
+ "text": "string"
485
+ }
486
+ },
487
+ {
488
+ "kind": "variable",
489
+ "name": "_API_HOST",
490
+ "type": {
491
+ "text": "string"
492
+ },
493
+ "default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
494
+ "description": "The Genesis Server URL (WebSocket or HTTP).",
495
+ "privacy": "public"
496
+ },
497
+ {
498
+ "kind": "variable",
499
+ "name": "HTTP_CONFIG",
500
+ "type": {
501
+ "text": "string"
502
+ }
503
+ },
504
+ {
505
+ "kind": "variable",
506
+ "name": "_HTTP_CONFIG",
507
+ "type": {
508
+ "text": "string"
509
+ },
510
+ "description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
511
+ "privacy": "public"
512
+ },
513
+ {
514
+ "kind": "variable",
515
+ "name": "DEFAULT_ORGANISATION",
516
+ "type": {
517
+ "text": "string"
518
+ }
519
+ },
520
+ {
521
+ "kind": "variable",
522
+ "name": "_DEFAULT_ORGANISATION",
523
+ "type": {
524
+ "text": "string"
525
+ },
526
+ "description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
527
+ "privacy": "public"
528
+ },
529
+ {
530
+ "kind": "variable",
531
+ "name": "DEFAULT_PASSWORD",
532
+ "type": {
533
+ "text": "string"
534
+ }
535
+ },
536
+ {
537
+ "kind": "variable",
538
+ "name": "_DEFAULT_PASSWORD",
539
+ "type": {
540
+ "text": "string"
541
+ },
542
+ "description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
543
+ "privacy": "public"
544
+ },
545
+ {
546
+ "kind": "variable",
547
+ "name": "DEFAULT_USER",
548
+ "type": {
549
+ "text": "string"
550
+ }
551
+ },
552
+ {
553
+ "kind": "variable",
554
+ "name": "_DEFAULT_USER",
555
+ "type": {
556
+ "text": "string"
557
+ },
558
+ "description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
559
+ "privacy": "public"
560
+ }
561
+ ],
460
562
  "exports": [
461
563
  {
462
564
  "kind": "js",
463
- "name": "*",
565
+ "name": "SOCKET_EXT",
464
566
  "declaration": {
465
- "name": "*",
466
- "package": "./design-system"
567
+ "name": "_SOCKET_EXT",
568
+ "module": "src/env/variables.ts"
467
569
  }
468
- }
469
- ]
470
- },
471
- {
472
- "kind": "javascript-module",
473
- "path": "src/directives/index.ts",
474
- "declarations": [],
475
- "exports": [
570
+ },
571
+ {
572
+ "kind": "js",
573
+ "name": "FORCE_HTTP",
574
+ "declaration": {
575
+ "name": "_FORCE_HTTP",
576
+ "module": "src/env/variables.ts"
577
+ }
578
+ },
579
+ {
580
+ "kind": "js",
581
+ "name": "GENESIS_SOCKET_URL",
582
+ "declaration": {
583
+ "name": "GENESIS_SOCKET_URL",
584
+ "module": "src/env/variables.ts"
585
+ }
586
+ },
587
+ {
588
+ "kind": "js",
589
+ "name": "API_HOST",
590
+ "declaration": {
591
+ "name": "_API_HOST",
592
+ "module": "src/env/variables.ts"
593
+ }
594
+ },
595
+ {
596
+ "kind": "js",
597
+ "name": "HTTP_CONFIG",
598
+ "declaration": {
599
+ "name": "_HTTP_CONFIG",
600
+ "module": "src/env/variables.ts"
601
+ }
602
+ },
603
+ {
604
+ "kind": "js",
605
+ "name": "DEFAULT_ORGANISATION",
606
+ "declaration": {
607
+ "name": "_DEFAULT_ORGANISATION",
608
+ "module": "src/env/variables.ts"
609
+ }
610
+ },
476
611
  {
477
612
  "kind": "js",
478
- "name": "*",
613
+ "name": "DEFAULT_PASSWORD",
479
614
  "declaration": {
480
- "name": "*",
481
- "package": "./sync"
615
+ "name": "_DEFAULT_PASSWORD",
616
+ "module": "src/env/variables.ts"
482
617
  }
483
618
  },
484
619
  {
485
620
  "kind": "js",
486
- "name": "*",
621
+ "name": "DEFAULT_USER",
487
622
  "declaration": {
488
- "name": "*",
489
- "package": "./when-else"
623
+ "name": "_DEFAULT_USER",
624
+ "module": "src/env/variables.ts"
490
625
  }
491
626
  }
492
627
  ]
@@ -692,7 +827,7 @@
692
827
  },
693
828
  {
694
829
  "kind": "javascript-module",
695
- "path": "src/env/index.ts",
830
+ "path": "src/decorators/index.ts",
696
831
  "declarations": [],
697
832
  "exports": [
698
833
  {
@@ -700,230 +835,95 @@
700
835
  "name": "*",
701
836
  "declaration": {
702
837
  "name": "*",
703
- "package": "./is-dev"
704
- }
705
- },
706
- {
707
- "kind": "js",
708
- "name": "*",
709
- "declaration": {
710
- "name": "*",
711
- "package": "./variables"
838
+ "package": "./renderOnChange"
712
839
  }
713
840
  }
714
841
  ]
715
842
  },
716
843
  {
717
844
  "kind": "javascript-module",
718
- "path": "src/env/is-dev.ts",
845
+ "path": "src/decorators/renderOnChange.ts",
719
846
  "declarations": [
720
847
  {
721
848
  "kind": "function",
722
- "name": "isDev",
723
- "description": "Determines if the current environment is a development environment.",
849
+ "name": "renderOnChange",
850
+ "parameters": [
851
+ {
852
+ "name": "target",
853
+ "type": {
854
+ "text": "FASTElement & { render(): void }"
855
+ },
856
+ "description": "The target to define the property change handler on."
857
+ },
858
+ {
859
+ "name": "name",
860
+ "type": {
861
+ "text": "string"
862
+ },
863
+ "description": "The property name."
864
+ }
865
+ ],
866
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
724
867
  "privacy": "public"
725
868
  }
726
869
  ],
727
870
  "exports": [
728
871
  {
729
872
  "kind": "js",
730
- "name": "isDev",
873
+ "name": "renderOnChange",
731
874
  "declaration": {
732
- "name": "isDev",
733
- "module": "src/env/is-dev.ts"
875
+ "name": "renderOnChange",
876
+ "module": "src/decorators/renderOnChange.ts"
734
877
  }
735
878
  }
736
879
  ]
737
880
  },
738
881
  {
739
882
  "kind": "javascript-module",
740
- "path": "src/env/variables.ts",
883
+ "path": "src/design-system/design-system.ts",
741
884
  "declarations": [
742
885
  {
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"
886
+ "kind": "function",
887
+ "name": "assureDesignSystem",
888
+ "return": {
889
+ "type": {
890
+ "text": "DesignSystemModule"
891
+ }
859
892
  },
860
- "description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
893
+ "parameters": [
894
+ {
895
+ "name": "module",
896
+ "type": {
897
+ "text": "DesignSystemModule"
898
+ }
899
+ }
900
+ ],
901
+ "description": "assureDesignSystem.",
861
902
  "privacy": "public"
862
903
  }
863
904
  ],
864
905
  "exports": [
865
906
  {
866
907
  "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",
908
+ "name": "assureDesignSystem",
916
909
  "declaration": {
917
- "name": "_DEFAULT_PASSWORD",
918
- "module": "src/env/variables.ts"
910
+ "name": "assureDesignSystem",
911
+ "module": "src/design-system/design-system.ts"
919
912
  }
920
- },
913
+ }
914
+ ]
915
+ },
916
+ {
917
+ "kind": "javascript-module",
918
+ "path": "src/design-system/index.ts",
919
+ "declarations": [],
920
+ "exports": [
921
921
  {
922
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.214.3",
4
+ "version": "14.214.4-cr.cr-1",
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.214.3",
31
- "@genesislcap/genx": "14.214.3",
32
- "@genesislcap/rollup-builder": "14.214.3",
33
- "@genesislcap/ts-builder": "14.214.3",
34
- "@genesislcap/uvu-playwright-builder": "14.214.3",
35
- "@genesislcap/vite-builder": "14.214.3",
36
- "@genesislcap/webpack-builder": "14.214.3",
30
+ "@genesislcap/foundation-testing": "14.214.4-cr.cr-1",
31
+ "@genesislcap/genx": "14.214.4-cr.cr-1",
32
+ "@genesislcap/rollup-builder": "14.214.4-cr.cr-1",
33
+ "@genesislcap/ts-builder": "14.214.4-cr.cr-1",
34
+ "@genesislcap/uvu-playwright-builder": "14.214.4-cr.cr-1",
35
+ "@genesislcap/vite-builder": "14.214.4-cr.cr-1",
36
+ "@genesislcap/webpack-builder": "14.214.4-cr.cr-1",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.214.3",
40
+ "@genesislcap/foundation-logger": "14.214.4-cr.cr-1",
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": "0fa68769a2f17b633fa1a558cdfbd0fe10ecaf64"
58
+ "gitHead": "87e75bc81450440569082bd2bbcb2f5ef109ec84"
59
59
  }