@genesislcap/foundation-utils 14.127.3 → 14.127.4

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.
@@ -143,252 +143,6 @@
143
143
  }
144
144
  ]
145
145
  },
146
- {
147
- "kind": "javascript-module",
148
- "path": "src/directives/index.ts",
149
- "declarations": [],
150
- "exports": [
151
- {
152
- "kind": "js",
153
- "name": "*",
154
- "declaration": {
155
- "name": "*",
156
- "package": "./sync"
157
- }
158
- },
159
- {
160
- "kind": "js",
161
- "name": "*",
162
- "declaration": {
163
- "name": "*",
164
- "package": "./when-else"
165
- }
166
- }
167
- ]
168
- },
169
- {
170
- "kind": "javascript-module",
171
- "path": "src/env/index.ts",
172
- "declarations": [],
173
- "exports": [
174
- {
175
- "kind": "js",
176
- "name": "*",
177
- "declaration": {
178
- "name": "*",
179
- "package": "./is-dev"
180
- }
181
- },
182
- {
183
- "kind": "js",
184
- "name": "*",
185
- "declaration": {
186
- "name": "*",
187
- "package": "./variables"
188
- }
189
- }
190
- ]
191
- },
192
- {
193
- "kind": "javascript-module",
194
- "path": "src/env/is-dev.ts",
195
- "declarations": [
196
- {
197
- "kind": "function",
198
- "name": "isDev",
199
- "description": "Determines if the current environment is a development environment.",
200
- "privacy": "public"
201
- }
202
- ],
203
- "exports": [
204
- {
205
- "kind": "js",
206
- "name": "isDev",
207
- "declaration": {
208
- "name": "isDev",
209
- "module": "src/env/is-dev.ts"
210
- }
211
- }
212
- ]
213
- },
214
- {
215
- "kind": "javascript-module",
216
- "path": "src/env/variables.ts",
217
- "declarations": [
218
- {
219
- "kind": "variable",
220
- "name": "SOCKET_EXT",
221
- "type": {
222
- "text": "string"
223
- }
224
- },
225
- {
226
- "kind": "variable",
227
- "name": "_SOCKET_EXT",
228
- "type": {
229
- "text": "string"
230
- },
231
- "default": "'gwf'",
232
- "description": "The sub-path used for WebSocket connections when API_HOST is not set",
233
- "privacy": "public"
234
- },
235
- {
236
- "kind": "variable",
237
- "name": "FORCE_HTTP",
238
- "type": {
239
- "text": "string"
240
- }
241
- },
242
- {
243
- "kind": "variable",
244
- "name": "_FORCE_HTTP",
245
- "type": {
246
- "text": "string"
247
- },
248
- "description": "The path to a JSON config file for the HTTP mode.",
249
- "privacy": "public"
250
- },
251
- {
252
- "kind": "variable",
253
- "name": "API_HOST",
254
- "type": {
255
- "text": "string"
256
- }
257
- },
258
- {
259
- "kind": "variable",
260
- "name": "_API_HOST",
261
- "type": {
262
- "text": "string"
263
- },
264
- "default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
265
- "description": "The Genesis Server URL (WebSocket or HTTP).",
266
- "privacy": "public"
267
- },
268
- {
269
- "kind": "variable",
270
- "name": "HTTP_CONFIG",
271
- "type": {
272
- "text": "string"
273
- }
274
- },
275
- {
276
- "kind": "variable",
277
- "name": "_HTTP_CONFIG",
278
- "type": {
279
- "text": "string"
280
- },
281
- "description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
282
- "privacy": "public"
283
- },
284
- {
285
- "kind": "variable",
286
- "name": "DEFAULT_ORGANISATION",
287
- "type": {
288
- "text": "string"
289
- }
290
- },
291
- {
292
- "kind": "variable",
293
- "name": "_DEFAULT_ORGANISATION",
294
- "type": {
295
- "text": "string"
296
- },
297
- "description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
298
- "privacy": "public"
299
- },
300
- {
301
- "kind": "variable",
302
- "name": "DEFAULT_PASSWORD",
303
- "type": {
304
- "text": "string"
305
- }
306
- },
307
- {
308
- "kind": "variable",
309
- "name": "_DEFAULT_PASSWORD",
310
- "type": {
311
- "text": "string"
312
- },
313
- "description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
314
- "privacy": "public"
315
- },
316
- {
317
- "kind": "variable",
318
- "name": "DEFAULT_USER",
319
- "type": {
320
- "text": "string"
321
- }
322
- },
323
- {
324
- "kind": "variable",
325
- "name": "_DEFAULT_USER",
326
- "type": {
327
- "text": "string"
328
- },
329
- "description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
330
- "privacy": "public"
331
- }
332
- ],
333
- "exports": [
334
- {
335
- "kind": "js",
336
- "name": "SOCKET_EXT",
337
- "declaration": {
338
- "name": "_SOCKET_EXT",
339
- "module": "src/env/variables.ts"
340
- }
341
- },
342
- {
343
- "kind": "js",
344
- "name": "FORCE_HTTP",
345
- "declaration": {
346
- "name": "_FORCE_HTTP",
347
- "module": "src/env/variables.ts"
348
- }
349
- },
350
- {
351
- "kind": "js",
352
- "name": "API_HOST",
353
- "declaration": {
354
- "name": "_API_HOST",
355
- "module": "src/env/variables.ts"
356
- }
357
- },
358
- {
359
- "kind": "js",
360
- "name": "HTTP_CONFIG",
361
- "declaration": {
362
- "name": "_HTTP_CONFIG",
363
- "module": "src/env/variables.ts"
364
- }
365
- },
366
- {
367
- "kind": "js",
368
- "name": "DEFAULT_ORGANISATION",
369
- "declaration": {
370
- "name": "_DEFAULT_ORGANISATION",
371
- "module": "src/env/variables.ts"
372
- }
373
- },
374
- {
375
- "kind": "js",
376
- "name": "DEFAULT_PASSWORD",
377
- "declaration": {
378
- "name": "_DEFAULT_PASSWORD",
379
- "module": "src/env/variables.ts"
380
- }
381
- },
382
- {
383
- "kind": "js",
384
- "name": "DEFAULT_USER",
385
- "declaration": {
386
- "name": "_DEFAULT_USER",
387
- "module": "src/env/variables.ts"
388
- }
389
- }
390
- ]
391
- },
392
146
  {
393
147
  "kind": "javascript-module",
394
148
  "path": "src/data/inMemoryDatabase.ts",
@@ -564,25 +318,374 @@
564
318
  "exports": [
565
319
  {
566
320
  "kind": "js",
567
- "name": "InMemoryDatabase",
321
+ "name": "InMemoryDatabase",
322
+ "declaration": {
323
+ "name": "InMemoryDatabase",
324
+ "module": "src/data/inMemoryDatabase.ts"
325
+ }
326
+ }
327
+ ]
328
+ },
329
+ {
330
+ "kind": "javascript-module",
331
+ "path": "src/data/index.ts",
332
+ "declarations": [],
333
+ "exports": [
334
+ {
335
+ "kind": "js",
336
+ "name": "*",
337
+ "declaration": {
338
+ "name": "*",
339
+ "package": "./inMemoryDatabase"
340
+ }
341
+ }
342
+ ]
343
+ },
344
+ {
345
+ "kind": "javascript-module",
346
+ "path": "src/decorators/index.ts",
347
+ "declarations": [],
348
+ "exports": [
349
+ {
350
+ "kind": "js",
351
+ "name": "*",
352
+ "declaration": {
353
+ "name": "*",
354
+ "package": "./renderOnChange"
355
+ }
356
+ }
357
+ ]
358
+ },
359
+ {
360
+ "kind": "javascript-module",
361
+ "path": "src/decorators/renderOnChange.ts",
362
+ "declarations": [
363
+ {
364
+ "kind": "function",
365
+ "name": "renderOnChange",
366
+ "parameters": [
367
+ {
368
+ "name": "target",
369
+ "type": {
370
+ "text": "FASTElement & { render(): void }"
371
+ },
372
+ "description": "The target to define the property change handler on."
373
+ },
374
+ {
375
+ "name": "name",
376
+ "type": {
377
+ "text": "string"
378
+ },
379
+ "description": "The property name."
380
+ }
381
+ ],
382
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
383
+ "privacy": "public"
384
+ }
385
+ ],
386
+ "exports": [
387
+ {
388
+ "kind": "js",
389
+ "name": "renderOnChange",
390
+ "declaration": {
391
+ "name": "renderOnChange",
392
+ "module": "src/decorators/renderOnChange.ts"
393
+ }
394
+ }
395
+ ]
396
+ },
397
+ {
398
+ "kind": "javascript-module",
399
+ "path": "src/design-system/design-system.ts",
400
+ "declarations": [
401
+ {
402
+ "kind": "function",
403
+ "name": "assureDesignSystem",
404
+ "return": {
405
+ "type": {
406
+ "text": "DesignSystemModule"
407
+ }
408
+ },
409
+ "parameters": [
410
+ {
411
+ "name": "module",
412
+ "type": {
413
+ "text": "DesignSystemModule"
414
+ }
415
+ }
416
+ ],
417
+ "description": "assureDesignSystem.",
418
+ "privacy": "public"
419
+ }
420
+ ],
421
+ "exports": [
422
+ {
423
+ "kind": "js",
424
+ "name": "assureDesignSystem",
425
+ "declaration": {
426
+ "name": "assureDesignSystem",
427
+ "module": "src/design-system/design-system.ts"
428
+ }
429
+ }
430
+ ]
431
+ },
432
+ {
433
+ "kind": "javascript-module",
434
+ "path": "src/design-system/index.ts",
435
+ "declarations": [],
436
+ "exports": [
437
+ {
438
+ "kind": "js",
439
+ "name": "*",
440
+ "declaration": {
441
+ "name": "*",
442
+ "package": "./design-system"
443
+ }
444
+ }
445
+ ]
446
+ },
447
+ {
448
+ "kind": "javascript-module",
449
+ "path": "src/directives/index.ts",
450
+ "declarations": [],
451
+ "exports": [
452
+ {
453
+ "kind": "js",
454
+ "name": "*",
455
+ "declaration": {
456
+ "name": "*",
457
+ "package": "./sync"
458
+ }
459
+ },
460
+ {
461
+ "kind": "js",
462
+ "name": "*",
463
+ "declaration": {
464
+ "name": "*",
465
+ "package": "./when-else"
466
+ }
467
+ }
468
+ ]
469
+ },
470
+ {
471
+ "kind": "javascript-module",
472
+ "path": "src/env/index.ts",
473
+ "declarations": [],
474
+ "exports": [
475
+ {
476
+ "kind": "js",
477
+ "name": "*",
478
+ "declaration": {
479
+ "name": "*",
480
+ "package": "./is-dev"
481
+ }
482
+ },
483
+ {
484
+ "kind": "js",
485
+ "name": "*",
486
+ "declaration": {
487
+ "name": "*",
488
+ "package": "./variables"
489
+ }
490
+ }
491
+ ]
492
+ },
493
+ {
494
+ "kind": "javascript-module",
495
+ "path": "src/env/is-dev.ts",
496
+ "declarations": [
497
+ {
498
+ "kind": "function",
499
+ "name": "isDev",
500
+ "description": "Determines if the current environment is a development environment.",
501
+ "privacy": "public"
502
+ }
503
+ ],
504
+ "exports": [
505
+ {
506
+ "kind": "js",
507
+ "name": "isDev",
508
+ "declaration": {
509
+ "name": "isDev",
510
+ "module": "src/env/is-dev.ts"
511
+ }
512
+ }
513
+ ]
514
+ },
515
+ {
516
+ "kind": "javascript-module",
517
+ "path": "src/env/variables.ts",
518
+ "declarations": [
519
+ {
520
+ "kind": "variable",
521
+ "name": "SOCKET_EXT",
522
+ "type": {
523
+ "text": "string"
524
+ }
525
+ },
526
+ {
527
+ "kind": "variable",
528
+ "name": "_SOCKET_EXT",
529
+ "type": {
530
+ "text": "string"
531
+ },
532
+ "default": "'gwf'",
533
+ "description": "The sub-path used for WebSocket connections when API_HOST is not set",
534
+ "privacy": "public"
535
+ },
536
+ {
537
+ "kind": "variable",
538
+ "name": "FORCE_HTTP",
539
+ "type": {
540
+ "text": "string"
541
+ }
542
+ },
543
+ {
544
+ "kind": "variable",
545
+ "name": "_FORCE_HTTP",
546
+ "type": {
547
+ "text": "string"
548
+ },
549
+ "description": "The path to a JSON config file for the HTTP mode.",
550
+ "privacy": "public"
551
+ },
552
+ {
553
+ "kind": "variable",
554
+ "name": "API_HOST",
555
+ "type": {
556
+ "text": "string"
557
+ }
558
+ },
559
+ {
560
+ "kind": "variable",
561
+ "name": "_API_HOST",
562
+ "type": {
563
+ "text": "string"
564
+ },
565
+ "default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
566
+ "description": "The Genesis Server URL (WebSocket or HTTP).",
567
+ "privacy": "public"
568
+ },
569
+ {
570
+ "kind": "variable",
571
+ "name": "HTTP_CONFIG",
572
+ "type": {
573
+ "text": "string"
574
+ }
575
+ },
576
+ {
577
+ "kind": "variable",
578
+ "name": "_HTTP_CONFIG",
579
+ "type": {
580
+ "text": "string"
581
+ },
582
+ "description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
583
+ "privacy": "public"
584
+ },
585
+ {
586
+ "kind": "variable",
587
+ "name": "DEFAULT_ORGANISATION",
588
+ "type": {
589
+ "text": "string"
590
+ }
591
+ },
592
+ {
593
+ "kind": "variable",
594
+ "name": "_DEFAULT_ORGANISATION",
595
+ "type": {
596
+ "text": "string"
597
+ },
598
+ "description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
599
+ "privacy": "public"
600
+ },
601
+ {
602
+ "kind": "variable",
603
+ "name": "DEFAULT_PASSWORD",
604
+ "type": {
605
+ "text": "string"
606
+ }
607
+ },
608
+ {
609
+ "kind": "variable",
610
+ "name": "_DEFAULT_PASSWORD",
611
+ "type": {
612
+ "text": "string"
613
+ },
614
+ "description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
615
+ "privacy": "public"
616
+ },
617
+ {
618
+ "kind": "variable",
619
+ "name": "DEFAULT_USER",
620
+ "type": {
621
+ "text": "string"
622
+ }
623
+ },
624
+ {
625
+ "kind": "variable",
626
+ "name": "_DEFAULT_USER",
627
+ "type": {
628
+ "text": "string"
629
+ },
630
+ "description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
631
+ "privacy": "public"
632
+ }
633
+ ],
634
+ "exports": [
635
+ {
636
+ "kind": "js",
637
+ "name": "SOCKET_EXT",
568
638
  "declaration": {
569
- "name": "InMemoryDatabase",
570
- "module": "src/data/inMemoryDatabase.ts"
639
+ "name": "_SOCKET_EXT",
640
+ "module": "src/env/variables.ts"
571
641
  }
572
- }
573
- ]
574
- },
575
- {
576
- "kind": "javascript-module",
577
- "path": "src/data/index.ts",
578
- "declarations": [],
579
- "exports": [
642
+ },
580
643
  {
581
644
  "kind": "js",
582
- "name": "*",
645
+ "name": "FORCE_HTTP",
583
646
  "declaration": {
584
- "name": "*",
585
- "package": "./inMemoryDatabase"
647
+ "name": "_FORCE_HTTP",
648
+ "module": "src/env/variables.ts"
649
+ }
650
+ },
651
+ {
652
+ "kind": "js",
653
+ "name": "API_HOST",
654
+ "declaration": {
655
+ "name": "_API_HOST",
656
+ "module": "src/env/variables.ts"
657
+ }
658
+ },
659
+ {
660
+ "kind": "js",
661
+ "name": "HTTP_CONFIG",
662
+ "declaration": {
663
+ "name": "_HTTP_CONFIG",
664
+ "module": "src/env/variables.ts"
665
+ }
666
+ },
667
+ {
668
+ "kind": "js",
669
+ "name": "DEFAULT_ORGANISATION",
670
+ "declaration": {
671
+ "name": "_DEFAULT_ORGANISATION",
672
+ "module": "src/env/variables.ts"
673
+ }
674
+ },
675
+ {
676
+ "kind": "js",
677
+ "name": "DEFAULT_PASSWORD",
678
+ "declaration": {
679
+ "name": "_DEFAULT_PASSWORD",
680
+ "module": "src/env/variables.ts"
681
+ }
682
+ },
683
+ {
684
+ "kind": "js",
685
+ "name": "DEFAULT_USER",
686
+ "declaration": {
687
+ "name": "_DEFAULT_USER",
688
+ "module": "src/env/variables.ts"
586
689
  }
587
690
  }
588
691
  ]
@@ -786,109 +889,6 @@
786
889
  }
787
890
  ]
788
891
  },
789
- {
790
- "kind": "javascript-module",
791
- "path": "src/decorators/index.ts",
792
- "declarations": [],
793
- "exports": [
794
- {
795
- "kind": "js",
796
- "name": "*",
797
- "declaration": {
798
- "name": "*",
799
- "package": "./renderOnChange"
800
- }
801
- }
802
- ]
803
- },
804
- {
805
- "kind": "javascript-module",
806
- "path": "src/decorators/renderOnChange.ts",
807
- "declarations": [
808
- {
809
- "kind": "function",
810
- "name": "renderOnChange",
811
- "parameters": [
812
- {
813
- "name": "target",
814
- "type": {
815
- "text": "FASTElement & { render(): void }"
816
- },
817
- "description": "The target to define the property change handler on."
818
- },
819
- {
820
- "name": "name",
821
- "type": {
822
- "text": "string"
823
- },
824
- "description": "The property name."
825
- }
826
- ],
827
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
828
- "privacy": "public"
829
- }
830
- ],
831
- "exports": [
832
- {
833
- "kind": "js",
834
- "name": "renderOnChange",
835
- "declaration": {
836
- "name": "renderOnChange",
837
- "module": "src/decorators/renderOnChange.ts"
838
- }
839
- }
840
- ]
841
- },
842
- {
843
- "kind": "javascript-module",
844
- "path": "src/design-system/design-system.ts",
845
- "declarations": [
846
- {
847
- "kind": "function",
848
- "name": "assureDesignSystem",
849
- "return": {
850
- "type": {
851
- "text": "DesignSystemModule"
852
- }
853
- },
854
- "parameters": [
855
- {
856
- "name": "module",
857
- "type": {
858
- "text": "DesignSystemModule"
859
- }
860
- }
861
- ],
862
- "description": "assureDesignSystem.",
863
- "privacy": "public"
864
- }
865
- ],
866
- "exports": [
867
- {
868
- "kind": "js",
869
- "name": "assureDesignSystem",
870
- "declaration": {
871
- "name": "assureDesignSystem",
872
- "module": "src/design-system/design-system.ts"
873
- }
874
- }
875
- ]
876
- },
877
- {
878
- "kind": "javascript-module",
879
- "path": "src/design-system/index.ts",
880
- "declarations": [],
881
- "exports": [
882
- {
883
- "kind": "js",
884
- "name": "*",
885
- "declaration": {
886
- "name": "*",
887
- "package": "./design-system"
888
- }
889
- }
890
- ]
891
- },
892
892
  {
893
893
  "kind": "javascript-module",
894
894
  "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.127.3",
4
+ "version": "14.127.4",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -19,12 +19,12 @@
19
19
  "test": "genx test"
20
20
  },
21
21
  "devDependencies": {
22
- "@genesislcap/foundation-testing": "14.127.3",
23
- "@genesislcap/genx": "14.127.3",
22
+ "@genesislcap/foundation-testing": "14.127.4",
23
+ "@genesislcap/genx": "14.127.4",
24
24
  "rimraf": "^3.0.2"
25
25
  },
26
26
  "dependencies": {
27
- "@genesislcap/foundation-logger": "14.127.3",
27
+ "@genesislcap/foundation-logger": "14.127.4",
28
28
  "@microsoft/fast-components": "^2.30.6",
29
29
  "@microsoft/fast-element": "^1.12.0",
30
30
  "@microsoft/fast-foundation": "^2.49.4",
@@ -42,5 +42,5 @@
42
42
  "access": "public"
43
43
  },
44
44
  "customElements": "dist/custom-elements.json",
45
- "gitHead": "62024ec5e139ca25c5d65e11798e009a1e86074d"
45
+ "gitHead": "c33b055140917037d95b26b0a6c7e4be4132f354"
46
46
  }