@genesislcap/foundation-entity-management 14.139.1 → 14.139.2
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 +15 -15
|
@@ -777,6 +777,55 @@
|
|
|
777
777
|
}
|
|
778
778
|
]
|
|
779
779
|
},
|
|
780
|
+
{
|
|
781
|
+
"kind": "javascript-module",
|
|
782
|
+
"path": "src/layouts/default.ts",
|
|
783
|
+
"declarations": [
|
|
784
|
+
{
|
|
785
|
+
"kind": "variable",
|
|
786
|
+
"name": "loginLayout",
|
|
787
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"kind": "variable",
|
|
791
|
+
"name": "defaultLayout",
|
|
792
|
+
"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)"
|
|
793
|
+
}
|
|
794
|
+
],
|
|
795
|
+
"exports": [
|
|
796
|
+
{
|
|
797
|
+
"kind": "js",
|
|
798
|
+
"name": "loginLayout",
|
|
799
|
+
"declaration": {
|
|
800
|
+
"name": "loginLayout",
|
|
801
|
+
"module": "src/layouts/default.ts"
|
|
802
|
+
}
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"kind": "js",
|
|
806
|
+
"name": "defaultLayout",
|
|
807
|
+
"declaration": {
|
|
808
|
+
"name": "defaultLayout",
|
|
809
|
+
"module": "src/layouts/default.ts"
|
|
810
|
+
}
|
|
811
|
+
}
|
|
812
|
+
]
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"kind": "javascript-module",
|
|
816
|
+
"path": "src/layouts/index.ts",
|
|
817
|
+
"declarations": [],
|
|
818
|
+
"exports": [
|
|
819
|
+
{
|
|
820
|
+
"kind": "js",
|
|
821
|
+
"name": "*",
|
|
822
|
+
"declaration": {
|
|
823
|
+
"name": "*",
|
|
824
|
+
"package": "./default"
|
|
825
|
+
}
|
|
826
|
+
}
|
|
827
|
+
]
|
|
828
|
+
},
|
|
780
829
|
{
|
|
781
830
|
"kind": "javascript-module",
|
|
782
831
|
"path": "src/list/index.ts",
|
|
@@ -1183,55 +1232,6 @@
|
|
|
1183
1232
|
}
|
|
1184
1233
|
]
|
|
1185
1234
|
},
|
|
1186
|
-
{
|
|
1187
|
-
"kind": "javascript-module",
|
|
1188
|
-
"path": "src/layouts/default.ts",
|
|
1189
|
-
"declarations": [
|
|
1190
|
-
{
|
|
1191
|
-
"kind": "variable",
|
|
1192
|
-
"name": "loginLayout",
|
|
1193
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1194
|
-
},
|
|
1195
|
-
{
|
|
1196
|
-
"kind": "variable",
|
|
1197
|
-
"name": "defaultLayout",
|
|
1198
|
-
"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)"
|
|
1199
|
-
}
|
|
1200
|
-
],
|
|
1201
|
-
"exports": [
|
|
1202
|
-
{
|
|
1203
|
-
"kind": "js",
|
|
1204
|
-
"name": "loginLayout",
|
|
1205
|
-
"declaration": {
|
|
1206
|
-
"name": "loginLayout",
|
|
1207
|
-
"module": "src/layouts/default.ts"
|
|
1208
|
-
}
|
|
1209
|
-
},
|
|
1210
|
-
{
|
|
1211
|
-
"kind": "js",
|
|
1212
|
-
"name": "defaultLayout",
|
|
1213
|
-
"declaration": {
|
|
1214
|
-
"name": "defaultLayout",
|
|
1215
|
-
"module": "src/layouts/default.ts"
|
|
1216
|
-
}
|
|
1217
|
-
}
|
|
1218
|
-
]
|
|
1219
|
-
},
|
|
1220
|
-
{
|
|
1221
|
-
"kind": "javascript-module",
|
|
1222
|
-
"path": "src/layouts/index.ts",
|
|
1223
|
-
"declarations": [],
|
|
1224
|
-
"exports": [
|
|
1225
|
-
{
|
|
1226
|
-
"kind": "js",
|
|
1227
|
-
"name": "*",
|
|
1228
|
-
"declaration": {
|
|
1229
|
-
"name": "*",
|
|
1230
|
-
"package": "./default"
|
|
1231
|
-
}
|
|
1232
|
-
}
|
|
1233
|
-
]
|
|
1234
|
-
},
|
|
1235
1235
|
{
|
|
1236
1236
|
"kind": "javascript-module",
|
|
1237
1237
|
"path": "src/main/index.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.139.
|
|
4
|
+
"version": "14.139.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -43,23 +43,23 @@
|
|
|
43
43
|
"test:debug": "genx test --debug"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@genesislcap/foundation-login": "14.139.
|
|
47
|
-
"@genesislcap/foundation-testing": "14.139.
|
|
48
|
-
"@genesislcap/genx": "14.139.
|
|
46
|
+
"@genesislcap/foundation-login": "14.139.2",
|
|
47
|
+
"@genesislcap/foundation-testing": "14.139.2",
|
|
48
|
+
"@genesislcap/genx": "14.139.2",
|
|
49
49
|
"rimraf": "^3.0.2"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@ag-grid-community/core": "29.2.0",
|
|
53
|
-
"@genesislcap/foundation-comms": "14.139.
|
|
54
|
-
"@genesislcap/foundation-errors": "14.139.
|
|
55
|
-
"@genesislcap/foundation-forms": "14.139.
|
|
56
|
-
"@genesislcap/foundation-logger": "14.139.
|
|
57
|
-
"@genesislcap/foundation-notifications": "14.139.
|
|
58
|
-
"@genesislcap/foundation-ui": "14.139.
|
|
59
|
-
"@genesislcap/foundation-utils": "14.139.
|
|
60
|
-
"@genesislcap/foundation-zero": "14.139.
|
|
61
|
-
"@genesislcap/foundation-zero-grid-pro": "14.139.
|
|
62
|
-
"@genesislcap/grid-pro": "14.139.
|
|
53
|
+
"@genesislcap/foundation-comms": "14.139.2",
|
|
54
|
+
"@genesislcap/foundation-errors": "14.139.2",
|
|
55
|
+
"@genesislcap/foundation-forms": "14.139.2",
|
|
56
|
+
"@genesislcap/foundation-logger": "14.139.2",
|
|
57
|
+
"@genesislcap/foundation-notifications": "14.139.2",
|
|
58
|
+
"@genesislcap/foundation-ui": "14.139.2",
|
|
59
|
+
"@genesislcap/foundation-utils": "14.139.2",
|
|
60
|
+
"@genesislcap/foundation-zero": "14.139.2",
|
|
61
|
+
"@genesislcap/foundation-zero-grid-pro": "14.139.2",
|
|
62
|
+
"@genesislcap/grid-pro": "14.139.2",
|
|
63
63
|
"@microsoft/fast-components": "^2.30.6",
|
|
64
64
|
"@microsoft/fast-element": "^1.12.0",
|
|
65
65
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"access": "public"
|
|
76
76
|
},
|
|
77
77
|
"customElements": "dist/custom-elements.json",
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "945af0dd1cf6327fd8d38b7a336fa7a873da4211"
|
|
79
79
|
}
|