@genesislcap/foundation-entity-management 14.92.1-pa-913.3 → 14.92.1

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 +153 -153
  2. package/package.json +15 -15
@@ -1211,159 +1211,6 @@
1211
1211
  }
1212
1212
  ]
1213
1213
  },
1214
- {
1215
- "kind": "javascript-module",
1216
- "path": "src/main/index.ts",
1217
- "declarations": [],
1218
- "exports": [
1219
- {
1220
- "kind": "js",
1221
- "name": "*",
1222
- "declaration": {
1223
- "name": "*",
1224
- "package": "./main.template"
1225
- }
1226
- },
1227
- {
1228
- "kind": "js",
1229
- "name": "*",
1230
- "declaration": {
1231
- "name": "*",
1232
- "package": "./main"
1233
- }
1234
- }
1235
- ]
1236
- },
1237
- {
1238
- "kind": "javascript-module",
1239
- "path": "src/main/main.styles.ts",
1240
- "declarations": [
1241
- {
1242
- "kind": "variable",
1243
- "name": "MainStyles",
1244
- "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`"
1245
- }
1246
- ],
1247
- "exports": [
1248
- {
1249
- "kind": "js",
1250
- "name": "MainStyles",
1251
- "declaration": {
1252
- "name": "MainStyles",
1253
- "module": "src/main/main.styles.ts"
1254
- }
1255
- }
1256
- ]
1257
- },
1258
- {
1259
- "kind": "javascript-module",
1260
- "path": "src/main/main.template.ts",
1261
- "declarations": [],
1262
- "exports": []
1263
- },
1264
- {
1265
- "kind": "javascript-module",
1266
- "path": "src/main/main.ts",
1267
- "declarations": [
1268
- {
1269
- "kind": "class",
1270
- "description": "",
1271
- "name": "MainApplication",
1272
- "members": [
1273
- {
1274
- "kind": "field",
1275
- "name": "config",
1276
- "type": {
1277
- "text": "MainRouterConfig"
1278
- }
1279
- },
1280
- {
1281
- "kind": "field",
1282
- "name": "connect",
1283
- "type": {
1284
- "text": "Connect"
1285
- }
1286
- },
1287
- {
1288
- "kind": "field",
1289
- "name": "session",
1290
- "type": {
1291
- "text": "Session"
1292
- }
1293
- },
1294
- {
1295
- "kind": "field",
1296
- "name": "container",
1297
- "type": {
1298
- "text": "Container"
1299
- }
1300
- },
1301
- {
1302
- "kind": "field",
1303
- "name": "provider",
1304
- "type": {
1305
- "text": "any"
1306
- }
1307
- },
1308
- {
1309
- "kind": "field",
1310
- "name": "ready",
1311
- "type": {
1312
- "text": "boolean"
1313
- },
1314
- "default": "false"
1315
- },
1316
- {
1317
- "kind": "field",
1318
- "name": "data",
1319
- "type": {
1320
- "text": "any"
1321
- },
1322
- "default": "null"
1323
- },
1324
- {
1325
- "kind": "method",
1326
- "name": "onLuminanceToggle"
1327
- },
1328
- {
1329
- "kind": "method",
1330
- "name": "loadRemotes"
1331
- },
1332
- {
1333
- "kind": "method",
1334
- "name": "selectTemplate"
1335
- },
1336
- {
1337
- "kind": "method",
1338
- "name": "registerDIDependencies",
1339
- "privacy": "private"
1340
- }
1341
- ],
1342
- "superclass": {
1343
- "name": "FASTElement",
1344
- "package": "@microsoft/fast-element"
1345
- },
1346
- "customElement": true
1347
- }
1348
- ],
1349
- "exports": [
1350
- {
1351
- "kind": "js",
1352
- "name": "MainApplication",
1353
- "declaration": {
1354
- "name": "MainApplication",
1355
- "module": "src/main/main.ts"
1356
- }
1357
- },
1358
- {
1359
- "kind": "custom-element-definition",
1360
- "declaration": {
1361
- "name": "MainApplication",
1362
- "module": "src/main/main.ts"
1363
- }
1364
- }
1365
- ]
1366
- },
1367
1214
  {
1368
1215
  "kind": "javascript-module",
1369
1216
  "path": "src/profiles/editProfileSchema.ts",
@@ -2229,6 +2076,159 @@
2229
2076
  }
2230
2077
  ]
2231
2078
  },
2079
+ {
2080
+ "kind": "javascript-module",
2081
+ "path": "src/main/index.ts",
2082
+ "declarations": [],
2083
+ "exports": [
2084
+ {
2085
+ "kind": "js",
2086
+ "name": "*",
2087
+ "declaration": {
2088
+ "name": "*",
2089
+ "package": "./main.template"
2090
+ }
2091
+ },
2092
+ {
2093
+ "kind": "js",
2094
+ "name": "*",
2095
+ "declaration": {
2096
+ "name": "*",
2097
+ "package": "./main"
2098
+ }
2099
+ }
2100
+ ]
2101
+ },
2102
+ {
2103
+ "kind": "javascript-module",
2104
+ "path": "src/main/main.styles.ts",
2105
+ "declarations": [
2106
+ {
2107
+ "kind": "variable",
2108
+ "name": "MainStyles",
2109
+ "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`"
2110
+ }
2111
+ ],
2112
+ "exports": [
2113
+ {
2114
+ "kind": "js",
2115
+ "name": "MainStyles",
2116
+ "declaration": {
2117
+ "name": "MainStyles",
2118
+ "module": "src/main/main.styles.ts"
2119
+ }
2120
+ }
2121
+ ]
2122
+ },
2123
+ {
2124
+ "kind": "javascript-module",
2125
+ "path": "src/main/main.template.ts",
2126
+ "declarations": [],
2127
+ "exports": []
2128
+ },
2129
+ {
2130
+ "kind": "javascript-module",
2131
+ "path": "src/main/main.ts",
2132
+ "declarations": [
2133
+ {
2134
+ "kind": "class",
2135
+ "description": "",
2136
+ "name": "MainApplication",
2137
+ "members": [
2138
+ {
2139
+ "kind": "field",
2140
+ "name": "config",
2141
+ "type": {
2142
+ "text": "MainRouterConfig"
2143
+ }
2144
+ },
2145
+ {
2146
+ "kind": "field",
2147
+ "name": "connect",
2148
+ "type": {
2149
+ "text": "Connect"
2150
+ }
2151
+ },
2152
+ {
2153
+ "kind": "field",
2154
+ "name": "session",
2155
+ "type": {
2156
+ "text": "Session"
2157
+ }
2158
+ },
2159
+ {
2160
+ "kind": "field",
2161
+ "name": "container",
2162
+ "type": {
2163
+ "text": "Container"
2164
+ }
2165
+ },
2166
+ {
2167
+ "kind": "field",
2168
+ "name": "provider",
2169
+ "type": {
2170
+ "text": "any"
2171
+ }
2172
+ },
2173
+ {
2174
+ "kind": "field",
2175
+ "name": "ready",
2176
+ "type": {
2177
+ "text": "boolean"
2178
+ },
2179
+ "default": "false"
2180
+ },
2181
+ {
2182
+ "kind": "field",
2183
+ "name": "data",
2184
+ "type": {
2185
+ "text": "any"
2186
+ },
2187
+ "default": "null"
2188
+ },
2189
+ {
2190
+ "kind": "method",
2191
+ "name": "onLuminanceToggle"
2192
+ },
2193
+ {
2194
+ "kind": "method",
2195
+ "name": "loadRemotes"
2196
+ },
2197
+ {
2198
+ "kind": "method",
2199
+ "name": "selectTemplate"
2200
+ },
2201
+ {
2202
+ "kind": "method",
2203
+ "name": "registerDIDependencies",
2204
+ "privacy": "private"
2205
+ }
2206
+ ],
2207
+ "superclass": {
2208
+ "name": "FASTElement",
2209
+ "package": "@microsoft/fast-element"
2210
+ },
2211
+ "customElement": true
2212
+ }
2213
+ ],
2214
+ "exports": [
2215
+ {
2216
+ "kind": "js",
2217
+ "name": "MainApplication",
2218
+ "declaration": {
2219
+ "name": "MainApplication",
2220
+ "module": "src/main/main.ts"
2221
+ }
2222
+ },
2223
+ {
2224
+ "kind": "custom-element-definition",
2225
+ "declaration": {
2226
+ "name": "MainApplication",
2227
+ "module": "src/main/main.ts"
2228
+ }
2229
+ }
2230
+ ]
2231
+ },
2232
2232
  {
2233
2233
  "kind": "javascript-module",
2234
2234
  "path": "src/routes/config.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.92.1-pa-913.3",
4
+ "version": "14.92.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -44,23 +44,23 @@
44
44
  },
45
45
  "devDependencies": {
46
46
  "@genesislcap/foundation-login": "^14.40.0",
47
- "@genesislcap/foundation-testing": "14.92.1-pa-913.3",
48
- "@genesislcap/genx": "14.92.1-pa-913.3",
47
+ "@genesislcap/foundation-testing": "14.92.1",
48
+ "@genesislcap/genx": "14.92.1",
49
49
  "rimraf": "^3.0.2"
50
50
  },
51
51
  "dependencies": {
52
52
  "@ag-grid-community/core": "29.2.0",
53
- "@genesislcap/foundation-comms": "14.92.1-pa-913.3",
54
- "@genesislcap/foundation-errors": "14.92.1-pa-913.3",
55
- "@genesislcap/foundation-forms": "14.92.1-pa-913.3",
56
- "@genesislcap/foundation-logger": "14.92.1-pa-913.3",
57
- "@genesislcap/foundation-login": "14.92.1-pa-913.3",
58
- "@genesislcap/foundation-notifications": "14.92.1-pa-913.3",
59
- "@genesislcap/foundation-ui": "14.92.1-pa-913.3",
60
- "@genesislcap/foundation-utils": "14.92.1-pa-913.3",
61
- "@genesislcap/foundation-zero": "14.92.1-pa-913.3",
62
- "@genesislcap/foundation-zero-grid-pro": "14.92.1-pa-913.3",
63
- "@genesislcap/grid-pro": "14.92.1-pa-913.3",
53
+ "@genesislcap/foundation-comms": "14.92.1",
54
+ "@genesislcap/foundation-errors": "14.92.1",
55
+ "@genesislcap/foundation-forms": "14.92.1",
56
+ "@genesislcap/foundation-logger": "14.92.1",
57
+ "@genesislcap/foundation-login": "14.92.1",
58
+ "@genesislcap/foundation-notifications": "14.92.1",
59
+ "@genesislcap/foundation-ui": "14.92.1",
60
+ "@genesislcap/foundation-utils": "14.92.1",
61
+ "@genesislcap/foundation-zero": "14.92.1",
62
+ "@genesislcap/foundation-zero-grid-pro": "14.92.1",
63
+ "@genesislcap/grid-pro": "14.92.1",
64
64
  "@microsoft/fast-components": "^2.21.3",
65
65
  "@microsoft/fast-element": "^1.7.0",
66
66
  "@microsoft/fast-foundation": "^2.33.2",
@@ -76,5 +76,5 @@
76
76
  "access": "public"
77
77
  },
78
78
  "customElements": "dist/custom-elements.json",
79
- "gitHead": "5a527587221254714112b71d7c7735f10fdfe26b"
79
+ "gitHead": "f3df02b79edbfb9aaeb5b7d7bbe215b4f30ff522"
80
80
  }