@genesislcap/foundation-entity-management 14.143.1 → 14.143.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.
- package/dist/custom-elements.json +202 -202
- package/package.json +16 -16
|
@@ -818,6 +818,55 @@
|
|
|
818
818
|
}
|
|
819
819
|
]
|
|
820
820
|
},
|
|
821
|
+
{
|
|
822
|
+
"kind": "javascript-module",
|
|
823
|
+
"path": "src/layouts/default.ts",
|
|
824
|
+
"declarations": [
|
|
825
|
+
{
|
|
826
|
+
"kind": "variable",
|
|
827
|
+
"name": "loginLayout",
|
|
828
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"kind": "variable",
|
|
832
|
+
"name": "defaultLayout",
|
|
833
|
+
"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)"
|
|
834
|
+
}
|
|
835
|
+
],
|
|
836
|
+
"exports": [
|
|
837
|
+
{
|
|
838
|
+
"kind": "js",
|
|
839
|
+
"name": "loginLayout",
|
|
840
|
+
"declaration": {
|
|
841
|
+
"name": "loginLayout",
|
|
842
|
+
"module": "src/layouts/default.ts"
|
|
843
|
+
}
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"kind": "js",
|
|
847
|
+
"name": "defaultLayout",
|
|
848
|
+
"declaration": {
|
|
849
|
+
"name": "defaultLayout",
|
|
850
|
+
"module": "src/layouts/default.ts"
|
|
851
|
+
}
|
|
852
|
+
}
|
|
853
|
+
]
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"kind": "javascript-module",
|
|
857
|
+
"path": "src/layouts/index.ts",
|
|
858
|
+
"declarations": [],
|
|
859
|
+
"exports": [
|
|
860
|
+
{
|
|
861
|
+
"kind": "js",
|
|
862
|
+
"name": "*",
|
|
863
|
+
"declaration": {
|
|
864
|
+
"name": "*",
|
|
865
|
+
"package": "./default"
|
|
866
|
+
}
|
|
867
|
+
}
|
|
868
|
+
]
|
|
869
|
+
},
|
|
821
870
|
{
|
|
822
871
|
"kind": "javascript-module",
|
|
823
872
|
"path": "src/list/index.ts",
|
|
@@ -1224,6 +1273,159 @@
|
|
|
1224
1273
|
}
|
|
1225
1274
|
]
|
|
1226
1275
|
},
|
|
1276
|
+
{
|
|
1277
|
+
"kind": "javascript-module",
|
|
1278
|
+
"path": "src/main/index.ts",
|
|
1279
|
+
"declarations": [],
|
|
1280
|
+
"exports": [
|
|
1281
|
+
{
|
|
1282
|
+
"kind": "js",
|
|
1283
|
+
"name": "*",
|
|
1284
|
+
"declaration": {
|
|
1285
|
+
"name": "*",
|
|
1286
|
+
"package": "./main.template"
|
|
1287
|
+
}
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"kind": "js",
|
|
1291
|
+
"name": "*",
|
|
1292
|
+
"declaration": {
|
|
1293
|
+
"name": "*",
|
|
1294
|
+
"package": "./main"
|
|
1295
|
+
}
|
|
1296
|
+
}
|
|
1297
|
+
]
|
|
1298
|
+
},
|
|
1299
|
+
{
|
|
1300
|
+
"kind": "javascript-module",
|
|
1301
|
+
"path": "src/main/main.styles.ts",
|
|
1302
|
+
"declarations": [
|
|
1303
|
+
{
|
|
1304
|
+
"kind": "variable",
|
|
1305
|
+
"name": "MainStyles",
|
|
1306
|
+
"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`"
|
|
1307
|
+
}
|
|
1308
|
+
],
|
|
1309
|
+
"exports": [
|
|
1310
|
+
{
|
|
1311
|
+
"kind": "js",
|
|
1312
|
+
"name": "MainStyles",
|
|
1313
|
+
"declaration": {
|
|
1314
|
+
"name": "MainStyles",
|
|
1315
|
+
"module": "src/main/main.styles.ts"
|
|
1316
|
+
}
|
|
1317
|
+
}
|
|
1318
|
+
]
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
"kind": "javascript-module",
|
|
1322
|
+
"path": "src/main/main.template.ts",
|
|
1323
|
+
"declarations": [],
|
|
1324
|
+
"exports": []
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"kind": "javascript-module",
|
|
1328
|
+
"path": "src/main/main.ts",
|
|
1329
|
+
"declarations": [
|
|
1330
|
+
{
|
|
1331
|
+
"kind": "class",
|
|
1332
|
+
"description": "",
|
|
1333
|
+
"name": "MainApplication",
|
|
1334
|
+
"members": [
|
|
1335
|
+
{
|
|
1336
|
+
"kind": "field",
|
|
1337
|
+
"name": "config",
|
|
1338
|
+
"type": {
|
|
1339
|
+
"text": "MainRouterConfig"
|
|
1340
|
+
}
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"kind": "field",
|
|
1344
|
+
"name": "connect",
|
|
1345
|
+
"type": {
|
|
1346
|
+
"text": "Connect"
|
|
1347
|
+
}
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
"kind": "field",
|
|
1351
|
+
"name": "session",
|
|
1352
|
+
"type": {
|
|
1353
|
+
"text": "Session"
|
|
1354
|
+
}
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"kind": "field",
|
|
1358
|
+
"name": "container",
|
|
1359
|
+
"type": {
|
|
1360
|
+
"text": "Container"
|
|
1361
|
+
}
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"kind": "field",
|
|
1365
|
+
"name": "provider",
|
|
1366
|
+
"type": {
|
|
1367
|
+
"text": "any"
|
|
1368
|
+
}
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"kind": "field",
|
|
1372
|
+
"name": "ready",
|
|
1373
|
+
"type": {
|
|
1374
|
+
"text": "boolean"
|
|
1375
|
+
},
|
|
1376
|
+
"default": "false"
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"kind": "field",
|
|
1380
|
+
"name": "data",
|
|
1381
|
+
"type": {
|
|
1382
|
+
"text": "any"
|
|
1383
|
+
},
|
|
1384
|
+
"default": "null"
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"kind": "method",
|
|
1388
|
+
"name": "onLuminanceToggle"
|
|
1389
|
+
},
|
|
1390
|
+
{
|
|
1391
|
+
"kind": "method",
|
|
1392
|
+
"name": "loadRemotes"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"kind": "method",
|
|
1396
|
+
"name": "selectTemplate"
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
"kind": "method",
|
|
1400
|
+
"name": "registerDIDependencies",
|
|
1401
|
+
"privacy": "private"
|
|
1402
|
+
}
|
|
1403
|
+
],
|
|
1404
|
+
"superclass": {
|
|
1405
|
+
"name": "FASTElement",
|
|
1406
|
+
"package": "@microsoft/fast-element"
|
|
1407
|
+
},
|
|
1408
|
+
"customElement": true
|
|
1409
|
+
}
|
|
1410
|
+
],
|
|
1411
|
+
"exports": [
|
|
1412
|
+
{
|
|
1413
|
+
"kind": "js",
|
|
1414
|
+
"name": "MainApplication",
|
|
1415
|
+
"declaration": {
|
|
1416
|
+
"name": "MainApplication",
|
|
1417
|
+
"module": "src/main/main.ts"
|
|
1418
|
+
}
|
|
1419
|
+
},
|
|
1420
|
+
{
|
|
1421
|
+
"kind": "custom-element-definition",
|
|
1422
|
+
"declaration": {
|
|
1423
|
+
"name": "MainApplication",
|
|
1424
|
+
"module": "src/main/main.ts"
|
|
1425
|
+
}
|
|
1426
|
+
}
|
|
1427
|
+
]
|
|
1428
|
+
},
|
|
1227
1429
|
{
|
|
1228
1430
|
"kind": "javascript-module",
|
|
1229
1431
|
"path": "src/profiles/editProfileSchema.ts",
|
|
@@ -2150,208 +2352,6 @@
|
|
|
2150
2352
|
}
|
|
2151
2353
|
]
|
|
2152
2354
|
},
|
|
2153
|
-
{
|
|
2154
|
-
"kind": "javascript-module",
|
|
2155
|
-
"path": "src/layouts/default.ts",
|
|
2156
|
-
"declarations": [
|
|
2157
|
-
{
|
|
2158
|
-
"kind": "variable",
|
|
2159
|
-
"name": "loginLayout",
|
|
2160
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2161
|
-
},
|
|
2162
|
-
{
|
|
2163
|
-
"kind": "variable",
|
|
2164
|
-
"name": "defaultLayout",
|
|
2165
|
-
"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)"
|
|
2166
|
-
}
|
|
2167
|
-
],
|
|
2168
|
-
"exports": [
|
|
2169
|
-
{
|
|
2170
|
-
"kind": "js",
|
|
2171
|
-
"name": "loginLayout",
|
|
2172
|
-
"declaration": {
|
|
2173
|
-
"name": "loginLayout",
|
|
2174
|
-
"module": "src/layouts/default.ts"
|
|
2175
|
-
}
|
|
2176
|
-
},
|
|
2177
|
-
{
|
|
2178
|
-
"kind": "js",
|
|
2179
|
-
"name": "defaultLayout",
|
|
2180
|
-
"declaration": {
|
|
2181
|
-
"name": "defaultLayout",
|
|
2182
|
-
"module": "src/layouts/default.ts"
|
|
2183
|
-
}
|
|
2184
|
-
}
|
|
2185
|
-
]
|
|
2186
|
-
},
|
|
2187
|
-
{
|
|
2188
|
-
"kind": "javascript-module",
|
|
2189
|
-
"path": "src/layouts/index.ts",
|
|
2190
|
-
"declarations": [],
|
|
2191
|
-
"exports": [
|
|
2192
|
-
{
|
|
2193
|
-
"kind": "js",
|
|
2194
|
-
"name": "*",
|
|
2195
|
-
"declaration": {
|
|
2196
|
-
"name": "*",
|
|
2197
|
-
"package": "./default"
|
|
2198
|
-
}
|
|
2199
|
-
}
|
|
2200
|
-
]
|
|
2201
|
-
},
|
|
2202
|
-
{
|
|
2203
|
-
"kind": "javascript-module",
|
|
2204
|
-
"path": "src/main/index.ts",
|
|
2205
|
-
"declarations": [],
|
|
2206
|
-
"exports": [
|
|
2207
|
-
{
|
|
2208
|
-
"kind": "js",
|
|
2209
|
-
"name": "*",
|
|
2210
|
-
"declaration": {
|
|
2211
|
-
"name": "*",
|
|
2212
|
-
"package": "./main.template"
|
|
2213
|
-
}
|
|
2214
|
-
},
|
|
2215
|
-
{
|
|
2216
|
-
"kind": "js",
|
|
2217
|
-
"name": "*",
|
|
2218
|
-
"declaration": {
|
|
2219
|
-
"name": "*",
|
|
2220
|
-
"package": "./main"
|
|
2221
|
-
}
|
|
2222
|
-
}
|
|
2223
|
-
]
|
|
2224
|
-
},
|
|
2225
|
-
{
|
|
2226
|
-
"kind": "javascript-module",
|
|
2227
|
-
"path": "src/main/main.styles.ts",
|
|
2228
|
-
"declarations": [
|
|
2229
|
-
{
|
|
2230
|
-
"kind": "variable",
|
|
2231
|
-
"name": "MainStyles",
|
|
2232
|
-
"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`"
|
|
2233
|
-
}
|
|
2234
|
-
],
|
|
2235
|
-
"exports": [
|
|
2236
|
-
{
|
|
2237
|
-
"kind": "js",
|
|
2238
|
-
"name": "MainStyles",
|
|
2239
|
-
"declaration": {
|
|
2240
|
-
"name": "MainStyles",
|
|
2241
|
-
"module": "src/main/main.styles.ts"
|
|
2242
|
-
}
|
|
2243
|
-
}
|
|
2244
|
-
]
|
|
2245
|
-
},
|
|
2246
|
-
{
|
|
2247
|
-
"kind": "javascript-module",
|
|
2248
|
-
"path": "src/main/main.template.ts",
|
|
2249
|
-
"declarations": [],
|
|
2250
|
-
"exports": []
|
|
2251
|
-
},
|
|
2252
|
-
{
|
|
2253
|
-
"kind": "javascript-module",
|
|
2254
|
-
"path": "src/main/main.ts",
|
|
2255
|
-
"declarations": [
|
|
2256
|
-
{
|
|
2257
|
-
"kind": "class",
|
|
2258
|
-
"description": "",
|
|
2259
|
-
"name": "MainApplication",
|
|
2260
|
-
"members": [
|
|
2261
|
-
{
|
|
2262
|
-
"kind": "field",
|
|
2263
|
-
"name": "config",
|
|
2264
|
-
"type": {
|
|
2265
|
-
"text": "MainRouterConfig"
|
|
2266
|
-
}
|
|
2267
|
-
},
|
|
2268
|
-
{
|
|
2269
|
-
"kind": "field",
|
|
2270
|
-
"name": "connect",
|
|
2271
|
-
"type": {
|
|
2272
|
-
"text": "Connect"
|
|
2273
|
-
}
|
|
2274
|
-
},
|
|
2275
|
-
{
|
|
2276
|
-
"kind": "field",
|
|
2277
|
-
"name": "session",
|
|
2278
|
-
"type": {
|
|
2279
|
-
"text": "Session"
|
|
2280
|
-
}
|
|
2281
|
-
},
|
|
2282
|
-
{
|
|
2283
|
-
"kind": "field",
|
|
2284
|
-
"name": "container",
|
|
2285
|
-
"type": {
|
|
2286
|
-
"text": "Container"
|
|
2287
|
-
}
|
|
2288
|
-
},
|
|
2289
|
-
{
|
|
2290
|
-
"kind": "field",
|
|
2291
|
-
"name": "provider",
|
|
2292
|
-
"type": {
|
|
2293
|
-
"text": "any"
|
|
2294
|
-
}
|
|
2295
|
-
},
|
|
2296
|
-
{
|
|
2297
|
-
"kind": "field",
|
|
2298
|
-
"name": "ready",
|
|
2299
|
-
"type": {
|
|
2300
|
-
"text": "boolean"
|
|
2301
|
-
},
|
|
2302
|
-
"default": "false"
|
|
2303
|
-
},
|
|
2304
|
-
{
|
|
2305
|
-
"kind": "field",
|
|
2306
|
-
"name": "data",
|
|
2307
|
-
"type": {
|
|
2308
|
-
"text": "any"
|
|
2309
|
-
},
|
|
2310
|
-
"default": "null"
|
|
2311
|
-
},
|
|
2312
|
-
{
|
|
2313
|
-
"kind": "method",
|
|
2314
|
-
"name": "onLuminanceToggle"
|
|
2315
|
-
},
|
|
2316
|
-
{
|
|
2317
|
-
"kind": "method",
|
|
2318
|
-
"name": "loadRemotes"
|
|
2319
|
-
},
|
|
2320
|
-
{
|
|
2321
|
-
"kind": "method",
|
|
2322
|
-
"name": "selectTemplate"
|
|
2323
|
-
},
|
|
2324
|
-
{
|
|
2325
|
-
"kind": "method",
|
|
2326
|
-
"name": "registerDIDependencies",
|
|
2327
|
-
"privacy": "private"
|
|
2328
|
-
}
|
|
2329
|
-
],
|
|
2330
|
-
"superclass": {
|
|
2331
|
-
"name": "FASTElement",
|
|
2332
|
-
"package": "@microsoft/fast-element"
|
|
2333
|
-
},
|
|
2334
|
-
"customElement": true
|
|
2335
|
-
}
|
|
2336
|
-
],
|
|
2337
|
-
"exports": [
|
|
2338
|
-
{
|
|
2339
|
-
"kind": "js",
|
|
2340
|
-
"name": "MainApplication",
|
|
2341
|
-
"declaration": {
|
|
2342
|
-
"name": "MainApplication",
|
|
2343
|
-
"module": "src/main/main.ts"
|
|
2344
|
-
}
|
|
2345
|
-
},
|
|
2346
|
-
{
|
|
2347
|
-
"kind": "custom-element-definition",
|
|
2348
|
-
"declaration": {
|
|
2349
|
-
"name": "MainApplication",
|
|
2350
|
-
"module": "src/main/main.ts"
|
|
2351
|
-
}
|
|
2352
|
-
}
|
|
2353
|
-
]
|
|
2354
|
-
},
|
|
2355
2355
|
{
|
|
2356
2356
|
"kind": "javascript-module",
|
|
2357
2357
|
"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.143.
|
|
4
|
+
"version": "14.143.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -43,24 +43,24 @@
|
|
|
43
43
|
"test:debug": "genx test --debug"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@genesislcap/foundation-login": "14.143.
|
|
47
|
-
"@genesislcap/foundation-testing": "14.143.
|
|
48
|
-
"@genesislcap/genx": "14.143.
|
|
46
|
+
"@genesislcap/foundation-login": "14.143.2",
|
|
47
|
+
"@genesislcap/foundation-testing": "14.143.2",
|
|
48
|
+
"@genesislcap/genx": "14.143.2",
|
|
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.143.
|
|
54
|
-
"@genesislcap/foundation-errors": "14.143.
|
|
55
|
-
"@genesislcap/foundation-events": "14.143.
|
|
56
|
-
"@genesislcap/foundation-forms": "14.143.
|
|
57
|
-
"@genesislcap/foundation-logger": "14.143.
|
|
58
|
-
"@genesislcap/foundation-notifications": "14.143.
|
|
59
|
-
"@genesislcap/foundation-ui": "14.143.
|
|
60
|
-
"@genesislcap/foundation-utils": "14.143.
|
|
61
|
-
"@genesislcap/foundation-zero": "14.143.
|
|
62
|
-
"@genesislcap/foundation-zero-grid-pro": "14.143.
|
|
63
|
-
"@genesislcap/grid-pro": "14.143.
|
|
53
|
+
"@genesislcap/foundation-comms": "14.143.2",
|
|
54
|
+
"@genesislcap/foundation-errors": "14.143.2",
|
|
55
|
+
"@genesislcap/foundation-events": "14.143.2",
|
|
56
|
+
"@genesislcap/foundation-forms": "14.143.2",
|
|
57
|
+
"@genesislcap/foundation-logger": "14.143.2",
|
|
58
|
+
"@genesislcap/foundation-notifications": "14.143.2",
|
|
59
|
+
"@genesislcap/foundation-ui": "14.143.2",
|
|
60
|
+
"@genesislcap/foundation-utils": "14.143.2",
|
|
61
|
+
"@genesislcap/foundation-zero": "14.143.2",
|
|
62
|
+
"@genesislcap/foundation-zero-grid-pro": "14.143.2",
|
|
63
|
+
"@genesislcap/grid-pro": "14.143.2",
|
|
64
64
|
"@microsoft/fast-components": "^2.30.6",
|
|
65
65
|
"@microsoft/fast-element": "^1.12.0",
|
|
66
66
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"access": "public"
|
|
77
77
|
},
|
|
78
78
|
"customElements": "dist/custom-elements.json",
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "126575303f48e0bcf0254498a0341d39fd1c8400"
|
|
80
80
|
}
|