@genesislcap/foundation-entity-management 14.258.0 → 14.258.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.
- package/dist/custom-elements.json +145 -145
- package/package.json +21 -21
|
@@ -1594,6 +1594,151 @@
|
|
|
1594
1594
|
}
|
|
1595
1595
|
]
|
|
1596
1596
|
},
|
|
1597
|
+
{
|
|
1598
|
+
"kind": "javascript-module",
|
|
1599
|
+
"path": "src/main/index.ts",
|
|
1600
|
+
"declarations": [],
|
|
1601
|
+
"exports": [
|
|
1602
|
+
{
|
|
1603
|
+
"kind": "js",
|
|
1604
|
+
"name": "*",
|
|
1605
|
+
"declaration": {
|
|
1606
|
+
"name": "*",
|
|
1607
|
+
"package": "./main.template"
|
|
1608
|
+
}
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"kind": "js",
|
|
1612
|
+
"name": "*",
|
|
1613
|
+
"declaration": {
|
|
1614
|
+
"name": "*",
|
|
1615
|
+
"package": "./main"
|
|
1616
|
+
}
|
|
1617
|
+
}
|
|
1618
|
+
]
|
|
1619
|
+
},
|
|
1620
|
+
{
|
|
1621
|
+
"kind": "javascript-module",
|
|
1622
|
+
"path": "src/main/main.styles.ts",
|
|
1623
|
+
"declarations": [
|
|
1624
|
+
{
|
|
1625
|
+
"kind": "variable",
|
|
1626
|
+
"name": "MainStyles",
|
|
1627
|
+
"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`"
|
|
1628
|
+
}
|
|
1629
|
+
],
|
|
1630
|
+
"exports": [
|
|
1631
|
+
{
|
|
1632
|
+
"kind": "js",
|
|
1633
|
+
"name": "MainStyles",
|
|
1634
|
+
"declaration": {
|
|
1635
|
+
"name": "MainStyles",
|
|
1636
|
+
"module": "src/main/main.styles.ts"
|
|
1637
|
+
}
|
|
1638
|
+
}
|
|
1639
|
+
]
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"kind": "javascript-module",
|
|
1643
|
+
"path": "src/main/main.template.ts",
|
|
1644
|
+
"declarations": [],
|
|
1645
|
+
"exports": []
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
"kind": "javascript-module",
|
|
1649
|
+
"path": "src/main/main.ts",
|
|
1650
|
+
"declarations": [
|
|
1651
|
+
{
|
|
1652
|
+
"kind": "class",
|
|
1653
|
+
"description": "",
|
|
1654
|
+
"name": "MainApplication",
|
|
1655
|
+
"members": [
|
|
1656
|
+
{
|
|
1657
|
+
"kind": "field",
|
|
1658
|
+
"name": "config",
|
|
1659
|
+
"type": {
|
|
1660
|
+
"text": "MainRouterConfig"
|
|
1661
|
+
}
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
"kind": "field",
|
|
1665
|
+
"name": "connect",
|
|
1666
|
+
"type": {
|
|
1667
|
+
"text": "Connect"
|
|
1668
|
+
}
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"kind": "field",
|
|
1672
|
+
"name": "session",
|
|
1673
|
+
"type": {
|
|
1674
|
+
"text": "Session"
|
|
1675
|
+
}
|
|
1676
|
+
},
|
|
1677
|
+
{
|
|
1678
|
+
"kind": "field",
|
|
1679
|
+
"name": "container",
|
|
1680
|
+
"type": {
|
|
1681
|
+
"text": "Container"
|
|
1682
|
+
}
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
"kind": "field",
|
|
1686
|
+
"name": "provider",
|
|
1687
|
+
"type": {
|
|
1688
|
+
"text": "HTMLElement"
|
|
1689
|
+
}
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
"kind": "field",
|
|
1693
|
+
"name": "ready",
|
|
1694
|
+
"type": {
|
|
1695
|
+
"text": "boolean"
|
|
1696
|
+
},
|
|
1697
|
+
"default": "false"
|
|
1698
|
+
},
|
|
1699
|
+
{
|
|
1700
|
+
"kind": "method",
|
|
1701
|
+
"name": "onLuminanceToggle"
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
"kind": "method",
|
|
1705
|
+
"name": "loadRemotes"
|
|
1706
|
+
},
|
|
1707
|
+
{
|
|
1708
|
+
"kind": "method",
|
|
1709
|
+
"name": "selectTemplate"
|
|
1710
|
+
},
|
|
1711
|
+
{
|
|
1712
|
+
"kind": "method",
|
|
1713
|
+
"name": "registerDIDependencies",
|
|
1714
|
+
"privacy": "private"
|
|
1715
|
+
}
|
|
1716
|
+
],
|
|
1717
|
+
"superclass": {
|
|
1718
|
+
"name": "FASTElement",
|
|
1719
|
+
"package": "@microsoft/fast-element"
|
|
1720
|
+
},
|
|
1721
|
+
"customElement": true
|
|
1722
|
+
}
|
|
1723
|
+
],
|
|
1724
|
+
"exports": [
|
|
1725
|
+
{
|
|
1726
|
+
"kind": "js",
|
|
1727
|
+
"name": "MainApplication",
|
|
1728
|
+
"declaration": {
|
|
1729
|
+
"name": "MainApplication",
|
|
1730
|
+
"module": "src/main/main.ts"
|
|
1731
|
+
}
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
"kind": "custom-element-definition",
|
|
1735
|
+
"declaration": {
|
|
1736
|
+
"name": "MainApplication",
|
|
1737
|
+
"module": "src/main/main.ts"
|
|
1738
|
+
}
|
|
1739
|
+
}
|
|
1740
|
+
]
|
|
1741
|
+
},
|
|
1597
1742
|
{
|
|
1598
1743
|
"kind": "javascript-module",
|
|
1599
1744
|
"path": "src/profiles/editProfileSchema.ts",
|
|
@@ -2652,151 +2797,6 @@
|
|
|
2652
2797
|
}
|
|
2653
2798
|
]
|
|
2654
2799
|
},
|
|
2655
|
-
{
|
|
2656
|
-
"kind": "javascript-module",
|
|
2657
|
-
"path": "src/main/index.ts",
|
|
2658
|
-
"declarations": [],
|
|
2659
|
-
"exports": [
|
|
2660
|
-
{
|
|
2661
|
-
"kind": "js",
|
|
2662
|
-
"name": "*",
|
|
2663
|
-
"declaration": {
|
|
2664
|
-
"name": "*",
|
|
2665
|
-
"package": "./main.template"
|
|
2666
|
-
}
|
|
2667
|
-
},
|
|
2668
|
-
{
|
|
2669
|
-
"kind": "js",
|
|
2670
|
-
"name": "*",
|
|
2671
|
-
"declaration": {
|
|
2672
|
-
"name": "*",
|
|
2673
|
-
"package": "./main"
|
|
2674
|
-
}
|
|
2675
|
-
}
|
|
2676
|
-
]
|
|
2677
|
-
},
|
|
2678
|
-
{
|
|
2679
|
-
"kind": "javascript-module",
|
|
2680
|
-
"path": "src/main/main.styles.ts",
|
|
2681
|
-
"declarations": [
|
|
2682
|
-
{
|
|
2683
|
-
"kind": "variable",
|
|
2684
|
-
"name": "MainStyles",
|
|
2685
|
-
"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`"
|
|
2686
|
-
}
|
|
2687
|
-
],
|
|
2688
|
-
"exports": [
|
|
2689
|
-
{
|
|
2690
|
-
"kind": "js",
|
|
2691
|
-
"name": "MainStyles",
|
|
2692
|
-
"declaration": {
|
|
2693
|
-
"name": "MainStyles",
|
|
2694
|
-
"module": "src/main/main.styles.ts"
|
|
2695
|
-
}
|
|
2696
|
-
}
|
|
2697
|
-
]
|
|
2698
|
-
},
|
|
2699
|
-
{
|
|
2700
|
-
"kind": "javascript-module",
|
|
2701
|
-
"path": "src/main/main.template.ts",
|
|
2702
|
-
"declarations": [],
|
|
2703
|
-
"exports": []
|
|
2704
|
-
},
|
|
2705
|
-
{
|
|
2706
|
-
"kind": "javascript-module",
|
|
2707
|
-
"path": "src/main/main.ts",
|
|
2708
|
-
"declarations": [
|
|
2709
|
-
{
|
|
2710
|
-
"kind": "class",
|
|
2711
|
-
"description": "",
|
|
2712
|
-
"name": "MainApplication",
|
|
2713
|
-
"members": [
|
|
2714
|
-
{
|
|
2715
|
-
"kind": "field",
|
|
2716
|
-
"name": "config",
|
|
2717
|
-
"type": {
|
|
2718
|
-
"text": "MainRouterConfig"
|
|
2719
|
-
}
|
|
2720
|
-
},
|
|
2721
|
-
{
|
|
2722
|
-
"kind": "field",
|
|
2723
|
-
"name": "connect",
|
|
2724
|
-
"type": {
|
|
2725
|
-
"text": "Connect"
|
|
2726
|
-
}
|
|
2727
|
-
},
|
|
2728
|
-
{
|
|
2729
|
-
"kind": "field",
|
|
2730
|
-
"name": "session",
|
|
2731
|
-
"type": {
|
|
2732
|
-
"text": "Session"
|
|
2733
|
-
}
|
|
2734
|
-
},
|
|
2735
|
-
{
|
|
2736
|
-
"kind": "field",
|
|
2737
|
-
"name": "container",
|
|
2738
|
-
"type": {
|
|
2739
|
-
"text": "Container"
|
|
2740
|
-
}
|
|
2741
|
-
},
|
|
2742
|
-
{
|
|
2743
|
-
"kind": "field",
|
|
2744
|
-
"name": "provider",
|
|
2745
|
-
"type": {
|
|
2746
|
-
"text": "HTMLElement"
|
|
2747
|
-
}
|
|
2748
|
-
},
|
|
2749
|
-
{
|
|
2750
|
-
"kind": "field",
|
|
2751
|
-
"name": "ready",
|
|
2752
|
-
"type": {
|
|
2753
|
-
"text": "boolean"
|
|
2754
|
-
},
|
|
2755
|
-
"default": "false"
|
|
2756
|
-
},
|
|
2757
|
-
{
|
|
2758
|
-
"kind": "method",
|
|
2759
|
-
"name": "onLuminanceToggle"
|
|
2760
|
-
},
|
|
2761
|
-
{
|
|
2762
|
-
"kind": "method",
|
|
2763
|
-
"name": "loadRemotes"
|
|
2764
|
-
},
|
|
2765
|
-
{
|
|
2766
|
-
"kind": "method",
|
|
2767
|
-
"name": "selectTemplate"
|
|
2768
|
-
},
|
|
2769
|
-
{
|
|
2770
|
-
"kind": "method",
|
|
2771
|
-
"name": "registerDIDependencies",
|
|
2772
|
-
"privacy": "private"
|
|
2773
|
-
}
|
|
2774
|
-
],
|
|
2775
|
-
"superclass": {
|
|
2776
|
-
"name": "FASTElement",
|
|
2777
|
-
"package": "@microsoft/fast-element"
|
|
2778
|
-
},
|
|
2779
|
-
"customElement": true
|
|
2780
|
-
}
|
|
2781
|
-
],
|
|
2782
|
-
"exports": [
|
|
2783
|
-
{
|
|
2784
|
-
"kind": "js",
|
|
2785
|
-
"name": "MainApplication",
|
|
2786
|
-
"declaration": {
|
|
2787
|
-
"name": "MainApplication",
|
|
2788
|
-
"module": "src/main/main.ts"
|
|
2789
|
-
}
|
|
2790
|
-
},
|
|
2791
|
-
{
|
|
2792
|
-
"kind": "custom-element-definition",
|
|
2793
|
-
"declaration": {
|
|
2794
|
-
"name": "MainApplication",
|
|
2795
|
-
"module": "src/main/main.ts"
|
|
2796
|
-
}
|
|
2797
|
-
}
|
|
2798
|
-
]
|
|
2799
|
-
},
|
|
2800
2800
|
{
|
|
2801
2801
|
"kind": "javascript-module",
|
|
2802
2802
|
"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.258.
|
|
4
|
+
"version": "14.258.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.258.
|
|
56
|
-
"@genesislcap/genx": "14.258.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.258.
|
|
58
|
-
"@genesislcap/ts-builder": "14.258.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.258.
|
|
60
|
-
"@genesislcap/vite-builder": "14.258.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.258.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.258.1",
|
|
56
|
+
"@genesislcap/genx": "14.258.1",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.258.1",
|
|
58
|
+
"@genesislcap/ts-builder": "14.258.1",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.258.1",
|
|
60
|
+
"@genesislcap/vite-builder": "14.258.1",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.258.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.258.
|
|
67
|
-
"@genesislcap/foundation-errors": "14.258.
|
|
68
|
-
"@genesislcap/foundation-events": "14.258.
|
|
69
|
-
"@genesislcap/foundation-forms": "14.258.
|
|
70
|
-
"@genesislcap/foundation-logger": "14.258.
|
|
71
|
-
"@genesislcap/foundation-login": "14.258.
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.258.
|
|
73
|
-
"@genesislcap/foundation-ui": "14.258.
|
|
74
|
-
"@genesislcap/foundation-utils": "14.258.
|
|
75
|
-
"@genesislcap/foundation-zero": "14.258.
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.258.
|
|
77
|
-
"@genesislcap/grid-pro": "14.258.
|
|
66
|
+
"@genesislcap/foundation-comms": "14.258.1",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.258.1",
|
|
68
|
+
"@genesislcap/foundation-events": "14.258.1",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.258.1",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.258.1",
|
|
71
|
+
"@genesislcap/foundation-login": "14.258.1",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.258.1",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.258.1",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.258.1",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.258.1",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.258.1",
|
|
77
|
+
"@genesislcap/grid-pro": "14.258.1",
|
|
78
78
|
"@microsoft/fast-components": "2.30.6",
|
|
79
79
|
"@microsoft/fast-element": "1.14.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": "
|
|
94
|
+
"gitHead": "2221f0c21f02e203e2aa89f9a7fbc684de954a72"
|
|
95
95
|
}
|