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

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.
@@ -87,6 +87,41 @@
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
+ },
90
125
  {
91
126
  "kind": "javascript-module",
92
127
  "path": "src/entities/entities.styles.ts",
@@ -638,41 +673,6 @@
638
673
  }
639
674
  ]
640
675
  },
641
- {
642
- "kind": "javascript-module",
643
- "path": "src/components/components.ts",
644
- "declarations": [
645
- {
646
- "kind": "function",
647
- "name": "loadRemotes"
648
- }
649
- ],
650
- "exports": [
651
- {
652
- "kind": "js",
653
- "name": "loadRemotes",
654
- "declaration": {
655
- "name": "loadRemotes",
656
- "module": "src/components/components.ts"
657
- }
658
- }
659
- ]
660
- },
661
- {
662
- "kind": "javascript-module",
663
- "path": "src/components/index.ts",
664
- "declarations": [],
665
- "exports": [
666
- {
667
- "kind": "js",
668
- "name": "*",
669
- "declaration": {
670
- "name": "*",
671
- "package": "./components"
672
- }
673
- }
674
- ]
675
- },
676
676
  {
677
677
  "kind": "javascript-module",
678
678
  "path": "src/list/index.ts",
@@ -992,6 +992,55 @@
992
992
  }
993
993
  ]
994
994
  },
995
+ {
996
+ "kind": "javascript-module",
997
+ "path": "src/layouts/default.ts",
998
+ "declarations": [
999
+ {
1000
+ "kind": "variable",
1001
+ "name": "loginLayout",
1002
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1003
+ },
1004
+ {
1005
+ "kind": "variable",
1006
+ "name": "defaultLayout",
1007
+ "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)"
1008
+ }
1009
+ ],
1010
+ "exports": [
1011
+ {
1012
+ "kind": "js",
1013
+ "name": "loginLayout",
1014
+ "declaration": {
1015
+ "name": "loginLayout",
1016
+ "module": "src/layouts/default.ts"
1017
+ }
1018
+ },
1019
+ {
1020
+ "kind": "js",
1021
+ "name": "defaultLayout",
1022
+ "declaration": {
1023
+ "name": "defaultLayout",
1024
+ "module": "src/layouts/default.ts"
1025
+ }
1026
+ }
1027
+ ]
1028
+ },
1029
+ {
1030
+ "kind": "javascript-module",
1031
+ "path": "src/layouts/index.ts",
1032
+ "declarations": [],
1033
+ "exports": [
1034
+ {
1035
+ "kind": "js",
1036
+ "name": "*",
1037
+ "declaration": {
1038
+ "name": "*",
1039
+ "package": "./default"
1040
+ }
1041
+ }
1042
+ ]
1043
+ },
995
1044
  {
996
1045
  "kind": "javascript-module",
997
1046
  "path": "src/main/index.ts",
@@ -1145,55 +1194,6 @@
1145
1194
  }
1146
1195
  ]
1147
1196
  },
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.13",
4
+ "version": "14.71.1-auth-mf.15",
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.13",
45
- "@genesislcap/genx": "14.71.1-auth-mf.13",
44
+ "@genesislcap/foundation-testing": "14.71.1-auth-mf.15",
45
+ "@genesislcap/genx": "14.71.1-auth-mf.15",
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.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",
50
+ "@genesislcap/foundation-comms": "14.71.1-auth-mf.15",
51
+ "@genesislcap/foundation-errors": "14.71.1-auth-mf.15",
52
+ "@genesislcap/foundation-forms": "14.71.1-auth-mf.15",
53
+ "@genesislcap/foundation-login": "14.71.1-auth-mf.15",
54
+ "@genesislcap/foundation-ui": "14.71.1-auth-mf.15",
55
+ "@genesislcap/foundation-utils": "14.71.1-auth-mf.15",
56
+ "@genesislcap/foundation-zero": "14.71.1-auth-mf.15",
57
+ "@genesislcap/foundation-zero-grid-pro": "14.71.1-auth-mf.15",
58
+ "@genesislcap/grid-pro": "14.71.1-auth-mf.15",
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": "3ca8cd166559deb2032ae6a53e2fae8db2297de1"
74
+ "gitHead": "aa8f8273d5463a8b50216395c4921cc459fb54fe"
75
75
  }