@genesislcap/foundation-entity-management 14.88.0 → 14.90.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +153 -153
  2. package/package.json +14 -14
@@ -1201,6 +1201,159 @@
1201
1201
  }
1202
1202
  ]
1203
1203
  },
1204
+ {
1205
+ "kind": "javascript-module",
1206
+ "path": "src/main/index.ts",
1207
+ "declarations": [],
1208
+ "exports": [
1209
+ {
1210
+ "kind": "js",
1211
+ "name": "*",
1212
+ "declaration": {
1213
+ "name": "*",
1214
+ "package": "./main.template"
1215
+ }
1216
+ },
1217
+ {
1218
+ "kind": "js",
1219
+ "name": "*",
1220
+ "declaration": {
1221
+ "name": "*",
1222
+ "package": "./main"
1223
+ }
1224
+ }
1225
+ ]
1226
+ },
1227
+ {
1228
+ "kind": "javascript-module",
1229
+ "path": "src/main/main.styles.ts",
1230
+ "declarations": [
1231
+ {
1232
+ "kind": "variable",
1233
+ "name": "MainStyles",
1234
+ "default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
1235
+ }
1236
+ ],
1237
+ "exports": [
1238
+ {
1239
+ "kind": "js",
1240
+ "name": "MainStyles",
1241
+ "declaration": {
1242
+ "name": "MainStyles",
1243
+ "module": "src/main/main.styles.ts"
1244
+ }
1245
+ }
1246
+ ]
1247
+ },
1248
+ {
1249
+ "kind": "javascript-module",
1250
+ "path": "src/main/main.template.ts",
1251
+ "declarations": [],
1252
+ "exports": []
1253
+ },
1254
+ {
1255
+ "kind": "javascript-module",
1256
+ "path": "src/main/main.ts",
1257
+ "declarations": [
1258
+ {
1259
+ "kind": "class",
1260
+ "description": "",
1261
+ "name": "MainApplication",
1262
+ "members": [
1263
+ {
1264
+ "kind": "field",
1265
+ "name": "config",
1266
+ "type": {
1267
+ "text": "MainRouterConfig"
1268
+ }
1269
+ },
1270
+ {
1271
+ "kind": "field",
1272
+ "name": "connect",
1273
+ "type": {
1274
+ "text": "Connect"
1275
+ }
1276
+ },
1277
+ {
1278
+ "kind": "field",
1279
+ "name": "session",
1280
+ "type": {
1281
+ "text": "Session"
1282
+ }
1283
+ },
1284
+ {
1285
+ "kind": "field",
1286
+ "name": "container",
1287
+ "type": {
1288
+ "text": "Container"
1289
+ }
1290
+ },
1291
+ {
1292
+ "kind": "field",
1293
+ "name": "provider",
1294
+ "type": {
1295
+ "text": "any"
1296
+ }
1297
+ },
1298
+ {
1299
+ "kind": "field",
1300
+ "name": "ready",
1301
+ "type": {
1302
+ "text": "boolean"
1303
+ },
1304
+ "default": "false"
1305
+ },
1306
+ {
1307
+ "kind": "field",
1308
+ "name": "data",
1309
+ "type": {
1310
+ "text": "any"
1311
+ },
1312
+ "default": "null"
1313
+ },
1314
+ {
1315
+ "kind": "method",
1316
+ "name": "onLuminanceToggle"
1317
+ },
1318
+ {
1319
+ "kind": "method",
1320
+ "name": "loadRemotes"
1321
+ },
1322
+ {
1323
+ "kind": "method",
1324
+ "name": "selectTemplate"
1325
+ },
1326
+ {
1327
+ "kind": "method",
1328
+ "name": "registerDIDependencies",
1329
+ "privacy": "private"
1330
+ }
1331
+ ],
1332
+ "superclass": {
1333
+ "name": "FASTElement",
1334
+ "package": "@microsoft/fast-element"
1335
+ },
1336
+ "customElement": true
1337
+ }
1338
+ ],
1339
+ "exports": [
1340
+ {
1341
+ "kind": "js",
1342
+ "name": "MainApplication",
1343
+ "declaration": {
1344
+ "name": "MainApplication",
1345
+ "module": "src/main/main.ts"
1346
+ }
1347
+ },
1348
+ {
1349
+ "kind": "custom-element-definition",
1350
+ "declaration": {
1351
+ "name": "MainApplication",
1352
+ "module": "src/main/main.ts"
1353
+ }
1354
+ }
1355
+ ]
1356
+ },
1204
1357
  {
1205
1358
  "kind": "javascript-module",
1206
1359
  "path": "src/profiles/editProfileSchema.ts",
@@ -2052,159 +2205,6 @@
2052
2205
  }
2053
2206
  ]
2054
2207
  },
2055
- {
2056
- "kind": "javascript-module",
2057
- "path": "src/main/index.ts",
2058
- "declarations": [],
2059
- "exports": [
2060
- {
2061
- "kind": "js",
2062
- "name": "*",
2063
- "declaration": {
2064
- "name": "*",
2065
- "package": "./main.template"
2066
- }
2067
- },
2068
- {
2069
- "kind": "js",
2070
- "name": "*",
2071
- "declaration": {
2072
- "name": "*",
2073
- "package": "./main"
2074
- }
2075
- }
2076
- ]
2077
- },
2078
- {
2079
- "kind": "javascript-module",
2080
- "path": "src/main/main.styles.ts",
2081
- "declarations": [
2082
- {
2083
- "kind": "variable",
2084
- "name": "MainStyles",
2085
- "default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
2086
- }
2087
- ],
2088
- "exports": [
2089
- {
2090
- "kind": "js",
2091
- "name": "MainStyles",
2092
- "declaration": {
2093
- "name": "MainStyles",
2094
- "module": "src/main/main.styles.ts"
2095
- }
2096
- }
2097
- ]
2098
- },
2099
- {
2100
- "kind": "javascript-module",
2101
- "path": "src/main/main.template.ts",
2102
- "declarations": [],
2103
- "exports": []
2104
- },
2105
- {
2106
- "kind": "javascript-module",
2107
- "path": "src/main/main.ts",
2108
- "declarations": [
2109
- {
2110
- "kind": "class",
2111
- "description": "",
2112
- "name": "MainApplication",
2113
- "members": [
2114
- {
2115
- "kind": "field",
2116
- "name": "config",
2117
- "type": {
2118
- "text": "MainRouterConfig"
2119
- }
2120
- },
2121
- {
2122
- "kind": "field",
2123
- "name": "connect",
2124
- "type": {
2125
- "text": "Connect"
2126
- }
2127
- },
2128
- {
2129
- "kind": "field",
2130
- "name": "session",
2131
- "type": {
2132
- "text": "Session"
2133
- }
2134
- },
2135
- {
2136
- "kind": "field",
2137
- "name": "container",
2138
- "type": {
2139
- "text": "Container"
2140
- }
2141
- },
2142
- {
2143
- "kind": "field",
2144
- "name": "provider",
2145
- "type": {
2146
- "text": "any"
2147
- }
2148
- },
2149
- {
2150
- "kind": "field",
2151
- "name": "ready",
2152
- "type": {
2153
- "text": "boolean"
2154
- },
2155
- "default": "false"
2156
- },
2157
- {
2158
- "kind": "field",
2159
- "name": "data",
2160
- "type": {
2161
- "text": "any"
2162
- },
2163
- "default": "null"
2164
- },
2165
- {
2166
- "kind": "method",
2167
- "name": "onLuminanceToggle"
2168
- },
2169
- {
2170
- "kind": "method",
2171
- "name": "loadRemotes"
2172
- },
2173
- {
2174
- "kind": "method",
2175
- "name": "selectTemplate"
2176
- },
2177
- {
2178
- "kind": "method",
2179
- "name": "registerDIDependencies",
2180
- "privacy": "private"
2181
- }
2182
- ],
2183
- "superclass": {
2184
- "name": "FASTElement",
2185
- "package": "@microsoft/fast-element"
2186
- },
2187
- "customElement": true
2188
- }
2189
- ],
2190
- "exports": [
2191
- {
2192
- "kind": "js",
2193
- "name": "MainApplication",
2194
- "declaration": {
2195
- "name": "MainApplication",
2196
- "module": "src/main/main.ts"
2197
- }
2198
- },
2199
- {
2200
- "kind": "custom-element-definition",
2201
- "declaration": {
2202
- "name": "MainApplication",
2203
- "module": "src/main/main.ts"
2204
- }
2205
- }
2206
- ]
2207
- },
2208
2208
  {
2209
2209
  "kind": "javascript-module",
2210
2210
  "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.88.0",
4
+ "version": "14.90.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -44,22 +44,22 @@
44
44
  },
45
45
  "devDependencies": {
46
46
  "@genesislcap/foundation-login": "^14.40.0",
47
- "@genesislcap/foundation-testing": "14.88.0",
48
- "@genesislcap/genx": "14.88.0",
47
+ "@genesislcap/foundation-testing": "14.90.0",
48
+ "@genesislcap/genx": "14.90.0",
49
49
  "rimraf": "^3.0.2"
50
50
  },
51
51
  "dependencies": {
52
52
  "@ag-grid-community/core": "29.2.0",
53
- "@genesislcap/foundation-comms": "14.88.0",
54
- "@genesislcap/foundation-errors": "14.88.0",
55
- "@genesislcap/foundation-forms": "14.88.0",
56
- "@genesislcap/foundation-logger": "14.88.0",
57
- "@genesislcap/foundation-login": "14.88.0",
58
- "@genesislcap/foundation-ui": "14.88.0",
59
- "@genesislcap/foundation-utils": "14.88.0",
60
- "@genesislcap/foundation-zero": "14.88.0",
61
- "@genesislcap/foundation-zero-grid-pro": "14.88.0",
62
- "@genesislcap/grid-pro": "14.88.0",
53
+ "@genesislcap/foundation-comms": "14.90.0",
54
+ "@genesislcap/foundation-errors": "14.90.0",
55
+ "@genesislcap/foundation-forms": "14.90.0",
56
+ "@genesislcap/foundation-logger": "14.90.0",
57
+ "@genesislcap/foundation-login": "14.90.0",
58
+ "@genesislcap/foundation-ui": "14.90.0",
59
+ "@genesislcap/foundation-utils": "14.90.0",
60
+ "@genesislcap/foundation-zero": "14.90.0",
61
+ "@genesislcap/foundation-zero-grid-pro": "14.90.0",
62
+ "@genesislcap/grid-pro": "14.90.0",
63
63
  "@microsoft/fast-components": "^2.21.3",
64
64
  "@microsoft/fast-element": "^1.7.0",
65
65
  "@microsoft/fast-foundation": "^2.33.2",
@@ -75,5 +75,5 @@
75
75
  "access": "public"
76
76
  },
77
77
  "customElements": "dist/custom-elements.json",
78
- "gitHead": "2e0aecfc90fb2ea2b2008b5b5067640d71ef13d8"
78
+ "gitHead": "35d50fa0fac49333369118e71f212371a50bf218"
79
79
  }