@genesislcap/foundation-entity-management 14.222.0 → 14.223.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 +229 -229
  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",
@@ -919,6 +884,90 @@
919
884
  }
920
885
  ]
921
886
  },
887
+ {
888
+ "kind": "javascript-module",
889
+ "path": "src/components/components.ts",
890
+ "declarations": [
891
+ {
892
+ "kind": "function",
893
+ "name": "loadRemotes"
894
+ }
895
+ ],
896
+ "exports": [
897
+ {
898
+ "kind": "js",
899
+ "name": "loadRemotes",
900
+ "declaration": {
901
+ "name": "loadRemotes",
902
+ "module": "src/components/components.ts"
903
+ }
904
+ }
905
+ ]
906
+ },
907
+ {
908
+ "kind": "javascript-module",
909
+ "path": "src/components/index.ts",
910
+ "declarations": [],
911
+ "exports": [
912
+ {
913
+ "kind": "js",
914
+ "name": "*",
915
+ "declaration": {
916
+ "name": "*",
917
+ "package": "./components"
918
+ }
919
+ }
920
+ ]
921
+ },
922
+ {
923
+ "kind": "javascript-module",
924
+ "path": "src/layouts/default.ts",
925
+ "declarations": [
926
+ {
927
+ "kind": "variable",
928
+ "name": "loginLayout",
929
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
930
+ },
931
+ {
932
+ "kind": "variable",
933
+ "name": "defaultLayout",
934
+ "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)"
935
+ }
936
+ ],
937
+ "exports": [
938
+ {
939
+ "kind": "js",
940
+ "name": "loginLayout",
941
+ "declaration": {
942
+ "name": "loginLayout",
943
+ "module": "src/layouts/default.ts"
944
+ }
945
+ },
946
+ {
947
+ "kind": "js",
948
+ "name": "defaultLayout",
949
+ "declaration": {
950
+ "name": "defaultLayout",
951
+ "module": "src/layouts/default.ts"
952
+ }
953
+ }
954
+ ]
955
+ },
956
+ {
957
+ "kind": "javascript-module",
958
+ "path": "src/layouts/index.ts",
959
+ "declarations": [],
960
+ "exports": [
961
+ {
962
+ "kind": "js",
963
+ "name": "*",
964
+ "declaration": {
965
+ "name": "*",
966
+ "package": "./default"
967
+ }
968
+ }
969
+ ]
970
+ },
922
971
  {
923
972
  "kind": "javascript-module",
924
973
  "path": "src/list/index.ts",
@@ -1520,200 +1569,6 @@
1520
1569
  }
1521
1570
  ]
1522
1571
  },
1523
- {
1524
- "kind": "javascript-module",
1525
- "path": "src/main/index.ts",
1526
- "declarations": [],
1527
- "exports": [
1528
- {
1529
- "kind": "js",
1530
- "name": "*",
1531
- "declaration": {
1532
- "name": "*",
1533
- "package": "./main.template"
1534
- }
1535
- },
1536
- {
1537
- "kind": "js",
1538
- "name": "*",
1539
- "declaration": {
1540
- "name": "*",
1541
- "package": "./main"
1542
- }
1543
- }
1544
- ]
1545
- },
1546
- {
1547
- "kind": "javascript-module",
1548
- "path": "src/main/main.styles.ts",
1549
- "declarations": [
1550
- {
1551
- "kind": "variable",
1552
- "name": "MainStyles",
1553
- "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`"
1554
- }
1555
- ],
1556
- "exports": [
1557
- {
1558
- "kind": "js",
1559
- "name": "MainStyles",
1560
- "declaration": {
1561
- "name": "MainStyles",
1562
- "module": "src/main/main.styles.ts"
1563
- }
1564
- }
1565
- ]
1566
- },
1567
- {
1568
- "kind": "javascript-module",
1569
- "path": "src/main/main.template.ts",
1570
- "declarations": [],
1571
- "exports": []
1572
- },
1573
- {
1574
- "kind": "javascript-module",
1575
- "path": "src/main/main.ts",
1576
- "declarations": [
1577
- {
1578
- "kind": "class",
1579
- "description": "",
1580
- "name": "MainApplication",
1581
- "members": [
1582
- {
1583
- "kind": "field",
1584
- "name": "config",
1585
- "type": {
1586
- "text": "MainRouterConfig"
1587
- }
1588
- },
1589
- {
1590
- "kind": "field",
1591
- "name": "connect",
1592
- "type": {
1593
- "text": "Connect"
1594
- }
1595
- },
1596
- {
1597
- "kind": "field",
1598
- "name": "session",
1599
- "type": {
1600
- "text": "Session"
1601
- }
1602
- },
1603
- {
1604
- "kind": "field",
1605
- "name": "container",
1606
- "type": {
1607
- "text": "Container"
1608
- }
1609
- },
1610
- {
1611
- "kind": "field",
1612
- "name": "provider",
1613
- "type": {
1614
- "text": "HTMLElement"
1615
- }
1616
- },
1617
- {
1618
- "kind": "field",
1619
- "name": "ready",
1620
- "type": {
1621
- "text": "boolean"
1622
- },
1623
- "default": "false"
1624
- },
1625
- {
1626
- "kind": "method",
1627
- "name": "onLuminanceToggle"
1628
- },
1629
- {
1630
- "kind": "method",
1631
- "name": "loadRemotes"
1632
- },
1633
- {
1634
- "kind": "method",
1635
- "name": "selectTemplate"
1636
- },
1637
- {
1638
- "kind": "method",
1639
- "name": "registerDIDependencies",
1640
- "privacy": "private"
1641
- }
1642
- ],
1643
- "superclass": {
1644
- "name": "FASTElement",
1645
- "package": "@microsoft/fast-element"
1646
- },
1647
- "customElement": true
1648
- }
1649
- ],
1650
- "exports": [
1651
- {
1652
- "kind": "js",
1653
- "name": "MainApplication",
1654
- "declaration": {
1655
- "name": "MainApplication",
1656
- "module": "src/main/main.ts"
1657
- }
1658
- },
1659
- {
1660
- "kind": "custom-element-definition",
1661
- "declaration": {
1662
- "name": "MainApplication",
1663
- "module": "src/main/main.ts"
1664
- }
1665
- }
1666
- ]
1667
- },
1668
- {
1669
- "kind": "javascript-module",
1670
- "path": "src/layouts/default.ts",
1671
- "declarations": [
1672
- {
1673
- "kind": "variable",
1674
- "name": "loginLayout",
1675
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1676
- },
1677
- {
1678
- "kind": "variable",
1679
- "name": "defaultLayout",
1680
- "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)"
1681
- }
1682
- ],
1683
- "exports": [
1684
- {
1685
- "kind": "js",
1686
- "name": "loginLayout",
1687
- "declaration": {
1688
- "name": "loginLayout",
1689
- "module": "src/layouts/default.ts"
1690
- }
1691
- },
1692
- {
1693
- "kind": "js",
1694
- "name": "defaultLayout",
1695
- "declaration": {
1696
- "name": "defaultLayout",
1697
- "module": "src/layouts/default.ts"
1698
- }
1699
- }
1700
- ]
1701
- },
1702
- {
1703
- "kind": "javascript-module",
1704
- "path": "src/layouts/index.ts",
1705
- "declarations": [],
1706
- "exports": [
1707
- {
1708
- "kind": "js",
1709
- "name": "*",
1710
- "declaration": {
1711
- "name": "*",
1712
- "package": "./default"
1713
- }
1714
- }
1715
- ]
1716
- },
1717
1572
  {
1718
1573
  "kind": "javascript-module",
1719
1574
  "path": "src/profiles/editProfileSchema.ts",
@@ -2747,6 +2602,151 @@
2747
2602
  }
2748
2603
  ]
2749
2604
  },
2605
+ {
2606
+ "kind": "javascript-module",
2607
+ "path": "src/main/index.ts",
2608
+ "declarations": [],
2609
+ "exports": [
2610
+ {
2611
+ "kind": "js",
2612
+ "name": "*",
2613
+ "declaration": {
2614
+ "name": "*",
2615
+ "package": "./main.template"
2616
+ }
2617
+ },
2618
+ {
2619
+ "kind": "js",
2620
+ "name": "*",
2621
+ "declaration": {
2622
+ "name": "*",
2623
+ "package": "./main"
2624
+ }
2625
+ }
2626
+ ]
2627
+ },
2628
+ {
2629
+ "kind": "javascript-module",
2630
+ "path": "src/main/main.styles.ts",
2631
+ "declarations": [
2632
+ {
2633
+ "kind": "variable",
2634
+ "name": "MainStyles",
2635
+ "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`"
2636
+ }
2637
+ ],
2638
+ "exports": [
2639
+ {
2640
+ "kind": "js",
2641
+ "name": "MainStyles",
2642
+ "declaration": {
2643
+ "name": "MainStyles",
2644
+ "module": "src/main/main.styles.ts"
2645
+ }
2646
+ }
2647
+ ]
2648
+ },
2649
+ {
2650
+ "kind": "javascript-module",
2651
+ "path": "src/main/main.template.ts",
2652
+ "declarations": [],
2653
+ "exports": []
2654
+ },
2655
+ {
2656
+ "kind": "javascript-module",
2657
+ "path": "src/main/main.ts",
2658
+ "declarations": [
2659
+ {
2660
+ "kind": "class",
2661
+ "description": "",
2662
+ "name": "MainApplication",
2663
+ "members": [
2664
+ {
2665
+ "kind": "field",
2666
+ "name": "config",
2667
+ "type": {
2668
+ "text": "MainRouterConfig"
2669
+ }
2670
+ },
2671
+ {
2672
+ "kind": "field",
2673
+ "name": "connect",
2674
+ "type": {
2675
+ "text": "Connect"
2676
+ }
2677
+ },
2678
+ {
2679
+ "kind": "field",
2680
+ "name": "session",
2681
+ "type": {
2682
+ "text": "Session"
2683
+ }
2684
+ },
2685
+ {
2686
+ "kind": "field",
2687
+ "name": "container",
2688
+ "type": {
2689
+ "text": "Container"
2690
+ }
2691
+ },
2692
+ {
2693
+ "kind": "field",
2694
+ "name": "provider",
2695
+ "type": {
2696
+ "text": "HTMLElement"
2697
+ }
2698
+ },
2699
+ {
2700
+ "kind": "field",
2701
+ "name": "ready",
2702
+ "type": {
2703
+ "text": "boolean"
2704
+ },
2705
+ "default": "false"
2706
+ },
2707
+ {
2708
+ "kind": "method",
2709
+ "name": "onLuminanceToggle"
2710
+ },
2711
+ {
2712
+ "kind": "method",
2713
+ "name": "loadRemotes"
2714
+ },
2715
+ {
2716
+ "kind": "method",
2717
+ "name": "selectTemplate"
2718
+ },
2719
+ {
2720
+ "kind": "method",
2721
+ "name": "registerDIDependencies",
2722
+ "privacy": "private"
2723
+ }
2724
+ ],
2725
+ "superclass": {
2726
+ "name": "FASTElement",
2727
+ "package": "@microsoft/fast-element"
2728
+ },
2729
+ "customElement": true
2730
+ }
2731
+ ],
2732
+ "exports": [
2733
+ {
2734
+ "kind": "js",
2735
+ "name": "MainApplication",
2736
+ "declaration": {
2737
+ "name": "MainApplication",
2738
+ "module": "src/main/main.ts"
2739
+ }
2740
+ },
2741
+ {
2742
+ "kind": "custom-element-definition",
2743
+ "declaration": {
2744
+ "name": "MainApplication",
2745
+ "module": "src/main/main.ts"
2746
+ }
2747
+ }
2748
+ ]
2749
+ },
2750
2750
  {
2751
2751
  "kind": "javascript-module",
2752
2752
  "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.222.0",
4
+ "version": "14.223.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.222.0",
56
- "@genesislcap/genx": "14.222.0",
57
- "@genesislcap/rollup-builder": "14.222.0",
58
- "@genesislcap/ts-builder": "14.222.0",
59
- "@genesislcap/uvu-playwright-builder": "14.222.0",
60
- "@genesislcap/vite-builder": "14.222.0",
61
- "@genesislcap/webpack-builder": "14.222.0",
55
+ "@genesislcap/foundation-testing": "14.223.0",
56
+ "@genesislcap/genx": "14.223.0",
57
+ "@genesislcap/rollup-builder": "14.223.0",
58
+ "@genesislcap/ts-builder": "14.223.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.223.0",
60
+ "@genesislcap/vite-builder": "14.223.0",
61
+ "@genesislcap/webpack-builder": "14.223.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.222.0",
67
- "@genesislcap/foundation-errors": "14.222.0",
68
- "@genesislcap/foundation-events": "14.222.0",
69
- "@genesislcap/foundation-forms": "14.222.0",
70
- "@genesislcap/foundation-logger": "14.222.0",
71
- "@genesislcap/foundation-login": "14.222.0",
72
- "@genesislcap/foundation-notifications": "14.222.0",
73
- "@genesislcap/foundation-ui": "14.222.0",
74
- "@genesislcap/foundation-utils": "14.222.0",
75
- "@genesislcap/foundation-zero": "14.222.0",
76
- "@genesislcap/foundation-zero-grid-pro": "14.222.0",
77
- "@genesislcap/grid-pro": "14.222.0",
66
+ "@genesislcap/foundation-comms": "14.223.0",
67
+ "@genesislcap/foundation-errors": "14.223.0",
68
+ "@genesislcap/foundation-events": "14.223.0",
69
+ "@genesislcap/foundation-forms": "14.223.0",
70
+ "@genesislcap/foundation-logger": "14.223.0",
71
+ "@genesislcap/foundation-login": "14.223.0",
72
+ "@genesislcap/foundation-notifications": "14.223.0",
73
+ "@genesislcap/foundation-ui": "14.223.0",
74
+ "@genesislcap/foundation-utils": "14.223.0",
75
+ "@genesislcap/foundation-zero": "14.223.0",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.223.0",
77
+ "@genesislcap/grid-pro": "14.223.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": "d123c20ba58c810e8ca64c1be44d349e6db79487"
94
+ "gitHead": "22b246a956a4063d7337ab506bbdaa43e136ba63"
95
95
  }