@genesislcap/foundation-utils 14.94.1 → 14.95.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.
|
@@ -341,55 +341,6 @@
|
|
|
341
341
|
}
|
|
342
342
|
]
|
|
343
343
|
},
|
|
344
|
-
{
|
|
345
|
-
"kind": "javascript-module",
|
|
346
|
-
"path": "src/design-system/design-system.ts",
|
|
347
|
-
"declarations": [
|
|
348
|
-
{
|
|
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": [
|
|
368
|
-
{
|
|
369
|
-
"kind": "js",
|
|
370
|
-
"name": "assureDesignSystem",
|
|
371
|
-
"declaration": {
|
|
372
|
-
"name": "assureDesignSystem",
|
|
373
|
-
"module": "src/design-system/design-system.ts"
|
|
374
|
-
}
|
|
375
|
-
}
|
|
376
|
-
]
|
|
377
|
-
},
|
|
378
|
-
{
|
|
379
|
-
"kind": "javascript-module",
|
|
380
|
-
"path": "src/design-system/index.ts",
|
|
381
|
-
"declarations": [],
|
|
382
|
-
"exports": [
|
|
383
|
-
{
|
|
384
|
-
"kind": "js",
|
|
385
|
-
"name": "*",
|
|
386
|
-
"declaration": {
|
|
387
|
-
"name": "*",
|
|
388
|
-
"package": "./design-system"
|
|
389
|
-
}
|
|
390
|
-
}
|
|
391
|
-
]
|
|
392
|
-
},
|
|
393
344
|
{
|
|
394
345
|
"kind": "javascript-module",
|
|
395
346
|
"path": "src/decorators/index.ts",
|
|
@@ -445,246 +396,72 @@
|
|
|
445
396
|
},
|
|
446
397
|
{
|
|
447
398
|
"kind": "javascript-module",
|
|
448
|
-
"path": "src/
|
|
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
|
-
},
|
|
482
|
-
{
|
|
483
|
-
"kind": "js",
|
|
484
|
-
"name": "*",
|
|
485
|
-
"declaration": {
|
|
486
|
-
"name": "*",
|
|
487
|
-
"package": "./variables"
|
|
488
|
-
}
|
|
489
|
-
}
|
|
490
|
-
]
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
"kind": "javascript-module",
|
|
494
|
-
"path": "src/env/is-dev.ts",
|
|
399
|
+
"path": "src/design-system/design-system.ts",
|
|
495
400
|
"declarations": [
|
|
496
401
|
{
|
|
497
402
|
"kind": "function",
|
|
498
|
-
"name": "
|
|
499
|
-
"
|
|
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
|
+
],
|
|
500
417
|
"privacy": "public"
|
|
501
418
|
}
|
|
502
419
|
],
|
|
503
420
|
"exports": [
|
|
504
421
|
{
|
|
505
422
|
"kind": "js",
|
|
506
|
-
"name": "
|
|
423
|
+
"name": "assureDesignSystem",
|
|
507
424
|
"declaration": {
|
|
508
|
-
"name": "
|
|
509
|
-
"module": "src/
|
|
425
|
+
"name": "assureDesignSystem",
|
|
426
|
+
"module": "src/design-system/design-system.ts"
|
|
510
427
|
}
|
|
511
428
|
}
|
|
512
429
|
]
|
|
513
|
-
},
|
|
514
|
-
{
|
|
515
|
-
"kind": "javascript-module",
|
|
516
|
-
"path": "src/
|
|
517
|
-
"declarations": [
|
|
518
|
-
|
|
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).",
|
|
630
|
-
"privacy": "public"
|
|
631
|
-
}
|
|
632
|
-
],
|
|
633
|
-
"exports": [
|
|
634
|
-
{
|
|
635
|
-
"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
|
-
},
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"kind": "javascript-module",
|
|
433
|
+
"path": "src/design-system/index.ts",
|
|
434
|
+
"declarations": [],
|
|
435
|
+
"exports": [
|
|
666
436
|
{
|
|
667
437
|
"kind": "js",
|
|
668
|
-
"name": "
|
|
438
|
+
"name": "*",
|
|
669
439
|
"declaration": {
|
|
670
|
-
"name": "
|
|
671
|
-
"
|
|
440
|
+
"name": "*",
|
|
441
|
+
"package": "./design-system"
|
|
672
442
|
}
|
|
673
|
-
}
|
|
443
|
+
}
|
|
444
|
+
]
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"kind": "javascript-module",
|
|
448
|
+
"path": "src/directives/index.ts",
|
|
449
|
+
"declarations": [],
|
|
450
|
+
"exports": [
|
|
674
451
|
{
|
|
675
452
|
"kind": "js",
|
|
676
|
-
"name": "
|
|
453
|
+
"name": "*",
|
|
677
454
|
"declaration": {
|
|
678
|
-
"name": "
|
|
679
|
-
"
|
|
455
|
+
"name": "*",
|
|
456
|
+
"package": "./sync"
|
|
680
457
|
}
|
|
681
458
|
},
|
|
682
459
|
{
|
|
683
460
|
"kind": "js",
|
|
684
|
-
"name": "
|
|
461
|
+
"name": "*",
|
|
685
462
|
"declaration": {
|
|
686
|
-
"name": "
|
|
687
|
-
"
|
|
463
|
+
"name": "*",
|
|
464
|
+
"package": "./when-else"
|
|
688
465
|
}
|
|
689
466
|
}
|
|
690
467
|
]
|
|
@@ -1181,6 +958,229 @@
|
|
|
1181
958
|
}
|
|
1182
959
|
]
|
|
1183
960
|
},
|
|
961
|
+
{
|
|
962
|
+
"kind": "javascript-module",
|
|
963
|
+
"path": "src/env/index.ts",
|
|
964
|
+
"declarations": [],
|
|
965
|
+
"exports": [
|
|
966
|
+
{
|
|
967
|
+
"kind": "js",
|
|
968
|
+
"name": "*",
|
|
969
|
+
"declaration": {
|
|
970
|
+
"name": "*",
|
|
971
|
+
"package": "./is-dev"
|
|
972
|
+
}
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"kind": "js",
|
|
976
|
+
"name": "*",
|
|
977
|
+
"declaration": {
|
|
978
|
+
"name": "*",
|
|
979
|
+
"package": "./variables"
|
|
980
|
+
}
|
|
981
|
+
}
|
|
982
|
+
]
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"kind": "javascript-module",
|
|
986
|
+
"path": "src/env/is-dev.ts",
|
|
987
|
+
"declarations": [
|
|
988
|
+
{
|
|
989
|
+
"kind": "function",
|
|
990
|
+
"name": "isDev",
|
|
991
|
+
"description": "Determines if the current environment is a development environment.",
|
|
992
|
+
"privacy": "public"
|
|
993
|
+
}
|
|
994
|
+
],
|
|
995
|
+
"exports": [
|
|
996
|
+
{
|
|
997
|
+
"kind": "js",
|
|
998
|
+
"name": "isDev",
|
|
999
|
+
"declaration": {
|
|
1000
|
+
"name": "isDev",
|
|
1001
|
+
"module": "src/env/is-dev.ts"
|
|
1002
|
+
}
|
|
1003
|
+
}
|
|
1004
|
+
]
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"kind": "javascript-module",
|
|
1008
|
+
"path": "src/env/variables.ts",
|
|
1009
|
+
"declarations": [
|
|
1010
|
+
{
|
|
1011
|
+
"kind": "variable",
|
|
1012
|
+
"name": "SOCKET_EXT",
|
|
1013
|
+
"type": {
|
|
1014
|
+
"text": "string"
|
|
1015
|
+
}
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"kind": "variable",
|
|
1019
|
+
"name": "_SOCKET_EXT",
|
|
1020
|
+
"type": {
|
|
1021
|
+
"text": "string"
|
|
1022
|
+
},
|
|
1023
|
+
"default": "'gwf'",
|
|
1024
|
+
"description": "The sub-path used for WebSocket connections when API_HOST is not set",
|
|
1025
|
+
"privacy": "public"
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
"kind": "variable",
|
|
1029
|
+
"name": "FORCE_HTTP",
|
|
1030
|
+
"type": {
|
|
1031
|
+
"text": "string"
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"kind": "variable",
|
|
1036
|
+
"name": "_FORCE_HTTP",
|
|
1037
|
+
"type": {
|
|
1038
|
+
"text": "string"
|
|
1039
|
+
},
|
|
1040
|
+
"description": "The path to a JSON config file for the HTTP mode.",
|
|
1041
|
+
"privacy": "public"
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"kind": "variable",
|
|
1045
|
+
"name": "API_HOST",
|
|
1046
|
+
"type": {
|
|
1047
|
+
"text": "string"
|
|
1048
|
+
}
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"kind": "variable",
|
|
1052
|
+
"name": "_API_HOST",
|
|
1053
|
+
"type": {
|
|
1054
|
+
"text": "string"
|
|
1055
|
+
},
|
|
1056
|
+
"default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
|
|
1057
|
+
"description": "The Genesis Server URL (WebSocket or HTTP).",
|
|
1058
|
+
"privacy": "public"
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"kind": "variable",
|
|
1062
|
+
"name": "HTTP_CONFIG",
|
|
1063
|
+
"type": {
|
|
1064
|
+
"text": "string"
|
|
1065
|
+
}
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"kind": "variable",
|
|
1069
|
+
"name": "_HTTP_CONFIG",
|
|
1070
|
+
"type": {
|
|
1071
|
+
"text": "string"
|
|
1072
|
+
},
|
|
1073
|
+
"description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
|
|
1074
|
+
"privacy": "public"
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
"kind": "variable",
|
|
1078
|
+
"name": "DEFAULT_ORGANISATION",
|
|
1079
|
+
"type": {
|
|
1080
|
+
"text": "string"
|
|
1081
|
+
}
|
|
1082
|
+
},
|
|
1083
|
+
{
|
|
1084
|
+
"kind": "variable",
|
|
1085
|
+
"name": "_DEFAULT_ORGANISATION",
|
|
1086
|
+
"type": {
|
|
1087
|
+
"text": "string"
|
|
1088
|
+
},
|
|
1089
|
+
"description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
|
1090
|
+
"privacy": "public"
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"kind": "variable",
|
|
1094
|
+
"name": "DEFAULT_PASSWORD",
|
|
1095
|
+
"type": {
|
|
1096
|
+
"text": "string"
|
|
1097
|
+
}
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"kind": "variable",
|
|
1101
|
+
"name": "_DEFAULT_PASSWORD",
|
|
1102
|
+
"type": {
|
|
1103
|
+
"text": "string"
|
|
1104
|
+
},
|
|
1105
|
+
"description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
|
1106
|
+
"privacy": "public"
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
"kind": "variable",
|
|
1110
|
+
"name": "DEFAULT_USER",
|
|
1111
|
+
"type": {
|
|
1112
|
+
"text": "string"
|
|
1113
|
+
}
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"kind": "variable",
|
|
1117
|
+
"name": "_DEFAULT_USER",
|
|
1118
|
+
"type": {
|
|
1119
|
+
"text": "string"
|
|
1120
|
+
},
|
|
1121
|
+
"description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
|
1122
|
+
"privacy": "public"
|
|
1123
|
+
}
|
|
1124
|
+
],
|
|
1125
|
+
"exports": [
|
|
1126
|
+
{
|
|
1127
|
+
"kind": "js",
|
|
1128
|
+
"name": "SOCKET_EXT",
|
|
1129
|
+
"declaration": {
|
|
1130
|
+
"name": "_SOCKET_EXT",
|
|
1131
|
+
"module": "src/env/variables.ts"
|
|
1132
|
+
}
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"kind": "js",
|
|
1136
|
+
"name": "FORCE_HTTP",
|
|
1137
|
+
"declaration": {
|
|
1138
|
+
"name": "_FORCE_HTTP",
|
|
1139
|
+
"module": "src/env/variables.ts"
|
|
1140
|
+
}
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
"kind": "js",
|
|
1144
|
+
"name": "API_HOST",
|
|
1145
|
+
"declaration": {
|
|
1146
|
+
"name": "_API_HOST",
|
|
1147
|
+
"module": "src/env/variables.ts"
|
|
1148
|
+
}
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
"kind": "js",
|
|
1152
|
+
"name": "HTTP_CONFIG",
|
|
1153
|
+
"declaration": {
|
|
1154
|
+
"name": "_HTTP_CONFIG",
|
|
1155
|
+
"module": "src/env/variables.ts"
|
|
1156
|
+
}
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"kind": "js",
|
|
1160
|
+
"name": "DEFAULT_ORGANISATION",
|
|
1161
|
+
"declaration": {
|
|
1162
|
+
"name": "_DEFAULT_ORGANISATION",
|
|
1163
|
+
"module": "src/env/variables.ts"
|
|
1164
|
+
}
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"kind": "js",
|
|
1168
|
+
"name": "DEFAULT_PASSWORD",
|
|
1169
|
+
"declaration": {
|
|
1170
|
+
"name": "_DEFAULT_PASSWORD",
|
|
1171
|
+
"module": "src/env/variables.ts"
|
|
1172
|
+
}
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"kind": "js",
|
|
1176
|
+
"name": "DEFAULT_USER",
|
|
1177
|
+
"declaration": {
|
|
1178
|
+
"name": "_DEFAULT_USER",
|
|
1179
|
+
"module": "src/env/variables.ts"
|
|
1180
|
+
}
|
|
1181
|
+
}
|
|
1182
|
+
]
|
|
1183
|
+
},
|
|
1184
1184
|
{
|
|
1185
1185
|
"kind": "javascript-module",
|
|
1186
1186
|
"path": "src/mappers/index.ts",
|
|
@@ -154,6 +154,7 @@ export const LifecycleMixin = (Base) => { var _instances, __container, __latestT
|
|
|
154
154
|
return result;
|
|
155
155
|
},
|
|
156
156
|
__tryFindContainingLayout = function __tryFindContainingLayout(e) {
|
|
157
|
+
var _a;
|
|
157
158
|
/**
|
|
158
159
|
* This is a special case where the element is part of the layout cache
|
|
159
160
|
* signified by a symbol put on the document cache root
|
|
@@ -166,7 +167,7 @@ export const LifecycleMixin = (Base) => { var _instances, __container, __latestT
|
|
|
166
167
|
* without finding a containing FoundationLayout
|
|
167
168
|
* hence, this item is not in a custom layout
|
|
168
169
|
*/
|
|
169
|
-
if (e.getRootNode() instanceof Document) {
|
|
170
|
+
if (e.getRootNode() instanceof Document || !((_a = e.getRootNode()) === null || _a === void 0 ? void 0 : _a.host)) {
|
|
170
171
|
return { _key: 'dom' };
|
|
171
172
|
}
|
|
172
173
|
const shadowHost = e.getRootNode().host;
|
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.95.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.95.0",
|
|
23
|
+
"@genesislcap/genx": "14.95.0",
|
|
24
24
|
"rimraf": "^3.0.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@genesislcap/foundation-logger": "14.
|
|
27
|
+
"@genesislcap/foundation-logger": "14.95.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": "c104bd1dbc712b08c2e279f71f1f3ba2fca5c34c"
|
|
46
46
|
}
|