@genesislcap/foundation-entity-management 14.193.1 → 14.193.3

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
@@ -1429,159 +1429,6 @@
1429
1429
  }
1430
1430
  ]
1431
1431
  },
1432
- {
1433
- "kind": "javascript-module",
1434
- "path": "src/main/index.ts",
1435
- "declarations": [],
1436
- "exports": [
1437
- {
1438
- "kind": "js",
1439
- "name": "*",
1440
- "declaration": {
1441
- "name": "*",
1442
- "package": "./main.template"
1443
- }
1444
- },
1445
- {
1446
- "kind": "js",
1447
- "name": "*",
1448
- "declaration": {
1449
- "name": "*",
1450
- "package": "./main"
1451
- }
1452
- }
1453
- ]
1454
- },
1455
- {
1456
- "kind": "javascript-module",
1457
- "path": "src/main/main.styles.ts",
1458
- "declarations": [
1459
- {
1460
- "kind": "variable",
1461
- "name": "MainStyles",
1462
- "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`"
1463
- }
1464
- ],
1465
- "exports": [
1466
- {
1467
- "kind": "js",
1468
- "name": "MainStyles",
1469
- "declaration": {
1470
- "name": "MainStyles",
1471
- "module": "src/main/main.styles.ts"
1472
- }
1473
- }
1474
- ]
1475
- },
1476
- {
1477
- "kind": "javascript-module",
1478
- "path": "src/main/main.template.ts",
1479
- "declarations": [],
1480
- "exports": []
1481
- },
1482
- {
1483
- "kind": "javascript-module",
1484
- "path": "src/main/main.ts",
1485
- "declarations": [
1486
- {
1487
- "kind": "class",
1488
- "description": "",
1489
- "name": "MainApplication",
1490
- "members": [
1491
- {
1492
- "kind": "field",
1493
- "name": "config",
1494
- "type": {
1495
- "text": "MainRouterConfig"
1496
- }
1497
- },
1498
- {
1499
- "kind": "field",
1500
- "name": "connect",
1501
- "type": {
1502
- "text": "Connect"
1503
- }
1504
- },
1505
- {
1506
- "kind": "field",
1507
- "name": "session",
1508
- "type": {
1509
- "text": "Session"
1510
- }
1511
- },
1512
- {
1513
- "kind": "field",
1514
- "name": "container",
1515
- "type": {
1516
- "text": "Container"
1517
- }
1518
- },
1519
- {
1520
- "kind": "field",
1521
- "name": "provider",
1522
- "type": {
1523
- "text": "any"
1524
- }
1525
- },
1526
- {
1527
- "kind": "field",
1528
- "name": "ready",
1529
- "type": {
1530
- "text": "boolean"
1531
- },
1532
- "default": "false"
1533
- },
1534
- {
1535
- "kind": "field",
1536
- "name": "data",
1537
- "type": {
1538
- "text": "any"
1539
- },
1540
- "default": "null"
1541
- },
1542
- {
1543
- "kind": "method",
1544
- "name": "onLuminanceToggle"
1545
- },
1546
- {
1547
- "kind": "method",
1548
- "name": "loadRemotes"
1549
- },
1550
- {
1551
- "kind": "method",
1552
- "name": "selectTemplate"
1553
- },
1554
- {
1555
- "kind": "method",
1556
- "name": "registerDIDependencies",
1557
- "privacy": "private"
1558
- }
1559
- ],
1560
- "superclass": {
1561
- "name": "FASTElement",
1562
- "package": "@microsoft/fast-element"
1563
- },
1564
- "customElement": true
1565
- }
1566
- ],
1567
- "exports": [
1568
- {
1569
- "kind": "js",
1570
- "name": "MainApplication",
1571
- "declaration": {
1572
- "name": "MainApplication",
1573
- "module": "src/main/main.ts"
1574
- }
1575
- },
1576
- {
1577
- "kind": "custom-element-definition",
1578
- "declaration": {
1579
- "name": "MainApplication",
1580
- "module": "src/main/main.ts"
1581
- }
1582
- }
1583
- ]
1584
- },
1585
1432
  {
1586
1433
  "kind": "javascript-module",
1587
1434
  "path": "src/profiles/editProfileSchema.ts",
@@ -2640,6 +2487,159 @@
2640
2487
  }
2641
2488
  ]
2642
2489
  },
2490
+ {
2491
+ "kind": "javascript-module",
2492
+ "path": "src/main/index.ts",
2493
+ "declarations": [],
2494
+ "exports": [
2495
+ {
2496
+ "kind": "js",
2497
+ "name": "*",
2498
+ "declaration": {
2499
+ "name": "*",
2500
+ "package": "./main.template"
2501
+ }
2502
+ },
2503
+ {
2504
+ "kind": "js",
2505
+ "name": "*",
2506
+ "declaration": {
2507
+ "name": "*",
2508
+ "package": "./main"
2509
+ }
2510
+ }
2511
+ ]
2512
+ },
2513
+ {
2514
+ "kind": "javascript-module",
2515
+ "path": "src/main/main.styles.ts",
2516
+ "declarations": [
2517
+ {
2518
+ "kind": "variable",
2519
+ "name": "MainStyles",
2520
+ "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`"
2521
+ }
2522
+ ],
2523
+ "exports": [
2524
+ {
2525
+ "kind": "js",
2526
+ "name": "MainStyles",
2527
+ "declaration": {
2528
+ "name": "MainStyles",
2529
+ "module": "src/main/main.styles.ts"
2530
+ }
2531
+ }
2532
+ ]
2533
+ },
2534
+ {
2535
+ "kind": "javascript-module",
2536
+ "path": "src/main/main.template.ts",
2537
+ "declarations": [],
2538
+ "exports": []
2539
+ },
2540
+ {
2541
+ "kind": "javascript-module",
2542
+ "path": "src/main/main.ts",
2543
+ "declarations": [
2544
+ {
2545
+ "kind": "class",
2546
+ "description": "",
2547
+ "name": "MainApplication",
2548
+ "members": [
2549
+ {
2550
+ "kind": "field",
2551
+ "name": "config",
2552
+ "type": {
2553
+ "text": "MainRouterConfig"
2554
+ }
2555
+ },
2556
+ {
2557
+ "kind": "field",
2558
+ "name": "connect",
2559
+ "type": {
2560
+ "text": "Connect"
2561
+ }
2562
+ },
2563
+ {
2564
+ "kind": "field",
2565
+ "name": "session",
2566
+ "type": {
2567
+ "text": "Session"
2568
+ }
2569
+ },
2570
+ {
2571
+ "kind": "field",
2572
+ "name": "container",
2573
+ "type": {
2574
+ "text": "Container"
2575
+ }
2576
+ },
2577
+ {
2578
+ "kind": "field",
2579
+ "name": "provider",
2580
+ "type": {
2581
+ "text": "any"
2582
+ }
2583
+ },
2584
+ {
2585
+ "kind": "field",
2586
+ "name": "ready",
2587
+ "type": {
2588
+ "text": "boolean"
2589
+ },
2590
+ "default": "false"
2591
+ },
2592
+ {
2593
+ "kind": "field",
2594
+ "name": "data",
2595
+ "type": {
2596
+ "text": "any"
2597
+ },
2598
+ "default": "null"
2599
+ },
2600
+ {
2601
+ "kind": "method",
2602
+ "name": "onLuminanceToggle"
2603
+ },
2604
+ {
2605
+ "kind": "method",
2606
+ "name": "loadRemotes"
2607
+ },
2608
+ {
2609
+ "kind": "method",
2610
+ "name": "selectTemplate"
2611
+ },
2612
+ {
2613
+ "kind": "method",
2614
+ "name": "registerDIDependencies",
2615
+ "privacy": "private"
2616
+ }
2617
+ ],
2618
+ "superclass": {
2619
+ "name": "FASTElement",
2620
+ "package": "@microsoft/fast-element"
2621
+ },
2622
+ "customElement": true
2623
+ }
2624
+ ],
2625
+ "exports": [
2626
+ {
2627
+ "kind": "js",
2628
+ "name": "MainApplication",
2629
+ "declaration": {
2630
+ "name": "MainApplication",
2631
+ "module": "src/main/main.ts"
2632
+ }
2633
+ },
2634
+ {
2635
+ "kind": "custom-element-definition",
2636
+ "declaration": {
2637
+ "name": "MainApplication",
2638
+ "module": "src/main/main.ts"
2639
+ }
2640
+ }
2641
+ ]
2642
+ },
2643
2643
  {
2644
2644
  "kind": "javascript-module",
2645
2645
  "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.193.1",
4
+ "version": "14.193.3",
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.193.1",
56
- "@genesislcap/genx": "14.193.1",
57
- "@genesislcap/rollup-builder": "14.193.1",
58
- "@genesislcap/ts-builder": "14.193.1",
59
- "@genesislcap/uvu-playwright-builder": "14.193.1",
60
- "@genesislcap/vite-builder": "14.193.1",
61
- "@genesislcap/webpack-builder": "14.193.1",
55
+ "@genesislcap/foundation-testing": "14.193.3",
56
+ "@genesislcap/genx": "14.193.3",
57
+ "@genesislcap/rollup-builder": "14.193.3",
58
+ "@genesislcap/ts-builder": "14.193.3",
59
+ "@genesislcap/uvu-playwright-builder": "14.193.3",
60
+ "@genesislcap/vite-builder": "14.193.3",
61
+ "@genesislcap/webpack-builder": "14.193.3",
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.193.1",
67
- "@genesislcap/foundation-errors": "14.193.1",
68
- "@genesislcap/foundation-events": "14.193.1",
69
- "@genesislcap/foundation-forms": "14.193.1",
70
- "@genesislcap/foundation-logger": "14.193.1",
71
- "@genesislcap/foundation-login": "14.193.1",
72
- "@genesislcap/foundation-notifications": "14.193.1",
73
- "@genesislcap/foundation-ui": "14.193.1",
74
- "@genesislcap/foundation-utils": "14.193.1",
75
- "@genesislcap/foundation-zero": "14.193.1",
76
- "@genesislcap/foundation-zero-grid-pro": "14.193.1",
77
- "@genesislcap/grid-pro": "14.193.1",
66
+ "@genesislcap/foundation-comms": "14.193.3",
67
+ "@genesislcap/foundation-errors": "14.193.3",
68
+ "@genesislcap/foundation-events": "14.193.3",
69
+ "@genesislcap/foundation-forms": "14.193.3",
70
+ "@genesislcap/foundation-logger": "14.193.3",
71
+ "@genesislcap/foundation-login": "14.193.3",
72
+ "@genesislcap/foundation-notifications": "14.193.3",
73
+ "@genesislcap/foundation-ui": "14.193.3",
74
+ "@genesislcap/foundation-utils": "14.193.3",
75
+ "@genesislcap/foundation-zero": "14.193.3",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.193.3",
77
+ "@genesislcap/grid-pro": "14.193.3",
78
78
  "@microsoft/fast-components": "^2.30.6",
79
79
  "@microsoft/fast-element": "^1.12.0",
80
80
  "@microsoft/fast-foundation": "^2.49.4",
@@ -90,5 +90,5 @@
90
90
  "access": "public"
91
91
  },
92
92
  "customElements": "dist/custom-elements.json",
93
- "gitHead": "83048f45bf5634a5c7e93d461eceb393610aee37"
93
+ "gitHead": "38840a2d88af7100ff4b38c9b1440885c67a0799"
94
94
  }