@genesislcap/foundation-entity-management 14.48.0 → 14.49.0-bny.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.
@@ -87,41 +87,6 @@
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
- },
125
90
  {
126
91
  "kind": "javascript-module",
127
92
  "path": "src/entities/entities.styles.ts",
@@ -675,41 +640,27 @@
675
640
  },
676
641
  {
677
642
  "kind": "javascript-module",
678
- "path": "src/layouts/default.ts",
643
+ "path": "src/components/components.ts",
679
644
  "declarations": [
680
645
  {
681
- "kind": "variable",
682
- "name": "loginLayout",
683
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss\n)"
684
- },
685
- {
686
- "kind": "variable",
687
- "name": "defaultLayout",
688
- "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)"
646
+ "kind": "function",
647
+ "name": "loadRemotes"
689
648
  }
690
649
  ],
691
650
  "exports": [
692
651
  {
693
652
  "kind": "js",
694
- "name": "loginLayout",
695
- "declaration": {
696
- "name": "loginLayout",
697
- "module": "src/layouts/default.ts"
698
- }
699
- },
700
- {
701
- "kind": "js",
702
- "name": "defaultLayout",
653
+ "name": "loadRemotes",
703
654
  "declaration": {
704
- "name": "defaultLayout",
705
- "module": "src/layouts/default.ts"
655
+ "name": "loadRemotes",
656
+ "module": "src/components/components.ts"
706
657
  }
707
658
  }
708
659
  ]
709
660
  },
710
661
  {
711
662
  "kind": "javascript-module",
712
- "path": "src/layouts/index.ts",
663
+ "path": "src/components/index.ts",
713
664
  "declarations": [],
714
665
  "exports": [
715
666
  {
@@ -717,7 +668,7 @@
717
668
  "name": "*",
718
669
  "declaration": {
719
670
  "name": "*",
720
- "package": "./default"
671
+ "package": "./components"
721
672
  }
722
673
  }
723
674
  ]
@@ -1194,6 +1145,55 @@
1194
1145
  }
1195
1146
  ]
1196
1147
  },
1148
+ {
1149
+ "kind": "javascript-module",
1150
+ "path": "src/layouts/default.ts",
1151
+ "declarations": [
1152
+ {
1153
+ "kind": "variable",
1154
+ "name": "loginLayout",
1155
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss\n)"
1156
+ },
1157
+ {
1158
+ "kind": "variable",
1159
+ "name": "defaultLayout",
1160
+ "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)"
1161
+ }
1162
+ ],
1163
+ "exports": [
1164
+ {
1165
+ "kind": "js",
1166
+ "name": "loginLayout",
1167
+ "declaration": {
1168
+ "name": "loginLayout",
1169
+ "module": "src/layouts/default.ts"
1170
+ }
1171
+ },
1172
+ {
1173
+ "kind": "js",
1174
+ "name": "defaultLayout",
1175
+ "declaration": {
1176
+ "name": "defaultLayout",
1177
+ "module": "src/layouts/default.ts"
1178
+ }
1179
+ }
1180
+ ]
1181
+ },
1182
+ {
1183
+ "kind": "javascript-module",
1184
+ "path": "src/layouts/index.ts",
1185
+ "declarations": [],
1186
+ "exports": [
1187
+ {
1188
+ "kind": "js",
1189
+ "name": "*",
1190
+ "declaration": {
1191
+ "name": "*",
1192
+ "package": "./default"
1193
+ }
1194
+ }
1195
+ ]
1196
+ },
1197
1197
  {
1198
1198
  "kind": "javascript-module",
1199
1199
  "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.48.0",
4
+ "version": "14.49.0-bny.1",
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.48.0",
45
- "@genesislcap/genx": "^14.48.0",
44
+ "@genesislcap/foundation-testing": "14.49.0-bny.1",
45
+ "@genesislcap/genx": "14.49.0-bny.1",
46
46
  "bulma": "^0.9.3"
47
47
  },
48
48
  "dependencies": {
49
49
  "@ag-grid-community/core": "29.2.0",
50
- "@genesislcap/foundation-comms": "^14.48.0",
51
- "@genesislcap/foundation-errors": "^14.48.0",
52
- "@genesislcap/foundation-forms": "^14.48.0",
53
- "@genesislcap/foundation-login": "^14.48.0",
54
- "@genesislcap/foundation-ui": "^14.48.0",
55
- "@genesislcap/foundation-utils": "^14.48.0",
56
- "@genesislcap/foundation-zero": "^14.48.0",
57
- "@genesislcap/foundation-zero-grid-pro": "^14.48.0",
58
- "@genesislcap/grid-pro": "^14.48.0",
50
+ "@genesislcap/foundation-comms": "14.49.0-bny.1",
51
+ "@genesislcap/foundation-errors": "14.49.0-bny.1",
52
+ "@genesislcap/foundation-forms": "14.49.0-bny.1",
53
+ "@genesislcap/foundation-login": "14.49.0-bny.1",
54
+ "@genesislcap/foundation-ui": "14.49.0-bny.1",
55
+ "@genesislcap/foundation-utils": "14.49.0-bny.1",
56
+ "@genesislcap/foundation-zero": "14.49.0-bny.1",
57
+ "@genesislcap/foundation-zero-grid-pro": "14.49.0-bny.1",
58
+ "@genesislcap/grid-pro": "14.49.0-bny.1",
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": "6ca7b92f4966b3913bce518f695e4bdc8e77e73d"
74
+ "gitHead": "90213f64833284d50fa3396245b8f0ff1f22706b"
75
75
  }