@genesislcap/foundation-utils 14.180.5 → 14.180.7
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 +245 -245
- package/package.json +10 -10
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
361
|
"kind": "javascript-module",
|
|
362
|
-
"path": "src/
|
|
362
|
+
"path": "src/directives/index.ts",
|
|
363
363
|
"declarations": [],
|
|
364
364
|
"exports": [
|
|
365
365
|
{
|
|
@@ -367,52 +367,22 @@
|
|
|
367
367
|
"name": "*",
|
|
368
368
|
"declaration": {
|
|
369
369
|
"name": "*",
|
|
370
|
-
"package": "./
|
|
370
|
+
"package": "./sync"
|
|
371
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": [
|
|
372
|
+
},
|
|
403
373
|
{
|
|
404
374
|
"kind": "js",
|
|
405
|
-
"name": "
|
|
375
|
+
"name": "*",
|
|
406
376
|
"declaration": {
|
|
407
|
-
"name": "
|
|
408
|
-
"
|
|
377
|
+
"name": "*",
|
|
378
|
+
"package": "./when-else"
|
|
409
379
|
}
|
|
410
380
|
}
|
|
411
381
|
]
|
|
412
382
|
},
|
|
413
383
|
{
|
|
414
384
|
"kind": "javascript-module",
|
|
415
|
-
"path": "src/
|
|
385
|
+
"path": "src/env/index.ts",
|
|
416
386
|
"declarations": [],
|
|
417
387
|
"exports": [
|
|
418
388
|
{
|
|
@@ -420,7 +390,7 @@
|
|
|
420
390
|
"name": "*",
|
|
421
391
|
"declaration": {
|
|
422
392
|
"name": "*",
|
|
423
|
-
"package": "./
|
|
393
|
+
"package": "./is-dev"
|
|
424
394
|
}
|
|
425
395
|
},
|
|
426
396
|
{
|
|
@@ -428,57 +398,207 @@
|
|
|
428
398
|
"name": "*",
|
|
429
399
|
"declaration": {
|
|
430
400
|
"name": "*",
|
|
431
|
-
"package": "./
|
|
401
|
+
"package": "./variables"
|
|
432
402
|
}
|
|
433
403
|
}
|
|
434
404
|
]
|
|
435
405
|
},
|
|
436
406
|
{
|
|
437
407
|
"kind": "javascript-module",
|
|
438
|
-
"path": "src/
|
|
408
|
+
"path": "src/env/is-dev.ts",
|
|
439
409
|
"declarations": [
|
|
440
410
|
{
|
|
441
411
|
"kind": "function",
|
|
442
|
-
"name": "
|
|
443
|
-
"
|
|
444
|
-
"type": {
|
|
445
|
-
"text": "DesignSystemModule"
|
|
446
|
-
}
|
|
447
|
-
},
|
|
448
|
-
"parameters": [
|
|
449
|
-
{
|
|
450
|
-
"name": "module",
|
|
451
|
-
"type": {
|
|
452
|
-
"text": "DesignSystemModule"
|
|
453
|
-
}
|
|
454
|
-
}
|
|
455
|
-
],
|
|
456
|
-
"description": "assureDesignSystem.",
|
|
412
|
+
"name": "isDev",
|
|
413
|
+
"description": "Determines if the current environment is a development environment.",
|
|
457
414
|
"privacy": "public"
|
|
458
415
|
}
|
|
459
416
|
],
|
|
460
417
|
"exports": [
|
|
461
418
|
{
|
|
462
419
|
"kind": "js",
|
|
463
|
-
"name": "
|
|
420
|
+
"name": "isDev",
|
|
464
421
|
"declaration": {
|
|
465
|
-
"name": "
|
|
466
|
-
"module": "src/
|
|
422
|
+
"name": "isDev",
|
|
423
|
+
"module": "src/env/is-dev.ts"
|
|
467
424
|
}
|
|
468
425
|
}
|
|
469
426
|
]
|
|
470
427
|
},
|
|
471
428
|
{
|
|
472
429
|
"kind": "javascript-module",
|
|
473
|
-
"path": "src/
|
|
474
|
-
"declarations": [
|
|
430
|
+
"path": "src/env/variables.ts",
|
|
431
|
+
"declarations": [
|
|
432
|
+
{
|
|
433
|
+
"kind": "variable",
|
|
434
|
+
"name": "SOCKET_EXT",
|
|
435
|
+
"type": {
|
|
436
|
+
"text": "string"
|
|
437
|
+
}
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"kind": "variable",
|
|
441
|
+
"name": "_SOCKET_EXT",
|
|
442
|
+
"type": {
|
|
443
|
+
"text": "string"
|
|
444
|
+
},
|
|
445
|
+
"default": "'gwf'",
|
|
446
|
+
"description": "The sub-path used for WebSocket connections when API_HOST is not set",
|
|
447
|
+
"privacy": "public"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"kind": "variable",
|
|
451
|
+
"name": "FORCE_HTTP",
|
|
452
|
+
"type": {
|
|
453
|
+
"text": "string"
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"kind": "variable",
|
|
458
|
+
"name": "_FORCE_HTTP",
|
|
459
|
+
"type": {
|
|
460
|
+
"text": "string"
|
|
461
|
+
},
|
|
462
|
+
"description": "The path to a JSON config file for the HTTP mode.",
|
|
463
|
+
"privacy": "public"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"kind": "variable",
|
|
467
|
+
"name": "API_HOST",
|
|
468
|
+
"type": {
|
|
469
|
+
"text": "string"
|
|
470
|
+
}
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"kind": "variable",
|
|
474
|
+
"name": "_API_HOST",
|
|
475
|
+
"type": {
|
|
476
|
+
"text": "string"
|
|
477
|
+
},
|
|
478
|
+
"default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
|
|
479
|
+
"description": "The Genesis Server URL (WebSocket or HTTP).",
|
|
480
|
+
"privacy": "public"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"kind": "variable",
|
|
484
|
+
"name": "HTTP_CONFIG",
|
|
485
|
+
"type": {
|
|
486
|
+
"text": "string"
|
|
487
|
+
}
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"kind": "variable",
|
|
491
|
+
"name": "_HTTP_CONFIG",
|
|
492
|
+
"type": {
|
|
493
|
+
"text": "string"
|
|
494
|
+
},
|
|
495
|
+
"description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
|
|
496
|
+
"privacy": "public"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"kind": "variable",
|
|
500
|
+
"name": "DEFAULT_ORGANISATION",
|
|
501
|
+
"type": {
|
|
502
|
+
"text": "string"
|
|
503
|
+
}
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"kind": "variable",
|
|
507
|
+
"name": "_DEFAULT_ORGANISATION",
|
|
508
|
+
"type": {
|
|
509
|
+
"text": "string"
|
|
510
|
+
},
|
|
511
|
+
"description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
|
512
|
+
"privacy": "public"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"kind": "variable",
|
|
516
|
+
"name": "DEFAULT_PASSWORD",
|
|
517
|
+
"type": {
|
|
518
|
+
"text": "string"
|
|
519
|
+
}
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"kind": "variable",
|
|
523
|
+
"name": "_DEFAULT_PASSWORD",
|
|
524
|
+
"type": {
|
|
525
|
+
"text": "string"
|
|
526
|
+
},
|
|
527
|
+
"description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
|
528
|
+
"privacy": "public"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"kind": "variable",
|
|
532
|
+
"name": "DEFAULT_USER",
|
|
533
|
+
"type": {
|
|
534
|
+
"text": "string"
|
|
535
|
+
}
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"kind": "variable",
|
|
539
|
+
"name": "_DEFAULT_USER",
|
|
540
|
+
"type": {
|
|
541
|
+
"text": "string"
|
|
542
|
+
},
|
|
543
|
+
"description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
|
544
|
+
"privacy": "public"
|
|
545
|
+
}
|
|
546
|
+
],
|
|
475
547
|
"exports": [
|
|
476
548
|
{
|
|
477
549
|
"kind": "js",
|
|
478
|
-
"name": "
|
|
550
|
+
"name": "SOCKET_EXT",
|
|
479
551
|
"declaration": {
|
|
480
|
-
"name": "
|
|
481
|
-
"
|
|
552
|
+
"name": "_SOCKET_EXT",
|
|
553
|
+
"module": "src/env/variables.ts"
|
|
554
|
+
}
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"kind": "js",
|
|
558
|
+
"name": "FORCE_HTTP",
|
|
559
|
+
"declaration": {
|
|
560
|
+
"name": "_FORCE_HTTP",
|
|
561
|
+
"module": "src/env/variables.ts"
|
|
562
|
+
}
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"kind": "js",
|
|
566
|
+
"name": "API_HOST",
|
|
567
|
+
"declaration": {
|
|
568
|
+
"name": "_API_HOST",
|
|
569
|
+
"module": "src/env/variables.ts"
|
|
570
|
+
}
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"kind": "js",
|
|
574
|
+
"name": "HTTP_CONFIG",
|
|
575
|
+
"declaration": {
|
|
576
|
+
"name": "_HTTP_CONFIG",
|
|
577
|
+
"module": "src/env/variables.ts"
|
|
578
|
+
}
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"kind": "js",
|
|
582
|
+
"name": "DEFAULT_ORGANISATION",
|
|
583
|
+
"declaration": {
|
|
584
|
+
"name": "_DEFAULT_ORGANISATION",
|
|
585
|
+
"module": "src/env/variables.ts"
|
|
586
|
+
}
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
"kind": "js",
|
|
590
|
+
"name": "DEFAULT_PASSWORD",
|
|
591
|
+
"declaration": {
|
|
592
|
+
"name": "_DEFAULT_PASSWORD",
|
|
593
|
+
"module": "src/env/variables.ts"
|
|
594
|
+
}
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"kind": "js",
|
|
598
|
+
"name": "DEFAULT_USER",
|
|
599
|
+
"declaration": {
|
|
600
|
+
"name": "_DEFAULT_USER",
|
|
601
|
+
"module": "src/env/variables.ts"
|
|
482
602
|
}
|
|
483
603
|
}
|
|
484
604
|
]
|
|
@@ -684,223 +804,103 @@
|
|
|
684
804
|
},
|
|
685
805
|
{
|
|
686
806
|
"kind": "javascript-module",
|
|
687
|
-
"path": "src/
|
|
688
|
-
"declarations": [
|
|
807
|
+
"path": "src/design-system/design-system.ts",
|
|
808
|
+
"declarations": [
|
|
809
|
+
{
|
|
810
|
+
"kind": "function",
|
|
811
|
+
"name": "assureDesignSystem",
|
|
812
|
+
"return": {
|
|
813
|
+
"type": {
|
|
814
|
+
"text": "DesignSystemModule"
|
|
815
|
+
}
|
|
816
|
+
},
|
|
817
|
+
"parameters": [
|
|
818
|
+
{
|
|
819
|
+
"name": "module",
|
|
820
|
+
"type": {
|
|
821
|
+
"text": "DesignSystemModule"
|
|
822
|
+
}
|
|
823
|
+
}
|
|
824
|
+
],
|
|
825
|
+
"description": "assureDesignSystem.",
|
|
826
|
+
"privacy": "public"
|
|
827
|
+
}
|
|
828
|
+
],
|
|
689
829
|
"exports": [
|
|
690
830
|
{
|
|
691
831
|
"kind": "js",
|
|
692
|
-
"name": "
|
|
832
|
+
"name": "assureDesignSystem",
|
|
693
833
|
"declaration": {
|
|
694
|
-
"name": "
|
|
695
|
-
"
|
|
834
|
+
"name": "assureDesignSystem",
|
|
835
|
+
"module": "src/design-system/design-system.ts"
|
|
696
836
|
}
|
|
697
|
-
}
|
|
837
|
+
}
|
|
838
|
+
]
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"kind": "javascript-module",
|
|
842
|
+
"path": "src/design-system/index.ts",
|
|
843
|
+
"declarations": [],
|
|
844
|
+
"exports": [
|
|
698
845
|
{
|
|
699
846
|
"kind": "js",
|
|
700
847
|
"name": "*",
|
|
701
848
|
"declaration": {
|
|
702
849
|
"name": "*",
|
|
703
|
-
"package": "./
|
|
850
|
+
"package": "./design-system"
|
|
704
851
|
}
|
|
705
852
|
}
|
|
706
853
|
]
|
|
707
854
|
},
|
|
708
855
|
{
|
|
709
856
|
"kind": "javascript-module",
|
|
710
|
-
"path": "src/
|
|
711
|
-
"declarations": [
|
|
712
|
-
{
|
|
713
|
-
"kind": "function",
|
|
714
|
-
"name": "isDev",
|
|
715
|
-
"description": "Determines if the current environment is a development environment.",
|
|
716
|
-
"privacy": "public"
|
|
717
|
-
}
|
|
718
|
-
],
|
|
857
|
+
"path": "src/decorators/index.ts",
|
|
858
|
+
"declarations": [],
|
|
719
859
|
"exports": [
|
|
720
860
|
{
|
|
721
861
|
"kind": "js",
|
|
722
|
-
"name": "
|
|
862
|
+
"name": "*",
|
|
723
863
|
"declaration": {
|
|
724
|
-
"name": "
|
|
725
|
-
"
|
|
864
|
+
"name": "*",
|
|
865
|
+
"package": "./renderOnChange"
|
|
726
866
|
}
|
|
727
867
|
}
|
|
728
868
|
]
|
|
729
869
|
},
|
|
730
870
|
{
|
|
731
871
|
"kind": "javascript-module",
|
|
732
|
-
"path": "src/
|
|
872
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
733
873
|
"declarations": [
|
|
734
874
|
{
|
|
735
|
-
"kind": "
|
|
736
|
-
"name": "
|
|
737
|
-
"
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
"
|
|
754
|
-
"type": {
|
|
755
|
-
"text": "string"
|
|
756
|
-
}
|
|
757
|
-
},
|
|
758
|
-
{
|
|
759
|
-
"kind": "variable",
|
|
760
|
-
"name": "_FORCE_HTTP",
|
|
761
|
-
"type": {
|
|
762
|
-
"text": "string"
|
|
763
|
-
},
|
|
764
|
-
"description": "The path to a JSON config file for the HTTP mode.",
|
|
765
|
-
"privacy": "public"
|
|
766
|
-
},
|
|
767
|
-
{
|
|
768
|
-
"kind": "variable",
|
|
769
|
-
"name": "API_HOST",
|
|
770
|
-
"type": {
|
|
771
|
-
"text": "string"
|
|
772
|
-
}
|
|
773
|
-
},
|
|
774
|
-
{
|
|
775
|
-
"kind": "variable",
|
|
776
|
-
"name": "_API_HOST",
|
|
777
|
-
"type": {
|
|
778
|
-
"text": "string"
|
|
779
|
-
},
|
|
780
|
-
"default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
|
|
781
|
-
"description": "The Genesis Server URL (WebSocket or HTTP).",
|
|
782
|
-
"privacy": "public"
|
|
783
|
-
},
|
|
784
|
-
{
|
|
785
|
-
"kind": "variable",
|
|
786
|
-
"name": "HTTP_CONFIG",
|
|
787
|
-
"type": {
|
|
788
|
-
"text": "string"
|
|
789
|
-
}
|
|
790
|
-
},
|
|
791
|
-
{
|
|
792
|
-
"kind": "variable",
|
|
793
|
-
"name": "_HTTP_CONFIG",
|
|
794
|
-
"type": {
|
|
795
|
-
"text": "string"
|
|
796
|
-
},
|
|
797
|
-
"description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
|
|
798
|
-
"privacy": "public"
|
|
799
|
-
},
|
|
800
|
-
{
|
|
801
|
-
"kind": "variable",
|
|
802
|
-
"name": "DEFAULT_ORGANISATION",
|
|
803
|
-
"type": {
|
|
804
|
-
"text": "string"
|
|
805
|
-
}
|
|
806
|
-
},
|
|
807
|
-
{
|
|
808
|
-
"kind": "variable",
|
|
809
|
-
"name": "_DEFAULT_ORGANISATION",
|
|
810
|
-
"type": {
|
|
811
|
-
"text": "string"
|
|
812
|
-
},
|
|
813
|
-
"description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
|
814
|
-
"privacy": "public"
|
|
815
|
-
},
|
|
816
|
-
{
|
|
817
|
-
"kind": "variable",
|
|
818
|
-
"name": "DEFAULT_PASSWORD",
|
|
819
|
-
"type": {
|
|
820
|
-
"text": "string"
|
|
821
|
-
}
|
|
822
|
-
},
|
|
823
|
-
{
|
|
824
|
-
"kind": "variable",
|
|
825
|
-
"name": "_DEFAULT_PASSWORD",
|
|
826
|
-
"type": {
|
|
827
|
-
"text": "string"
|
|
828
|
-
},
|
|
829
|
-
"description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
|
830
|
-
"privacy": "public"
|
|
831
|
-
},
|
|
832
|
-
{
|
|
833
|
-
"kind": "variable",
|
|
834
|
-
"name": "DEFAULT_USER",
|
|
835
|
-
"type": {
|
|
836
|
-
"text": "string"
|
|
837
|
-
}
|
|
838
|
-
},
|
|
839
|
-
{
|
|
840
|
-
"kind": "variable",
|
|
841
|
-
"name": "_DEFAULT_USER",
|
|
842
|
-
"type": {
|
|
843
|
-
"text": "string"
|
|
844
|
-
},
|
|
845
|
-
"description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
|
875
|
+
"kind": "function",
|
|
876
|
+
"name": "renderOnChange",
|
|
877
|
+
"parameters": [
|
|
878
|
+
{
|
|
879
|
+
"name": "target",
|
|
880
|
+
"type": {
|
|
881
|
+
"text": "FASTElement & { render(): void }"
|
|
882
|
+
},
|
|
883
|
+
"description": "The target to define the property change handler on."
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"name": "name",
|
|
887
|
+
"type": {
|
|
888
|
+
"text": "string"
|
|
889
|
+
},
|
|
890
|
+
"description": "The property name."
|
|
891
|
+
}
|
|
892
|
+
],
|
|
893
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
846
894
|
"privacy": "public"
|
|
847
895
|
}
|
|
848
896
|
],
|
|
849
897
|
"exports": [
|
|
850
898
|
{
|
|
851
899
|
"kind": "js",
|
|
852
|
-
"name": "
|
|
853
|
-
"declaration": {
|
|
854
|
-
"name": "_SOCKET_EXT",
|
|
855
|
-
"module": "src/env/variables.ts"
|
|
856
|
-
}
|
|
857
|
-
},
|
|
858
|
-
{
|
|
859
|
-
"kind": "js",
|
|
860
|
-
"name": "FORCE_HTTP",
|
|
861
|
-
"declaration": {
|
|
862
|
-
"name": "_FORCE_HTTP",
|
|
863
|
-
"module": "src/env/variables.ts"
|
|
864
|
-
}
|
|
865
|
-
},
|
|
866
|
-
{
|
|
867
|
-
"kind": "js",
|
|
868
|
-
"name": "API_HOST",
|
|
869
|
-
"declaration": {
|
|
870
|
-
"name": "_API_HOST",
|
|
871
|
-
"module": "src/env/variables.ts"
|
|
872
|
-
}
|
|
873
|
-
},
|
|
874
|
-
{
|
|
875
|
-
"kind": "js",
|
|
876
|
-
"name": "HTTP_CONFIG",
|
|
877
|
-
"declaration": {
|
|
878
|
-
"name": "_HTTP_CONFIG",
|
|
879
|
-
"module": "src/env/variables.ts"
|
|
880
|
-
}
|
|
881
|
-
},
|
|
882
|
-
{
|
|
883
|
-
"kind": "js",
|
|
884
|
-
"name": "DEFAULT_ORGANISATION",
|
|
885
|
-
"declaration": {
|
|
886
|
-
"name": "_DEFAULT_ORGANISATION",
|
|
887
|
-
"module": "src/env/variables.ts"
|
|
888
|
-
}
|
|
889
|
-
},
|
|
890
|
-
{
|
|
891
|
-
"kind": "js",
|
|
892
|
-
"name": "DEFAULT_PASSWORD",
|
|
893
|
-
"declaration": {
|
|
894
|
-
"name": "_DEFAULT_PASSWORD",
|
|
895
|
-
"module": "src/env/variables.ts"
|
|
896
|
-
}
|
|
897
|
-
},
|
|
898
|
-
{
|
|
899
|
-
"kind": "js",
|
|
900
|
-
"name": "DEFAULT_USER",
|
|
900
|
+
"name": "renderOnChange",
|
|
901
901
|
"declaration": {
|
|
902
|
-
"name": "
|
|
903
|
-
"module": "src/
|
|
902
|
+
"name": "renderOnChange",
|
|
903
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
904
904
|
}
|
|
905
905
|
}
|
|
906
906
|
]
|
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.180.
|
|
4
|
+
"version": "14.180.7",
|
|
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.180.
|
|
23
|
-
"@genesislcap/genx": "14.180.
|
|
24
|
-
"@genesislcap/rollup-builder": "14.180.
|
|
25
|
-
"@genesislcap/ts-builder": "14.180.
|
|
26
|
-
"@genesislcap/uvu-playwright-builder": "14.180.
|
|
27
|
-
"@genesislcap/vite-builder": "14.180.
|
|
28
|
-
"@genesislcap/webpack-builder": "14.180.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.180.7",
|
|
23
|
+
"@genesislcap/genx": "14.180.7",
|
|
24
|
+
"@genesislcap/rollup-builder": "14.180.7",
|
|
25
|
+
"@genesislcap/ts-builder": "14.180.7",
|
|
26
|
+
"@genesislcap/uvu-playwright-builder": "14.180.7",
|
|
27
|
+
"@genesislcap/vite-builder": "14.180.7",
|
|
28
|
+
"@genesislcap/webpack-builder": "14.180.7",
|
|
29
29
|
"rimraf": "^3.0.2"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@genesislcap/foundation-logger": "14.180.
|
|
32
|
+
"@genesislcap/foundation-logger": "14.180.7",
|
|
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": "
|
|
50
|
+
"gitHead": "f3ae410371b27f3841816a79862a2f952bf6740d"
|
|
51
51
|
}
|