@genesislcap/foundation-entity-management 14.210.1-alpha-1717fac.0 → 14.210.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 +49 -49
- package/package.json +21 -21
|
@@ -1123,6 +1123,55 @@
|
|
|
1123
1123
|
}
|
|
1124
1124
|
]
|
|
1125
1125
|
},
|
|
1126
|
+
{
|
|
1127
|
+
"kind": "javascript-module",
|
|
1128
|
+
"path": "src/layouts/default.ts",
|
|
1129
|
+
"declarations": [
|
|
1130
|
+
{
|
|
1131
|
+
"kind": "variable",
|
|
1132
|
+
"name": "loginLayout",
|
|
1133
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"kind": "variable",
|
|
1137
|
+
"name": "defaultLayout",
|
|
1138
|
+
"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)"
|
|
1139
|
+
}
|
|
1140
|
+
],
|
|
1141
|
+
"exports": [
|
|
1142
|
+
{
|
|
1143
|
+
"kind": "js",
|
|
1144
|
+
"name": "loginLayout",
|
|
1145
|
+
"declaration": {
|
|
1146
|
+
"name": "loginLayout",
|
|
1147
|
+
"module": "src/layouts/default.ts"
|
|
1148
|
+
}
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
"kind": "js",
|
|
1152
|
+
"name": "defaultLayout",
|
|
1153
|
+
"declaration": {
|
|
1154
|
+
"name": "defaultLayout",
|
|
1155
|
+
"module": "src/layouts/default.ts"
|
|
1156
|
+
}
|
|
1157
|
+
}
|
|
1158
|
+
]
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
"kind": "javascript-module",
|
|
1162
|
+
"path": "src/layouts/index.ts",
|
|
1163
|
+
"declarations": [],
|
|
1164
|
+
"exports": [
|
|
1165
|
+
{
|
|
1166
|
+
"kind": "js",
|
|
1167
|
+
"name": "*",
|
|
1168
|
+
"declaration": {
|
|
1169
|
+
"name": "*",
|
|
1170
|
+
"package": "./default"
|
|
1171
|
+
}
|
|
1172
|
+
}
|
|
1173
|
+
]
|
|
1174
|
+
},
|
|
1126
1175
|
{
|
|
1127
1176
|
"kind": "javascript-module",
|
|
1128
1177
|
"path": "src/list/index.ts",
|
|
@@ -1768,55 +1817,6 @@
|
|
|
1768
1817
|
}
|
|
1769
1818
|
]
|
|
1770
1819
|
},
|
|
1771
|
-
{
|
|
1772
|
-
"kind": "javascript-module",
|
|
1773
|
-
"path": "src/layouts/default.ts",
|
|
1774
|
-
"declarations": [
|
|
1775
|
-
{
|
|
1776
|
-
"kind": "variable",
|
|
1777
|
-
"name": "loginLayout",
|
|
1778
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1779
|
-
},
|
|
1780
|
-
{
|
|
1781
|
-
"kind": "variable",
|
|
1782
|
-
"name": "defaultLayout",
|
|
1783
|
-
"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)"
|
|
1784
|
-
}
|
|
1785
|
-
],
|
|
1786
|
-
"exports": [
|
|
1787
|
-
{
|
|
1788
|
-
"kind": "js",
|
|
1789
|
-
"name": "loginLayout",
|
|
1790
|
-
"declaration": {
|
|
1791
|
-
"name": "loginLayout",
|
|
1792
|
-
"module": "src/layouts/default.ts"
|
|
1793
|
-
}
|
|
1794
|
-
},
|
|
1795
|
-
{
|
|
1796
|
-
"kind": "js",
|
|
1797
|
-
"name": "defaultLayout",
|
|
1798
|
-
"declaration": {
|
|
1799
|
-
"name": "defaultLayout",
|
|
1800
|
-
"module": "src/layouts/default.ts"
|
|
1801
|
-
}
|
|
1802
|
-
}
|
|
1803
|
-
]
|
|
1804
|
-
},
|
|
1805
|
-
{
|
|
1806
|
-
"kind": "javascript-module",
|
|
1807
|
-
"path": "src/layouts/index.ts",
|
|
1808
|
-
"declarations": [],
|
|
1809
|
-
"exports": [
|
|
1810
|
-
{
|
|
1811
|
-
"kind": "js",
|
|
1812
|
-
"name": "*",
|
|
1813
|
-
"declaration": {
|
|
1814
|
-
"name": "*",
|
|
1815
|
-
"package": "./default"
|
|
1816
|
-
}
|
|
1817
|
-
}
|
|
1818
|
-
]
|
|
1819
|
-
},
|
|
1820
1820
|
{
|
|
1821
1821
|
"kind": "javascript-module",
|
|
1822
1822
|
"path": "src/profiles/editProfileSchema.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.1
|
|
4
|
+
"version": "14.210.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.210.1
|
|
56
|
-
"@genesislcap/genx": "14.210.1
|
|
57
|
-
"@genesislcap/rollup-builder": "14.210.1
|
|
58
|
-
"@genesislcap/ts-builder": "14.210.1
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.210.1
|
|
60
|
-
"@genesislcap/vite-builder": "14.210.1
|
|
61
|
-
"@genesislcap/webpack-builder": "14.210.1
|
|
55
|
+
"@genesislcap/foundation-testing": "14.210.1",
|
|
56
|
+
"@genesislcap/genx": "14.210.1",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.210.1",
|
|
58
|
+
"@genesislcap/ts-builder": "14.210.1",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.210.1",
|
|
60
|
+
"@genesislcap/vite-builder": "14.210.1",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.210.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.210.1
|
|
67
|
-
"@genesislcap/foundation-errors": "14.210.1
|
|
68
|
-
"@genesislcap/foundation-events": "14.210.1
|
|
69
|
-
"@genesislcap/foundation-forms": "14.210.1
|
|
70
|
-
"@genesislcap/foundation-logger": "14.210.1
|
|
71
|
-
"@genesislcap/foundation-login": "14.210.1
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.210.1
|
|
73
|
-
"@genesislcap/foundation-ui": "14.210.1
|
|
74
|
-
"@genesislcap/foundation-utils": "14.210.1
|
|
75
|
-
"@genesislcap/foundation-zero": "14.210.1
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.210.1
|
|
77
|
-
"@genesislcap/grid-pro": "14.210.1
|
|
66
|
+
"@genesislcap/foundation-comms": "14.210.1",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.210.1",
|
|
68
|
+
"@genesislcap/foundation-events": "14.210.1",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.210.1",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.210.1",
|
|
71
|
+
"@genesislcap/foundation-login": "14.210.1",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.210.1",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.210.1",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.210.1",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.210.1",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.210.1",
|
|
77
|
+
"@genesislcap/grid-pro": "14.210.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",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"access": "public"
|
|
92
92
|
},
|
|
93
93
|
"customElements": "dist/custom-elements.json",
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "6013d99ff5de13a1758da3f36d1ac9fdf85ead46"
|
|
95
95
|
}
|