@genesislcap/foundation-entity-management 14.190.0 → 14.191.1-dotenv.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 +188 -188
  2. package/package.json +21 -21
@@ -87,41 +87,6 @@
87
87
  }
88
88
  ]
89
89
  },
90
- {
91
- "kind": "javascript-module",
92
- "path": "src/components/components.ts",
93
- "declarations": [
94
- {
95
- "kind": "function",
96
- "name": "loadRemotes"
97
- }
98
- ],
99
- "exports": [
100
- {
101
- "kind": "js",
102
- "name": "loadRemotes",
103
- "declaration": {
104
- "name": "loadRemotes",
105
- "module": "src/components/components.ts"
106
- }
107
- }
108
- ]
109
- },
110
- {
111
- "kind": "javascript-module",
112
- "path": "src/components/index.ts",
113
- "declarations": [],
114
- "exports": [
115
- {
116
- "kind": "js",
117
- "name": "*",
118
- "declaration": {
119
- "name": "*",
120
- "package": "./components"
121
- }
122
- }
123
- ]
124
- },
125
90
  {
126
91
  "kind": "javascript-module",
127
92
  "path": "src/entities/entities.styles.ts",
@@ -917,6 +882,41 @@
917
882
  }
918
883
  ]
919
884
  },
885
+ {
886
+ "kind": "javascript-module",
887
+ "path": "src/components/components.ts",
888
+ "declarations": [
889
+ {
890
+ "kind": "function",
891
+ "name": "loadRemotes"
892
+ }
893
+ ],
894
+ "exports": [
895
+ {
896
+ "kind": "js",
897
+ "name": "loadRemotes",
898
+ "declaration": {
899
+ "name": "loadRemotes",
900
+ "module": "src/components/components.ts"
901
+ }
902
+ }
903
+ ]
904
+ },
905
+ {
906
+ "kind": "javascript-module",
907
+ "path": "src/components/index.ts",
908
+ "declarations": [],
909
+ "exports": [
910
+ {
911
+ "kind": "js",
912
+ "name": "*",
913
+ "declaration": {
914
+ "name": "*",
915
+ "package": "./components"
916
+ }
917
+ }
918
+ ]
919
+ },
920
920
  {
921
921
  "kind": "javascript-module",
922
922
  "path": "src/layouts/default.ts",
@@ -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.190.0",
4
+ "version": "14.191.1-dotenv.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.190.0",
56
- "@genesislcap/genx": "14.190.0",
57
- "@genesislcap/rollup-builder": "14.190.0",
58
- "@genesislcap/ts-builder": "14.190.0",
59
- "@genesislcap/uvu-playwright-builder": "14.190.0",
60
- "@genesislcap/vite-builder": "14.190.0",
61
- "@genesislcap/webpack-builder": "14.190.0",
55
+ "@genesislcap/foundation-testing": "14.191.1-dotenv.1",
56
+ "@genesislcap/genx": "14.191.1-dotenv.1",
57
+ "@genesislcap/rollup-builder": "14.191.1-dotenv.1",
58
+ "@genesislcap/ts-builder": "14.191.1-dotenv.1",
59
+ "@genesislcap/uvu-playwright-builder": "14.191.1-dotenv.1",
60
+ "@genesislcap/vite-builder": "14.191.1-dotenv.1",
61
+ "@genesislcap/webpack-builder": "14.191.1-dotenv.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.190.0",
67
- "@genesislcap/foundation-errors": "14.190.0",
68
- "@genesislcap/foundation-events": "14.190.0",
69
- "@genesislcap/foundation-forms": "14.190.0",
70
- "@genesislcap/foundation-logger": "14.190.0",
71
- "@genesislcap/foundation-login": "14.190.0",
72
- "@genesislcap/foundation-notifications": "14.190.0",
73
- "@genesislcap/foundation-ui": "14.190.0",
74
- "@genesislcap/foundation-utils": "14.190.0",
75
- "@genesislcap/foundation-zero": "14.190.0",
76
- "@genesislcap/foundation-zero-grid-pro": "14.190.0",
77
- "@genesislcap/grid-pro": "14.190.0",
66
+ "@genesislcap/foundation-comms": "14.191.1-dotenv.1",
67
+ "@genesislcap/foundation-errors": "14.191.1-dotenv.1",
68
+ "@genesislcap/foundation-events": "14.191.1-dotenv.1",
69
+ "@genesislcap/foundation-forms": "14.191.1-dotenv.1",
70
+ "@genesislcap/foundation-logger": "14.191.1-dotenv.1",
71
+ "@genesislcap/foundation-login": "14.191.1-dotenv.1",
72
+ "@genesislcap/foundation-notifications": "14.191.1-dotenv.1",
73
+ "@genesislcap/foundation-ui": "14.191.1-dotenv.1",
74
+ "@genesislcap/foundation-utils": "14.191.1-dotenv.1",
75
+ "@genesislcap/foundation-zero": "14.191.1-dotenv.1",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.191.1-dotenv.1",
77
+ "@genesislcap/grid-pro": "14.191.1-dotenv.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",
@@ -90,5 +90,5 @@
90
90
  "access": "public"
91
91
  },
92
92
  "customElements": "dist/custom-elements.json",
93
- "gitHead": "44b901a5dc67bad66ff1df5f1027a1625d07457b"
93
+ "gitHead": "a13b4bce29a8e2c0c79228ca81768988a2201a65"
94
94
  }