@genesislcap/foundation-entity-management 14.71.1-auth-mf.11 → 14.71.1-auth-mf.13

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",
@@ -675,56 +640,27 @@
675
640
  },
676
641
  {
677
642
  "kind": "javascript-module",
678
- "path": "src/layouts/default.ts",
643
+ "path": "src/components/components.ts",
679
644
  "declarations": [
680
645
  {
681
- "kind": "variable",
682
- "name": "loginLayout",
683
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
684
- },
685
- {
686
- "kind": "variable",
687
- "name": "defaultLayout",
688
- "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)"
646
+ "kind": "function",
647
+ "name": "loadRemotes"
689
648
  }
690
649
  ],
691
650
  "exports": [
692
651
  {
693
652
  "kind": "js",
694
- "name": "loginLayout",
695
- "declaration": {
696
- "name": "loginLayout",
697
- "module": "src/layouts/default.ts"
698
- }
699
- },
700
- {
701
- "kind": "js",
702
- "name": "defaultLayout",
703
- "declaration": {
704
- "name": "defaultLayout",
705
- "module": "src/layouts/default.ts"
706
- }
707
- }
708
- ]
709
- },
710
- {
711
- "kind": "javascript-module",
712
- "path": "src/layouts/index.ts",
713
- "declarations": [],
714
- "exports": [
715
- {
716
- "kind": "js",
717
- "name": "*",
653
+ "name": "loadRemotes",
718
654
  "declaration": {
719
- "name": "*",
720
- "package": "./default"
655
+ "name": "loadRemotes",
656
+ "module": "src/components/components.ts"
721
657
  }
722
658
  }
723
659
  ]
724
660
  },
725
661
  {
726
662
  "kind": "javascript-module",
727
- "path": "src/main/index.ts",
663
+ "path": "src/components/index.ts",
728
664
  "declarations": [],
729
665
  "exports": [
730
666
  {
@@ -732,145 +668,7 @@
732
668
  "name": "*",
733
669
  "declaration": {
734
670
  "name": "*",
735
- "package": "./main.template"
736
- }
737
- },
738
- {
739
- "kind": "js",
740
- "name": "*",
741
- "declaration": {
742
- "name": "*",
743
- "package": "./main"
744
- }
745
- }
746
- ]
747
- },
748
- {
749
- "kind": "javascript-module",
750
- "path": "src/main/main.styles.ts",
751
- "declarations": [
752
- {
753
- "kind": "variable",
754
- "name": "MainStyles",
755
- "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`"
756
- }
757
- ],
758
- "exports": [
759
- {
760
- "kind": "js",
761
- "name": "MainStyles",
762
- "declaration": {
763
- "name": "MainStyles",
764
- "module": "src/main/main.styles.ts"
765
- }
766
- }
767
- ]
768
- },
769
- {
770
- "kind": "javascript-module",
771
- "path": "src/main/main.template.ts",
772
- "declarations": [],
773
- "exports": []
774
- },
775
- {
776
- "kind": "javascript-module",
777
- "path": "src/main/main.ts",
778
- "declarations": [
779
- {
780
- "kind": "class",
781
- "description": "",
782
- "name": "MainApplication",
783
- "members": [
784
- {
785
- "kind": "field",
786
- "name": "config",
787
- "type": {
788
- "text": "MainRouterConfig"
789
- }
790
- },
791
- {
792
- "kind": "field",
793
- "name": "connect",
794
- "type": {
795
- "text": "Connect"
796
- }
797
- },
798
- {
799
- "kind": "field",
800
- "name": "session",
801
- "type": {
802
- "text": "Session"
803
- }
804
- },
805
- {
806
- "kind": "field",
807
- "name": "container",
808
- "type": {
809
- "text": "Container"
810
- }
811
- },
812
- {
813
- "kind": "field",
814
- "name": "provider",
815
- "type": {
816
- "text": "any"
817
- }
818
- },
819
- {
820
- "kind": "field",
821
- "name": "ready",
822
- "type": {
823
- "text": "boolean"
824
- },
825
- "default": "false"
826
- },
827
- {
828
- "kind": "field",
829
- "name": "data",
830
- "type": {
831
- "text": "any"
832
- },
833
- "default": "null"
834
- },
835
- {
836
- "kind": "method",
837
- "name": "onLuminanceToggle"
838
- },
839
- {
840
- "kind": "method",
841
- "name": "loadRemotes"
842
- },
843
- {
844
- "kind": "method",
845
- "name": "selectTemplate"
846
- },
847
- {
848
- "kind": "method",
849
- "name": "registerDIDependencies",
850
- "privacy": "private"
851
- }
852
- ],
853
- "superclass": {
854
- "name": "FASTElement",
855
- "package": "@microsoft/fast-element"
856
- },
857
- "customElement": true
858
- }
859
- ],
860
- "exports": [
861
- {
862
- "kind": "js",
863
- "name": "MainApplication",
864
- "declaration": {
865
- "name": "MainApplication",
866
- "module": "src/main/main.ts"
867
- }
868
- },
869
- {
870
- "kind": "custom-element-definition",
871
- "declaration": {
872
- "name": "MainApplication",
873
- "module": "src/main/main.ts"
671
+ "package": "./components"
874
672
  }
875
673
  }
876
674
  ]
@@ -1194,6 +992,208 @@
1194
992
  }
1195
993
  ]
1196
994
  },
995
+ {
996
+ "kind": "javascript-module",
997
+ "path": "src/main/index.ts",
998
+ "declarations": [],
999
+ "exports": [
1000
+ {
1001
+ "kind": "js",
1002
+ "name": "*",
1003
+ "declaration": {
1004
+ "name": "*",
1005
+ "package": "./main.template"
1006
+ }
1007
+ },
1008
+ {
1009
+ "kind": "js",
1010
+ "name": "*",
1011
+ "declaration": {
1012
+ "name": "*",
1013
+ "package": "./main"
1014
+ }
1015
+ }
1016
+ ]
1017
+ },
1018
+ {
1019
+ "kind": "javascript-module",
1020
+ "path": "src/main/main.styles.ts",
1021
+ "declarations": [
1022
+ {
1023
+ "kind": "variable",
1024
+ "name": "MainStyles",
1025
+ "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`"
1026
+ }
1027
+ ],
1028
+ "exports": [
1029
+ {
1030
+ "kind": "js",
1031
+ "name": "MainStyles",
1032
+ "declaration": {
1033
+ "name": "MainStyles",
1034
+ "module": "src/main/main.styles.ts"
1035
+ }
1036
+ }
1037
+ ]
1038
+ },
1039
+ {
1040
+ "kind": "javascript-module",
1041
+ "path": "src/main/main.template.ts",
1042
+ "declarations": [],
1043
+ "exports": []
1044
+ },
1045
+ {
1046
+ "kind": "javascript-module",
1047
+ "path": "src/main/main.ts",
1048
+ "declarations": [
1049
+ {
1050
+ "kind": "class",
1051
+ "description": "",
1052
+ "name": "MainApplication",
1053
+ "members": [
1054
+ {
1055
+ "kind": "field",
1056
+ "name": "config",
1057
+ "type": {
1058
+ "text": "MainRouterConfig"
1059
+ }
1060
+ },
1061
+ {
1062
+ "kind": "field",
1063
+ "name": "connect",
1064
+ "type": {
1065
+ "text": "Connect"
1066
+ }
1067
+ },
1068
+ {
1069
+ "kind": "field",
1070
+ "name": "session",
1071
+ "type": {
1072
+ "text": "Session"
1073
+ }
1074
+ },
1075
+ {
1076
+ "kind": "field",
1077
+ "name": "container",
1078
+ "type": {
1079
+ "text": "Container"
1080
+ }
1081
+ },
1082
+ {
1083
+ "kind": "field",
1084
+ "name": "provider",
1085
+ "type": {
1086
+ "text": "any"
1087
+ }
1088
+ },
1089
+ {
1090
+ "kind": "field",
1091
+ "name": "ready",
1092
+ "type": {
1093
+ "text": "boolean"
1094
+ },
1095
+ "default": "false"
1096
+ },
1097
+ {
1098
+ "kind": "field",
1099
+ "name": "data",
1100
+ "type": {
1101
+ "text": "any"
1102
+ },
1103
+ "default": "null"
1104
+ },
1105
+ {
1106
+ "kind": "method",
1107
+ "name": "onLuminanceToggle"
1108
+ },
1109
+ {
1110
+ "kind": "method",
1111
+ "name": "loadRemotes"
1112
+ },
1113
+ {
1114
+ "kind": "method",
1115
+ "name": "selectTemplate"
1116
+ },
1117
+ {
1118
+ "kind": "method",
1119
+ "name": "registerDIDependencies",
1120
+ "privacy": "private"
1121
+ }
1122
+ ],
1123
+ "superclass": {
1124
+ "name": "FASTElement",
1125
+ "package": "@microsoft/fast-element"
1126
+ },
1127
+ "customElement": true
1128
+ }
1129
+ ],
1130
+ "exports": [
1131
+ {
1132
+ "kind": "js",
1133
+ "name": "MainApplication",
1134
+ "declaration": {
1135
+ "name": "MainApplication",
1136
+ "module": "src/main/main.ts"
1137
+ }
1138
+ },
1139
+ {
1140
+ "kind": "custom-element-definition",
1141
+ "declaration": {
1142
+ "name": "MainApplication",
1143
+ "module": "src/main/main.ts"
1144
+ }
1145
+ }
1146
+ ]
1147
+ },
1148
+ {
1149
+ "kind": "javascript-module",
1150
+ "path": "src/layouts/default.ts",
1151
+ "declarations": [
1152
+ {
1153
+ "kind": "variable",
1154
+ "name": "loginLayout",
1155
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1156
+ },
1157
+ {
1158
+ "kind": "variable",
1159
+ "name": "defaultLayout",
1160
+ "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)"
1161
+ }
1162
+ ],
1163
+ "exports": [
1164
+ {
1165
+ "kind": "js",
1166
+ "name": "loginLayout",
1167
+ "declaration": {
1168
+ "name": "loginLayout",
1169
+ "module": "src/layouts/default.ts"
1170
+ }
1171
+ },
1172
+ {
1173
+ "kind": "js",
1174
+ "name": "defaultLayout",
1175
+ "declaration": {
1176
+ "name": "defaultLayout",
1177
+ "module": "src/layouts/default.ts"
1178
+ }
1179
+ }
1180
+ ]
1181
+ },
1182
+ {
1183
+ "kind": "javascript-module",
1184
+ "path": "src/layouts/index.ts",
1185
+ "declarations": [],
1186
+ "exports": [
1187
+ {
1188
+ "kind": "js",
1189
+ "name": "*",
1190
+ "declaration": {
1191
+ "name": "*",
1192
+ "package": "./default"
1193
+ }
1194
+ }
1195
+ ]
1196
+ },
1197
1197
  {
1198
1198
  "kind": "javascript-module",
1199
1199
  "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.71.1-auth-mf.11",
4
+ "version": "14.71.1-auth-mf.13",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -41,21 +41,21 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "@genesislcap/foundation-login": "^14.40.0",
44
- "@genesislcap/foundation-testing": "14.71.1-auth-mf.11",
45
- "@genesislcap/genx": "14.71.1-auth-mf.11",
44
+ "@genesislcap/foundation-testing": "14.71.1-auth-mf.13",
45
+ "@genesislcap/genx": "14.71.1-auth-mf.13",
46
46
  "rimraf": "^3.0.2"
47
47
  },
48
48
  "dependencies": {
49
49
  "@ag-grid-community/core": "29.2.0",
50
- "@genesislcap/foundation-comms": "14.71.1-auth-mf.11",
51
- "@genesislcap/foundation-errors": "14.71.1-auth-mf.11",
52
- "@genesislcap/foundation-forms": "14.71.1-auth-mf.11",
53
- "@genesislcap/foundation-login": "14.71.1-auth-mf.11",
54
- "@genesislcap/foundation-ui": "14.71.1-auth-mf.11",
55
- "@genesislcap/foundation-utils": "14.71.1-auth-mf.11",
56
- "@genesislcap/foundation-zero": "14.71.1-auth-mf.11",
57
- "@genesislcap/foundation-zero-grid-pro": "14.71.1-auth-mf.11",
58
- "@genesislcap/grid-pro": "14.71.1-auth-mf.11",
50
+ "@genesislcap/foundation-comms": "14.71.1-auth-mf.13",
51
+ "@genesislcap/foundation-errors": "14.71.1-auth-mf.13",
52
+ "@genesislcap/foundation-forms": "14.71.1-auth-mf.13",
53
+ "@genesislcap/foundation-login": "14.71.1-auth-mf.13",
54
+ "@genesislcap/foundation-ui": "14.71.1-auth-mf.13",
55
+ "@genesislcap/foundation-utils": "14.71.1-auth-mf.13",
56
+ "@genesislcap/foundation-zero": "14.71.1-auth-mf.13",
57
+ "@genesislcap/foundation-zero-grid-pro": "14.71.1-auth-mf.13",
58
+ "@genesislcap/grid-pro": "14.71.1-auth-mf.13",
59
59
  "@microsoft/fast-components": "^2.21.3",
60
60
  "@microsoft/fast-element": "^1.7.0",
61
61
  "@microsoft/fast-foundation": "^2.33.2",
@@ -71,5 +71,5 @@
71
71
  "access": "public"
72
72
  },
73
73
  "customElements": "dist/custom-elements.json",
74
- "gitHead": "851b7bd7199f75ebe0a852841493531b5b5e3e80"
74
+ "gitHead": "3ca8cd166559deb2032ae6a53e2fae8db2297de1"
75
75
  }