@genesislcap/foundation-entity-management 14.167.0 → 14.167.1-genc-279.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 +21 -21
@@ -1307,159 +1307,6 @@
1307
1307
  }
1308
1308
  ]
1309
1309
  },
1310
- {
1311
- "kind": "javascript-module",
1312
- "path": "src/main/index.ts",
1313
- "declarations": [],
1314
- "exports": [
1315
- {
1316
- "kind": "js",
1317
- "name": "*",
1318
- "declaration": {
1319
- "name": "*",
1320
- "package": "./main.template"
1321
- }
1322
- },
1323
- {
1324
- "kind": "js",
1325
- "name": "*",
1326
- "declaration": {
1327
- "name": "*",
1328
- "package": "./main"
1329
- }
1330
- }
1331
- ]
1332
- },
1333
- {
1334
- "kind": "javascript-module",
1335
- "path": "src/main/main.styles.ts",
1336
- "declarations": [
1337
- {
1338
- "kind": "variable",
1339
- "name": "MainStyles",
1340
- "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`"
1341
- }
1342
- ],
1343
- "exports": [
1344
- {
1345
- "kind": "js",
1346
- "name": "MainStyles",
1347
- "declaration": {
1348
- "name": "MainStyles",
1349
- "module": "src/main/main.styles.ts"
1350
- }
1351
- }
1352
- ]
1353
- },
1354
- {
1355
- "kind": "javascript-module",
1356
- "path": "src/main/main.template.ts",
1357
- "declarations": [],
1358
- "exports": []
1359
- },
1360
- {
1361
- "kind": "javascript-module",
1362
- "path": "src/main/main.ts",
1363
- "declarations": [
1364
- {
1365
- "kind": "class",
1366
- "description": "",
1367
- "name": "MainApplication",
1368
- "members": [
1369
- {
1370
- "kind": "field",
1371
- "name": "config",
1372
- "type": {
1373
- "text": "MainRouterConfig"
1374
- }
1375
- },
1376
- {
1377
- "kind": "field",
1378
- "name": "connect",
1379
- "type": {
1380
- "text": "Connect"
1381
- }
1382
- },
1383
- {
1384
- "kind": "field",
1385
- "name": "session",
1386
- "type": {
1387
- "text": "Session"
1388
- }
1389
- },
1390
- {
1391
- "kind": "field",
1392
- "name": "container",
1393
- "type": {
1394
- "text": "Container"
1395
- }
1396
- },
1397
- {
1398
- "kind": "field",
1399
- "name": "provider",
1400
- "type": {
1401
- "text": "any"
1402
- }
1403
- },
1404
- {
1405
- "kind": "field",
1406
- "name": "ready",
1407
- "type": {
1408
- "text": "boolean"
1409
- },
1410
- "default": "false"
1411
- },
1412
- {
1413
- "kind": "field",
1414
- "name": "data",
1415
- "type": {
1416
- "text": "any"
1417
- },
1418
- "default": "null"
1419
- },
1420
- {
1421
- "kind": "method",
1422
- "name": "onLuminanceToggle"
1423
- },
1424
- {
1425
- "kind": "method",
1426
- "name": "loadRemotes"
1427
- },
1428
- {
1429
- "kind": "method",
1430
- "name": "selectTemplate"
1431
- },
1432
- {
1433
- "kind": "method",
1434
- "name": "registerDIDependencies",
1435
- "privacy": "private"
1436
- }
1437
- ],
1438
- "superclass": {
1439
- "name": "FASTElement",
1440
- "package": "@microsoft/fast-element"
1441
- },
1442
- "customElement": true
1443
- }
1444
- ],
1445
- "exports": [
1446
- {
1447
- "kind": "js",
1448
- "name": "MainApplication",
1449
- "declaration": {
1450
- "name": "MainApplication",
1451
- "module": "src/main/main.ts"
1452
- }
1453
- },
1454
- {
1455
- "kind": "custom-element-definition",
1456
- "declaration": {
1457
- "name": "MainApplication",
1458
- "module": "src/main/main.ts"
1459
- }
1460
- }
1461
- ]
1462
- },
1463
1310
  {
1464
1311
  "kind": "javascript-module",
1465
1312
  "path": "src/profiles/editProfileSchema.ts",
@@ -2414,6 +2261,159 @@
2414
2261
  }
2415
2262
  ]
2416
2263
  },
2264
+ {
2265
+ "kind": "javascript-module",
2266
+ "path": "src/main/index.ts",
2267
+ "declarations": [],
2268
+ "exports": [
2269
+ {
2270
+ "kind": "js",
2271
+ "name": "*",
2272
+ "declaration": {
2273
+ "name": "*",
2274
+ "package": "./main.template"
2275
+ }
2276
+ },
2277
+ {
2278
+ "kind": "js",
2279
+ "name": "*",
2280
+ "declaration": {
2281
+ "name": "*",
2282
+ "package": "./main"
2283
+ }
2284
+ }
2285
+ ]
2286
+ },
2287
+ {
2288
+ "kind": "javascript-module",
2289
+ "path": "src/main/main.styles.ts",
2290
+ "declarations": [
2291
+ {
2292
+ "kind": "variable",
2293
+ "name": "MainStyles",
2294
+ "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`"
2295
+ }
2296
+ ],
2297
+ "exports": [
2298
+ {
2299
+ "kind": "js",
2300
+ "name": "MainStyles",
2301
+ "declaration": {
2302
+ "name": "MainStyles",
2303
+ "module": "src/main/main.styles.ts"
2304
+ }
2305
+ }
2306
+ ]
2307
+ },
2308
+ {
2309
+ "kind": "javascript-module",
2310
+ "path": "src/main/main.template.ts",
2311
+ "declarations": [],
2312
+ "exports": []
2313
+ },
2314
+ {
2315
+ "kind": "javascript-module",
2316
+ "path": "src/main/main.ts",
2317
+ "declarations": [
2318
+ {
2319
+ "kind": "class",
2320
+ "description": "",
2321
+ "name": "MainApplication",
2322
+ "members": [
2323
+ {
2324
+ "kind": "field",
2325
+ "name": "config",
2326
+ "type": {
2327
+ "text": "MainRouterConfig"
2328
+ }
2329
+ },
2330
+ {
2331
+ "kind": "field",
2332
+ "name": "connect",
2333
+ "type": {
2334
+ "text": "Connect"
2335
+ }
2336
+ },
2337
+ {
2338
+ "kind": "field",
2339
+ "name": "session",
2340
+ "type": {
2341
+ "text": "Session"
2342
+ }
2343
+ },
2344
+ {
2345
+ "kind": "field",
2346
+ "name": "container",
2347
+ "type": {
2348
+ "text": "Container"
2349
+ }
2350
+ },
2351
+ {
2352
+ "kind": "field",
2353
+ "name": "provider",
2354
+ "type": {
2355
+ "text": "any"
2356
+ }
2357
+ },
2358
+ {
2359
+ "kind": "field",
2360
+ "name": "ready",
2361
+ "type": {
2362
+ "text": "boolean"
2363
+ },
2364
+ "default": "false"
2365
+ },
2366
+ {
2367
+ "kind": "field",
2368
+ "name": "data",
2369
+ "type": {
2370
+ "text": "any"
2371
+ },
2372
+ "default": "null"
2373
+ },
2374
+ {
2375
+ "kind": "method",
2376
+ "name": "onLuminanceToggle"
2377
+ },
2378
+ {
2379
+ "kind": "method",
2380
+ "name": "loadRemotes"
2381
+ },
2382
+ {
2383
+ "kind": "method",
2384
+ "name": "selectTemplate"
2385
+ },
2386
+ {
2387
+ "kind": "method",
2388
+ "name": "registerDIDependencies",
2389
+ "privacy": "private"
2390
+ }
2391
+ ],
2392
+ "superclass": {
2393
+ "name": "FASTElement",
2394
+ "package": "@microsoft/fast-element"
2395
+ },
2396
+ "customElement": true
2397
+ }
2398
+ ],
2399
+ "exports": [
2400
+ {
2401
+ "kind": "js",
2402
+ "name": "MainApplication",
2403
+ "declaration": {
2404
+ "name": "MainApplication",
2405
+ "module": "src/main/main.ts"
2406
+ }
2407
+ },
2408
+ {
2409
+ "kind": "custom-element-definition",
2410
+ "declaration": {
2411
+ "name": "MainApplication",
2412
+ "module": "src/main/main.ts"
2413
+ }
2414
+ }
2415
+ ]
2416
+ },
2417
2417
  {
2418
2418
  "kind": "javascript-module",
2419
2419
  "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.167.0",
4
+ "version": "14.167.1-genc-279.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -43,29 +43,29 @@
43
43
  "test:debug": "genx test --debug"
44
44
  },
45
45
  "devDependencies": {
46
- "@genesislcap/foundation-testing": "14.167.0",
47
- "@genesislcap/genx": "14.167.0",
48
- "@genesislcap/rollup-builder": "14.167.0",
49
- "@genesislcap/ts-builder": "14.167.0",
50
- "@genesislcap/uvu-playwright-builder": "14.167.0",
51
- "@genesislcap/vite-builder": "14.167.0",
52
- "@genesislcap/webpack-builder": "14.167.0",
46
+ "@genesislcap/foundation-testing": "14.167.1-genc-279.1",
47
+ "@genesislcap/genx": "14.167.1-genc-279.1",
48
+ "@genesislcap/rollup-builder": "14.167.1-genc-279.1",
49
+ "@genesislcap/ts-builder": "14.167.1-genc-279.1",
50
+ "@genesislcap/uvu-playwright-builder": "14.167.1-genc-279.1",
51
+ "@genesislcap/vite-builder": "14.167.1-genc-279.1",
52
+ "@genesislcap/webpack-builder": "14.167.1-genc-279.1",
53
53
  "rimraf": "^3.0.2"
54
54
  },
55
55
  "dependencies": {
56
56
  "@ag-grid-community/core": "29.2.0",
57
- "@genesislcap/foundation-comms": "14.167.0",
58
- "@genesislcap/foundation-errors": "14.167.0",
59
- "@genesislcap/foundation-events": "14.167.0",
60
- "@genesislcap/foundation-forms": "14.167.0",
61
- "@genesislcap/foundation-logger": "14.167.0",
62
- "@genesislcap/foundation-login": "14.167.0",
63
- "@genesislcap/foundation-notifications": "14.167.0",
64
- "@genesislcap/foundation-ui": "14.167.0",
65
- "@genesislcap/foundation-utils": "14.167.0",
66
- "@genesislcap/foundation-zero": "14.167.0",
67
- "@genesislcap/foundation-zero-grid-pro": "14.167.0",
68
- "@genesislcap/grid-pro": "14.167.0",
57
+ "@genesislcap/foundation-comms": "14.167.1-genc-279.1",
58
+ "@genesislcap/foundation-errors": "14.167.1-genc-279.1",
59
+ "@genesislcap/foundation-events": "14.167.1-genc-279.1",
60
+ "@genesislcap/foundation-forms": "14.167.1-genc-279.1",
61
+ "@genesislcap/foundation-logger": "14.167.1-genc-279.1",
62
+ "@genesislcap/foundation-login": "14.167.1-genc-279.1",
63
+ "@genesislcap/foundation-notifications": "14.167.1-genc-279.1",
64
+ "@genesislcap/foundation-ui": "14.167.1-genc-279.1",
65
+ "@genesislcap/foundation-utils": "14.167.1-genc-279.1",
66
+ "@genesislcap/foundation-zero": "14.167.1-genc-279.1",
67
+ "@genesislcap/foundation-zero-grid-pro": "14.167.1-genc-279.1",
68
+ "@genesislcap/grid-pro": "14.167.1-genc-279.1",
69
69
  "@microsoft/fast-components": "^2.30.6",
70
70
  "@microsoft/fast-element": "^1.12.0",
71
71
  "@microsoft/fast-foundation": "^2.49.4",
@@ -81,5 +81,5 @@
81
81
  "access": "public"
82
82
  },
83
83
  "customElements": "dist/custom-elements.json",
84
- "gitHead": "8a6557d767463d7bcb7b3ca4d209a951766481e3"
84
+ "gitHead": "fd011cb6a7e2fbc5f0de02472d56f7a445e8aeff"
85
85
  }