@genesislcap/foundation-entity-management 14.142.1-alpha-21cf4c3.0 → 14.143.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +153 -153
  2. package/package.json +16 -16
@@ -1273,159 +1273,6 @@
1273
1273
  }
1274
1274
  ]
1275
1275
  },
1276
- {
1277
- "kind": "javascript-module",
1278
- "path": "src/main/index.ts",
1279
- "declarations": [],
1280
- "exports": [
1281
- {
1282
- "kind": "js",
1283
- "name": "*",
1284
- "declaration": {
1285
- "name": "*",
1286
- "package": "./main.template"
1287
- }
1288
- },
1289
- {
1290
- "kind": "js",
1291
- "name": "*",
1292
- "declaration": {
1293
- "name": "*",
1294
- "package": "./main"
1295
- }
1296
- }
1297
- ]
1298
- },
1299
- {
1300
- "kind": "javascript-module",
1301
- "path": "src/main/main.styles.ts",
1302
- "declarations": [
1303
- {
1304
- "kind": "variable",
1305
- "name": "MainStyles",
1306
- "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`"
1307
- }
1308
- ],
1309
- "exports": [
1310
- {
1311
- "kind": "js",
1312
- "name": "MainStyles",
1313
- "declaration": {
1314
- "name": "MainStyles",
1315
- "module": "src/main/main.styles.ts"
1316
- }
1317
- }
1318
- ]
1319
- },
1320
- {
1321
- "kind": "javascript-module",
1322
- "path": "src/main/main.template.ts",
1323
- "declarations": [],
1324
- "exports": []
1325
- },
1326
- {
1327
- "kind": "javascript-module",
1328
- "path": "src/main/main.ts",
1329
- "declarations": [
1330
- {
1331
- "kind": "class",
1332
- "description": "",
1333
- "name": "MainApplication",
1334
- "members": [
1335
- {
1336
- "kind": "field",
1337
- "name": "config",
1338
- "type": {
1339
- "text": "MainRouterConfig"
1340
- }
1341
- },
1342
- {
1343
- "kind": "field",
1344
- "name": "connect",
1345
- "type": {
1346
- "text": "Connect"
1347
- }
1348
- },
1349
- {
1350
- "kind": "field",
1351
- "name": "session",
1352
- "type": {
1353
- "text": "Session"
1354
- }
1355
- },
1356
- {
1357
- "kind": "field",
1358
- "name": "container",
1359
- "type": {
1360
- "text": "Container"
1361
- }
1362
- },
1363
- {
1364
- "kind": "field",
1365
- "name": "provider",
1366
- "type": {
1367
- "text": "any"
1368
- }
1369
- },
1370
- {
1371
- "kind": "field",
1372
- "name": "ready",
1373
- "type": {
1374
- "text": "boolean"
1375
- },
1376
- "default": "false"
1377
- },
1378
- {
1379
- "kind": "field",
1380
- "name": "data",
1381
- "type": {
1382
- "text": "any"
1383
- },
1384
- "default": "null"
1385
- },
1386
- {
1387
- "kind": "method",
1388
- "name": "onLuminanceToggle"
1389
- },
1390
- {
1391
- "kind": "method",
1392
- "name": "loadRemotes"
1393
- },
1394
- {
1395
- "kind": "method",
1396
- "name": "selectTemplate"
1397
- },
1398
- {
1399
- "kind": "method",
1400
- "name": "registerDIDependencies",
1401
- "privacy": "private"
1402
- }
1403
- ],
1404
- "superclass": {
1405
- "name": "FASTElement",
1406
- "package": "@microsoft/fast-element"
1407
- },
1408
- "customElement": true
1409
- }
1410
- ],
1411
- "exports": [
1412
- {
1413
- "kind": "js",
1414
- "name": "MainApplication",
1415
- "declaration": {
1416
- "name": "MainApplication",
1417
- "module": "src/main/main.ts"
1418
- }
1419
- },
1420
- {
1421
- "kind": "custom-element-definition",
1422
- "declaration": {
1423
- "name": "MainApplication",
1424
- "module": "src/main/main.ts"
1425
- }
1426
- }
1427
- ]
1428
- },
1429
1276
  {
1430
1277
  "kind": "javascript-module",
1431
1278
  "path": "src/profiles/editProfileSchema.ts",
@@ -2352,6 +2199,159 @@
2352
2199
  }
2353
2200
  ]
2354
2201
  },
2202
+ {
2203
+ "kind": "javascript-module",
2204
+ "path": "src/main/index.ts",
2205
+ "declarations": [],
2206
+ "exports": [
2207
+ {
2208
+ "kind": "js",
2209
+ "name": "*",
2210
+ "declaration": {
2211
+ "name": "*",
2212
+ "package": "./main.template"
2213
+ }
2214
+ },
2215
+ {
2216
+ "kind": "js",
2217
+ "name": "*",
2218
+ "declaration": {
2219
+ "name": "*",
2220
+ "package": "./main"
2221
+ }
2222
+ }
2223
+ ]
2224
+ },
2225
+ {
2226
+ "kind": "javascript-module",
2227
+ "path": "src/main/main.styles.ts",
2228
+ "declarations": [
2229
+ {
2230
+ "kind": "variable",
2231
+ "name": "MainStyles",
2232
+ "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`"
2233
+ }
2234
+ ],
2235
+ "exports": [
2236
+ {
2237
+ "kind": "js",
2238
+ "name": "MainStyles",
2239
+ "declaration": {
2240
+ "name": "MainStyles",
2241
+ "module": "src/main/main.styles.ts"
2242
+ }
2243
+ }
2244
+ ]
2245
+ },
2246
+ {
2247
+ "kind": "javascript-module",
2248
+ "path": "src/main/main.template.ts",
2249
+ "declarations": [],
2250
+ "exports": []
2251
+ },
2252
+ {
2253
+ "kind": "javascript-module",
2254
+ "path": "src/main/main.ts",
2255
+ "declarations": [
2256
+ {
2257
+ "kind": "class",
2258
+ "description": "",
2259
+ "name": "MainApplication",
2260
+ "members": [
2261
+ {
2262
+ "kind": "field",
2263
+ "name": "config",
2264
+ "type": {
2265
+ "text": "MainRouterConfig"
2266
+ }
2267
+ },
2268
+ {
2269
+ "kind": "field",
2270
+ "name": "connect",
2271
+ "type": {
2272
+ "text": "Connect"
2273
+ }
2274
+ },
2275
+ {
2276
+ "kind": "field",
2277
+ "name": "session",
2278
+ "type": {
2279
+ "text": "Session"
2280
+ }
2281
+ },
2282
+ {
2283
+ "kind": "field",
2284
+ "name": "container",
2285
+ "type": {
2286
+ "text": "Container"
2287
+ }
2288
+ },
2289
+ {
2290
+ "kind": "field",
2291
+ "name": "provider",
2292
+ "type": {
2293
+ "text": "any"
2294
+ }
2295
+ },
2296
+ {
2297
+ "kind": "field",
2298
+ "name": "ready",
2299
+ "type": {
2300
+ "text": "boolean"
2301
+ },
2302
+ "default": "false"
2303
+ },
2304
+ {
2305
+ "kind": "field",
2306
+ "name": "data",
2307
+ "type": {
2308
+ "text": "any"
2309
+ },
2310
+ "default": "null"
2311
+ },
2312
+ {
2313
+ "kind": "method",
2314
+ "name": "onLuminanceToggle"
2315
+ },
2316
+ {
2317
+ "kind": "method",
2318
+ "name": "loadRemotes"
2319
+ },
2320
+ {
2321
+ "kind": "method",
2322
+ "name": "selectTemplate"
2323
+ },
2324
+ {
2325
+ "kind": "method",
2326
+ "name": "registerDIDependencies",
2327
+ "privacy": "private"
2328
+ }
2329
+ ],
2330
+ "superclass": {
2331
+ "name": "FASTElement",
2332
+ "package": "@microsoft/fast-element"
2333
+ },
2334
+ "customElement": true
2335
+ }
2336
+ ],
2337
+ "exports": [
2338
+ {
2339
+ "kind": "js",
2340
+ "name": "MainApplication",
2341
+ "declaration": {
2342
+ "name": "MainApplication",
2343
+ "module": "src/main/main.ts"
2344
+ }
2345
+ },
2346
+ {
2347
+ "kind": "custom-element-definition",
2348
+ "declaration": {
2349
+ "name": "MainApplication",
2350
+ "module": "src/main/main.ts"
2351
+ }
2352
+ }
2353
+ ]
2354
+ },
2355
2355
  {
2356
2356
  "kind": "javascript-module",
2357
2357
  "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.142.1-alpha-21cf4c3.0",
4
+ "version": "14.143.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -43,24 +43,24 @@
43
43
  "test:debug": "genx test --debug"
44
44
  },
45
45
  "devDependencies": {
46
- "@genesislcap/foundation-login": "14.142.1-alpha-21cf4c3.0",
47
- "@genesislcap/foundation-testing": "14.142.1-alpha-21cf4c3.0",
48
- "@genesislcap/genx": "14.142.1-alpha-21cf4c3.0",
46
+ "@genesislcap/foundation-login": "14.143.0",
47
+ "@genesislcap/foundation-testing": "14.143.0",
48
+ "@genesislcap/genx": "14.143.0",
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.142.1-alpha-21cf4c3.0",
54
- "@genesislcap/foundation-errors": "14.142.1-alpha-21cf4c3.0",
55
- "@genesislcap/foundation-events": "14.142.1-alpha-21cf4c3.0",
56
- "@genesislcap/foundation-forms": "14.142.1-alpha-21cf4c3.0",
57
- "@genesislcap/foundation-logger": "14.142.1-alpha-21cf4c3.0",
58
- "@genesislcap/foundation-notifications": "14.142.1-alpha-21cf4c3.0",
59
- "@genesislcap/foundation-ui": "14.142.1-alpha-21cf4c3.0",
60
- "@genesislcap/foundation-utils": "14.142.1-alpha-21cf4c3.0",
61
- "@genesislcap/foundation-zero": "14.142.1-alpha-21cf4c3.0",
62
- "@genesislcap/foundation-zero-grid-pro": "14.142.1-alpha-21cf4c3.0",
63
- "@genesislcap/grid-pro": "14.142.1-alpha-21cf4c3.0",
53
+ "@genesislcap/foundation-comms": "14.143.0",
54
+ "@genesislcap/foundation-errors": "14.143.0",
55
+ "@genesislcap/foundation-events": "14.143.0",
56
+ "@genesislcap/foundation-forms": "14.143.0",
57
+ "@genesislcap/foundation-logger": "14.143.0",
58
+ "@genesislcap/foundation-notifications": "14.143.0",
59
+ "@genesislcap/foundation-ui": "14.143.0",
60
+ "@genesislcap/foundation-utils": "14.143.0",
61
+ "@genesislcap/foundation-zero": "14.143.0",
62
+ "@genesislcap/foundation-zero-grid-pro": "14.143.0",
63
+ "@genesislcap/grid-pro": "14.143.0",
64
64
  "@microsoft/fast-components": "^2.30.6",
65
65
  "@microsoft/fast-element": "^1.12.0",
66
66
  "@microsoft/fast-foundation": "^2.49.4",
@@ -76,5 +76,5 @@
76
76
  "access": "public"
77
77
  },
78
78
  "customElements": "dist/custom-elements.json",
79
- "gitHead": "934a004ce84dc2541efd3ee88dc1585294d465eb"
79
+ "gitHead": "b04aa3adb04068dd8e5de4cb903c0eeebf0737f5"
80
80
  }