@genesislcap/foundation-entity-management 14.210.0 → 14.210.1-alpha-2ea9194.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.
- package/dist/custom-elements.json +145 -145
- package/package.json +21 -21
|
@@ -1672,6 +1672,151 @@
|
|
|
1672
1672
|
}
|
|
1673
1673
|
]
|
|
1674
1674
|
},
|
|
1675
|
+
{
|
|
1676
|
+
"kind": "javascript-module",
|
|
1677
|
+
"path": "src/main/index.ts",
|
|
1678
|
+
"declarations": [],
|
|
1679
|
+
"exports": [
|
|
1680
|
+
{
|
|
1681
|
+
"kind": "js",
|
|
1682
|
+
"name": "*",
|
|
1683
|
+
"declaration": {
|
|
1684
|
+
"name": "*",
|
|
1685
|
+
"package": "./main.template"
|
|
1686
|
+
}
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
"kind": "js",
|
|
1690
|
+
"name": "*",
|
|
1691
|
+
"declaration": {
|
|
1692
|
+
"name": "*",
|
|
1693
|
+
"package": "./main"
|
|
1694
|
+
}
|
|
1695
|
+
}
|
|
1696
|
+
]
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"kind": "javascript-module",
|
|
1700
|
+
"path": "src/main/main.styles.ts",
|
|
1701
|
+
"declarations": [
|
|
1702
|
+
{
|
|
1703
|
+
"kind": "variable",
|
|
1704
|
+
"name": "MainStyles",
|
|
1705
|
+
"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`"
|
|
1706
|
+
}
|
|
1707
|
+
],
|
|
1708
|
+
"exports": [
|
|
1709
|
+
{
|
|
1710
|
+
"kind": "js",
|
|
1711
|
+
"name": "MainStyles",
|
|
1712
|
+
"declaration": {
|
|
1713
|
+
"name": "MainStyles",
|
|
1714
|
+
"module": "src/main/main.styles.ts"
|
|
1715
|
+
}
|
|
1716
|
+
}
|
|
1717
|
+
]
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"kind": "javascript-module",
|
|
1721
|
+
"path": "src/main/main.template.ts",
|
|
1722
|
+
"declarations": [],
|
|
1723
|
+
"exports": []
|
|
1724
|
+
},
|
|
1725
|
+
{
|
|
1726
|
+
"kind": "javascript-module",
|
|
1727
|
+
"path": "src/main/main.ts",
|
|
1728
|
+
"declarations": [
|
|
1729
|
+
{
|
|
1730
|
+
"kind": "class",
|
|
1731
|
+
"description": "",
|
|
1732
|
+
"name": "MainApplication",
|
|
1733
|
+
"members": [
|
|
1734
|
+
{
|
|
1735
|
+
"kind": "field",
|
|
1736
|
+
"name": "config",
|
|
1737
|
+
"type": {
|
|
1738
|
+
"text": "MainRouterConfig"
|
|
1739
|
+
}
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"kind": "field",
|
|
1743
|
+
"name": "connect",
|
|
1744
|
+
"type": {
|
|
1745
|
+
"text": "Connect"
|
|
1746
|
+
}
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"kind": "field",
|
|
1750
|
+
"name": "session",
|
|
1751
|
+
"type": {
|
|
1752
|
+
"text": "Session"
|
|
1753
|
+
}
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"kind": "field",
|
|
1757
|
+
"name": "container",
|
|
1758
|
+
"type": {
|
|
1759
|
+
"text": "Container"
|
|
1760
|
+
}
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"kind": "field",
|
|
1764
|
+
"name": "provider",
|
|
1765
|
+
"type": {
|
|
1766
|
+
"text": "HTMLElement"
|
|
1767
|
+
}
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
"kind": "field",
|
|
1771
|
+
"name": "ready",
|
|
1772
|
+
"type": {
|
|
1773
|
+
"text": "boolean"
|
|
1774
|
+
},
|
|
1775
|
+
"default": "false"
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
"kind": "method",
|
|
1779
|
+
"name": "onLuminanceToggle"
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"kind": "method",
|
|
1783
|
+
"name": "loadRemotes"
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
"kind": "method",
|
|
1787
|
+
"name": "selectTemplate"
|
|
1788
|
+
},
|
|
1789
|
+
{
|
|
1790
|
+
"kind": "method",
|
|
1791
|
+
"name": "registerDIDependencies",
|
|
1792
|
+
"privacy": "private"
|
|
1793
|
+
}
|
|
1794
|
+
],
|
|
1795
|
+
"superclass": {
|
|
1796
|
+
"name": "FASTElement",
|
|
1797
|
+
"package": "@microsoft/fast-element"
|
|
1798
|
+
},
|
|
1799
|
+
"customElement": true
|
|
1800
|
+
}
|
|
1801
|
+
],
|
|
1802
|
+
"exports": [
|
|
1803
|
+
{
|
|
1804
|
+
"kind": "js",
|
|
1805
|
+
"name": "MainApplication",
|
|
1806
|
+
"declaration": {
|
|
1807
|
+
"name": "MainApplication",
|
|
1808
|
+
"module": "src/main/main.ts"
|
|
1809
|
+
}
|
|
1810
|
+
},
|
|
1811
|
+
{
|
|
1812
|
+
"kind": "custom-element-definition",
|
|
1813
|
+
"declaration": {
|
|
1814
|
+
"name": "MainApplication",
|
|
1815
|
+
"module": "src/main/main.ts"
|
|
1816
|
+
}
|
|
1817
|
+
}
|
|
1818
|
+
]
|
|
1819
|
+
},
|
|
1675
1820
|
{
|
|
1676
1821
|
"kind": "javascript-module",
|
|
1677
1822
|
"path": "src/profiles/editProfileSchema.ts",
|
|
@@ -2985,151 +3130,6 @@
|
|
|
2985
3130
|
}
|
|
2986
3131
|
]
|
|
2987
3132
|
},
|
|
2988
|
-
{
|
|
2989
|
-
"kind": "javascript-module",
|
|
2990
|
-
"path": "src/main/index.ts",
|
|
2991
|
-
"declarations": [],
|
|
2992
|
-
"exports": [
|
|
2993
|
-
{
|
|
2994
|
-
"kind": "js",
|
|
2995
|
-
"name": "*",
|
|
2996
|
-
"declaration": {
|
|
2997
|
-
"name": "*",
|
|
2998
|
-
"package": "./main.template"
|
|
2999
|
-
}
|
|
3000
|
-
},
|
|
3001
|
-
{
|
|
3002
|
-
"kind": "js",
|
|
3003
|
-
"name": "*",
|
|
3004
|
-
"declaration": {
|
|
3005
|
-
"name": "*",
|
|
3006
|
-
"package": "./main"
|
|
3007
|
-
}
|
|
3008
|
-
}
|
|
3009
|
-
]
|
|
3010
|
-
},
|
|
3011
|
-
{
|
|
3012
|
-
"kind": "javascript-module",
|
|
3013
|
-
"path": "src/main/main.styles.ts",
|
|
3014
|
-
"declarations": [
|
|
3015
|
-
{
|
|
3016
|
-
"kind": "variable",
|
|
3017
|
-
"name": "MainStyles",
|
|
3018
|
-
"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`"
|
|
3019
|
-
}
|
|
3020
|
-
],
|
|
3021
|
-
"exports": [
|
|
3022
|
-
{
|
|
3023
|
-
"kind": "js",
|
|
3024
|
-
"name": "MainStyles",
|
|
3025
|
-
"declaration": {
|
|
3026
|
-
"name": "MainStyles",
|
|
3027
|
-
"module": "src/main/main.styles.ts"
|
|
3028
|
-
}
|
|
3029
|
-
}
|
|
3030
|
-
]
|
|
3031
|
-
},
|
|
3032
|
-
{
|
|
3033
|
-
"kind": "javascript-module",
|
|
3034
|
-
"path": "src/main/main.template.ts",
|
|
3035
|
-
"declarations": [],
|
|
3036
|
-
"exports": []
|
|
3037
|
-
},
|
|
3038
|
-
{
|
|
3039
|
-
"kind": "javascript-module",
|
|
3040
|
-
"path": "src/main/main.ts",
|
|
3041
|
-
"declarations": [
|
|
3042
|
-
{
|
|
3043
|
-
"kind": "class",
|
|
3044
|
-
"description": "",
|
|
3045
|
-
"name": "MainApplication",
|
|
3046
|
-
"members": [
|
|
3047
|
-
{
|
|
3048
|
-
"kind": "field",
|
|
3049
|
-
"name": "config",
|
|
3050
|
-
"type": {
|
|
3051
|
-
"text": "MainRouterConfig"
|
|
3052
|
-
}
|
|
3053
|
-
},
|
|
3054
|
-
{
|
|
3055
|
-
"kind": "field",
|
|
3056
|
-
"name": "connect",
|
|
3057
|
-
"type": {
|
|
3058
|
-
"text": "Connect"
|
|
3059
|
-
}
|
|
3060
|
-
},
|
|
3061
|
-
{
|
|
3062
|
-
"kind": "field",
|
|
3063
|
-
"name": "session",
|
|
3064
|
-
"type": {
|
|
3065
|
-
"text": "Session"
|
|
3066
|
-
}
|
|
3067
|
-
},
|
|
3068
|
-
{
|
|
3069
|
-
"kind": "field",
|
|
3070
|
-
"name": "container",
|
|
3071
|
-
"type": {
|
|
3072
|
-
"text": "Container"
|
|
3073
|
-
}
|
|
3074
|
-
},
|
|
3075
|
-
{
|
|
3076
|
-
"kind": "field",
|
|
3077
|
-
"name": "provider",
|
|
3078
|
-
"type": {
|
|
3079
|
-
"text": "HTMLElement"
|
|
3080
|
-
}
|
|
3081
|
-
},
|
|
3082
|
-
{
|
|
3083
|
-
"kind": "field",
|
|
3084
|
-
"name": "ready",
|
|
3085
|
-
"type": {
|
|
3086
|
-
"text": "boolean"
|
|
3087
|
-
},
|
|
3088
|
-
"default": "false"
|
|
3089
|
-
},
|
|
3090
|
-
{
|
|
3091
|
-
"kind": "method",
|
|
3092
|
-
"name": "onLuminanceToggle"
|
|
3093
|
-
},
|
|
3094
|
-
{
|
|
3095
|
-
"kind": "method",
|
|
3096
|
-
"name": "loadRemotes"
|
|
3097
|
-
},
|
|
3098
|
-
{
|
|
3099
|
-
"kind": "method",
|
|
3100
|
-
"name": "selectTemplate"
|
|
3101
|
-
},
|
|
3102
|
-
{
|
|
3103
|
-
"kind": "method",
|
|
3104
|
-
"name": "registerDIDependencies",
|
|
3105
|
-
"privacy": "private"
|
|
3106
|
-
}
|
|
3107
|
-
],
|
|
3108
|
-
"superclass": {
|
|
3109
|
-
"name": "FASTElement",
|
|
3110
|
-
"package": "@microsoft/fast-element"
|
|
3111
|
-
},
|
|
3112
|
-
"customElement": true
|
|
3113
|
-
}
|
|
3114
|
-
],
|
|
3115
|
-
"exports": [
|
|
3116
|
-
{
|
|
3117
|
-
"kind": "js",
|
|
3118
|
-
"name": "MainApplication",
|
|
3119
|
-
"declaration": {
|
|
3120
|
-
"name": "MainApplication",
|
|
3121
|
-
"module": "src/main/main.ts"
|
|
3122
|
-
}
|
|
3123
|
-
},
|
|
3124
|
-
{
|
|
3125
|
-
"kind": "custom-element-definition",
|
|
3126
|
-
"declaration": {
|
|
3127
|
-
"name": "MainApplication",
|
|
3128
|
-
"module": "src/main/main.ts"
|
|
3129
|
-
}
|
|
3130
|
-
}
|
|
3131
|
-
]
|
|
3132
|
-
},
|
|
3133
3133
|
{
|
|
3134
3134
|
"kind": "javascript-module",
|
|
3135
3135
|
"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.210.0",
|
|
4
|
+
"version": "14.210.1-alpha-2ea9194.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.210.0",
|
|
56
|
-
"@genesislcap/genx": "14.210.0",
|
|
57
|
-
"@genesislcap/rollup-builder": "14.210.0",
|
|
58
|
-
"@genesislcap/ts-builder": "14.210.0",
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.210.0",
|
|
60
|
-
"@genesislcap/vite-builder": "14.210.0",
|
|
61
|
-
"@genesislcap/webpack-builder": "14.210.0",
|
|
55
|
+
"@genesislcap/foundation-testing": "14.210.1-alpha-2ea9194.0",
|
|
56
|
+
"@genesislcap/genx": "14.210.1-alpha-2ea9194.0",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.210.1-alpha-2ea9194.0",
|
|
58
|
+
"@genesislcap/ts-builder": "14.210.1-alpha-2ea9194.0",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.210.1-alpha-2ea9194.0",
|
|
60
|
+
"@genesislcap/vite-builder": "14.210.1-alpha-2ea9194.0",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.210.1-alpha-2ea9194.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.210.0",
|
|
67
|
-
"@genesislcap/foundation-errors": "14.210.0",
|
|
68
|
-
"@genesislcap/foundation-events": "14.210.0",
|
|
69
|
-
"@genesislcap/foundation-forms": "14.210.0",
|
|
70
|
-
"@genesislcap/foundation-logger": "14.210.0",
|
|
71
|
-
"@genesislcap/foundation-login": "14.210.0",
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.210.0",
|
|
73
|
-
"@genesislcap/foundation-ui": "14.210.0",
|
|
74
|
-
"@genesislcap/foundation-utils": "14.210.0",
|
|
75
|
-
"@genesislcap/foundation-zero": "14.210.0",
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.210.0",
|
|
77
|
-
"@genesislcap/grid-pro": "14.210.0",
|
|
66
|
+
"@genesislcap/foundation-comms": "14.210.1-alpha-2ea9194.0",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.210.1-alpha-2ea9194.0",
|
|
68
|
+
"@genesislcap/foundation-events": "14.210.1-alpha-2ea9194.0",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.210.1-alpha-2ea9194.0",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.210.1-alpha-2ea9194.0",
|
|
71
|
+
"@genesislcap/foundation-login": "14.210.1-alpha-2ea9194.0",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.210.1-alpha-2ea9194.0",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.210.1-alpha-2ea9194.0",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.210.1-alpha-2ea9194.0",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.210.1-alpha-2ea9194.0",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.210.1-alpha-2ea9194.0",
|
|
77
|
+
"@genesislcap/grid-pro": "14.210.1-alpha-2ea9194.0",
|
|
78
78
|
"@microsoft/fast-components": "^2.30.6",
|
|
79
79
|
"@microsoft/fast-element": "^1.12.0",
|
|
80
80
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"access": "public"
|
|
92
92
|
},
|
|
93
93
|
"customElements": "dist/custom-elements.json",
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "318456b1096fed60a40f1534c7b1634ddd5de93a"
|
|
95
95
|
}
|