@genesislcap/foundation-entity-management 14.211.5 → 14.211.6

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",
@@ -1138,41 +1103,27 @@
1138
1103
  },
1139
1104
  {
1140
1105
  "kind": "javascript-module",
1141
- "path": "src/layouts/default.ts",
1106
+ "path": "src/components/components.ts",
1142
1107
  "declarations": [
1143
1108
  {
1144
- "kind": "variable",
1145
- "name": "loginLayout",
1146
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1147
- },
1148
- {
1149
- "kind": "variable",
1150
- "name": "defaultLayout",
1151
- "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)"
1109
+ "kind": "function",
1110
+ "name": "loadRemotes"
1152
1111
  }
1153
1112
  ],
1154
1113
  "exports": [
1155
1114
  {
1156
1115
  "kind": "js",
1157
- "name": "loginLayout",
1158
- "declaration": {
1159
- "name": "loginLayout",
1160
- "module": "src/layouts/default.ts"
1161
- }
1162
- },
1163
- {
1164
- "kind": "js",
1165
- "name": "defaultLayout",
1116
+ "name": "loadRemotes",
1166
1117
  "declaration": {
1167
- "name": "defaultLayout",
1168
- "module": "src/layouts/default.ts"
1118
+ "name": "loadRemotes",
1119
+ "module": "src/components/components.ts"
1169
1120
  }
1170
1121
  }
1171
1122
  ]
1172
1123
  },
1173
1124
  {
1174
1125
  "kind": "javascript-module",
1175
- "path": "src/layouts/index.ts",
1126
+ "path": "src/components/index.ts",
1176
1127
  "declarations": [],
1177
1128
  "exports": [
1178
1129
  {
@@ -1180,7 +1131,7 @@
1180
1131
  "name": "*",
1181
1132
  "declaration": {
1182
1133
  "name": "*",
1183
- "package": "./default"
1134
+ "package": "./components"
1184
1135
  }
1185
1136
  }
1186
1137
  ]
@@ -3210,6 +3161,55 @@
3210
3161
  }
3211
3162
  ]
3212
3163
  },
3164
+ {
3165
+ "kind": "javascript-module",
3166
+ "path": "src/layouts/default.ts",
3167
+ "declarations": [
3168
+ {
3169
+ "kind": "variable",
3170
+ "name": "loginLayout",
3171
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
3172
+ },
3173
+ {
3174
+ "kind": "variable",
3175
+ "name": "defaultLayout",
3176
+ "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)"
3177
+ }
3178
+ ],
3179
+ "exports": [
3180
+ {
3181
+ "kind": "js",
3182
+ "name": "loginLayout",
3183
+ "declaration": {
3184
+ "name": "loginLayout",
3185
+ "module": "src/layouts/default.ts"
3186
+ }
3187
+ },
3188
+ {
3189
+ "kind": "js",
3190
+ "name": "defaultLayout",
3191
+ "declaration": {
3192
+ "name": "defaultLayout",
3193
+ "module": "src/layouts/default.ts"
3194
+ }
3195
+ }
3196
+ ]
3197
+ },
3198
+ {
3199
+ "kind": "javascript-module",
3200
+ "path": "src/layouts/index.ts",
3201
+ "declarations": [],
3202
+ "exports": [
3203
+ {
3204
+ "kind": "js",
3205
+ "name": "*",
3206
+ "declaration": {
3207
+ "name": "*",
3208
+ "package": "./default"
3209
+ }
3210
+ }
3211
+ ]
3212
+ },
3213
3213
  {
3214
3214
  "kind": "javascript-module",
3215
3215
  "path": "src/routes/config.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.211.5",
4
+ "version": "14.211.6",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -52,32 +52,32 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.211.5",
56
- "@genesislcap/genx": "14.211.5",
57
- "@genesislcap/rollup-builder": "14.211.5",
58
- "@genesislcap/ts-builder": "14.211.5",
59
- "@genesislcap/uvu-playwright-builder": "14.211.5",
60
- "@genesislcap/vite-builder": "14.211.5",
61
- "@genesislcap/webpack-builder": "14.211.5",
55
+ "@genesislcap/foundation-testing": "14.211.6",
56
+ "@genesislcap/genx": "14.211.6",
57
+ "@genesislcap/rollup-builder": "14.211.6",
58
+ "@genesislcap/ts-builder": "14.211.6",
59
+ "@genesislcap/uvu-playwright-builder": "14.211.6",
60
+ "@genesislcap/vite-builder": "14.211.6",
61
+ "@genesislcap/webpack-builder": "14.211.6",
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.211.5",
67
- "@genesislcap/foundation-errors": "14.211.5",
68
- "@genesislcap/foundation-events": "14.211.5",
69
- "@genesislcap/foundation-forms": "14.211.5",
70
- "@genesislcap/foundation-logger": "14.211.5",
71
- "@genesislcap/foundation-login": "14.211.5",
72
- "@genesislcap/foundation-notifications": "14.211.5",
73
- "@genesislcap/foundation-ui": "14.211.5",
74
- "@genesislcap/foundation-utils": "14.211.5",
75
- "@genesislcap/foundation-zero": "14.211.5",
76
- "@genesislcap/foundation-zero-grid-pro": "14.211.5",
77
- "@genesislcap/grid-pro": "14.211.5",
66
+ "@genesislcap/foundation-comms": "14.211.6",
67
+ "@genesislcap/foundation-errors": "14.211.6",
68
+ "@genesislcap/foundation-events": "14.211.6",
69
+ "@genesislcap/foundation-forms": "14.211.6",
70
+ "@genesislcap/foundation-logger": "14.211.6",
71
+ "@genesislcap/foundation-login": "14.211.6",
72
+ "@genesislcap/foundation-notifications": "14.211.6",
73
+ "@genesislcap/foundation-ui": "14.211.6",
74
+ "@genesislcap/foundation-utils": "14.211.6",
75
+ "@genesislcap/foundation-zero": "14.211.6",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.211.6",
77
+ "@genesislcap/grid-pro": "14.211.6",
78
78
  "@microsoft/fast-components": "^2.30.6",
79
79
  "@microsoft/fast-element": "^1.12.0",
80
- "@microsoft/fast-foundation": "^2.49.4",
80
+ "@microsoft/fast-foundation": "2.49.6",
81
81
  "@microsoft/fast-router": "^0.4.8",
82
82
  "change-case": "^4.1.2",
83
83
  "tslib": "^2.3.1"
@@ -91,5 +91,5 @@
91
91
  "access": "public"
92
92
  },
93
93
  "customElements": "dist/custom-elements.json",
94
- "gitHead": "6362f3dbcf2712680073a886eeaed5c58bb6ad35"
94
+ "gitHead": "f482b5a253497e80e26493592189fdbc1760c439"
95
95
  }