@genesislcap/foundation-entity-management 14.79.2-alpha-ca658e8.0 → 14.80.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.
@@ -87,6 +87,41 @@
87
87
  }
88
88
  ]
89
89
  },
90
+ {
91
+ "kind": "javascript-module",
92
+ "path": "src/components/components.ts",
93
+ "declarations": [
94
+ {
95
+ "kind": "function",
96
+ "name": "loadRemotes"
97
+ }
98
+ ],
99
+ "exports": [
100
+ {
101
+ "kind": "js",
102
+ "name": "loadRemotes",
103
+ "declaration": {
104
+ "name": "loadRemotes",
105
+ "module": "src/components/components.ts"
106
+ }
107
+ }
108
+ ]
109
+ },
110
+ {
111
+ "kind": "javascript-module",
112
+ "path": "src/components/index.ts",
113
+ "declarations": [],
114
+ "exports": [
115
+ {
116
+ "kind": "js",
117
+ "name": "*",
118
+ "declaration": {
119
+ "name": "*",
120
+ "package": "./components"
121
+ }
122
+ }
123
+ ]
124
+ },
90
125
  {
91
126
  "kind": "javascript-module",
92
127
  "path": "src/entities/entities.styles.ts",
@@ -721,27 +756,41 @@
721
756
  },
722
757
  {
723
758
  "kind": "javascript-module",
724
- "path": "src/components/components.ts",
759
+ "path": "src/layouts/default.ts",
725
760
  "declarations": [
726
761
  {
727
- "kind": "function",
728
- "name": "loadRemotes"
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)"
729
770
  }
730
771
  ],
731
772
  "exports": [
732
773
  {
733
774
  "kind": "js",
734
- "name": "loadRemotes",
775
+ "name": "loginLayout",
735
776
  "declaration": {
736
- "name": "loadRemotes",
737
- "module": "src/components/components.ts"
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"
738
787
  }
739
788
  }
740
789
  ]
741
790
  },
742
791
  {
743
792
  "kind": "javascript-module",
744
- "path": "src/components/index.ts",
793
+ "path": "src/layouts/index.ts",
745
794
  "declarations": [],
746
795
  "exports": [
747
796
  {
@@ -749,7 +798,7 @@
749
798
  "name": "*",
750
799
  "declaration": {
751
800
  "name": "*",
752
- "package": "./components"
801
+ "package": "./default"
753
802
  }
754
803
  }
755
804
  ]
@@ -1139,55 +1188,6 @@
1139
1188
  }
1140
1189
  ]
1141
1190
  },
1142
- {
1143
- "kind": "javascript-module",
1144
- "path": "src/layouts/default.ts",
1145
- "declarations": [
1146
- {
1147
- "kind": "variable",
1148
- "name": "loginLayout",
1149
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1150
- },
1151
- {
1152
- "kind": "variable",
1153
- "name": "defaultLayout",
1154
- "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)"
1155
- }
1156
- ],
1157
- "exports": [
1158
- {
1159
- "kind": "js",
1160
- "name": "loginLayout",
1161
- "declaration": {
1162
- "name": "loginLayout",
1163
- "module": "src/layouts/default.ts"
1164
- }
1165
- },
1166
- {
1167
- "kind": "js",
1168
- "name": "defaultLayout",
1169
- "declaration": {
1170
- "name": "defaultLayout",
1171
- "module": "src/layouts/default.ts"
1172
- }
1173
- }
1174
- ]
1175
- },
1176
- {
1177
- "kind": "javascript-module",
1178
- "path": "src/layouts/index.ts",
1179
- "declarations": [],
1180
- "exports": [
1181
- {
1182
- "kind": "js",
1183
- "name": "*",
1184
- "declaration": {
1185
- "name": "*",
1186
- "package": "./default"
1187
- }
1188
- }
1189
- ]
1190
- },
1191
1191
  {
1192
1192
  "kind": "javascript-module",
1193
1193
  "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.79.2-alpha-ca658e8.0",
4
+ "version": "14.80.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -41,21 +41,21 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "@genesislcap/foundation-login": "^14.40.0",
44
- "@genesislcap/foundation-testing": "14.79.2-alpha-ca658e8.0",
45
- "@genesislcap/genx": "14.79.2-alpha-ca658e8.0",
44
+ "@genesislcap/foundation-testing": "14.80.0",
45
+ "@genesislcap/genx": "14.80.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.79.2-alpha-ca658e8.0",
51
- "@genesislcap/foundation-errors": "14.79.2-alpha-ca658e8.0",
52
- "@genesislcap/foundation-forms": "14.79.2-alpha-ca658e8.0",
53
- "@genesislcap/foundation-login": "14.79.2-alpha-ca658e8.0",
54
- "@genesislcap/foundation-ui": "14.79.2-alpha-ca658e8.0",
55
- "@genesislcap/foundation-utils": "14.79.2-alpha-ca658e8.0",
56
- "@genesislcap/foundation-zero": "14.79.2-alpha-ca658e8.0",
57
- "@genesislcap/foundation-zero-grid-pro": "14.79.2-alpha-ca658e8.0",
58
- "@genesislcap/grid-pro": "14.79.2-alpha-ca658e8.0",
50
+ "@genesislcap/foundation-comms": "14.80.0",
51
+ "@genesislcap/foundation-errors": "14.80.0",
52
+ "@genesislcap/foundation-forms": "14.80.0",
53
+ "@genesislcap/foundation-login": "14.80.0",
54
+ "@genesislcap/foundation-ui": "14.80.0",
55
+ "@genesislcap/foundation-utils": "14.80.0",
56
+ "@genesislcap/foundation-zero": "14.80.0",
57
+ "@genesislcap/foundation-zero-grid-pro": "14.80.0",
58
+ "@genesislcap/grid-pro": "14.80.0",
59
59
  "@microsoft/fast-components": "^2.21.3",
60
60
  "@microsoft/fast-element": "^1.7.0",
61
61
  "@microsoft/fast-foundation": "^2.33.2",
@@ -71,5 +71,5 @@
71
71
  "access": "public"
72
72
  },
73
73
  "customElements": "dist/custom-elements.json",
74
- "gitHead": "661e12b401aacf5b3f1c11e50d4d22dbeda577d9"
74
+ "gitHead": "3d24e496108a7e41591df635302ab6ebe6d78169"
75
75
  }