@genesislcap/foundation-entity-management 14.224.0 → 14.224.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 +57 -63
- package/dist/dts/components/components.d.ts +1 -1
- package/dist/dts/components/components.d.ts.map +1 -1
- package/dist/esm/components/components.js +1 -26
- package/package.json +21 -21
- package/dist/dts/index.federated.d.ts +0 -1
- package/dist/dts/index.federated.d.ts.map +0 -1
- package/dist/esm/index.federated.js +0 -1
|
@@ -2,12 +2,6 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
-
{
|
|
6
|
-
"kind": "javascript-module",
|
|
7
|
-
"path": "src/index.federated.ts",
|
|
8
|
-
"declarations": [],
|
|
9
|
-
"exports": []
|
|
10
|
-
},
|
|
11
5
|
{
|
|
12
6
|
"kind": "javascript-module",
|
|
13
7
|
"path": "src/index.ts",
|
|
@@ -87,6 +81,41 @@
|
|
|
87
81
|
}
|
|
88
82
|
]
|
|
89
83
|
},
|
|
84
|
+
{
|
|
85
|
+
"kind": "javascript-module",
|
|
86
|
+
"path": "src/components/components.ts",
|
|
87
|
+
"declarations": [
|
|
88
|
+
{
|
|
89
|
+
"kind": "function",
|
|
90
|
+
"name": "loadRemotes"
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"exports": [
|
|
94
|
+
{
|
|
95
|
+
"kind": "js",
|
|
96
|
+
"name": "loadRemotes",
|
|
97
|
+
"declaration": {
|
|
98
|
+
"name": "loadRemotes",
|
|
99
|
+
"module": "src/components/components.ts"
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"kind": "javascript-module",
|
|
106
|
+
"path": "src/components/index.ts",
|
|
107
|
+
"declarations": [],
|
|
108
|
+
"exports": [
|
|
109
|
+
{
|
|
110
|
+
"kind": "js",
|
|
111
|
+
"name": "*",
|
|
112
|
+
"declaration": {
|
|
113
|
+
"name": "*",
|
|
114
|
+
"package": "./components"
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
]
|
|
118
|
+
},
|
|
90
119
|
{
|
|
91
120
|
"kind": "javascript-module",
|
|
92
121
|
"path": "src/entities/entities.styles.ts",
|
|
@@ -886,27 +915,41 @@
|
|
|
886
915
|
},
|
|
887
916
|
{
|
|
888
917
|
"kind": "javascript-module",
|
|
889
|
-
"path": "src/
|
|
918
|
+
"path": "src/layouts/default.ts",
|
|
890
919
|
"declarations": [
|
|
891
920
|
{
|
|
892
|
-
"kind": "
|
|
893
|
-
"name": "
|
|
921
|
+
"kind": "variable",
|
|
922
|
+
"name": "loginLayout",
|
|
923
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"kind": "variable",
|
|
927
|
+
"name": "defaultLayout",
|
|
928
|
+
"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)"
|
|
894
929
|
}
|
|
895
930
|
],
|
|
896
931
|
"exports": [
|
|
897
932
|
{
|
|
898
933
|
"kind": "js",
|
|
899
|
-
"name": "
|
|
934
|
+
"name": "loginLayout",
|
|
900
935
|
"declaration": {
|
|
901
|
-
"name": "
|
|
902
|
-
"module": "src/
|
|
936
|
+
"name": "loginLayout",
|
|
937
|
+
"module": "src/layouts/default.ts"
|
|
938
|
+
}
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"kind": "js",
|
|
942
|
+
"name": "defaultLayout",
|
|
943
|
+
"declaration": {
|
|
944
|
+
"name": "defaultLayout",
|
|
945
|
+
"module": "src/layouts/default.ts"
|
|
903
946
|
}
|
|
904
947
|
}
|
|
905
948
|
]
|
|
906
949
|
},
|
|
907
950
|
{
|
|
908
951
|
"kind": "javascript-module",
|
|
909
|
-
"path": "src/
|
|
952
|
+
"path": "src/layouts/index.ts",
|
|
910
953
|
"declarations": [],
|
|
911
954
|
"exports": [
|
|
912
955
|
{
|
|
@@ -914,7 +957,7 @@
|
|
|
914
957
|
"name": "*",
|
|
915
958
|
"declaration": {
|
|
916
959
|
"name": "*",
|
|
917
|
-
"package": "./
|
|
960
|
+
"package": "./default"
|
|
918
961
|
}
|
|
919
962
|
}
|
|
920
963
|
]
|
|
@@ -1665,55 +1708,6 @@
|
|
|
1665
1708
|
}
|
|
1666
1709
|
]
|
|
1667
1710
|
},
|
|
1668
|
-
{
|
|
1669
|
-
"kind": "javascript-module",
|
|
1670
|
-
"path": "src/layouts/default.ts",
|
|
1671
|
-
"declarations": [
|
|
1672
|
-
{
|
|
1673
|
-
"kind": "variable",
|
|
1674
|
-
"name": "loginLayout",
|
|
1675
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1676
|
-
},
|
|
1677
|
-
{
|
|
1678
|
-
"kind": "variable",
|
|
1679
|
-
"name": "defaultLayout",
|
|
1680
|
-
"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)"
|
|
1681
|
-
}
|
|
1682
|
-
],
|
|
1683
|
-
"exports": [
|
|
1684
|
-
{
|
|
1685
|
-
"kind": "js",
|
|
1686
|
-
"name": "loginLayout",
|
|
1687
|
-
"declaration": {
|
|
1688
|
-
"name": "loginLayout",
|
|
1689
|
-
"module": "src/layouts/default.ts"
|
|
1690
|
-
}
|
|
1691
|
-
},
|
|
1692
|
-
{
|
|
1693
|
-
"kind": "js",
|
|
1694
|
-
"name": "defaultLayout",
|
|
1695
|
-
"declaration": {
|
|
1696
|
-
"name": "defaultLayout",
|
|
1697
|
-
"module": "src/layouts/default.ts"
|
|
1698
|
-
}
|
|
1699
|
-
}
|
|
1700
|
-
]
|
|
1701
|
-
},
|
|
1702
|
-
{
|
|
1703
|
-
"kind": "javascript-module",
|
|
1704
|
-
"path": "src/layouts/index.ts",
|
|
1705
|
-
"declarations": [],
|
|
1706
|
-
"exports": [
|
|
1707
|
-
{
|
|
1708
|
-
"kind": "js",
|
|
1709
|
-
"name": "*",
|
|
1710
|
-
"declaration": {
|
|
1711
|
-
"name": "*",
|
|
1712
|
-
"package": "./default"
|
|
1713
|
-
}
|
|
1714
|
-
}
|
|
1715
|
-
]
|
|
1716
|
-
},
|
|
1717
1711
|
{
|
|
1718
1712
|
"kind": "javascript-module",
|
|
1719
1713
|
"path": "src/profiles/editProfileSchema.ts",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../../src/components/components.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../../src/components/components.ts"],"names":[],"mappings":"AAmBA,wBAAsB,WAAW;;GAKhC"}
|
|
@@ -2,43 +2,18 @@ import { __awaiter } from "tslib";
|
|
|
2
2
|
import { FoundationRouter } from '@genesislcap/foundation-ui';
|
|
3
3
|
import { zeroGridComponents } from '@genesislcap/foundation-zero-grid-pro';
|
|
4
4
|
import { allComponents, provideFASTDesignSystem } from '@microsoft/fast-components';
|
|
5
|
-
import { logger } from '../utils';
|
|
6
5
|
/**
|
|
7
6
|
* Some of the login templates are still using fast-components directly
|
|
8
7
|
*/
|
|
9
8
|
provideFASTDesignSystem().register(allComponents);
|
|
10
|
-
var ResourceType;
|
|
11
|
-
(function (ResourceType) {
|
|
12
|
-
ResourceType["LOCAL"] = "LOCAL";
|
|
13
|
-
ResourceType["REMOTE"] = "REMOTE";
|
|
14
|
-
})(ResourceType || (ResourceType = {}));
|
|
15
9
|
/**
|
|
16
10
|
* TODO: Think about sharing import functions across micro frontends.
|
|
17
11
|
*/
|
|
18
|
-
function
|
|
12
|
+
function loadZeroDesignSystem() {
|
|
19
13
|
return import(
|
|
20
14
|
/* webpackMode: "lazy" */
|
|
21
15
|
'@genesislcap/foundation-zero');
|
|
22
16
|
}
|
|
23
|
-
/**
|
|
24
|
-
* Granular
|
|
25
|
-
*/
|
|
26
|
-
function loadZeroDesignSystem() {
|
|
27
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
28
|
-
let type = ResourceType.REMOTE;
|
|
29
|
-
try {
|
|
30
|
-
// @ts-ignore
|
|
31
|
-
return yield import('foundationZero/ZeroDesignSystem');
|
|
32
|
-
}
|
|
33
|
-
catch (e) {
|
|
34
|
-
type = ResourceType.LOCAL;
|
|
35
|
-
return yield loadZeroFallback();
|
|
36
|
-
}
|
|
37
|
-
finally {
|
|
38
|
-
logger.debug(`Using '${type}' version of foundationZero/ZeroDesignSystem`);
|
|
39
|
-
}
|
|
40
|
-
});
|
|
41
|
-
}
|
|
42
17
|
export function loadRemotes() {
|
|
43
18
|
return __awaiter(this, void 0, void 0, function* () {
|
|
44
19
|
const { provideDesignSystem, baseComponents } = yield loadZeroDesignSystem();
|
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.224.
|
|
4
|
+
"version": "14.224.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.224.
|
|
56
|
-
"@genesislcap/genx": "14.224.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.224.
|
|
58
|
-
"@genesislcap/ts-builder": "14.224.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.224.
|
|
60
|
-
"@genesislcap/vite-builder": "14.224.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.224.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.224.1",
|
|
56
|
+
"@genesislcap/genx": "14.224.1",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.224.1",
|
|
58
|
+
"@genesislcap/ts-builder": "14.224.1",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.224.1",
|
|
60
|
+
"@genesislcap/vite-builder": "14.224.1",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.224.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.224.
|
|
67
|
-
"@genesislcap/foundation-errors": "14.224.
|
|
68
|
-
"@genesislcap/foundation-events": "14.224.
|
|
69
|
-
"@genesislcap/foundation-forms": "14.224.
|
|
70
|
-
"@genesislcap/foundation-logger": "14.224.
|
|
71
|
-
"@genesislcap/foundation-login": "14.224.
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.224.
|
|
73
|
-
"@genesislcap/foundation-ui": "14.224.
|
|
74
|
-
"@genesislcap/foundation-utils": "14.224.
|
|
75
|
-
"@genesislcap/foundation-zero": "14.224.
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.224.
|
|
77
|
-
"@genesislcap/grid-pro": "14.224.
|
|
66
|
+
"@genesislcap/foundation-comms": "14.224.1",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.224.1",
|
|
68
|
+
"@genesislcap/foundation-events": "14.224.1",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.224.1",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.224.1",
|
|
71
|
+
"@genesislcap/foundation-login": "14.224.1",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.224.1",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.224.1",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.224.1",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.224.1",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.224.1",
|
|
77
|
+
"@genesislcap/grid-pro": "14.224.1",
|
|
78
78
|
"@microsoft/fast-components": "^2.30.6",
|
|
79
79
|
"@microsoft/fast-element": "^1.12.0",
|
|
80
80
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"access": "public"
|
|
92
92
|
},
|
|
93
93
|
"customElements": "dist/custom-elements.json",
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "84efb166d0f84f3908014b548f58207cc29cedc6"
|
|
95
95
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=index.federated.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.federated.d.ts","sourceRoot":"","sources":["../../src/index.federated.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import('./index');
|