@genesislcap/foundation-entity-management 14.217.0-FUI-2233.2 → 14.217.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 +194 -194
  2. package/package.json +21 -21
@@ -873,6 +873,55 @@
873
873
  }
874
874
  ]
875
875
  },
876
+ {
877
+ "kind": "javascript-module",
878
+ "path": "src/layouts/default.ts",
879
+ "declarations": [
880
+ {
881
+ "kind": "variable",
882
+ "name": "loginLayout",
883
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
884
+ },
885
+ {
886
+ "kind": "variable",
887
+ "name": "defaultLayout",
888
+ "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)"
889
+ }
890
+ ],
891
+ "exports": [
892
+ {
893
+ "kind": "js",
894
+ "name": "loginLayout",
895
+ "declaration": {
896
+ "name": "loginLayout",
897
+ "module": "src/layouts/default.ts"
898
+ }
899
+ },
900
+ {
901
+ "kind": "js",
902
+ "name": "defaultLayout",
903
+ "declaration": {
904
+ "name": "defaultLayout",
905
+ "module": "src/layouts/default.ts"
906
+ }
907
+ }
908
+ ]
909
+ },
910
+ {
911
+ "kind": "javascript-module",
912
+ "path": "src/layouts/index.ts",
913
+ "declarations": [],
914
+ "exports": [
915
+ {
916
+ "kind": "js",
917
+ "name": "*",
918
+ "declaration": {
919
+ "name": "*",
920
+ "package": "./default"
921
+ }
922
+ }
923
+ ]
924
+ },
876
925
  {
877
926
  "kind": "javascript-module",
878
927
  "path": "src/list/index.ts",
@@ -1423,200 +1472,6 @@
1423
1472
  }
1424
1473
  ]
1425
1474
  },
1426
- {
1427
- "kind": "javascript-module",
1428
- "path": "src/main/index.ts",
1429
- "declarations": [],
1430
- "exports": [
1431
- {
1432
- "kind": "js",
1433
- "name": "*",
1434
- "declaration": {
1435
- "name": "*",
1436
- "package": "./main.template"
1437
- }
1438
- },
1439
- {
1440
- "kind": "js",
1441
- "name": "*",
1442
- "declaration": {
1443
- "name": "*",
1444
- "package": "./main"
1445
- }
1446
- }
1447
- ]
1448
- },
1449
- {
1450
- "kind": "javascript-module",
1451
- "path": "src/main/main.styles.ts",
1452
- "declarations": [
1453
- {
1454
- "kind": "variable",
1455
- "name": "MainStyles",
1456
- "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`"
1457
- }
1458
- ],
1459
- "exports": [
1460
- {
1461
- "kind": "js",
1462
- "name": "MainStyles",
1463
- "declaration": {
1464
- "name": "MainStyles",
1465
- "module": "src/main/main.styles.ts"
1466
- }
1467
- }
1468
- ]
1469
- },
1470
- {
1471
- "kind": "javascript-module",
1472
- "path": "src/main/main.template.ts",
1473
- "declarations": [],
1474
- "exports": []
1475
- },
1476
- {
1477
- "kind": "javascript-module",
1478
- "path": "src/main/main.ts",
1479
- "declarations": [
1480
- {
1481
- "kind": "class",
1482
- "description": "",
1483
- "name": "MainApplication",
1484
- "members": [
1485
- {
1486
- "kind": "field",
1487
- "name": "config",
1488
- "type": {
1489
- "text": "MainRouterConfig"
1490
- }
1491
- },
1492
- {
1493
- "kind": "field",
1494
- "name": "connect",
1495
- "type": {
1496
- "text": "Connect"
1497
- }
1498
- },
1499
- {
1500
- "kind": "field",
1501
- "name": "session",
1502
- "type": {
1503
- "text": "Session"
1504
- }
1505
- },
1506
- {
1507
- "kind": "field",
1508
- "name": "container",
1509
- "type": {
1510
- "text": "Container"
1511
- }
1512
- },
1513
- {
1514
- "kind": "field",
1515
- "name": "provider",
1516
- "type": {
1517
- "text": "HTMLElement"
1518
- }
1519
- },
1520
- {
1521
- "kind": "field",
1522
- "name": "ready",
1523
- "type": {
1524
- "text": "boolean"
1525
- },
1526
- "default": "false"
1527
- },
1528
- {
1529
- "kind": "method",
1530
- "name": "onLuminanceToggle"
1531
- },
1532
- {
1533
- "kind": "method",
1534
- "name": "loadRemotes"
1535
- },
1536
- {
1537
- "kind": "method",
1538
- "name": "selectTemplate"
1539
- },
1540
- {
1541
- "kind": "method",
1542
- "name": "registerDIDependencies",
1543
- "privacy": "private"
1544
- }
1545
- ],
1546
- "superclass": {
1547
- "name": "FASTElement",
1548
- "package": "@microsoft/fast-element"
1549
- },
1550
- "customElement": true
1551
- }
1552
- ],
1553
- "exports": [
1554
- {
1555
- "kind": "js",
1556
- "name": "MainApplication",
1557
- "declaration": {
1558
- "name": "MainApplication",
1559
- "module": "src/main/main.ts"
1560
- }
1561
- },
1562
- {
1563
- "kind": "custom-element-definition",
1564
- "declaration": {
1565
- "name": "MainApplication",
1566
- "module": "src/main/main.ts"
1567
- }
1568
- }
1569
- ]
1570
- },
1571
- {
1572
- "kind": "javascript-module",
1573
- "path": "src/layouts/default.ts",
1574
- "declarations": [
1575
- {
1576
- "kind": "variable",
1577
- "name": "loginLayout",
1578
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1579
- },
1580
- {
1581
- "kind": "variable",
1582
- "name": "defaultLayout",
1583
- "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)"
1584
- }
1585
- ],
1586
- "exports": [
1587
- {
1588
- "kind": "js",
1589
- "name": "loginLayout",
1590
- "declaration": {
1591
- "name": "loginLayout",
1592
- "module": "src/layouts/default.ts"
1593
- }
1594
- },
1595
- {
1596
- "kind": "js",
1597
- "name": "defaultLayout",
1598
- "declaration": {
1599
- "name": "defaultLayout",
1600
- "module": "src/layouts/default.ts"
1601
- }
1602
- }
1603
- ]
1604
- },
1605
- {
1606
- "kind": "javascript-module",
1607
- "path": "src/layouts/index.ts",
1608
- "declarations": [],
1609
- "exports": [
1610
- {
1611
- "kind": "js",
1612
- "name": "*",
1613
- "declaration": {
1614
- "name": "*",
1615
- "package": "./default"
1616
- }
1617
- }
1618
- ]
1619
- },
1620
1475
  {
1621
1476
  "kind": "javascript-module",
1622
1477
  "path": "src/profiles/editProfileSchema.ts",
@@ -2560,6 +2415,151 @@
2560
2415
  }
2561
2416
  ]
2562
2417
  },
2418
+ {
2419
+ "kind": "javascript-module",
2420
+ "path": "src/main/index.ts",
2421
+ "declarations": [],
2422
+ "exports": [
2423
+ {
2424
+ "kind": "js",
2425
+ "name": "*",
2426
+ "declaration": {
2427
+ "name": "*",
2428
+ "package": "./main.template"
2429
+ }
2430
+ },
2431
+ {
2432
+ "kind": "js",
2433
+ "name": "*",
2434
+ "declaration": {
2435
+ "name": "*",
2436
+ "package": "./main"
2437
+ }
2438
+ }
2439
+ ]
2440
+ },
2441
+ {
2442
+ "kind": "javascript-module",
2443
+ "path": "src/main/main.styles.ts",
2444
+ "declarations": [
2445
+ {
2446
+ "kind": "variable",
2447
+ "name": "MainStyles",
2448
+ "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`"
2449
+ }
2450
+ ],
2451
+ "exports": [
2452
+ {
2453
+ "kind": "js",
2454
+ "name": "MainStyles",
2455
+ "declaration": {
2456
+ "name": "MainStyles",
2457
+ "module": "src/main/main.styles.ts"
2458
+ }
2459
+ }
2460
+ ]
2461
+ },
2462
+ {
2463
+ "kind": "javascript-module",
2464
+ "path": "src/main/main.template.ts",
2465
+ "declarations": [],
2466
+ "exports": []
2467
+ },
2468
+ {
2469
+ "kind": "javascript-module",
2470
+ "path": "src/main/main.ts",
2471
+ "declarations": [
2472
+ {
2473
+ "kind": "class",
2474
+ "description": "",
2475
+ "name": "MainApplication",
2476
+ "members": [
2477
+ {
2478
+ "kind": "field",
2479
+ "name": "config",
2480
+ "type": {
2481
+ "text": "MainRouterConfig"
2482
+ }
2483
+ },
2484
+ {
2485
+ "kind": "field",
2486
+ "name": "connect",
2487
+ "type": {
2488
+ "text": "Connect"
2489
+ }
2490
+ },
2491
+ {
2492
+ "kind": "field",
2493
+ "name": "session",
2494
+ "type": {
2495
+ "text": "Session"
2496
+ }
2497
+ },
2498
+ {
2499
+ "kind": "field",
2500
+ "name": "container",
2501
+ "type": {
2502
+ "text": "Container"
2503
+ }
2504
+ },
2505
+ {
2506
+ "kind": "field",
2507
+ "name": "provider",
2508
+ "type": {
2509
+ "text": "HTMLElement"
2510
+ }
2511
+ },
2512
+ {
2513
+ "kind": "field",
2514
+ "name": "ready",
2515
+ "type": {
2516
+ "text": "boolean"
2517
+ },
2518
+ "default": "false"
2519
+ },
2520
+ {
2521
+ "kind": "method",
2522
+ "name": "onLuminanceToggle"
2523
+ },
2524
+ {
2525
+ "kind": "method",
2526
+ "name": "loadRemotes"
2527
+ },
2528
+ {
2529
+ "kind": "method",
2530
+ "name": "selectTemplate"
2531
+ },
2532
+ {
2533
+ "kind": "method",
2534
+ "name": "registerDIDependencies",
2535
+ "privacy": "private"
2536
+ }
2537
+ ],
2538
+ "superclass": {
2539
+ "name": "FASTElement",
2540
+ "package": "@microsoft/fast-element"
2541
+ },
2542
+ "customElement": true
2543
+ }
2544
+ ],
2545
+ "exports": [
2546
+ {
2547
+ "kind": "js",
2548
+ "name": "MainApplication",
2549
+ "declaration": {
2550
+ "name": "MainApplication",
2551
+ "module": "src/main/main.ts"
2552
+ }
2553
+ },
2554
+ {
2555
+ "kind": "custom-element-definition",
2556
+ "declaration": {
2557
+ "name": "MainApplication",
2558
+ "module": "src/main/main.ts"
2559
+ }
2560
+ }
2561
+ ]
2562
+ },
2563
2563
  {
2564
2564
  "kind": "javascript-module",
2565
2565
  "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.217.0-FUI-2233.2",
4
+ "version": "14.217.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -52,29 +52,29 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.217.0-FUI-2233.2",
56
- "@genesislcap/genx": "14.217.0-FUI-2233.2",
57
- "@genesislcap/rollup-builder": "14.217.0-FUI-2233.2",
58
- "@genesislcap/ts-builder": "14.217.0-FUI-2233.2",
59
- "@genesislcap/uvu-playwright-builder": "14.217.0-FUI-2233.2",
60
- "@genesislcap/vite-builder": "14.217.0-FUI-2233.2",
61
- "@genesislcap/webpack-builder": "14.217.0-FUI-2233.2",
55
+ "@genesislcap/foundation-testing": "14.217.1",
56
+ "@genesislcap/genx": "14.217.1",
57
+ "@genesislcap/rollup-builder": "14.217.1",
58
+ "@genesislcap/ts-builder": "14.217.1",
59
+ "@genesislcap/uvu-playwright-builder": "14.217.1",
60
+ "@genesislcap/vite-builder": "14.217.1",
61
+ "@genesislcap/webpack-builder": "14.217.1",
62
62
  "rimraf": "^5.0.0"
63
63
  },
64
64
  "dependencies": {
65
65
  "@ag-grid-community/core": "29.2.0",
66
- "@genesislcap/foundation-comms": "14.217.0-FUI-2233.2",
67
- "@genesislcap/foundation-errors": "14.217.0-FUI-2233.2",
68
- "@genesislcap/foundation-events": "14.217.0-FUI-2233.2",
69
- "@genesislcap/foundation-forms": "14.217.0-FUI-2233.2",
70
- "@genesislcap/foundation-logger": "14.217.0-FUI-2233.2",
71
- "@genesislcap/foundation-login": "14.217.0-FUI-2233.2",
72
- "@genesislcap/foundation-notifications": "14.217.0-FUI-2233.2",
73
- "@genesislcap/foundation-ui": "14.217.0-FUI-2233.2",
74
- "@genesislcap/foundation-utils": "14.217.0-FUI-2233.2",
75
- "@genesislcap/foundation-zero": "14.217.0-FUI-2233.2",
76
- "@genesislcap/foundation-zero-grid-pro": "14.217.0-FUI-2233.2",
77
- "@genesislcap/grid-pro": "14.217.0-FUI-2233.2",
66
+ "@genesislcap/foundation-comms": "14.217.1",
67
+ "@genesislcap/foundation-errors": "14.217.1",
68
+ "@genesislcap/foundation-events": "14.217.1",
69
+ "@genesislcap/foundation-forms": "14.217.1",
70
+ "@genesislcap/foundation-logger": "14.217.1",
71
+ "@genesislcap/foundation-login": "14.217.1",
72
+ "@genesislcap/foundation-notifications": "14.217.1",
73
+ "@genesislcap/foundation-ui": "14.217.1",
74
+ "@genesislcap/foundation-utils": "14.217.1",
75
+ "@genesislcap/foundation-zero": "14.217.1",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.217.1",
77
+ "@genesislcap/grid-pro": "14.217.1",
78
78
  "@microsoft/fast-components": "^2.30.6",
79
79
  "@microsoft/fast-element": "^1.12.0",
80
80
  "@microsoft/fast-foundation": "^2.49.4",
@@ -91,5 +91,5 @@
91
91
  "access": "public"
92
92
  },
93
93
  "customElements": "dist/custom-elements.json",
94
- "gitHead": "ba5d1a7f8d33a2094bc94b367d9551875c7aa2ed"
94
+ "gitHead": "cdd27c8a564831561bde5d76e4c9e43c65041710"
95
95
  }