@genesislcap/foundation-utils 14.93.0 → 14.94.0
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.
- package/dist/custom-elements.json +364 -364
- package/package.json +5 -5
|
@@ -343,30 +343,41 @@
|
|
|
343
343
|
},
|
|
344
344
|
{
|
|
345
345
|
"kind": "javascript-module",
|
|
346
|
-
"path": "src/
|
|
347
|
-
"declarations": [
|
|
348
|
-
"exports": [
|
|
346
|
+
"path": "src/design-system/design-system.ts",
|
|
347
|
+
"declarations": [
|
|
349
348
|
{
|
|
350
|
-
"kind": "
|
|
351
|
-
"name": "
|
|
352
|
-
"
|
|
353
|
-
"
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
349
|
+
"kind": "function",
|
|
350
|
+
"name": "assureDesignSystem",
|
|
351
|
+
"return": {
|
|
352
|
+
"type": {
|
|
353
|
+
"text": "DesignSystemModule"
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
"parameters": [
|
|
357
|
+
{
|
|
358
|
+
"name": "module",
|
|
359
|
+
"type": {
|
|
360
|
+
"text": "DesignSystemModule"
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
],
|
|
364
|
+
"privacy": "public"
|
|
365
|
+
}
|
|
366
|
+
],
|
|
367
|
+
"exports": [
|
|
357
368
|
{
|
|
358
369
|
"kind": "js",
|
|
359
|
-
"name": "
|
|
370
|
+
"name": "assureDesignSystem",
|
|
360
371
|
"declaration": {
|
|
361
|
-
"name": "
|
|
362
|
-
"
|
|
372
|
+
"name": "assureDesignSystem",
|
|
373
|
+
"module": "src/design-system/design-system.ts"
|
|
363
374
|
}
|
|
364
375
|
}
|
|
365
376
|
]
|
|
366
377
|
},
|
|
367
378
|
{
|
|
368
379
|
"kind": "javascript-module",
|
|
369
|
-
"path": "src/
|
|
380
|
+
"path": "src/design-system/index.ts",
|
|
370
381
|
"declarations": [],
|
|
371
382
|
"exports": [
|
|
372
383
|
{
|
|
@@ -374,256 +385,67 @@
|
|
|
374
385
|
"name": "*",
|
|
375
386
|
"declaration": {
|
|
376
387
|
"name": "*",
|
|
377
|
-
"package": "./
|
|
378
|
-
}
|
|
379
|
-
},
|
|
380
|
-
{
|
|
381
|
-
"kind": "js",
|
|
382
|
-
"name": "*",
|
|
383
|
-
"declaration": {
|
|
384
|
-
"name": "*",
|
|
385
|
-
"package": "./variables"
|
|
386
|
-
}
|
|
387
|
-
}
|
|
388
|
-
]
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
"kind": "javascript-module",
|
|
392
|
-
"path": "src/env/is-dev.ts",
|
|
393
|
-
"declarations": [
|
|
394
|
-
{
|
|
395
|
-
"kind": "function",
|
|
396
|
-
"name": "isDev",
|
|
397
|
-
"description": "Determines if the current environment is a development environment.",
|
|
398
|
-
"privacy": "public"
|
|
399
|
-
}
|
|
400
|
-
],
|
|
401
|
-
"exports": [
|
|
402
|
-
{
|
|
403
|
-
"kind": "js",
|
|
404
|
-
"name": "isDev",
|
|
405
|
-
"declaration": {
|
|
406
|
-
"name": "isDev",
|
|
407
|
-
"module": "src/env/is-dev.ts"
|
|
388
|
+
"package": "./design-system"
|
|
408
389
|
}
|
|
409
390
|
}
|
|
410
391
|
]
|
|
411
392
|
},
|
|
412
393
|
{
|
|
413
394
|
"kind": "javascript-module",
|
|
414
|
-
"path": "src/
|
|
415
|
-
"declarations": [
|
|
416
|
-
{
|
|
417
|
-
"kind": "variable",
|
|
418
|
-
"name": "SOCKET_EXT",
|
|
419
|
-
"type": {
|
|
420
|
-
"text": "string"
|
|
421
|
-
}
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"kind": "variable",
|
|
425
|
-
"name": "_SOCKET_EXT",
|
|
426
|
-
"type": {
|
|
427
|
-
"text": "string"
|
|
428
|
-
},
|
|
429
|
-
"default": "'gwf'",
|
|
430
|
-
"description": "The sub-path used for WebSocket connections when API_HOST is not set",
|
|
431
|
-
"privacy": "public"
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
"kind": "variable",
|
|
435
|
-
"name": "FORCE_HTTP",
|
|
436
|
-
"type": {
|
|
437
|
-
"text": "string"
|
|
438
|
-
}
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"kind": "variable",
|
|
442
|
-
"name": "_FORCE_HTTP",
|
|
443
|
-
"type": {
|
|
444
|
-
"text": "string"
|
|
445
|
-
},
|
|
446
|
-
"description": "The path to a JSON config file for the HTTP mode.",
|
|
447
|
-
"privacy": "public"
|
|
448
|
-
},
|
|
449
|
-
{
|
|
450
|
-
"kind": "variable",
|
|
451
|
-
"name": "API_HOST",
|
|
452
|
-
"type": {
|
|
453
|
-
"text": "string"
|
|
454
|
-
}
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"kind": "variable",
|
|
458
|
-
"name": "_API_HOST",
|
|
459
|
-
"type": {
|
|
460
|
-
"text": "string"
|
|
461
|
-
},
|
|
462
|
-
"default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
|
|
463
|
-
"description": "The Genesis Server URL (WebSocket or HTTP).",
|
|
464
|
-
"privacy": "public"
|
|
465
|
-
},
|
|
466
|
-
{
|
|
467
|
-
"kind": "variable",
|
|
468
|
-
"name": "HTTP_CONFIG",
|
|
469
|
-
"type": {
|
|
470
|
-
"text": "string"
|
|
471
|
-
}
|
|
472
|
-
},
|
|
473
|
-
{
|
|
474
|
-
"kind": "variable",
|
|
475
|
-
"name": "_HTTP_CONFIG",
|
|
476
|
-
"type": {
|
|
477
|
-
"text": "string"
|
|
478
|
-
},
|
|
479
|
-
"description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
|
|
480
|
-
"privacy": "public"
|
|
481
|
-
},
|
|
482
|
-
{
|
|
483
|
-
"kind": "variable",
|
|
484
|
-
"name": "DEFAULT_ORGANISATION",
|
|
485
|
-
"type": {
|
|
486
|
-
"text": "string"
|
|
487
|
-
}
|
|
488
|
-
},
|
|
489
|
-
{
|
|
490
|
-
"kind": "variable",
|
|
491
|
-
"name": "_DEFAULT_ORGANISATION",
|
|
492
|
-
"type": {
|
|
493
|
-
"text": "string"
|
|
494
|
-
},
|
|
495
|
-
"description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
|
496
|
-
"privacy": "public"
|
|
497
|
-
},
|
|
498
|
-
{
|
|
499
|
-
"kind": "variable",
|
|
500
|
-
"name": "DEFAULT_PASSWORD",
|
|
501
|
-
"type": {
|
|
502
|
-
"text": "string"
|
|
503
|
-
}
|
|
504
|
-
},
|
|
505
|
-
{
|
|
506
|
-
"kind": "variable",
|
|
507
|
-
"name": "_DEFAULT_PASSWORD",
|
|
508
|
-
"type": {
|
|
509
|
-
"text": "string"
|
|
510
|
-
},
|
|
511
|
-
"description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
|
512
|
-
"privacy": "public"
|
|
513
|
-
},
|
|
514
|
-
{
|
|
515
|
-
"kind": "variable",
|
|
516
|
-
"name": "DEFAULT_USER",
|
|
517
|
-
"type": {
|
|
518
|
-
"text": "string"
|
|
519
|
-
}
|
|
520
|
-
},
|
|
521
|
-
{
|
|
522
|
-
"kind": "variable",
|
|
523
|
-
"name": "_DEFAULT_USER",
|
|
524
|
-
"type": {
|
|
525
|
-
"text": "string"
|
|
526
|
-
},
|
|
527
|
-
"description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
|
528
|
-
"privacy": "public"
|
|
529
|
-
}
|
|
530
|
-
],
|
|
395
|
+
"path": "src/decorators/index.ts",
|
|
396
|
+
"declarations": [],
|
|
531
397
|
"exports": [
|
|
532
398
|
{
|
|
533
399
|
"kind": "js",
|
|
534
|
-
"name": "
|
|
535
|
-
"declaration": {
|
|
536
|
-
"name": "_SOCKET_EXT",
|
|
537
|
-
"module": "src/env/variables.ts"
|
|
538
|
-
}
|
|
539
|
-
},
|
|
540
|
-
{
|
|
541
|
-
"kind": "js",
|
|
542
|
-
"name": "FORCE_HTTP",
|
|
543
|
-
"declaration": {
|
|
544
|
-
"name": "_FORCE_HTTP",
|
|
545
|
-
"module": "src/env/variables.ts"
|
|
546
|
-
}
|
|
547
|
-
},
|
|
548
|
-
{
|
|
549
|
-
"kind": "js",
|
|
550
|
-
"name": "API_HOST",
|
|
551
|
-
"declaration": {
|
|
552
|
-
"name": "_API_HOST",
|
|
553
|
-
"module": "src/env/variables.ts"
|
|
554
|
-
}
|
|
555
|
-
},
|
|
556
|
-
{
|
|
557
|
-
"kind": "js",
|
|
558
|
-
"name": "HTTP_CONFIG",
|
|
559
|
-
"declaration": {
|
|
560
|
-
"name": "_HTTP_CONFIG",
|
|
561
|
-
"module": "src/env/variables.ts"
|
|
562
|
-
}
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
"kind": "js",
|
|
566
|
-
"name": "DEFAULT_ORGANISATION",
|
|
567
|
-
"declaration": {
|
|
568
|
-
"name": "_DEFAULT_ORGANISATION",
|
|
569
|
-
"module": "src/env/variables.ts"
|
|
570
|
-
}
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
"kind": "js",
|
|
574
|
-
"name": "DEFAULT_PASSWORD",
|
|
575
|
-
"declaration": {
|
|
576
|
-
"name": "_DEFAULT_PASSWORD",
|
|
577
|
-
"module": "src/env/variables.ts"
|
|
578
|
-
}
|
|
579
|
-
},
|
|
580
|
-
{
|
|
581
|
-
"kind": "js",
|
|
582
|
-
"name": "DEFAULT_USER",
|
|
400
|
+
"name": "*",
|
|
583
401
|
"declaration": {
|
|
584
|
-
"name": "
|
|
585
|
-
"
|
|
402
|
+
"name": "*",
|
|
403
|
+
"package": "./renderOnChange"
|
|
586
404
|
}
|
|
587
405
|
}
|
|
588
406
|
]
|
|
589
407
|
},
|
|
590
408
|
{
|
|
591
409
|
"kind": "javascript-module",
|
|
592
|
-
"path": "src/
|
|
410
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
593
411
|
"declarations": [
|
|
594
412
|
{
|
|
595
413
|
"kind": "function",
|
|
596
|
-
"name": "
|
|
597
|
-
"return": {
|
|
598
|
-
"type": {
|
|
599
|
-
"text": "DesignSystemModule"
|
|
600
|
-
}
|
|
601
|
-
},
|
|
414
|
+
"name": "renderOnChange",
|
|
602
415
|
"parameters": [
|
|
603
416
|
{
|
|
604
|
-
"name": "
|
|
417
|
+
"name": "target",
|
|
605
418
|
"type": {
|
|
606
|
-
"text": "
|
|
607
|
-
}
|
|
419
|
+
"text": "FASTElement & { render(): void }"
|
|
420
|
+
},
|
|
421
|
+
"description": "The target to define the property change handler on."
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"name": "name",
|
|
425
|
+
"type": {
|
|
426
|
+
"text": "string"
|
|
427
|
+
},
|
|
428
|
+
"description": "The property name."
|
|
608
429
|
}
|
|
609
430
|
],
|
|
431
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
610
432
|
"privacy": "public"
|
|
611
433
|
}
|
|
612
434
|
],
|
|
613
435
|
"exports": [
|
|
614
436
|
{
|
|
615
437
|
"kind": "js",
|
|
616
|
-
"name": "
|
|
438
|
+
"name": "renderOnChange",
|
|
617
439
|
"declaration": {
|
|
618
|
-
"name": "
|
|
619
|
-
"module": "src/
|
|
440
|
+
"name": "renderOnChange",
|
|
441
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
620
442
|
}
|
|
621
443
|
}
|
|
622
444
|
]
|
|
623
445
|
},
|
|
624
446
|
{
|
|
625
447
|
"kind": "javascript-module",
|
|
626
|
-
"path": "src/
|
|
448
|
+
"path": "src/directives/index.ts",
|
|
627
449
|
"declarations": [],
|
|
628
450
|
"exports": [
|
|
629
451
|
{
|
|
@@ -631,7 +453,15 @@
|
|
|
631
453
|
"name": "*",
|
|
632
454
|
"declaration": {
|
|
633
455
|
"name": "*",
|
|
634
|
-
"package": "./
|
|
456
|
+
"package": "./sync"
|
|
457
|
+
}
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"kind": "js",
|
|
461
|
+
"name": "*",
|
|
462
|
+
"declaration": {
|
|
463
|
+
"name": "*",
|
|
464
|
+
"package": "./when-else"
|
|
635
465
|
}
|
|
636
466
|
}
|
|
637
467
|
]
|
|
@@ -832,7 +662,7 @@
|
|
|
832
662
|
},
|
|
833
663
|
{
|
|
834
664
|
"kind": "javascript-module",
|
|
835
|
-
"path": "src/
|
|
665
|
+
"path": "src/env/index.ts",
|
|
836
666
|
"declarations": [],
|
|
837
667
|
"exports": [
|
|
838
668
|
{
|
|
@@ -840,45 +670,215 @@
|
|
|
840
670
|
"name": "*",
|
|
841
671
|
"declaration": {
|
|
842
672
|
"name": "*",
|
|
843
|
-
"package": "./
|
|
673
|
+
"package": "./is-dev"
|
|
674
|
+
}
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"kind": "js",
|
|
678
|
+
"name": "*",
|
|
679
|
+
"declaration": {
|
|
680
|
+
"name": "*",
|
|
681
|
+
"package": "./variables"
|
|
844
682
|
}
|
|
845
683
|
}
|
|
846
684
|
]
|
|
847
685
|
},
|
|
848
686
|
{
|
|
849
687
|
"kind": "javascript-module",
|
|
850
|
-
"path": "src/
|
|
688
|
+
"path": "src/env/is-dev.ts",
|
|
851
689
|
"declarations": [
|
|
852
690
|
{
|
|
853
691
|
"kind": "function",
|
|
854
|
-
"name": "
|
|
855
|
-
"
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
692
|
+
"name": "isDev",
|
|
693
|
+
"description": "Determines if the current environment is a development environment.",
|
|
694
|
+
"privacy": "public"
|
|
695
|
+
}
|
|
696
|
+
],
|
|
697
|
+
"exports": [
|
|
698
|
+
{
|
|
699
|
+
"kind": "js",
|
|
700
|
+
"name": "isDev",
|
|
701
|
+
"declaration": {
|
|
702
|
+
"name": "isDev",
|
|
703
|
+
"module": "src/env/is-dev.ts"
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
]
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"kind": "javascript-module",
|
|
710
|
+
"path": "src/env/variables.ts",
|
|
711
|
+
"declarations": [
|
|
712
|
+
{
|
|
713
|
+
"kind": "variable",
|
|
714
|
+
"name": "SOCKET_EXT",
|
|
715
|
+
"type": {
|
|
716
|
+
"text": "string"
|
|
717
|
+
}
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"kind": "variable",
|
|
721
|
+
"name": "_SOCKET_EXT",
|
|
722
|
+
"type": {
|
|
723
|
+
"text": "string"
|
|
724
|
+
},
|
|
725
|
+
"default": "'gwf'",
|
|
726
|
+
"description": "The sub-path used for WebSocket connections when API_HOST is not set",
|
|
727
|
+
"privacy": "public"
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"kind": "variable",
|
|
731
|
+
"name": "FORCE_HTTP",
|
|
732
|
+
"type": {
|
|
733
|
+
"text": "string"
|
|
734
|
+
}
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"kind": "variable",
|
|
738
|
+
"name": "_FORCE_HTTP",
|
|
739
|
+
"type": {
|
|
740
|
+
"text": "string"
|
|
741
|
+
},
|
|
742
|
+
"description": "The path to a JSON config file for the HTTP mode.",
|
|
743
|
+
"privacy": "public"
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"kind": "variable",
|
|
747
|
+
"name": "API_HOST",
|
|
748
|
+
"type": {
|
|
749
|
+
"text": "string"
|
|
750
|
+
}
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"kind": "variable",
|
|
754
|
+
"name": "_API_HOST",
|
|
755
|
+
"type": {
|
|
756
|
+
"text": "string"
|
|
757
|
+
},
|
|
758
|
+
"default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
|
|
759
|
+
"description": "The Genesis Server URL (WebSocket or HTTP).",
|
|
760
|
+
"privacy": "public"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"kind": "variable",
|
|
764
|
+
"name": "HTTP_CONFIG",
|
|
765
|
+
"type": {
|
|
766
|
+
"text": "string"
|
|
767
|
+
}
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"kind": "variable",
|
|
771
|
+
"name": "_HTTP_CONFIG",
|
|
772
|
+
"type": {
|
|
773
|
+
"text": "string"
|
|
774
|
+
},
|
|
775
|
+
"description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
|
|
776
|
+
"privacy": "public"
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"kind": "variable",
|
|
780
|
+
"name": "DEFAULT_ORGANISATION",
|
|
781
|
+
"type": {
|
|
782
|
+
"text": "string"
|
|
783
|
+
}
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"kind": "variable",
|
|
787
|
+
"name": "_DEFAULT_ORGANISATION",
|
|
788
|
+
"type": {
|
|
789
|
+
"text": "string"
|
|
790
|
+
},
|
|
791
|
+
"description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
|
792
|
+
"privacy": "public"
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"kind": "variable",
|
|
796
|
+
"name": "DEFAULT_PASSWORD",
|
|
797
|
+
"type": {
|
|
798
|
+
"text": "string"
|
|
799
|
+
}
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"kind": "variable",
|
|
803
|
+
"name": "_DEFAULT_PASSWORD",
|
|
804
|
+
"type": {
|
|
805
|
+
"text": "string"
|
|
806
|
+
},
|
|
807
|
+
"description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
|
808
|
+
"privacy": "public"
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"kind": "variable",
|
|
812
|
+
"name": "DEFAULT_USER",
|
|
813
|
+
"type": {
|
|
814
|
+
"text": "string"
|
|
815
|
+
}
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"kind": "variable",
|
|
819
|
+
"name": "_DEFAULT_USER",
|
|
820
|
+
"type": {
|
|
821
|
+
"text": "string"
|
|
822
|
+
},
|
|
823
|
+
"description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
|
872
824
|
"privacy": "public"
|
|
873
825
|
}
|
|
874
826
|
],
|
|
875
827
|
"exports": [
|
|
876
828
|
{
|
|
877
829
|
"kind": "js",
|
|
878
|
-
"name": "
|
|
830
|
+
"name": "SOCKET_EXT",
|
|
831
|
+
"declaration": {
|
|
832
|
+
"name": "_SOCKET_EXT",
|
|
833
|
+
"module": "src/env/variables.ts"
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"kind": "js",
|
|
838
|
+
"name": "FORCE_HTTP",
|
|
839
|
+
"declaration": {
|
|
840
|
+
"name": "_FORCE_HTTP",
|
|
841
|
+
"module": "src/env/variables.ts"
|
|
842
|
+
}
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
"kind": "js",
|
|
846
|
+
"name": "API_HOST",
|
|
847
|
+
"declaration": {
|
|
848
|
+
"name": "_API_HOST",
|
|
849
|
+
"module": "src/env/variables.ts"
|
|
850
|
+
}
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"kind": "js",
|
|
854
|
+
"name": "HTTP_CONFIG",
|
|
879
855
|
"declaration": {
|
|
880
|
-
"name": "
|
|
881
|
-
"module": "src/
|
|
856
|
+
"name": "_HTTP_CONFIG",
|
|
857
|
+
"module": "src/env/variables.ts"
|
|
858
|
+
}
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"kind": "js",
|
|
862
|
+
"name": "DEFAULT_ORGANISATION",
|
|
863
|
+
"declaration": {
|
|
864
|
+
"name": "_DEFAULT_ORGANISATION",
|
|
865
|
+
"module": "src/env/variables.ts"
|
|
866
|
+
}
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"kind": "js",
|
|
870
|
+
"name": "DEFAULT_PASSWORD",
|
|
871
|
+
"declaration": {
|
|
872
|
+
"name": "_DEFAULT_PASSWORD",
|
|
873
|
+
"module": "src/env/variables.ts"
|
|
874
|
+
}
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"kind": "js",
|
|
878
|
+
"name": "DEFAULT_USER",
|
|
879
|
+
"declaration": {
|
|
880
|
+
"name": "_DEFAULT_USER",
|
|
881
|
+
"module": "src/env/variables.ts"
|
|
882
882
|
}
|
|
883
883
|
}
|
|
884
884
|
]
|
|
@@ -1183,7 +1183,7 @@
|
|
|
1183
1183
|
},
|
|
1184
1184
|
{
|
|
1185
1185
|
"kind": "javascript-module",
|
|
1186
|
-
"path": "src/
|
|
1186
|
+
"path": "src/mixins/index.ts",
|
|
1187
1187
|
"declarations": [],
|
|
1188
1188
|
"exports": [
|
|
1189
1189
|
{
|
|
@@ -1191,14 +1191,22 @@
|
|
|
1191
1191
|
"name": "*",
|
|
1192
1192
|
"declaration": {
|
|
1193
1193
|
"name": "*",
|
|
1194
|
-
"package": "./
|
|
1194
|
+
"package": "./pendingState"
|
|
1195
|
+
}
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
"kind": "js",
|
|
1199
|
+
"name": "*",
|
|
1200
|
+
"declaration": {
|
|
1201
|
+
"name": "*",
|
|
1202
|
+
"package": "./lifecycle"
|
|
1195
1203
|
}
|
|
1196
1204
|
}
|
|
1197
1205
|
]
|
|
1198
1206
|
},
|
|
1199
1207
|
{
|
|
1200
1208
|
"kind": "javascript-module",
|
|
1201
|
-
"path": "src/
|
|
1209
|
+
"path": "src/mappers/index.ts",
|
|
1202
1210
|
"declarations": [],
|
|
1203
1211
|
"exports": [
|
|
1204
1212
|
{
|
|
@@ -1206,15 +1214,7 @@
|
|
|
1206
1214
|
"name": "*",
|
|
1207
1215
|
"declaration": {
|
|
1208
1216
|
"name": "*",
|
|
1209
|
-
"package": "./
|
|
1210
|
-
}
|
|
1211
|
-
},
|
|
1212
|
-
{
|
|
1213
|
-
"kind": "js",
|
|
1214
|
-
"name": "*",
|
|
1215
|
-
"declaration": {
|
|
1216
|
-
"name": "*",
|
|
1217
|
-
"package": "./lifecycle"
|
|
1217
|
+
"package": "./dto"
|
|
1218
1218
|
}
|
|
1219
1219
|
}
|
|
1220
1220
|
]
|
|
@@ -2024,106 +2024,6 @@
|
|
|
2024
2024
|
}
|
|
2025
2025
|
]
|
|
2026
2026
|
},
|
|
2027
|
-
{
|
|
2028
|
-
"kind": "javascript-module",
|
|
2029
|
-
"path": "src/mappers/dto/index.ts",
|
|
2030
|
-
"declarations": [],
|
|
2031
|
-
"exports": [
|
|
2032
|
-
{
|
|
2033
|
-
"kind": "js",
|
|
2034
|
-
"name": "*",
|
|
2035
|
-
"declaration": {
|
|
2036
|
-
"name": "*",
|
|
2037
|
-
"package": "./serverRow"
|
|
2038
|
-
}
|
|
2039
|
-
},
|
|
2040
|
-
{
|
|
2041
|
-
"kind": "js",
|
|
2042
|
-
"name": "*",
|
|
2043
|
-
"declaration": {
|
|
2044
|
-
"name": "*",
|
|
2045
|
-
"package": "./types"
|
|
2046
|
-
}
|
|
2047
|
-
}
|
|
2048
|
-
]
|
|
2049
|
-
},
|
|
2050
|
-
{
|
|
2051
|
-
"kind": "javascript-module",
|
|
2052
|
-
"path": "src/mappers/dto/serverRow.ts",
|
|
2053
|
-
"declarations": [
|
|
2054
|
-
{
|
|
2055
|
-
"kind": "class",
|
|
2056
|
-
"description": "The default `ServerRowDTOMapper`.",
|
|
2057
|
-
"name": "DefaultServerRowDTOMapper",
|
|
2058
|
-
"members": [
|
|
2059
|
-
{
|
|
2060
|
-
"kind": "field",
|
|
2061
|
-
"name": "fromDTO",
|
|
2062
|
-
"description": "Converts a server row DTO to an entity.",
|
|
2063
|
-
"parameters": [
|
|
2064
|
-
{
|
|
2065
|
-
"description": "The DTO to convert.",
|
|
2066
|
-
"name": "dto"
|
|
2067
|
-
}
|
|
2068
|
-
],
|
|
2069
|
-
"return": {
|
|
2070
|
-
"type": {
|
|
2071
|
-
"text": ""
|
|
2072
|
-
}
|
|
2073
|
-
},
|
|
2074
|
-
"privacy": "public"
|
|
2075
|
-
},
|
|
2076
|
-
{
|
|
2077
|
-
"kind": "field",
|
|
2078
|
-
"name": "toDTO",
|
|
2079
|
-
"description": "Converts a server row entity to a DTO.",
|
|
2080
|
-
"parameters": [
|
|
2081
|
-
{
|
|
2082
|
-
"description": "The entity to convert.",
|
|
2083
|
-
"name": "entity"
|
|
2084
|
-
}
|
|
2085
|
-
],
|
|
2086
|
-
"return": {
|
|
2087
|
-
"type": {
|
|
2088
|
-
"text": ""
|
|
2089
|
-
}
|
|
2090
|
-
},
|
|
2091
|
-
"privacy": "public"
|
|
2092
|
-
}
|
|
2093
|
-
]
|
|
2094
|
-
},
|
|
2095
|
-
{
|
|
2096
|
-
"kind": "variable",
|
|
2097
|
-
"name": "ServerRowDTOMapper",
|
|
2098
|
-
"description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
|
|
2099
|
-
"privacy": "public"
|
|
2100
|
-
}
|
|
2101
|
-
],
|
|
2102
|
-
"exports": [
|
|
2103
|
-
{
|
|
2104
|
-
"kind": "js",
|
|
2105
|
-
"name": "DefaultServerRowDTOMapper",
|
|
2106
|
-
"declaration": {
|
|
2107
|
-
"name": "DefaultServerRowDTOMapper",
|
|
2108
|
-
"module": "src/mappers/dto/serverRow.ts"
|
|
2109
|
-
}
|
|
2110
|
-
},
|
|
2111
|
-
{
|
|
2112
|
-
"kind": "js",
|
|
2113
|
-
"name": "ServerRowDTOMapper",
|
|
2114
|
-
"declaration": {
|
|
2115
|
-
"name": "ServerRowDTOMapper",
|
|
2116
|
-
"module": "src/mappers/dto/serverRow.ts"
|
|
2117
|
-
}
|
|
2118
|
-
}
|
|
2119
|
-
]
|
|
2120
|
-
},
|
|
2121
|
-
{
|
|
2122
|
-
"kind": "javascript-module",
|
|
2123
|
-
"path": "src/mappers/dto/types.ts",
|
|
2124
|
-
"declarations": [],
|
|
2125
|
-
"exports": []
|
|
2126
|
-
},
|
|
2127
2027
|
{
|
|
2128
2028
|
"kind": "javascript-module",
|
|
2129
2029
|
"path": "src/mixins/lifecycle/index.ts",
|
|
@@ -2335,6 +2235,106 @@
|
|
|
2335
2235
|
}
|
|
2336
2236
|
]
|
|
2337
2237
|
},
|
|
2238
|
+
{
|
|
2239
|
+
"kind": "javascript-module",
|
|
2240
|
+
"path": "src/mappers/dto/index.ts",
|
|
2241
|
+
"declarations": [],
|
|
2242
|
+
"exports": [
|
|
2243
|
+
{
|
|
2244
|
+
"kind": "js",
|
|
2245
|
+
"name": "*",
|
|
2246
|
+
"declaration": {
|
|
2247
|
+
"name": "*",
|
|
2248
|
+
"package": "./serverRow"
|
|
2249
|
+
}
|
|
2250
|
+
},
|
|
2251
|
+
{
|
|
2252
|
+
"kind": "js",
|
|
2253
|
+
"name": "*",
|
|
2254
|
+
"declaration": {
|
|
2255
|
+
"name": "*",
|
|
2256
|
+
"package": "./types"
|
|
2257
|
+
}
|
|
2258
|
+
}
|
|
2259
|
+
]
|
|
2260
|
+
},
|
|
2261
|
+
{
|
|
2262
|
+
"kind": "javascript-module",
|
|
2263
|
+
"path": "src/mappers/dto/serverRow.ts",
|
|
2264
|
+
"declarations": [
|
|
2265
|
+
{
|
|
2266
|
+
"kind": "class",
|
|
2267
|
+
"description": "The default `ServerRowDTOMapper`.",
|
|
2268
|
+
"name": "DefaultServerRowDTOMapper",
|
|
2269
|
+
"members": [
|
|
2270
|
+
{
|
|
2271
|
+
"kind": "field",
|
|
2272
|
+
"name": "fromDTO",
|
|
2273
|
+
"description": "Converts a server row DTO to an entity.",
|
|
2274
|
+
"parameters": [
|
|
2275
|
+
{
|
|
2276
|
+
"description": "The DTO to convert.",
|
|
2277
|
+
"name": "dto"
|
|
2278
|
+
}
|
|
2279
|
+
],
|
|
2280
|
+
"return": {
|
|
2281
|
+
"type": {
|
|
2282
|
+
"text": ""
|
|
2283
|
+
}
|
|
2284
|
+
},
|
|
2285
|
+
"privacy": "public"
|
|
2286
|
+
},
|
|
2287
|
+
{
|
|
2288
|
+
"kind": "field",
|
|
2289
|
+
"name": "toDTO",
|
|
2290
|
+
"description": "Converts a server row entity to a DTO.",
|
|
2291
|
+
"parameters": [
|
|
2292
|
+
{
|
|
2293
|
+
"description": "The entity to convert.",
|
|
2294
|
+
"name": "entity"
|
|
2295
|
+
}
|
|
2296
|
+
],
|
|
2297
|
+
"return": {
|
|
2298
|
+
"type": {
|
|
2299
|
+
"text": ""
|
|
2300
|
+
}
|
|
2301
|
+
},
|
|
2302
|
+
"privacy": "public"
|
|
2303
|
+
}
|
|
2304
|
+
]
|
|
2305
|
+
},
|
|
2306
|
+
{
|
|
2307
|
+
"kind": "variable",
|
|
2308
|
+
"name": "ServerRowDTOMapper",
|
|
2309
|
+
"description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
|
|
2310
|
+
"privacy": "public"
|
|
2311
|
+
}
|
|
2312
|
+
],
|
|
2313
|
+
"exports": [
|
|
2314
|
+
{
|
|
2315
|
+
"kind": "js",
|
|
2316
|
+
"name": "DefaultServerRowDTOMapper",
|
|
2317
|
+
"declaration": {
|
|
2318
|
+
"name": "DefaultServerRowDTOMapper",
|
|
2319
|
+
"module": "src/mappers/dto/serverRow.ts"
|
|
2320
|
+
}
|
|
2321
|
+
},
|
|
2322
|
+
{
|
|
2323
|
+
"kind": "js",
|
|
2324
|
+
"name": "ServerRowDTOMapper",
|
|
2325
|
+
"declaration": {
|
|
2326
|
+
"name": "ServerRowDTOMapper",
|
|
2327
|
+
"module": "src/mappers/dto/serverRow.ts"
|
|
2328
|
+
}
|
|
2329
|
+
}
|
|
2330
|
+
]
|
|
2331
|
+
},
|
|
2332
|
+
{
|
|
2333
|
+
"kind": "javascript-module",
|
|
2334
|
+
"path": "src/mappers/dto/types.ts",
|
|
2335
|
+
"declarations": [],
|
|
2336
|
+
"exports": []
|
|
2337
|
+
},
|
|
2338
2338
|
{
|
|
2339
2339
|
"kind": "javascript-module",
|
|
2340
2340
|
"path": "src/serializers/json/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.
|
|
4
|
+
"version": "14.94.0",
|
|
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.
|
|
23
|
-
"@genesislcap/genx": "14.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.94.0",
|
|
23
|
+
"@genesislcap/genx": "14.94.0",
|
|
24
24
|
"rimraf": "^3.0.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@genesislcap/foundation-logger": "14.
|
|
27
|
+
"@genesislcap/foundation-logger": "14.94.0",
|
|
28
28
|
"@microsoft/fast-components": "^2.21.3",
|
|
29
29
|
"@microsoft/fast-element": "^1.7.0",
|
|
30
30
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
44
|
"customElements": "dist/custom-elements.json",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "cb3b05d51d51d25f3558ab4436258df58268aa0e"
|
|
46
46
|
}
|