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