@genesislcap/foundation-utils 14.79.2-alpha-9debc2e.0 → 14.80.0-alpha.63ddfd6.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.
@@ -143,6 +143,252 @@
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
+ },
146
392
  {
147
393
  "kind": "javascript-module",
148
394
  "path": "src/data/inMemoryDatabase.ts",
@@ -329,362 +575,67 @@
329
575
  {
330
576
  "kind": "javascript-module",
331
577
  "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
- "privacy": "public"
418
- }
419
- ],
420
- "exports": [
421
- {
422
- "kind": "js",
423
- "name": "assureDesignSystem",
424
- "declaration": {
425
- "name": "assureDesignSystem",
426
- "module": "src/design-system/design-system.ts"
427
- }
428
- }
429
- ]
430
- },
431
- {
432
- "kind": "javascript-module",
433
- "path": "src/design-system/index.ts",
434
- "declarations": [],
435
- "exports": [
436
- {
437
- "kind": "js",
438
- "name": "*",
439
- "declaration": {
440
- "name": "*",
441
- "package": "./design-system"
442
- }
443
- }
444
- ]
445
- },
446
- {
447
- "kind": "javascript-module",
448
- "path": "src/directives/index.ts",
449
- "declarations": [],
450
- "exports": [
451
- {
452
- "kind": "js",
453
- "name": "*",
454
- "declaration": {
455
- "name": "*",
456
- "package": "./sync"
457
- }
458
- },
459
- {
460
- "kind": "js",
461
- "name": "*",
462
- "declaration": {
463
- "name": "*",
464
- "package": "./when-else"
465
- }
466
- }
467
- ]
468
- },
469
- {
470
- "kind": "javascript-module",
471
- "path": "src/env/index.ts",
472
- "declarations": [],
473
- "exports": [
474
- {
475
- "kind": "js",
476
- "name": "*",
477
- "declaration": {
478
- "name": "*",
479
- "package": "./is-dev"
480
- }
481
- },
578
+ "declarations": [],
579
+ "exports": [
482
580
  {
483
581
  "kind": "js",
484
582
  "name": "*",
485
583
  "declaration": {
486
584
  "name": "*",
487
- "package": "./variables"
585
+ "package": "./inMemoryDatabase"
488
586
  }
489
587
  }
490
588
  ]
491
589
  },
492
590
  {
493
591
  "kind": "javascript-module",
494
- "path": "src/env/is-dev.ts",
495
- "declarations": [
496
- {
497
- "kind": "function",
498
- "name": "isDev",
499
- "description": "Determines if the current environment is a development environment.",
500
- "privacy": "public"
501
- }
502
- ],
592
+ "path": "src/decorators/index.ts",
593
+ "declarations": [],
503
594
  "exports": [
504
595
  {
505
596
  "kind": "js",
506
- "name": "isDev",
597
+ "name": "*",
507
598
  "declaration": {
508
- "name": "isDev",
509
- "module": "src/env/is-dev.ts"
599
+ "name": "*",
600
+ "package": "./renderOnChange"
510
601
  }
511
602
  }
512
603
  ]
513
604
  },
514
605
  {
515
606
  "kind": "javascript-module",
516
- "path": "src/env/variables.ts",
607
+ "path": "src/decorators/renderOnChange.ts",
517
608
  "declarations": [
518
609
  {
519
- "kind": "variable",
520
- "name": "SOCKET_EXT",
521
- "type": {
522
- "text": "string"
523
- }
524
- },
525
- {
526
- "kind": "variable",
527
- "name": "_SOCKET_EXT",
528
- "type": {
529
- "text": "string"
530
- },
531
- "default": "'gwf'",
532
- "description": "The sub-path used for WebSocket connections when API_HOST is not set",
533
- "privacy": "public"
534
- },
535
- {
536
- "kind": "variable",
537
- "name": "FORCE_HTTP",
538
- "type": {
539
- "text": "string"
540
- }
541
- },
542
- {
543
- "kind": "variable",
544
- "name": "_FORCE_HTTP",
545
- "type": {
546
- "text": "string"
547
- },
548
- "description": "The path to a JSON config file for the HTTP mode.",
549
- "privacy": "public"
550
- },
551
- {
552
- "kind": "variable",
553
- "name": "API_HOST",
554
- "type": {
555
- "text": "string"
556
- }
557
- },
558
- {
559
- "kind": "variable",
560
- "name": "_API_HOST",
561
- "type": {
562
- "text": "string"
563
- },
564
- "default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
565
- "description": "The Genesis Server URL (WebSocket or HTTP).",
566
- "privacy": "public"
567
- },
568
- {
569
- "kind": "variable",
570
- "name": "HTTP_CONFIG",
571
- "type": {
572
- "text": "string"
573
- }
574
- },
575
- {
576
- "kind": "variable",
577
- "name": "_HTTP_CONFIG",
578
- "type": {
579
- "text": "string"
580
- },
581
- "description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
582
- "privacy": "public"
583
- },
584
- {
585
- "kind": "variable",
586
- "name": "DEFAULT_ORGANISATION",
587
- "type": {
588
- "text": "string"
589
- }
590
- },
591
- {
592
- "kind": "variable",
593
- "name": "_DEFAULT_ORGANISATION",
594
- "type": {
595
- "text": "string"
596
- },
597
- "description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
598
- "privacy": "public"
599
- },
600
- {
601
- "kind": "variable",
602
- "name": "DEFAULT_PASSWORD",
603
- "type": {
604
- "text": "string"
605
- }
606
- },
607
- {
608
- "kind": "variable",
609
- "name": "_DEFAULT_PASSWORD",
610
- "type": {
611
- "text": "string"
612
- },
613
- "description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
614
- "privacy": "public"
615
- },
616
- {
617
- "kind": "variable",
618
- "name": "DEFAULT_USER",
619
- "type": {
620
- "text": "string"
621
- }
622
- },
623
- {
624
- "kind": "variable",
625
- "name": "_DEFAULT_USER",
626
- "type": {
627
- "text": "string"
628
- },
629
- "description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
610
+ "kind": "function",
611
+ "name": "renderOnChange",
612
+ "parameters": [
613
+ {
614
+ "name": "target",
615
+ "type": {
616
+ "text": "FASTElement & { render(): void }"
617
+ },
618
+ "description": "The target to define the property change handler on."
619
+ },
620
+ {
621
+ "name": "name",
622
+ "type": {
623
+ "text": "string"
624
+ },
625
+ "description": "The property name."
626
+ }
627
+ ],
628
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
630
629
  "privacy": "public"
631
630
  }
632
631
  ],
633
632
  "exports": [
634
633
  {
635
634
  "kind": "js",
636
- "name": "SOCKET_EXT",
637
- "declaration": {
638
- "name": "_SOCKET_EXT",
639
- "module": "src/env/variables.ts"
640
- }
641
- },
642
- {
643
- "kind": "js",
644
- "name": "FORCE_HTTP",
645
- "declaration": {
646
- "name": "_FORCE_HTTP",
647
- "module": "src/env/variables.ts"
648
- }
649
- },
650
- {
651
- "kind": "js",
652
- "name": "API_HOST",
653
- "declaration": {
654
- "name": "_API_HOST",
655
- "module": "src/env/variables.ts"
656
- }
657
- },
658
- {
659
- "kind": "js",
660
- "name": "HTTP_CONFIG",
661
- "declaration": {
662
- "name": "_HTTP_CONFIG",
663
- "module": "src/env/variables.ts"
664
- }
665
- },
666
- {
667
- "kind": "js",
668
- "name": "DEFAULT_ORGANISATION",
669
- "declaration": {
670
- "name": "_DEFAULT_ORGANISATION",
671
- "module": "src/env/variables.ts"
672
- }
673
- },
674
- {
675
- "kind": "js",
676
- "name": "DEFAULT_PASSWORD",
677
- "declaration": {
678
- "name": "_DEFAULT_PASSWORD",
679
- "module": "src/env/variables.ts"
680
- }
681
- },
682
- {
683
- "kind": "js",
684
- "name": "DEFAULT_USER",
635
+ "name": "renderOnChange",
685
636
  "declaration": {
686
- "name": "_DEFAULT_USER",
687
- "module": "src/env/variables.ts"
637
+ "name": "renderOnChange",
638
+ "module": "src/decorators/renderOnChange.ts"
688
639
  }
689
640
  }
690
641
  ]
@@ -1095,6 +1046,55 @@
1095
1046
  }
1096
1047
  ]
1097
1048
  },
1049
+ {
1050
+ "kind": "javascript-module",
1051
+ "path": "src/design-system/design-system.ts",
1052
+ "declarations": [
1053
+ {
1054
+ "kind": "function",
1055
+ "name": "assureDesignSystem",
1056
+ "return": {
1057
+ "type": {
1058
+ "text": "DesignSystemModule"
1059
+ }
1060
+ },
1061
+ "parameters": [
1062
+ {
1063
+ "name": "module",
1064
+ "type": {
1065
+ "text": "DesignSystemModule"
1066
+ }
1067
+ }
1068
+ ],
1069
+ "privacy": "public"
1070
+ }
1071
+ ],
1072
+ "exports": [
1073
+ {
1074
+ "kind": "js",
1075
+ "name": "assureDesignSystem",
1076
+ "declaration": {
1077
+ "name": "assureDesignSystem",
1078
+ "module": "src/design-system/design-system.ts"
1079
+ }
1080
+ }
1081
+ ]
1082
+ },
1083
+ {
1084
+ "kind": "javascript-module",
1085
+ "path": "src/design-system/index.ts",
1086
+ "declarations": [],
1087
+ "exports": [
1088
+ {
1089
+ "kind": "js",
1090
+ "name": "*",
1091
+ "declaration": {
1092
+ "name": "*",
1093
+ "package": "./design-system"
1094
+ }
1095
+ }
1096
+ ]
1097
+ },
1098
1098
  {
1099
1099
  "kind": "javascript-module",
1100
1100
  "path": "src/logger/index.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.79.2-alpha-9debc2e.0",
4
+ "version": "14.80.0-alpha.63ddfd6.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -41,5 +41,5 @@
41
41
  "access": "public"
42
42
  },
43
43
  "customElements": "dist/custom-elements.json",
44
- "gitHead": "ec3885e8c184ec6ff0234a716ddece0ee6e066e1"
44
+ "gitHead": "f93564c6e819c9996b4fac55901f274f76f2a55f"
45
45
  }