@genesislcap/foundation-entity-management 14.57.1 → 14.58.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 +70 -70
- package/package.json +13 -13
|
@@ -673,55 +673,6 @@
|
|
|
673
673
|
}
|
|
674
674
|
]
|
|
675
675
|
},
|
|
676
|
-
{
|
|
677
|
-
"kind": "javascript-module",
|
|
678
|
-
"path": "src/layouts/default.ts",
|
|
679
|
-
"declarations": [
|
|
680
|
-
{
|
|
681
|
-
"kind": "variable",
|
|
682
|
-
"name": "loginLayout",
|
|
683
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss\n)"
|
|
684
|
-
},
|
|
685
|
-
{
|
|
686
|
-
"kind": "variable",
|
|
687
|
-
"name": "defaultLayout",
|
|
688
|
-
"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)"
|
|
689
|
-
}
|
|
690
|
-
],
|
|
691
|
-
"exports": [
|
|
692
|
-
{
|
|
693
|
-
"kind": "js",
|
|
694
|
-
"name": "loginLayout",
|
|
695
|
-
"declaration": {
|
|
696
|
-
"name": "loginLayout",
|
|
697
|
-
"module": "src/layouts/default.ts"
|
|
698
|
-
}
|
|
699
|
-
},
|
|
700
|
-
{
|
|
701
|
-
"kind": "js",
|
|
702
|
-
"name": "defaultLayout",
|
|
703
|
-
"declaration": {
|
|
704
|
-
"name": "defaultLayout",
|
|
705
|
-
"module": "src/layouts/default.ts"
|
|
706
|
-
}
|
|
707
|
-
}
|
|
708
|
-
]
|
|
709
|
-
},
|
|
710
|
-
{
|
|
711
|
-
"kind": "javascript-module",
|
|
712
|
-
"path": "src/layouts/index.ts",
|
|
713
|
-
"declarations": [],
|
|
714
|
-
"exports": [
|
|
715
|
-
{
|
|
716
|
-
"kind": "js",
|
|
717
|
-
"name": "*",
|
|
718
|
-
"declaration": {
|
|
719
|
-
"name": "*",
|
|
720
|
-
"package": "./default"
|
|
721
|
-
}
|
|
722
|
-
}
|
|
723
|
-
]
|
|
724
|
-
},
|
|
725
676
|
{
|
|
726
677
|
"kind": "javascript-module",
|
|
727
678
|
"path": "src/list/index.ts",
|
|
@@ -1194,6 +1145,76 @@
|
|
|
1194
1145
|
}
|
|
1195
1146
|
]
|
|
1196
1147
|
},
|
|
1148
|
+
{
|
|
1149
|
+
"kind": "javascript-module",
|
|
1150
|
+
"path": "src/layouts/default.ts",
|
|
1151
|
+
"declarations": [
|
|
1152
|
+
{
|
|
1153
|
+
"kind": "variable",
|
|
1154
|
+
"name": "loginLayout",
|
|
1155
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss\n)"
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"kind": "variable",
|
|
1159
|
+
"name": "defaultLayout",
|
|
1160
|
+
"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)"
|
|
1161
|
+
}
|
|
1162
|
+
],
|
|
1163
|
+
"exports": [
|
|
1164
|
+
{
|
|
1165
|
+
"kind": "js",
|
|
1166
|
+
"name": "loginLayout",
|
|
1167
|
+
"declaration": {
|
|
1168
|
+
"name": "loginLayout",
|
|
1169
|
+
"module": "src/layouts/default.ts"
|
|
1170
|
+
}
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
"kind": "js",
|
|
1174
|
+
"name": "defaultLayout",
|
|
1175
|
+
"declaration": {
|
|
1176
|
+
"name": "defaultLayout",
|
|
1177
|
+
"module": "src/layouts/default.ts"
|
|
1178
|
+
}
|
|
1179
|
+
}
|
|
1180
|
+
]
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"kind": "javascript-module",
|
|
1184
|
+
"path": "src/layouts/index.ts",
|
|
1185
|
+
"declarations": [],
|
|
1186
|
+
"exports": [
|
|
1187
|
+
{
|
|
1188
|
+
"kind": "js",
|
|
1189
|
+
"name": "*",
|
|
1190
|
+
"declaration": {
|
|
1191
|
+
"name": "*",
|
|
1192
|
+
"package": "./default"
|
|
1193
|
+
}
|
|
1194
|
+
}
|
|
1195
|
+
]
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
"kind": "javascript-module",
|
|
1199
|
+
"path": "src/routes/config.ts",
|
|
1200
|
+
"declarations": [],
|
|
1201
|
+
"exports": []
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
"kind": "javascript-module",
|
|
1205
|
+
"path": "src/routes/index.ts",
|
|
1206
|
+
"declarations": [],
|
|
1207
|
+
"exports": [
|
|
1208
|
+
{
|
|
1209
|
+
"kind": "js",
|
|
1210
|
+
"name": "*",
|
|
1211
|
+
"declaration": {
|
|
1212
|
+
"name": "*",
|
|
1213
|
+
"package": "./config"
|
|
1214
|
+
}
|
|
1215
|
+
}
|
|
1216
|
+
]
|
|
1217
|
+
},
|
|
1197
1218
|
{
|
|
1198
1219
|
"kind": "javascript-module",
|
|
1199
1220
|
"path": "src/profiles/editProfileSchema.ts",
|
|
@@ -1915,27 +1936,6 @@
|
|
|
1915
1936
|
}
|
|
1916
1937
|
]
|
|
1917
1938
|
},
|
|
1918
|
-
{
|
|
1919
|
-
"kind": "javascript-module",
|
|
1920
|
-
"path": "src/routes/config.ts",
|
|
1921
|
-
"declarations": [],
|
|
1922
|
-
"exports": []
|
|
1923
|
-
},
|
|
1924
|
-
{
|
|
1925
|
-
"kind": "javascript-module",
|
|
1926
|
-
"path": "src/routes/index.ts",
|
|
1927
|
-
"declarations": [],
|
|
1928
|
-
"exports": [
|
|
1929
|
-
{
|
|
1930
|
-
"kind": "js",
|
|
1931
|
-
"name": "*",
|
|
1932
|
-
"declaration": {
|
|
1933
|
-
"name": "*",
|
|
1934
|
-
"package": "./config"
|
|
1935
|
-
}
|
|
1936
|
-
}
|
|
1937
|
-
]
|
|
1938
|
-
},
|
|
1939
1939
|
{
|
|
1940
1940
|
"kind": "javascript-module",
|
|
1941
1941
|
"path": "src/users/users.template.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.58.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -41,21 +41,21 @@
|
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@genesislcap/foundation-login": "^14.40.0",
|
|
44
|
-
"@genesislcap/foundation-testing": "14.
|
|
45
|
-
"@genesislcap/genx": "14.
|
|
44
|
+
"@genesislcap/foundation-testing": "14.58.0",
|
|
45
|
+
"@genesislcap/genx": "14.58.0",
|
|
46
46
|
"rimraf": "^3.0.2"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@ag-grid-community/core": "29.2.0",
|
|
50
|
-
"@genesislcap/foundation-comms": "14.
|
|
51
|
-
"@genesislcap/foundation-errors": "14.
|
|
52
|
-
"@genesislcap/foundation-forms": "14.
|
|
53
|
-
"@genesislcap/foundation-login": "14.
|
|
54
|
-
"@genesislcap/foundation-ui": "14.
|
|
55
|
-
"@genesislcap/foundation-utils": "14.
|
|
56
|
-
"@genesislcap/foundation-zero": "14.
|
|
57
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
58
|
-
"@genesislcap/grid-pro": "14.
|
|
50
|
+
"@genesislcap/foundation-comms": "14.58.0",
|
|
51
|
+
"@genesislcap/foundation-errors": "14.58.0",
|
|
52
|
+
"@genesislcap/foundation-forms": "14.58.0",
|
|
53
|
+
"@genesislcap/foundation-login": "14.58.0",
|
|
54
|
+
"@genesislcap/foundation-ui": "14.58.0",
|
|
55
|
+
"@genesislcap/foundation-utils": "14.58.0",
|
|
56
|
+
"@genesislcap/foundation-zero": "14.58.0",
|
|
57
|
+
"@genesislcap/foundation-zero-grid-pro": "14.58.0",
|
|
58
|
+
"@genesislcap/grid-pro": "14.58.0",
|
|
59
59
|
"@microsoft/fast-components": "^2.21.3",
|
|
60
60
|
"@microsoft/fast-element": "^1.7.0",
|
|
61
61
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"access": "public"
|
|
72
72
|
},
|
|
73
73
|
"customElements": "dist/custom-elements.json",
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "b29a4535c866650d6dd120a2e7fe84768342246b"
|
|
75
75
|
}
|