@genesislcap/foundation-entity-management 14.26.4 → 14.26.6

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 +210 -210
  2. package/package.json +13 -13
@@ -87,41 +87,6 @@
87
87
  }
88
88
  ]
89
89
  },
90
- {
91
- "kind": "javascript-module",
92
- "path": "src/components/components.ts",
93
- "declarations": [
94
- {
95
- "kind": "function",
96
- "name": "loadRemotes"
97
- }
98
- ],
99
- "exports": [
100
- {
101
- "kind": "js",
102
- "name": "loadRemotes",
103
- "declaration": {
104
- "name": "loadRemotes",
105
- "module": "src/components/components.ts"
106
- }
107
- }
108
- ]
109
- },
110
- {
111
- "kind": "javascript-module",
112
- "path": "src/components/index.ts",
113
- "declarations": [],
114
- "exports": [
115
- {
116
- "kind": "js",
117
- "name": "*",
118
- "declaration": {
119
- "name": "*",
120
- "package": "./components"
121
- }
122
- }
123
- ]
124
- },
125
90
  {
126
91
  "kind": "javascript-module",
127
92
  "path": "src/entities/entities.styles.ts",
@@ -595,56 +560,27 @@
595
560
  },
596
561
  {
597
562
  "kind": "javascript-module",
598
- "path": "src/layouts/default.ts",
563
+ "path": "src/components/components.ts",
599
564
  "declarations": [
600
565
  {
601
- "kind": "variable",
602
- "name": "loginLayout",
603
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss\n)"
604
- },
605
- {
606
- "kind": "variable",
607
- "name": "defaultLayout",
608
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `\n)"
566
+ "kind": "function",
567
+ "name": "loadRemotes"
609
568
  }
610
569
  ],
611
570
  "exports": [
612
571
  {
613
572
  "kind": "js",
614
- "name": "loginLayout",
615
- "declaration": {
616
- "name": "loginLayout",
617
- "module": "src/layouts/default.ts"
618
- }
619
- },
620
- {
621
- "kind": "js",
622
- "name": "defaultLayout",
623
- "declaration": {
624
- "name": "defaultLayout",
625
- "module": "src/layouts/default.ts"
626
- }
627
- }
628
- ]
629
- },
630
- {
631
- "kind": "javascript-module",
632
- "path": "src/layouts/index.ts",
633
- "declarations": [],
634
- "exports": [
635
- {
636
- "kind": "js",
637
- "name": "*",
573
+ "name": "loadRemotes",
638
574
  "declaration": {
639
- "name": "*",
640
- "package": "./default"
575
+ "name": "loadRemotes",
576
+ "module": "src/components/components.ts"
641
577
  }
642
578
  }
643
579
  ]
644
580
  },
645
581
  {
646
582
  "kind": "javascript-module",
647
- "path": "src/main/index.ts",
583
+ "path": "src/components/index.ts",
648
584
  "declarations": [],
649
585
  "exports": [
650
586
  {
@@ -652,145 +588,7 @@
652
588
  "name": "*",
653
589
  "declaration": {
654
590
  "name": "*",
655
- "package": "./main.template"
656
- }
657
- },
658
- {
659
- "kind": "js",
660
- "name": "*",
661
- "declaration": {
662
- "name": "*",
663
- "package": "./main"
664
- }
665
- }
666
- ]
667
- },
668
- {
669
- "kind": "javascript-module",
670
- "path": "src/main/main.styles.ts",
671
- "declarations": [
672
- {
673
- "kind": "variable",
674
- "name": "MainStyles",
675
- "default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
676
- }
677
- ],
678
- "exports": [
679
- {
680
- "kind": "js",
681
- "name": "MainStyles",
682
- "declaration": {
683
- "name": "MainStyles",
684
- "module": "src/main/main.styles.ts"
685
- }
686
- }
687
- ]
688
- },
689
- {
690
- "kind": "javascript-module",
691
- "path": "src/main/main.template.ts",
692
- "declarations": [],
693
- "exports": []
694
- },
695
- {
696
- "kind": "javascript-module",
697
- "path": "src/main/main.ts",
698
- "declarations": [
699
- {
700
- "kind": "class",
701
- "description": "",
702
- "name": "MainApplication",
703
- "members": [
704
- {
705
- "kind": "field",
706
- "name": "config",
707
- "type": {
708
- "text": "MainRouterConfig"
709
- }
710
- },
711
- {
712
- "kind": "field",
713
- "name": "connect",
714
- "type": {
715
- "text": "Connect"
716
- }
717
- },
718
- {
719
- "kind": "field",
720
- "name": "session",
721
- "type": {
722
- "text": "Session"
723
- }
724
- },
725
- {
726
- "kind": "field",
727
- "name": "container",
728
- "type": {
729
- "text": "Container"
730
- }
731
- },
732
- {
733
- "kind": "field",
734
- "name": "provider",
735
- "type": {
736
- "text": "any"
737
- }
738
- },
739
- {
740
- "kind": "field",
741
- "name": "ready",
742
- "type": {
743
- "text": "boolean"
744
- },
745
- "default": "false"
746
- },
747
- {
748
- "kind": "field",
749
- "name": "data",
750
- "type": {
751
- "text": "any"
752
- },
753
- "default": "null"
754
- },
755
- {
756
- "kind": "method",
757
- "name": "onLuminanceToggle"
758
- },
759
- {
760
- "kind": "method",
761
- "name": "loadRemotes"
762
- },
763
- {
764
- "kind": "method",
765
- "name": "selectTemplate"
766
- },
767
- {
768
- "kind": "method",
769
- "name": "registerDIDependencies",
770
- "privacy": "private"
771
- }
772
- ],
773
- "superclass": {
774
- "name": "FASTElement",
775
- "package": "@microsoft/fast-element"
776
- },
777
- "customElement": true
778
- }
779
- ],
780
- "exports": [
781
- {
782
- "kind": "js",
783
- "name": "MainApplication",
784
- "declaration": {
785
- "name": "MainApplication",
786
- "module": "src/main/main.ts"
787
- }
788
- },
789
- {
790
- "kind": "custom-element-definition",
791
- "declaration": {
792
- "name": "MainApplication",
793
- "module": "src/main/main.ts"
591
+ "package": "./components"
794
592
  }
795
593
  }
796
594
  ]
@@ -1107,6 +905,208 @@
1107
905
  }
1108
906
  ]
1109
907
  },
908
+ {
909
+ "kind": "javascript-module",
910
+ "path": "src/layouts/default.ts",
911
+ "declarations": [
912
+ {
913
+ "kind": "variable",
914
+ "name": "loginLayout",
915
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss\n)"
916
+ },
917
+ {
918
+ "kind": "variable",
919
+ "name": "defaultLayout",
920
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `\n)"
921
+ }
922
+ ],
923
+ "exports": [
924
+ {
925
+ "kind": "js",
926
+ "name": "loginLayout",
927
+ "declaration": {
928
+ "name": "loginLayout",
929
+ "module": "src/layouts/default.ts"
930
+ }
931
+ },
932
+ {
933
+ "kind": "js",
934
+ "name": "defaultLayout",
935
+ "declaration": {
936
+ "name": "defaultLayout",
937
+ "module": "src/layouts/default.ts"
938
+ }
939
+ }
940
+ ]
941
+ },
942
+ {
943
+ "kind": "javascript-module",
944
+ "path": "src/layouts/index.ts",
945
+ "declarations": [],
946
+ "exports": [
947
+ {
948
+ "kind": "js",
949
+ "name": "*",
950
+ "declaration": {
951
+ "name": "*",
952
+ "package": "./default"
953
+ }
954
+ }
955
+ ]
956
+ },
957
+ {
958
+ "kind": "javascript-module",
959
+ "path": "src/main/index.ts",
960
+ "declarations": [],
961
+ "exports": [
962
+ {
963
+ "kind": "js",
964
+ "name": "*",
965
+ "declaration": {
966
+ "name": "*",
967
+ "package": "./main.template"
968
+ }
969
+ },
970
+ {
971
+ "kind": "js",
972
+ "name": "*",
973
+ "declaration": {
974
+ "name": "*",
975
+ "package": "./main"
976
+ }
977
+ }
978
+ ]
979
+ },
980
+ {
981
+ "kind": "javascript-module",
982
+ "path": "src/main/main.styles.ts",
983
+ "declarations": [
984
+ {
985
+ "kind": "variable",
986
+ "name": "MainStyles",
987
+ "default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
988
+ }
989
+ ],
990
+ "exports": [
991
+ {
992
+ "kind": "js",
993
+ "name": "MainStyles",
994
+ "declaration": {
995
+ "name": "MainStyles",
996
+ "module": "src/main/main.styles.ts"
997
+ }
998
+ }
999
+ ]
1000
+ },
1001
+ {
1002
+ "kind": "javascript-module",
1003
+ "path": "src/main/main.template.ts",
1004
+ "declarations": [],
1005
+ "exports": []
1006
+ },
1007
+ {
1008
+ "kind": "javascript-module",
1009
+ "path": "src/main/main.ts",
1010
+ "declarations": [
1011
+ {
1012
+ "kind": "class",
1013
+ "description": "",
1014
+ "name": "MainApplication",
1015
+ "members": [
1016
+ {
1017
+ "kind": "field",
1018
+ "name": "config",
1019
+ "type": {
1020
+ "text": "MainRouterConfig"
1021
+ }
1022
+ },
1023
+ {
1024
+ "kind": "field",
1025
+ "name": "connect",
1026
+ "type": {
1027
+ "text": "Connect"
1028
+ }
1029
+ },
1030
+ {
1031
+ "kind": "field",
1032
+ "name": "session",
1033
+ "type": {
1034
+ "text": "Session"
1035
+ }
1036
+ },
1037
+ {
1038
+ "kind": "field",
1039
+ "name": "container",
1040
+ "type": {
1041
+ "text": "Container"
1042
+ }
1043
+ },
1044
+ {
1045
+ "kind": "field",
1046
+ "name": "provider",
1047
+ "type": {
1048
+ "text": "any"
1049
+ }
1050
+ },
1051
+ {
1052
+ "kind": "field",
1053
+ "name": "ready",
1054
+ "type": {
1055
+ "text": "boolean"
1056
+ },
1057
+ "default": "false"
1058
+ },
1059
+ {
1060
+ "kind": "field",
1061
+ "name": "data",
1062
+ "type": {
1063
+ "text": "any"
1064
+ },
1065
+ "default": "null"
1066
+ },
1067
+ {
1068
+ "kind": "method",
1069
+ "name": "onLuminanceToggle"
1070
+ },
1071
+ {
1072
+ "kind": "method",
1073
+ "name": "loadRemotes"
1074
+ },
1075
+ {
1076
+ "kind": "method",
1077
+ "name": "selectTemplate"
1078
+ },
1079
+ {
1080
+ "kind": "method",
1081
+ "name": "registerDIDependencies",
1082
+ "privacy": "private"
1083
+ }
1084
+ ],
1085
+ "superclass": {
1086
+ "name": "FASTElement",
1087
+ "package": "@microsoft/fast-element"
1088
+ },
1089
+ "customElement": true
1090
+ }
1091
+ ],
1092
+ "exports": [
1093
+ {
1094
+ "kind": "js",
1095
+ "name": "MainApplication",
1096
+ "declaration": {
1097
+ "name": "MainApplication",
1098
+ "module": "src/main/main.ts"
1099
+ }
1100
+ },
1101
+ {
1102
+ "kind": "custom-element-definition",
1103
+ "declaration": {
1104
+ "name": "MainApplication",
1105
+ "module": "src/main/main.ts"
1106
+ }
1107
+ }
1108
+ ]
1109
+ },
1110
1110
  {
1111
1111
  "kind": "javascript-module",
1112
1112
  "path": "src/profiles/editProfileSchema.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-entity-management",
3
3
  "description": "Genesis Foundation Entity Management",
4
- "version": "14.26.4",
4
+ "version": "14.26.6",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -38,8 +38,8 @@
38
38
  "test:unit:watch": "watchlist src test -- npm run test:unit"
39
39
  },
40
40
  "devDependencies": {
41
- "@genesislcap/foundation-testing": "^14.26.4",
42
- "@genesislcap/genx": "^14.26.4",
41
+ "@genesislcap/foundation-testing": "^14.26.6",
42
+ "@genesislcap/genx": "^14.26.6",
43
43
  "@playwright/test": "^1.18.1",
44
44
  "bulma": "^0.9.3",
45
45
  "c8": "^7.11.0",
@@ -55,15 +55,15 @@
55
55
  "watchlist": "^0.3.1"
56
56
  },
57
57
  "dependencies": {
58
- "@genesislcap/foundation-comms": "^14.26.4",
59
- "@genesislcap/foundation-errors": "^14.26.4",
60
- "@genesislcap/foundation-forms": "^14.26.4",
61
- "@genesislcap/foundation-login": "^14.26.4",
62
- "@genesislcap/foundation-ui": "^14.26.4",
63
- "@genesislcap/foundation-utils": "^14.26.4",
64
- "@genesislcap/foundation-zero": "^14.26.4",
65
- "@genesislcap/foundation-zero-grid-pro": "^14.26.4",
66
- "@genesislcap/grid-pro": "^14.26.4",
58
+ "@genesislcap/foundation-comms": "^14.26.6",
59
+ "@genesislcap/foundation-errors": "^14.26.6",
60
+ "@genesislcap/foundation-forms": "^14.26.6",
61
+ "@genesislcap/foundation-login": "^14.26.6",
62
+ "@genesislcap/foundation-ui": "^14.26.6",
63
+ "@genesislcap/foundation-utils": "^14.26.6",
64
+ "@genesislcap/foundation-zero": "^14.26.6",
65
+ "@genesislcap/foundation-zero-grid-pro": "^14.26.6",
66
+ "@genesislcap/grid-pro": "^14.26.6",
67
67
  "@microsoft/fast-components": "^2.21.3",
68
68
  "@microsoft/fast-element": "^1.7.0",
69
69
  "@microsoft/fast-foundation": "^2.33.2",
@@ -88,5 +88,5 @@
88
88
  "access": "public"
89
89
  },
90
90
  "customElements": "dist/custom-elements.json",
91
- "gitHead": "bb3d86a419d4f42a944ac2ccb5d63b0ba46e0226"
91
+ "gitHead": "aa1ad515ad191eb2190d06231e10de0191f845b1"
92
92
  }