@genesislcap/foundation-entity-management 14.58.0 → 14.59.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.
@@ -673,6 +673,55 @@
673
673
  }
674
674
  ]
675
675
  },
676
+ {
677
+ "kind": "javascript-module",
678
+ "path": "src/layouts/default.ts",
679
+ "declarations": [
680
+ {
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)"
689
+ }
690
+ ],
691
+ "exports": [
692
+ {
693
+ "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": "*",
718
+ "declaration": {
719
+ "name": "*",
720
+ "package": "./default"
721
+ }
722
+ }
723
+ ]
724
+ },
676
725
  {
677
726
  "kind": "javascript-module",
678
727
  "path": "src/list/index.ts",
@@ -1145,76 +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
- {
1198
- "kind": "javascript-module",
1199
- "path": "src/routes/config.ts",
1200
- "declarations": [],
1201
- "exports": []
1202
- },
1203
- {
1204
- "kind": "javascript-module",
1205
- "path": "src/routes/index.ts",
1206
- "declarations": [],
1207
- "exports": [
1208
- {
1209
- "kind": "js",
1210
- "name": "*",
1211
- "declaration": {
1212
- "name": "*",
1213
- "package": "./config"
1214
- }
1215
- }
1216
- ]
1217
- },
1218
1197
  {
1219
1198
  "kind": "javascript-module",
1220
1199
  "path": "src/profiles/editProfileSchema.ts",
@@ -1936,6 +1915,27 @@
1936
1915
  }
1937
1916
  ]
1938
1917
  },
1918
+ {
1919
+ "kind": "javascript-module",
1920
+ "path": "src/routes/config.ts",
1921
+ "declarations": [],
1922
+ "exports": []
1923
+ },
1924
+ {
1925
+ "kind": "javascript-module",
1926
+ "path": "src/routes/index.ts",
1927
+ "declarations": [],
1928
+ "exports": [
1929
+ {
1930
+ "kind": "js",
1931
+ "name": "*",
1932
+ "declaration": {
1933
+ "name": "*",
1934
+ "package": "./config"
1935
+ }
1936
+ }
1937
+ ]
1938
+ },
1939
1939
  {
1940
1940
  "kind": "javascript-module",
1941
1941
  "path": "src/users/users.template.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.58.0",
4
+ "version": "14.59.0",
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.58.0",
45
- "@genesislcap/genx": "14.58.0",
44
+ "@genesislcap/foundation-testing": "14.59.0",
45
+ "@genesislcap/genx": "14.59.0",
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.58.0",
51
- "@genesislcap/foundation-errors": "14.58.0",
52
- "@genesislcap/foundation-forms": "14.58.0",
53
- "@genesislcap/foundation-login": "14.58.0",
54
- "@genesislcap/foundation-ui": "14.58.0",
55
- "@genesislcap/foundation-utils": "14.58.0",
56
- "@genesislcap/foundation-zero": "14.58.0",
57
- "@genesislcap/foundation-zero-grid-pro": "14.58.0",
58
- "@genesislcap/grid-pro": "14.58.0",
50
+ "@genesislcap/foundation-comms": "14.59.0",
51
+ "@genesislcap/foundation-errors": "14.59.0",
52
+ "@genesislcap/foundation-forms": "14.59.0",
53
+ "@genesislcap/foundation-login": "14.59.0",
54
+ "@genesislcap/foundation-ui": "14.59.0",
55
+ "@genesislcap/foundation-utils": "14.59.0",
56
+ "@genesislcap/foundation-zero": "14.59.0",
57
+ "@genesislcap/foundation-zero-grid-pro": "14.59.0",
58
+ "@genesislcap/grid-pro": "14.59.0",
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": "b29a4535c866650d6dd120a2e7fe84768342246b"
74
+ "gitHead": "9e694bb994fa48b71b0c6301a3ad72f54671d117"
75
75
  }