@genesislcap/foundation-entity-management 14.80.0 → 14.81.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/dist/dts/utils/logger.d.ts +1 -1
- package/dist/dts/utils/logger.d.ts.map +1 -1
- package/dist/esm/utils/logger.js +1 -1
- package/dist/foundation-entity-management.api.json +2 -2
- package/dist/foundation-entity-management.d.ts +1 -1
- package/docs/api/foundation-entity-management.logger.md +1 -1
- package/docs/api-report.md +1 -1
- package/package.json +14 -13
|
@@ -754,55 +754,6 @@
|
|
|
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
|
-
},
|
|
806
757
|
{
|
|
807
758
|
"kind": "javascript-module",
|
|
808
759
|
"path": "src/list/index.ts",
|
|
@@ -1341,6 +1292,55 @@
|
|
|
1341
1292
|
}
|
|
1342
1293
|
]
|
|
1343
1294
|
},
|
|
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",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../../src/utils/logger.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../../src/utils/logger.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,MAAM,iDAAoC,CAAC"}
|
package/dist/esm/utils/logger.js
CHANGED
|
@@ -1571,12 +1571,12 @@
|
|
|
1571
1571
|
},
|
|
1572
1572
|
{
|
|
1573
1573
|
"kind": "Content",
|
|
1574
|
-
"text": "import(\"@genesislcap/foundation-
|
|
1574
|
+
"text": "import(\"@genesislcap/foundation-logger\")."
|
|
1575
1575
|
},
|
|
1576
1576
|
{
|
|
1577
1577
|
"kind": "Reference",
|
|
1578
1578
|
"text": "Logger",
|
|
1579
|
-
"canonicalReference": "@genesislcap/foundation-
|
|
1579
|
+
"canonicalReference": "@genesislcap/foundation-logger!Logger:interface"
|
|
1580
1580
|
}
|
|
1581
1581
|
],
|
|
1582
1582
|
"fileUrlPath": "src/utils/logger.ts",
|
|
@@ -12,7 +12,7 @@ import { FoundationLayoutContainer } from '@genesislcap/foundation-utils';
|
|
|
12
12
|
import { GridOptions } from '@ag-grid-community/core';
|
|
13
13
|
import { GridProRendererTypes } from '@genesislcap/foundation-zero-grid-pro';
|
|
14
14
|
import { LayoutCacheContainer } from '@genesislcap/foundation-utils';
|
|
15
|
-
import { Logger } from '@genesislcap/foundation-
|
|
15
|
+
import { Logger } from '@genesislcap/foundation-logger';
|
|
16
16
|
import { MessageError } from '@genesislcap/foundation-comms';
|
|
17
17
|
import { PartialFASTElementDefinition } from '@microsoft/fast-element';
|
|
18
18
|
import { RouterConfiguration } from '@microsoft/fast-router';
|
package/docs/api-report.md
CHANGED
|
@@ -18,7 +18,7 @@ import { FoundationLayoutContainer } from '@genesislcap/foundation-utils';
|
|
|
18
18
|
import { GridOptions } from '@ag-grid-community/core';
|
|
19
19
|
import { GridProRendererTypes } from '@genesislcap/foundation-zero-grid-pro';
|
|
20
20
|
import { LayoutCacheContainer } from '@genesislcap/foundation-utils';
|
|
21
|
-
import { Logger } from '@genesislcap/foundation-
|
|
21
|
+
import { Logger } from '@genesislcap/foundation-logger';
|
|
22
22
|
import { MessageError } from '@genesislcap/foundation-comms';
|
|
23
23
|
import { PartialFASTElementDefinition } from '@microsoft/fast-element';
|
|
24
24
|
import { RouterConfiguration } from '@microsoft/fast-router';
|
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.81.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -41,21 +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.81.0",
|
|
45
|
+
"@genesislcap/genx": "14.81.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-
|
|
54
|
-
"@genesislcap/foundation-
|
|
55
|
-
"@genesislcap/foundation-
|
|
56
|
-
"@genesislcap/foundation-
|
|
57
|
-
"@genesislcap/foundation-zero
|
|
58
|
-
"@genesislcap/grid-pro": "14.
|
|
50
|
+
"@genesislcap/foundation-comms": "14.81.0",
|
|
51
|
+
"@genesislcap/foundation-errors": "14.81.0",
|
|
52
|
+
"@genesislcap/foundation-forms": "14.81.0",
|
|
53
|
+
"@genesislcap/foundation-logger": "14.81.0",
|
|
54
|
+
"@genesislcap/foundation-login": "14.81.0",
|
|
55
|
+
"@genesislcap/foundation-ui": "14.81.0",
|
|
56
|
+
"@genesislcap/foundation-utils": "14.81.0",
|
|
57
|
+
"@genesislcap/foundation-zero": "14.81.0",
|
|
58
|
+
"@genesislcap/foundation-zero-grid-pro": "14.81.0",
|
|
59
|
+
"@genesislcap/grid-pro": "14.81.0",
|
|
59
60
|
"@microsoft/fast-components": "^2.21.3",
|
|
60
61
|
"@microsoft/fast-element": "^1.7.0",
|
|
61
62
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -71,5 +72,5 @@
|
|
|
71
72
|
"access": "public"
|
|
72
73
|
},
|
|
73
74
|
"customElements": "dist/custom-elements.json",
|
|
74
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "6f2d59820f20c84c0910281cc172931db6ce7543"
|
|
75
76
|
}
|