@genesislcap/foundation-entity-management 14.224.0 → 14.224.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.
@@ -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",
@@ -884,41 +913,6 @@
884
913
  }
885
914
  ]
886
915
  },
887
- {
888
- "kind": "javascript-module",
889
- "path": "src/components/components.ts",
890
- "declarations": [
891
- {
892
- "kind": "function",
893
- "name": "loadRemotes"
894
- }
895
- ],
896
- "exports": [
897
- {
898
- "kind": "js",
899
- "name": "loadRemotes",
900
- "declaration": {
901
- "name": "loadRemotes",
902
- "module": "src/components/components.ts"
903
- }
904
- }
905
- ]
906
- },
907
- {
908
- "kind": "javascript-module",
909
- "path": "src/components/index.ts",
910
- "declarations": [],
911
- "exports": [
912
- {
913
- "kind": "js",
914
- "name": "*",
915
- "declaration": {
916
- "name": "*",
917
- "package": "./components"
918
- }
919
- }
920
- ]
921
- },
922
916
  {
923
917
  "kind": "javascript-module",
924
918
  "path": "src/list/index.ts",
@@ -1520,6 +1514,55 @@
1520
1514
  }
1521
1515
  ]
1522
1516
  },
1517
+ {
1518
+ "kind": "javascript-module",
1519
+ "path": "src/layouts/default.ts",
1520
+ "declarations": [
1521
+ {
1522
+ "kind": "variable",
1523
+ "name": "loginLayout",
1524
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1525
+ },
1526
+ {
1527
+ "kind": "variable",
1528
+ "name": "defaultLayout",
1529
+ "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)"
1530
+ }
1531
+ ],
1532
+ "exports": [
1533
+ {
1534
+ "kind": "js",
1535
+ "name": "loginLayout",
1536
+ "declaration": {
1537
+ "name": "loginLayout",
1538
+ "module": "src/layouts/default.ts"
1539
+ }
1540
+ },
1541
+ {
1542
+ "kind": "js",
1543
+ "name": "defaultLayout",
1544
+ "declaration": {
1545
+ "name": "defaultLayout",
1546
+ "module": "src/layouts/default.ts"
1547
+ }
1548
+ }
1549
+ ]
1550
+ },
1551
+ {
1552
+ "kind": "javascript-module",
1553
+ "path": "src/layouts/index.ts",
1554
+ "declarations": [],
1555
+ "exports": [
1556
+ {
1557
+ "kind": "js",
1558
+ "name": "*",
1559
+ "declaration": {
1560
+ "name": "*",
1561
+ "package": "./default"
1562
+ }
1563
+ }
1564
+ ]
1565
+ },
1523
1566
  {
1524
1567
  "kind": "javascript-module",
1525
1568
  "path": "src/main/index.ts",
@@ -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,4 +1,4 @@
1
1
  export declare function loadRemotes(): Promise<{
2
- ZeroDesignSystem: any;
2
+ ZeroDesignSystem: import("@microsoft/fast-foundation").DesignSystem;
3
3
  }>;
4
4
  //# sourceMappingURL=components.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../../src/components/components.ts"],"names":[],"mappings":"AAwCA,wBAAsB,WAAW;;GAKhC"}
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 loadZeroFallback() {
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.0",
4
+ "version": "14.224.2",
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.0",
56
- "@genesislcap/genx": "14.224.0",
57
- "@genesislcap/rollup-builder": "14.224.0",
58
- "@genesislcap/ts-builder": "14.224.0",
59
- "@genesislcap/uvu-playwright-builder": "14.224.0",
60
- "@genesislcap/vite-builder": "14.224.0",
61
- "@genesislcap/webpack-builder": "14.224.0",
55
+ "@genesislcap/foundation-testing": "14.224.2",
56
+ "@genesislcap/genx": "14.224.2",
57
+ "@genesislcap/rollup-builder": "14.224.2",
58
+ "@genesislcap/ts-builder": "14.224.2",
59
+ "@genesislcap/uvu-playwright-builder": "14.224.2",
60
+ "@genesislcap/vite-builder": "14.224.2",
61
+ "@genesislcap/webpack-builder": "14.224.2",
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.0",
67
- "@genesislcap/foundation-errors": "14.224.0",
68
- "@genesislcap/foundation-events": "14.224.0",
69
- "@genesislcap/foundation-forms": "14.224.0",
70
- "@genesislcap/foundation-logger": "14.224.0",
71
- "@genesislcap/foundation-login": "14.224.0",
72
- "@genesislcap/foundation-notifications": "14.224.0",
73
- "@genesislcap/foundation-ui": "14.224.0",
74
- "@genesislcap/foundation-utils": "14.224.0",
75
- "@genesislcap/foundation-zero": "14.224.0",
76
- "@genesislcap/foundation-zero-grid-pro": "14.224.0",
77
- "@genesislcap/grid-pro": "14.224.0",
66
+ "@genesislcap/foundation-comms": "14.224.2",
67
+ "@genesislcap/foundation-errors": "14.224.2",
68
+ "@genesislcap/foundation-events": "14.224.2",
69
+ "@genesislcap/foundation-forms": "14.224.2",
70
+ "@genesislcap/foundation-logger": "14.224.2",
71
+ "@genesislcap/foundation-login": "14.224.2",
72
+ "@genesislcap/foundation-notifications": "14.224.2",
73
+ "@genesislcap/foundation-ui": "14.224.2",
74
+ "@genesislcap/foundation-utils": "14.224.2",
75
+ "@genesislcap/foundation-zero": "14.224.2",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.224.2",
77
+ "@genesislcap/grid-pro": "14.224.2",
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": "3a419e0c35fae338860ed7f0d468e170357c7dc8"
94
+ "gitHead": "18c2b90ffb7ba7234a5adac416589a81969b6ae9"
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');