@genesislcap/foundation-entity-management 14.81.0 → 14.82.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 +49 -49
- package/package.json +14 -14
|
@@ -754,6 +754,55 @@
|
|
|
754
754
|
}
|
|
755
755
|
]
|
|
756
756
|
},
|
|
757
|
+
{
|
|
758
|
+
"kind": "javascript-module",
|
|
759
|
+
"path": "src/layouts/default.ts",
|
|
760
|
+
"declarations": [
|
|
761
|
+
{
|
|
762
|
+
"kind": "variable",
|
|
763
|
+
"name": "loginLayout",
|
|
764
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"kind": "variable",
|
|
768
|
+
"name": "defaultLayout",
|
|
769
|
+
"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)"
|
|
770
|
+
}
|
|
771
|
+
],
|
|
772
|
+
"exports": [
|
|
773
|
+
{
|
|
774
|
+
"kind": "js",
|
|
775
|
+
"name": "loginLayout",
|
|
776
|
+
"declaration": {
|
|
777
|
+
"name": "loginLayout",
|
|
778
|
+
"module": "src/layouts/default.ts"
|
|
779
|
+
}
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"kind": "js",
|
|
783
|
+
"name": "defaultLayout",
|
|
784
|
+
"declaration": {
|
|
785
|
+
"name": "defaultLayout",
|
|
786
|
+
"module": "src/layouts/default.ts"
|
|
787
|
+
}
|
|
788
|
+
}
|
|
789
|
+
]
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"kind": "javascript-module",
|
|
793
|
+
"path": "src/layouts/index.ts",
|
|
794
|
+
"declarations": [],
|
|
795
|
+
"exports": [
|
|
796
|
+
{
|
|
797
|
+
"kind": "js",
|
|
798
|
+
"name": "*",
|
|
799
|
+
"declaration": {
|
|
800
|
+
"name": "*",
|
|
801
|
+
"package": "./default"
|
|
802
|
+
}
|
|
803
|
+
}
|
|
804
|
+
]
|
|
805
|
+
},
|
|
757
806
|
{
|
|
758
807
|
"kind": "javascript-module",
|
|
759
808
|
"path": "src/list/index.ts",
|
|
@@ -1292,55 +1341,6 @@
|
|
|
1292
1341
|
}
|
|
1293
1342
|
]
|
|
1294
1343
|
},
|
|
1295
|
-
{
|
|
1296
|
-
"kind": "javascript-module",
|
|
1297
|
-
"path": "src/layouts/default.ts",
|
|
1298
|
-
"declarations": [
|
|
1299
|
-
{
|
|
1300
|
-
"kind": "variable",
|
|
1301
|
-
"name": "loginLayout",
|
|
1302
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1303
|
-
},
|
|
1304
|
-
{
|
|
1305
|
-
"kind": "variable",
|
|
1306
|
-
"name": "defaultLayout",
|
|
1307
|
-
"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)"
|
|
1308
|
-
}
|
|
1309
|
-
],
|
|
1310
|
-
"exports": [
|
|
1311
|
-
{
|
|
1312
|
-
"kind": "js",
|
|
1313
|
-
"name": "loginLayout",
|
|
1314
|
-
"declaration": {
|
|
1315
|
-
"name": "loginLayout",
|
|
1316
|
-
"module": "src/layouts/default.ts"
|
|
1317
|
-
}
|
|
1318
|
-
},
|
|
1319
|
-
{
|
|
1320
|
-
"kind": "js",
|
|
1321
|
-
"name": "defaultLayout",
|
|
1322
|
-
"declaration": {
|
|
1323
|
-
"name": "defaultLayout",
|
|
1324
|
-
"module": "src/layouts/default.ts"
|
|
1325
|
-
}
|
|
1326
|
-
}
|
|
1327
|
-
]
|
|
1328
|
-
},
|
|
1329
|
-
{
|
|
1330
|
-
"kind": "javascript-module",
|
|
1331
|
-
"path": "src/layouts/index.ts",
|
|
1332
|
-
"declarations": [],
|
|
1333
|
-
"exports": [
|
|
1334
|
-
{
|
|
1335
|
-
"kind": "js",
|
|
1336
|
-
"name": "*",
|
|
1337
|
-
"declaration": {
|
|
1338
|
-
"name": "*",
|
|
1339
|
-
"package": "./default"
|
|
1340
|
-
}
|
|
1341
|
-
}
|
|
1342
|
-
]
|
|
1343
|
-
},
|
|
1344
1344
|
{
|
|
1345
1345
|
"kind": "javascript-module",
|
|
1346
1346
|
"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.82.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -41,22 +41,22 @@
|
|
|
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.82.0",
|
|
45
|
+
"@genesislcap/genx": "14.82.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-logger": "14.
|
|
54
|
-
"@genesislcap/foundation-login": "14.
|
|
55
|
-
"@genesislcap/foundation-ui": "14.
|
|
56
|
-
"@genesislcap/foundation-utils": "14.
|
|
57
|
-
"@genesislcap/foundation-zero": "14.
|
|
58
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
59
|
-
"@genesislcap/grid-pro": "14.
|
|
50
|
+
"@genesislcap/foundation-comms": "14.82.0",
|
|
51
|
+
"@genesislcap/foundation-errors": "14.82.0",
|
|
52
|
+
"@genesislcap/foundation-forms": "14.82.0",
|
|
53
|
+
"@genesislcap/foundation-logger": "14.82.0",
|
|
54
|
+
"@genesislcap/foundation-login": "14.82.0",
|
|
55
|
+
"@genesislcap/foundation-ui": "14.82.0",
|
|
56
|
+
"@genesislcap/foundation-utils": "14.82.0",
|
|
57
|
+
"@genesislcap/foundation-zero": "14.82.0",
|
|
58
|
+
"@genesislcap/foundation-zero-grid-pro": "14.82.0",
|
|
59
|
+
"@genesislcap/grid-pro": "14.82.0",
|
|
60
60
|
"@microsoft/fast-components": "^2.21.3",
|
|
61
61
|
"@microsoft/fast-element": "^1.7.0",
|
|
62
62
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"access": "public"
|
|
73
73
|
},
|
|
74
74
|
"customElements": "dist/custom-elements.json",
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "69108b95942ed1e47c3cf1eaf9fd3c3ed9188de0"
|
|
76
76
|
}
|