@genesislcap/foundation-entity-management 14.210.6-alpha-d598d73.0 → 14.211.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
|
@@ -1136,55 +1136,6 @@
|
|
|
1136
1136
|
}
|
|
1137
1137
|
]
|
|
1138
1138
|
},
|
|
1139
|
-
{
|
|
1140
|
-
"kind": "javascript-module",
|
|
1141
|
-
"path": "src/layouts/default.ts",
|
|
1142
|
-
"declarations": [
|
|
1143
|
-
{
|
|
1144
|
-
"kind": "variable",
|
|
1145
|
-
"name": "loginLayout",
|
|
1146
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1147
|
-
},
|
|
1148
|
-
{
|
|
1149
|
-
"kind": "variable",
|
|
1150
|
-
"name": "defaultLayout",
|
|
1151
|
-
"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)"
|
|
1152
|
-
}
|
|
1153
|
-
],
|
|
1154
|
-
"exports": [
|
|
1155
|
-
{
|
|
1156
|
-
"kind": "js",
|
|
1157
|
-
"name": "loginLayout",
|
|
1158
|
-
"declaration": {
|
|
1159
|
-
"name": "loginLayout",
|
|
1160
|
-
"module": "src/layouts/default.ts"
|
|
1161
|
-
}
|
|
1162
|
-
},
|
|
1163
|
-
{
|
|
1164
|
-
"kind": "js",
|
|
1165
|
-
"name": "defaultLayout",
|
|
1166
|
-
"declaration": {
|
|
1167
|
-
"name": "defaultLayout",
|
|
1168
|
-
"module": "src/layouts/default.ts"
|
|
1169
|
-
}
|
|
1170
|
-
}
|
|
1171
|
-
]
|
|
1172
|
-
},
|
|
1173
|
-
{
|
|
1174
|
-
"kind": "javascript-module",
|
|
1175
|
-
"path": "src/layouts/index.ts",
|
|
1176
|
-
"declarations": [],
|
|
1177
|
-
"exports": [
|
|
1178
|
-
{
|
|
1179
|
-
"kind": "js",
|
|
1180
|
-
"name": "*",
|
|
1181
|
-
"declaration": {
|
|
1182
|
-
"name": "*",
|
|
1183
|
-
"package": "./default"
|
|
1184
|
-
}
|
|
1185
|
-
}
|
|
1186
|
-
]
|
|
1187
|
-
},
|
|
1188
1139
|
{
|
|
1189
1140
|
"kind": "javascript-module",
|
|
1190
1141
|
"path": "src/list/index.ts",
|
|
@@ -1830,6 +1781,55 @@
|
|
|
1830
1781
|
}
|
|
1831
1782
|
]
|
|
1832
1783
|
},
|
|
1784
|
+
{
|
|
1785
|
+
"kind": "javascript-module",
|
|
1786
|
+
"path": "src/layouts/default.ts",
|
|
1787
|
+
"declarations": [
|
|
1788
|
+
{
|
|
1789
|
+
"kind": "variable",
|
|
1790
|
+
"name": "loginLayout",
|
|
1791
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
"kind": "variable",
|
|
1795
|
+
"name": "defaultLayout",
|
|
1796
|
+
"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)"
|
|
1797
|
+
}
|
|
1798
|
+
],
|
|
1799
|
+
"exports": [
|
|
1800
|
+
{
|
|
1801
|
+
"kind": "js",
|
|
1802
|
+
"name": "loginLayout",
|
|
1803
|
+
"declaration": {
|
|
1804
|
+
"name": "loginLayout",
|
|
1805
|
+
"module": "src/layouts/default.ts"
|
|
1806
|
+
}
|
|
1807
|
+
},
|
|
1808
|
+
{
|
|
1809
|
+
"kind": "js",
|
|
1810
|
+
"name": "defaultLayout",
|
|
1811
|
+
"declaration": {
|
|
1812
|
+
"name": "defaultLayout",
|
|
1813
|
+
"module": "src/layouts/default.ts"
|
|
1814
|
+
}
|
|
1815
|
+
}
|
|
1816
|
+
]
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"kind": "javascript-module",
|
|
1820
|
+
"path": "src/layouts/index.ts",
|
|
1821
|
+
"declarations": [],
|
|
1822
|
+
"exports": [
|
|
1823
|
+
{
|
|
1824
|
+
"kind": "js",
|
|
1825
|
+
"name": "*",
|
|
1826
|
+
"declaration": {
|
|
1827
|
+
"name": "*",
|
|
1828
|
+
"package": "./default"
|
|
1829
|
+
}
|
|
1830
|
+
}
|
|
1831
|
+
]
|
|
1832
|
+
},
|
|
1833
1833
|
{
|
|
1834
1834
|
"kind": "javascript-module",
|
|
1835
1835
|
"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.
|
|
4
|
+
"version": "14.211.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.
|
|
56
|
-
"@genesislcap/genx": "14.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.
|
|
58
|
-
"@genesislcap/ts-builder": "14.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
60
|
-
"@genesislcap/vite-builder": "14.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.211.1",
|
|
56
|
+
"@genesislcap/genx": "14.211.1",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.211.1",
|
|
58
|
+
"@genesislcap/ts-builder": "14.211.1",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.211.1",
|
|
60
|
+
"@genesislcap/vite-builder": "14.211.1",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.211.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.
|
|
67
|
-
"@genesislcap/foundation-errors": "14.
|
|
68
|
-
"@genesislcap/foundation-events": "14.
|
|
69
|
-
"@genesislcap/foundation-forms": "14.
|
|
70
|
-
"@genesislcap/foundation-logger": "14.
|
|
71
|
-
"@genesislcap/foundation-login": "14.
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.
|
|
73
|
-
"@genesislcap/foundation-ui": "14.
|
|
74
|
-
"@genesislcap/foundation-utils": "14.
|
|
75
|
-
"@genesislcap/foundation-zero": "14.
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
77
|
-
"@genesislcap/grid-pro": "14.
|
|
66
|
+
"@genesislcap/foundation-comms": "14.211.1",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.211.1",
|
|
68
|
+
"@genesislcap/foundation-events": "14.211.1",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.211.1",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.211.1",
|
|
71
|
+
"@genesislcap/foundation-login": "14.211.1",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.211.1",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.211.1",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.211.1",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.211.1",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.211.1",
|
|
77
|
+
"@genesislcap/grid-pro": "14.211.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": "be6e09c6d022e7d13f5423c2c5aed363668711da"
|
|
95
95
|
}
|