@genesislcap/foundation-entity-management 14.219.2 → 14.220.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 +145 -145
  2. package/package.json +21 -21
@@ -1472,6 +1472,151 @@
1472
1472
  }
1473
1473
  ]
1474
1474
  },
1475
+ {
1476
+ "kind": "javascript-module",
1477
+ "path": "src/main/index.ts",
1478
+ "declarations": [],
1479
+ "exports": [
1480
+ {
1481
+ "kind": "js",
1482
+ "name": "*",
1483
+ "declaration": {
1484
+ "name": "*",
1485
+ "package": "./main.template"
1486
+ }
1487
+ },
1488
+ {
1489
+ "kind": "js",
1490
+ "name": "*",
1491
+ "declaration": {
1492
+ "name": "*",
1493
+ "package": "./main"
1494
+ }
1495
+ }
1496
+ ]
1497
+ },
1498
+ {
1499
+ "kind": "javascript-module",
1500
+ "path": "src/main/main.styles.ts",
1501
+ "declarations": [
1502
+ {
1503
+ "kind": "variable",
1504
+ "name": "MainStyles",
1505
+ "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`"
1506
+ }
1507
+ ],
1508
+ "exports": [
1509
+ {
1510
+ "kind": "js",
1511
+ "name": "MainStyles",
1512
+ "declaration": {
1513
+ "name": "MainStyles",
1514
+ "module": "src/main/main.styles.ts"
1515
+ }
1516
+ }
1517
+ ]
1518
+ },
1519
+ {
1520
+ "kind": "javascript-module",
1521
+ "path": "src/main/main.template.ts",
1522
+ "declarations": [],
1523
+ "exports": []
1524
+ },
1525
+ {
1526
+ "kind": "javascript-module",
1527
+ "path": "src/main/main.ts",
1528
+ "declarations": [
1529
+ {
1530
+ "kind": "class",
1531
+ "description": "",
1532
+ "name": "MainApplication",
1533
+ "members": [
1534
+ {
1535
+ "kind": "field",
1536
+ "name": "config",
1537
+ "type": {
1538
+ "text": "MainRouterConfig"
1539
+ }
1540
+ },
1541
+ {
1542
+ "kind": "field",
1543
+ "name": "connect",
1544
+ "type": {
1545
+ "text": "Connect"
1546
+ }
1547
+ },
1548
+ {
1549
+ "kind": "field",
1550
+ "name": "session",
1551
+ "type": {
1552
+ "text": "Session"
1553
+ }
1554
+ },
1555
+ {
1556
+ "kind": "field",
1557
+ "name": "container",
1558
+ "type": {
1559
+ "text": "Container"
1560
+ }
1561
+ },
1562
+ {
1563
+ "kind": "field",
1564
+ "name": "provider",
1565
+ "type": {
1566
+ "text": "HTMLElement"
1567
+ }
1568
+ },
1569
+ {
1570
+ "kind": "field",
1571
+ "name": "ready",
1572
+ "type": {
1573
+ "text": "boolean"
1574
+ },
1575
+ "default": "false"
1576
+ },
1577
+ {
1578
+ "kind": "method",
1579
+ "name": "onLuminanceToggle"
1580
+ },
1581
+ {
1582
+ "kind": "method",
1583
+ "name": "loadRemotes"
1584
+ },
1585
+ {
1586
+ "kind": "method",
1587
+ "name": "selectTemplate"
1588
+ },
1589
+ {
1590
+ "kind": "method",
1591
+ "name": "registerDIDependencies",
1592
+ "privacy": "private"
1593
+ }
1594
+ ],
1595
+ "superclass": {
1596
+ "name": "FASTElement",
1597
+ "package": "@microsoft/fast-element"
1598
+ },
1599
+ "customElement": true
1600
+ }
1601
+ ],
1602
+ "exports": [
1603
+ {
1604
+ "kind": "js",
1605
+ "name": "MainApplication",
1606
+ "declaration": {
1607
+ "name": "MainApplication",
1608
+ "module": "src/main/main.ts"
1609
+ }
1610
+ },
1611
+ {
1612
+ "kind": "custom-element-definition",
1613
+ "declaration": {
1614
+ "name": "MainApplication",
1615
+ "module": "src/main/main.ts"
1616
+ }
1617
+ }
1618
+ ]
1619
+ },
1475
1620
  {
1476
1621
  "kind": "javascript-module",
1477
1622
  "path": "src/profiles/editProfileSchema.ts",
@@ -2436,151 +2581,6 @@
2436
2581
  }
2437
2582
  ]
2438
2583
  },
2439
- {
2440
- "kind": "javascript-module",
2441
- "path": "src/main/index.ts",
2442
- "declarations": [],
2443
- "exports": [
2444
- {
2445
- "kind": "js",
2446
- "name": "*",
2447
- "declaration": {
2448
- "name": "*",
2449
- "package": "./main.template"
2450
- }
2451
- },
2452
- {
2453
- "kind": "js",
2454
- "name": "*",
2455
- "declaration": {
2456
- "name": "*",
2457
- "package": "./main"
2458
- }
2459
- }
2460
- ]
2461
- },
2462
- {
2463
- "kind": "javascript-module",
2464
- "path": "src/main/main.styles.ts",
2465
- "declarations": [
2466
- {
2467
- "kind": "variable",
2468
- "name": "MainStyles",
2469
- "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`"
2470
- }
2471
- ],
2472
- "exports": [
2473
- {
2474
- "kind": "js",
2475
- "name": "MainStyles",
2476
- "declaration": {
2477
- "name": "MainStyles",
2478
- "module": "src/main/main.styles.ts"
2479
- }
2480
- }
2481
- ]
2482
- },
2483
- {
2484
- "kind": "javascript-module",
2485
- "path": "src/main/main.template.ts",
2486
- "declarations": [],
2487
- "exports": []
2488
- },
2489
- {
2490
- "kind": "javascript-module",
2491
- "path": "src/main/main.ts",
2492
- "declarations": [
2493
- {
2494
- "kind": "class",
2495
- "description": "",
2496
- "name": "MainApplication",
2497
- "members": [
2498
- {
2499
- "kind": "field",
2500
- "name": "config",
2501
- "type": {
2502
- "text": "MainRouterConfig"
2503
- }
2504
- },
2505
- {
2506
- "kind": "field",
2507
- "name": "connect",
2508
- "type": {
2509
- "text": "Connect"
2510
- }
2511
- },
2512
- {
2513
- "kind": "field",
2514
- "name": "session",
2515
- "type": {
2516
- "text": "Session"
2517
- }
2518
- },
2519
- {
2520
- "kind": "field",
2521
- "name": "container",
2522
- "type": {
2523
- "text": "Container"
2524
- }
2525
- },
2526
- {
2527
- "kind": "field",
2528
- "name": "provider",
2529
- "type": {
2530
- "text": "HTMLElement"
2531
- }
2532
- },
2533
- {
2534
- "kind": "field",
2535
- "name": "ready",
2536
- "type": {
2537
- "text": "boolean"
2538
- },
2539
- "default": "false"
2540
- },
2541
- {
2542
- "kind": "method",
2543
- "name": "onLuminanceToggle"
2544
- },
2545
- {
2546
- "kind": "method",
2547
- "name": "loadRemotes"
2548
- },
2549
- {
2550
- "kind": "method",
2551
- "name": "selectTemplate"
2552
- },
2553
- {
2554
- "kind": "method",
2555
- "name": "registerDIDependencies",
2556
- "privacy": "private"
2557
- }
2558
- ],
2559
- "superclass": {
2560
- "name": "FASTElement",
2561
- "package": "@microsoft/fast-element"
2562
- },
2563
- "customElement": true
2564
- }
2565
- ],
2566
- "exports": [
2567
- {
2568
- "kind": "js",
2569
- "name": "MainApplication",
2570
- "declaration": {
2571
- "name": "MainApplication",
2572
- "module": "src/main/main.ts"
2573
- }
2574
- },
2575
- {
2576
- "kind": "custom-element-definition",
2577
- "declaration": {
2578
- "name": "MainApplication",
2579
- "module": "src/main/main.ts"
2580
- }
2581
- }
2582
- ]
2583
- },
2584
2584
  {
2585
2585
  "kind": "javascript-module",
2586
2586
  "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.219.2",
4
+ "version": "14.220.0",
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.219.2",
56
- "@genesislcap/genx": "14.219.2",
57
- "@genesislcap/rollup-builder": "14.219.2",
58
- "@genesislcap/ts-builder": "14.219.2",
59
- "@genesislcap/uvu-playwright-builder": "14.219.2",
60
- "@genesislcap/vite-builder": "14.219.2",
61
- "@genesislcap/webpack-builder": "14.219.2",
55
+ "@genesislcap/foundation-testing": "14.220.0",
56
+ "@genesislcap/genx": "14.220.0",
57
+ "@genesislcap/rollup-builder": "14.220.0",
58
+ "@genesislcap/ts-builder": "14.220.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.220.0",
60
+ "@genesislcap/vite-builder": "14.220.0",
61
+ "@genesislcap/webpack-builder": "14.220.0",
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.219.2",
67
- "@genesislcap/foundation-errors": "14.219.2",
68
- "@genesislcap/foundation-events": "14.219.2",
69
- "@genesislcap/foundation-forms": "14.219.2",
70
- "@genesislcap/foundation-logger": "14.219.2",
71
- "@genesislcap/foundation-login": "14.219.2",
72
- "@genesislcap/foundation-notifications": "14.219.2",
73
- "@genesislcap/foundation-ui": "14.219.2",
74
- "@genesislcap/foundation-utils": "14.219.2",
75
- "@genesislcap/foundation-zero": "14.219.2",
76
- "@genesislcap/foundation-zero-grid-pro": "14.219.2",
77
- "@genesislcap/grid-pro": "14.219.2",
66
+ "@genesislcap/foundation-comms": "14.220.0",
67
+ "@genesislcap/foundation-errors": "14.220.0",
68
+ "@genesislcap/foundation-events": "14.220.0",
69
+ "@genesislcap/foundation-forms": "14.220.0",
70
+ "@genesislcap/foundation-logger": "14.220.0",
71
+ "@genesislcap/foundation-login": "14.220.0",
72
+ "@genesislcap/foundation-notifications": "14.220.0",
73
+ "@genesislcap/foundation-ui": "14.220.0",
74
+ "@genesislcap/foundation-utils": "14.220.0",
75
+ "@genesislcap/foundation-zero": "14.220.0",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.220.0",
77
+ "@genesislcap/grid-pro": "14.220.0",
78
78
  "@microsoft/fast-components": "^2.30.6",
79
79
  "@microsoft/fast-element": "^1.12.0",
80
80
  "@microsoft/fast-foundation": "2.49.6",
@@ -91,5 +91,5 @@
91
91
  "access": "public"
92
92
  },
93
93
  "customElements": "dist/custom-elements.json",
94
- "gitHead": "91bfe243c47884d0a7bd6df59ae1fea0736b79cb"
94
+ "gitHead": "18dcf3cbca18cf957d0bb082cb87c8b677ffe7b6"
95
95
  }