@genesislcap/foundation-utils 14.192.0 → 14.192.2-publicpath.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +270 -270
  2. package/package.json +10 -10
@@ -159,59 +159,6 @@
159
159
  }
160
160
  ]
161
161
  },
162
- {
163
- "kind": "javascript-module",
164
- "path": "src/decorators/index.ts",
165
- "declarations": [],
166
- "exports": [
167
- {
168
- "kind": "js",
169
- "name": "*",
170
- "declaration": {
171
- "name": "*",
172
- "package": "./renderOnChange"
173
- }
174
- }
175
- ]
176
- },
177
- {
178
- "kind": "javascript-module",
179
- "path": "src/decorators/renderOnChange.ts",
180
- "declarations": [
181
- {
182
- "kind": "function",
183
- "name": "renderOnChange",
184
- "parameters": [
185
- {
186
- "name": "target",
187
- "type": {
188
- "text": "FASTElement & { render(): void }"
189
- },
190
- "description": "The target to define the property change handler on."
191
- },
192
- {
193
- "name": "name",
194
- "type": {
195
- "text": "string"
196
- },
197
- "description": "The property name."
198
- }
199
- ],
200
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
201
- "privacy": "public"
202
- }
203
- ],
204
- "exports": [
205
- {
206
- "kind": "js",
207
- "name": "renderOnChange",
208
- "declaration": {
209
- "name": "renderOnChange",
210
- "module": "src/decorators/renderOnChange.ts"
211
- }
212
- }
213
- ]
214
- },
215
162
  {
216
163
  "kind": "javascript-module",
217
164
  "path": "src/data/inMemoryDatabase.ts",
@@ -410,29 +357,6 @@
410
357
  }
411
358
  ]
412
359
  },
413
- {
414
- "kind": "javascript-module",
415
- "path": "src/directives/index.ts",
416
- "declarations": [],
417
- "exports": [
418
- {
419
- "kind": "js",
420
- "name": "*",
421
- "declaration": {
422
- "name": "*",
423
- "package": "./sync"
424
- }
425
- },
426
- {
427
- "kind": "js",
428
- "name": "*",
429
- "declaration": {
430
- "name": "*",
431
- "package": "./when-else"
432
- }
433
- }
434
- ]
435
- },
436
360
  {
437
361
  "kind": "javascript-module",
438
362
  "path": "src/design-system/design-system.ts",
@@ -485,7 +409,7 @@
485
409
  },
486
410
  {
487
411
  "kind": "javascript-module",
488
- "path": "src/env/index.ts",
412
+ "path": "src/decorators/index.ts",
489
413
  "declarations": [],
490
414
  "exports": [
491
415
  {
@@ -493,230 +417,68 @@
493
417
  "name": "*",
494
418
  "declaration": {
495
419
  "name": "*",
496
- "package": "./is-dev"
497
- }
498
- },
499
- {
500
- "kind": "js",
501
- "name": "*",
502
- "declaration": {
503
- "name": "*",
504
- "package": "./variables"
420
+ "package": "./renderOnChange"
505
421
  }
506
422
  }
507
423
  ]
508
424
  },
509
425
  {
510
426
  "kind": "javascript-module",
511
- "path": "src/env/is-dev.ts",
427
+ "path": "src/decorators/renderOnChange.ts",
512
428
  "declarations": [
513
429
  {
514
430
  "kind": "function",
515
- "name": "isDev",
516
- "description": "Determines if the current environment is a development environment.",
431
+ "name": "renderOnChange",
432
+ "parameters": [
433
+ {
434
+ "name": "target",
435
+ "type": {
436
+ "text": "FASTElement & { render(): void }"
437
+ },
438
+ "description": "The target to define the property change handler on."
439
+ },
440
+ {
441
+ "name": "name",
442
+ "type": {
443
+ "text": "string"
444
+ },
445
+ "description": "The property name."
446
+ }
447
+ ],
448
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
517
449
  "privacy": "public"
518
450
  }
519
451
  ],
520
452
  "exports": [
521
453
  {
522
454
  "kind": "js",
523
- "name": "isDev",
455
+ "name": "renderOnChange",
524
456
  "declaration": {
525
- "name": "isDev",
526
- "module": "src/env/is-dev.ts"
457
+ "name": "renderOnChange",
458
+ "module": "src/decorators/renderOnChange.ts"
527
459
  }
528
460
  }
529
461
  ]
530
462
  },
531
463
  {
532
464
  "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
- ],
465
+ "path": "src/directives/index.ts",
466
+ "declarations": [],
657
467
  "exports": [
658
468
  {
659
469
  "kind": "js",
660
- "name": "SOCKET_EXT",
470
+ "name": "*",
661
471
  "declaration": {
662
- "name": "_SOCKET_EXT",
663
- "module": "src/env/variables.ts"
472
+ "name": "*",
473
+ "package": "./sync"
664
474
  }
665
475
  },
666
476
  {
667
477
  "kind": "js",
668
- "name": "FORCE_HTTP",
478
+ "name": "*",
669
479
  "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"
480
+ "name": "*",
481
+ "package": "./when-else"
720
482
  }
721
483
  }
722
484
  ]
@@ -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.192.0",
4
+ "version": "14.192.2-publicpath.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.192.0",
31
- "@genesislcap/genx": "14.192.0",
32
- "@genesislcap/rollup-builder": "14.192.0",
33
- "@genesislcap/ts-builder": "14.192.0",
34
- "@genesislcap/uvu-playwright-builder": "14.192.0",
35
- "@genesislcap/vite-builder": "14.192.0",
36
- "@genesislcap/webpack-builder": "14.192.0",
30
+ "@genesislcap/foundation-testing": "14.192.2-publicpath.1",
31
+ "@genesislcap/genx": "14.192.2-publicpath.1",
32
+ "@genesislcap/rollup-builder": "14.192.2-publicpath.1",
33
+ "@genesislcap/ts-builder": "14.192.2-publicpath.1",
34
+ "@genesislcap/uvu-playwright-builder": "14.192.2-publicpath.1",
35
+ "@genesislcap/vite-builder": "14.192.2-publicpath.1",
36
+ "@genesislcap/webpack-builder": "14.192.2-publicpath.1",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.192.0",
40
+ "@genesislcap/foundation-logger": "14.192.2-publicpath.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",
@@ -54,5 +54,5 @@
54
54
  "access": "public"
55
55
  },
56
56
  "customElements": "dist/custom-elements.json",
57
- "gitHead": "655e23ada5211eb8986f1bead581ea9d0b772732"
57
+ "gitHead": "165c9d37df321541fb2ed9091af9e6bdd17261b2"
58
58
  }