@genesislcap/foundation-utils 14.195.3-FUI-2102.2 → 14.195.3-FUI-2102.3

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 +378 -378
  2. package/package.json +10 -10
@@ -159,267 +159,6 @@
159
159
  }
160
160
  ]
161
161
  },
162
- {
163
- "kind": "javascript-module",
164
- "path": "src/directives/index.ts",
165
- "declarations": [],
166
- "exports": [
167
- {
168
- "kind": "js",
169
- "name": "*",
170
- "declaration": {
171
- "name": "*",
172
- "package": "./sync"
173
- }
174
- },
175
- {
176
- "kind": "js",
177
- "name": "*",
178
- "declaration": {
179
- "name": "*",
180
- "package": "./when-else"
181
- }
182
- }
183
- ]
184
- },
185
- {
186
- "kind": "javascript-module",
187
- "path": "src/env/index.ts",
188
- "declarations": [],
189
- "exports": [
190
- {
191
- "kind": "js",
192
- "name": "*",
193
- "declaration": {
194
- "name": "*",
195
- "package": "./is-dev"
196
- }
197
- },
198
- {
199
- "kind": "js",
200
- "name": "*",
201
- "declaration": {
202
- "name": "*",
203
- "package": "./variables"
204
- }
205
- }
206
- ]
207
- },
208
- {
209
- "kind": "javascript-module",
210
- "path": "src/env/is-dev.ts",
211
- "declarations": [
212
- {
213
- "kind": "function",
214
- "name": "isDev",
215
- "description": "Determines if the current environment is a development environment.",
216
- "privacy": "public"
217
- }
218
- ],
219
- "exports": [
220
- {
221
- "kind": "js",
222
- "name": "isDev",
223
- "declaration": {
224
- "name": "isDev",
225
- "module": "src/env/is-dev.ts"
226
- }
227
- }
228
- ]
229
- },
230
- {
231
- "kind": "javascript-module",
232
- "path": "src/env/variables.ts",
233
- "declarations": [
234
- {
235
- "kind": "variable",
236
- "name": "SOCKET_EXT",
237
- "type": {
238
- "text": "string"
239
- }
240
- },
241
- {
242
- "kind": "variable",
243
- "name": "_SOCKET_EXT",
244
- "type": {
245
- "text": "string"
246
- },
247
- "default": "'gwf'",
248
- "description": "The sub-path used for WebSocket connections when API_HOST is not set",
249
- "privacy": "public"
250
- },
251
- {
252
- "kind": "variable",
253
- "name": "FORCE_HTTP",
254
- "type": {
255
- "text": "string"
256
- }
257
- },
258
- {
259
- "kind": "variable",
260
- "name": "_FORCE_HTTP",
261
- "type": {
262
- "text": "string"
263
- },
264
- "description": "The path to a JSON config file for the HTTP mode.",
265
- "privacy": "public"
266
- },
267
- {
268
- "kind": "variable",
269
- "name": "GENESIS_SOCKET_URL",
270
- "default": "`${location.protocol.replace('http', 'ws')}//${location.host}/${_SOCKET_EXT}/`",
271
- "description": "Genesis Socket URL",
272
- "privacy": "public"
273
- },
274
- {
275
- "kind": "variable",
276
- "name": "API_HOST",
277
- "type": {
278
- "text": "string"
279
- }
280
- },
281
- {
282
- "kind": "variable",
283
- "name": "_API_HOST",
284
- "type": {
285
- "text": "string"
286
- },
287
- "default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
288
- "description": "The Genesis Server URL (WebSocket or HTTP).",
289
- "privacy": "public"
290
- },
291
- {
292
- "kind": "variable",
293
- "name": "HTTP_CONFIG",
294
- "type": {
295
- "text": "string"
296
- }
297
- },
298
- {
299
- "kind": "variable",
300
- "name": "_HTTP_CONFIG",
301
- "type": {
302
- "text": "string"
303
- },
304
- "description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
305
- "privacy": "public"
306
- },
307
- {
308
- "kind": "variable",
309
- "name": "DEFAULT_ORGANISATION",
310
- "type": {
311
- "text": "string"
312
- }
313
- },
314
- {
315
- "kind": "variable",
316
- "name": "_DEFAULT_ORGANISATION",
317
- "type": {
318
- "text": "string"
319
- },
320
- "description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
321
- "privacy": "public"
322
- },
323
- {
324
- "kind": "variable",
325
- "name": "DEFAULT_PASSWORD",
326
- "type": {
327
- "text": "string"
328
- }
329
- },
330
- {
331
- "kind": "variable",
332
- "name": "_DEFAULT_PASSWORD",
333
- "type": {
334
- "text": "string"
335
- },
336
- "description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
337
- "privacy": "public"
338
- },
339
- {
340
- "kind": "variable",
341
- "name": "DEFAULT_USER",
342
- "type": {
343
- "text": "string"
344
- }
345
- },
346
- {
347
- "kind": "variable",
348
- "name": "_DEFAULT_USER",
349
- "type": {
350
- "text": "string"
351
- },
352
- "description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
353
- "privacy": "public"
354
- }
355
- ],
356
- "exports": [
357
- {
358
- "kind": "js",
359
- "name": "SOCKET_EXT",
360
- "declaration": {
361
- "name": "_SOCKET_EXT",
362
- "module": "src/env/variables.ts"
363
- }
364
- },
365
- {
366
- "kind": "js",
367
- "name": "FORCE_HTTP",
368
- "declaration": {
369
- "name": "_FORCE_HTTP",
370
- "module": "src/env/variables.ts"
371
- }
372
- },
373
- {
374
- "kind": "js",
375
- "name": "GENESIS_SOCKET_URL",
376
- "declaration": {
377
- "name": "GENESIS_SOCKET_URL",
378
- "module": "src/env/variables.ts"
379
- }
380
- },
381
- {
382
- "kind": "js",
383
- "name": "API_HOST",
384
- "declaration": {
385
- "name": "_API_HOST",
386
- "module": "src/env/variables.ts"
387
- }
388
- },
389
- {
390
- "kind": "js",
391
- "name": "HTTP_CONFIG",
392
- "declaration": {
393
- "name": "_HTTP_CONFIG",
394
- "module": "src/env/variables.ts"
395
- }
396
- },
397
- {
398
- "kind": "js",
399
- "name": "DEFAULT_ORGANISATION",
400
- "declaration": {
401
- "name": "_DEFAULT_ORGANISATION",
402
- "module": "src/env/variables.ts"
403
- }
404
- },
405
- {
406
- "kind": "js",
407
- "name": "DEFAULT_PASSWORD",
408
- "declaration": {
409
- "name": "_DEFAULT_PASSWORD",
410
- "module": "src/env/variables.ts"
411
- }
412
- },
413
- {
414
- "kind": "js",
415
- "name": "DEFAULT_USER",
416
- "declaration": {
417
- "name": "_DEFAULT_USER",
418
- "module": "src/env/variables.ts"
419
- }
420
- }
421
- ]
422
- },
423
162
  {
424
163
  "kind": "javascript-module",
425
164
  "path": "src/data/inMemoryDatabase.ts",
@@ -595,25 +334,389 @@
595
334
  "exports": [
596
335
  {
597
336
  "kind": "js",
598
- "name": "InMemoryDatabase",
337
+ "name": "InMemoryDatabase",
338
+ "declaration": {
339
+ "name": "InMemoryDatabase",
340
+ "module": "src/data/inMemoryDatabase.ts"
341
+ }
342
+ }
343
+ ]
344
+ },
345
+ {
346
+ "kind": "javascript-module",
347
+ "path": "src/data/index.ts",
348
+ "declarations": [],
349
+ "exports": [
350
+ {
351
+ "kind": "js",
352
+ "name": "*",
353
+ "declaration": {
354
+ "name": "*",
355
+ "package": "./inMemoryDatabase"
356
+ }
357
+ }
358
+ ]
359
+ },
360
+ {
361
+ "kind": "javascript-module",
362
+ "path": "src/decorators/index.ts",
363
+ "declarations": [],
364
+ "exports": [
365
+ {
366
+ "kind": "js",
367
+ "name": "*",
368
+ "declaration": {
369
+ "name": "*",
370
+ "package": "./renderOnChange"
371
+ }
372
+ }
373
+ ]
374
+ },
375
+ {
376
+ "kind": "javascript-module",
377
+ "path": "src/decorators/renderOnChange.ts",
378
+ "declarations": [
379
+ {
380
+ "kind": "function",
381
+ "name": "renderOnChange",
382
+ "parameters": [
383
+ {
384
+ "name": "target",
385
+ "type": {
386
+ "text": "FASTElement & { render(): void }"
387
+ },
388
+ "description": "The target to define the property change handler on."
389
+ },
390
+ {
391
+ "name": "name",
392
+ "type": {
393
+ "text": "string"
394
+ },
395
+ "description": "The property name."
396
+ }
397
+ ],
398
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
399
+ "privacy": "public"
400
+ }
401
+ ],
402
+ "exports": [
403
+ {
404
+ "kind": "js",
405
+ "name": "renderOnChange",
406
+ "declaration": {
407
+ "name": "renderOnChange",
408
+ "module": "src/decorators/renderOnChange.ts"
409
+ }
410
+ }
411
+ ]
412
+ },
413
+ {
414
+ "kind": "javascript-module",
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
+ ],
437
+ "exports": [
438
+ {
439
+ "kind": "js",
440
+ "name": "assureDesignSystem",
441
+ "declaration": {
442
+ "name": "assureDesignSystem",
443
+ "module": "src/design-system/design-system.ts"
444
+ }
445
+ }
446
+ ]
447
+ },
448
+ {
449
+ "kind": "javascript-module",
450
+ "path": "src/design-system/index.ts",
451
+ "declarations": [],
452
+ "exports": [
453
+ {
454
+ "kind": "js",
455
+ "name": "*",
456
+ "declaration": {
457
+ "name": "*",
458
+ "package": "./design-system"
459
+ }
460
+ }
461
+ ]
462
+ },
463
+ {
464
+ "kind": "javascript-module",
465
+ "path": "src/directives/index.ts",
466
+ "declarations": [],
467
+ "exports": [
468
+ {
469
+ "kind": "js",
470
+ "name": "*",
471
+ "declaration": {
472
+ "name": "*",
473
+ "package": "./sync"
474
+ }
475
+ },
476
+ {
477
+ "kind": "js",
478
+ "name": "*",
479
+ "declaration": {
480
+ "name": "*",
481
+ "package": "./when-else"
482
+ }
483
+ }
484
+ ]
485
+ },
486
+ {
487
+ "kind": "javascript-module",
488
+ "path": "src/env/index.ts",
489
+ "declarations": [],
490
+ "exports": [
491
+ {
492
+ "kind": "js",
493
+ "name": "*",
494
+ "declaration": {
495
+ "name": "*",
496
+ "package": "./is-dev"
497
+ }
498
+ },
499
+ {
500
+ "kind": "js",
501
+ "name": "*",
502
+ "declaration": {
503
+ "name": "*",
504
+ "package": "./variables"
505
+ }
506
+ }
507
+ ]
508
+ },
509
+ {
510
+ "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
+ ],
520
+ "exports": [
521
+ {
522
+ "kind": "js",
523
+ "name": "isDev",
524
+ "declaration": {
525
+ "name": "isDev",
526
+ "module": "src/env/is-dev.ts"
527
+ }
528
+ }
529
+ ]
530
+ },
531
+ {
532
+ "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",
599
661
  "declaration": {
600
- "name": "InMemoryDatabase",
601
- "module": "src/data/inMemoryDatabase.ts"
662
+ "name": "_SOCKET_EXT",
663
+ "module": "src/env/variables.ts"
602
664
  }
603
- }
604
- ]
605
- },
606
- {
607
- "kind": "javascript-module",
608
- "path": "src/data/index.ts",
609
- "declarations": [],
610
- "exports": [
665
+ },
611
666
  {
612
667
  "kind": "js",
613
- "name": "*",
668
+ "name": "FORCE_HTTP",
614
669
  "declaration": {
615
- "name": "*",
616
- "package": "./inMemoryDatabase"
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"
617
720
  }
618
721
  }
619
722
  ]
@@ -817,109 +920,6 @@
817
920
  }
818
921
  ]
819
922
  },
820
- {
821
- "kind": "javascript-module",
822
- "path": "src/design-system/design-system.ts",
823
- "declarations": [
824
- {
825
- "kind": "function",
826
- "name": "assureDesignSystem",
827
- "return": {
828
- "type": {
829
- "text": "DesignSystemModule"
830
- }
831
- },
832
- "parameters": [
833
- {
834
- "name": "module",
835
- "type": {
836
- "text": "DesignSystemModule"
837
- }
838
- }
839
- ],
840
- "description": "assureDesignSystem.",
841
- "privacy": "public"
842
- }
843
- ],
844
- "exports": [
845
- {
846
- "kind": "js",
847
- "name": "assureDesignSystem",
848
- "declaration": {
849
- "name": "assureDesignSystem",
850
- "module": "src/design-system/design-system.ts"
851
- }
852
- }
853
- ]
854
- },
855
- {
856
- "kind": "javascript-module",
857
- "path": "src/design-system/index.ts",
858
- "declarations": [],
859
- "exports": [
860
- {
861
- "kind": "js",
862
- "name": "*",
863
- "declaration": {
864
- "name": "*",
865
- "package": "./design-system"
866
- }
867
- }
868
- ]
869
- },
870
- {
871
- "kind": "javascript-module",
872
- "path": "src/decorators/index.ts",
873
- "declarations": [],
874
- "exports": [
875
- {
876
- "kind": "js",
877
- "name": "*",
878
- "declaration": {
879
- "name": "*",
880
- "package": "./renderOnChange"
881
- }
882
- }
883
- ]
884
- },
885
- {
886
- "kind": "javascript-module",
887
- "path": "src/decorators/renderOnChange.ts",
888
- "declarations": [
889
- {
890
- "kind": "function",
891
- "name": "renderOnChange",
892
- "parameters": [
893
- {
894
- "name": "target",
895
- "type": {
896
- "text": "FASTElement & { render(): void }"
897
- },
898
- "description": "The target to define the property change handler on."
899
- },
900
- {
901
- "name": "name",
902
- "type": {
903
- "text": "string"
904
- },
905
- "description": "The property name."
906
- }
907
- ],
908
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
909
- "privacy": "public"
910
- }
911
- ],
912
- "exports": [
913
- {
914
- "kind": "js",
915
- "name": "renderOnChange",
916
- "declaration": {
917
- "name": "renderOnChange",
918
- "module": "src/decorators/renderOnChange.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.195.3-FUI-2102.2",
4
+ "version": "14.195.3-FUI-2102.3",
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.195.3-FUI-2102.2",
31
- "@genesislcap/genx": "14.195.3-FUI-2102.2",
32
- "@genesislcap/rollup-builder": "14.195.3-FUI-2102.2",
33
- "@genesislcap/ts-builder": "14.195.3-FUI-2102.2",
34
- "@genesislcap/uvu-playwright-builder": "14.195.3-FUI-2102.2",
35
- "@genesislcap/vite-builder": "14.195.3-FUI-2102.2",
36
- "@genesislcap/webpack-builder": "14.195.3-FUI-2102.2",
30
+ "@genesislcap/foundation-testing": "14.195.3-FUI-2102.3",
31
+ "@genesislcap/genx": "14.195.3-FUI-2102.3",
32
+ "@genesislcap/rollup-builder": "14.195.3-FUI-2102.3",
33
+ "@genesislcap/ts-builder": "14.195.3-FUI-2102.3",
34
+ "@genesislcap/uvu-playwright-builder": "14.195.3-FUI-2102.3",
35
+ "@genesislcap/vite-builder": "14.195.3-FUI-2102.3",
36
+ "@genesislcap/webpack-builder": "14.195.3-FUI-2102.3",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.195.3-FUI-2102.2",
40
+ "@genesislcap/foundation-logger": "14.195.3-FUI-2102.3",
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": "5aa843977ecdef19e6a44e68e5f206c56ee868ac"
57
+ "gitHead": "1d1689094317bdadb57036bf4309c161d0f841d7"
58
58
  }