@genesislcap/foundation-entity-management 14.180.6 → 14.180.7
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 +49 -49
- package/package.json +21 -21
|
@@ -1343,6 +1343,55 @@
|
|
|
1343
1343
|
}
|
|
1344
1344
|
]
|
|
1345
1345
|
},
|
|
1346
|
+
{
|
|
1347
|
+
"kind": "javascript-module",
|
|
1348
|
+
"path": "src/layouts/default.ts",
|
|
1349
|
+
"declarations": [
|
|
1350
|
+
{
|
|
1351
|
+
"kind": "variable",
|
|
1352
|
+
"name": "loginLayout",
|
|
1353
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1354
|
+
},
|
|
1355
|
+
{
|
|
1356
|
+
"kind": "variable",
|
|
1357
|
+
"name": "defaultLayout",
|
|
1358
|
+
"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)"
|
|
1359
|
+
}
|
|
1360
|
+
],
|
|
1361
|
+
"exports": [
|
|
1362
|
+
{
|
|
1363
|
+
"kind": "js",
|
|
1364
|
+
"name": "loginLayout",
|
|
1365
|
+
"declaration": {
|
|
1366
|
+
"name": "loginLayout",
|
|
1367
|
+
"module": "src/layouts/default.ts"
|
|
1368
|
+
}
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"kind": "js",
|
|
1372
|
+
"name": "defaultLayout",
|
|
1373
|
+
"declaration": {
|
|
1374
|
+
"name": "defaultLayout",
|
|
1375
|
+
"module": "src/layouts/default.ts"
|
|
1376
|
+
}
|
|
1377
|
+
}
|
|
1378
|
+
]
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
"kind": "javascript-module",
|
|
1382
|
+
"path": "src/layouts/index.ts",
|
|
1383
|
+
"declarations": [],
|
|
1384
|
+
"exports": [
|
|
1385
|
+
{
|
|
1386
|
+
"kind": "js",
|
|
1387
|
+
"name": "*",
|
|
1388
|
+
"declaration": {
|
|
1389
|
+
"name": "*",
|
|
1390
|
+
"package": "./default"
|
|
1391
|
+
}
|
|
1392
|
+
}
|
|
1393
|
+
]
|
|
1394
|
+
},
|
|
1346
1395
|
{
|
|
1347
1396
|
"kind": "javascript-module",
|
|
1348
1397
|
"path": "src/main/index.ts",
|
|
@@ -2505,55 +2554,6 @@
|
|
|
2505
2554
|
}
|
|
2506
2555
|
]
|
|
2507
2556
|
},
|
|
2508
|
-
{
|
|
2509
|
-
"kind": "javascript-module",
|
|
2510
|
-
"path": "src/layouts/default.ts",
|
|
2511
|
-
"declarations": [
|
|
2512
|
-
{
|
|
2513
|
-
"kind": "variable",
|
|
2514
|
-
"name": "loginLayout",
|
|
2515
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2516
|
-
},
|
|
2517
|
-
{
|
|
2518
|
-
"kind": "variable",
|
|
2519
|
-
"name": "defaultLayout",
|
|
2520
|
-
"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)"
|
|
2521
|
-
}
|
|
2522
|
-
],
|
|
2523
|
-
"exports": [
|
|
2524
|
-
{
|
|
2525
|
-
"kind": "js",
|
|
2526
|
-
"name": "loginLayout",
|
|
2527
|
-
"declaration": {
|
|
2528
|
-
"name": "loginLayout",
|
|
2529
|
-
"module": "src/layouts/default.ts"
|
|
2530
|
-
}
|
|
2531
|
-
},
|
|
2532
|
-
{
|
|
2533
|
-
"kind": "js",
|
|
2534
|
-
"name": "defaultLayout",
|
|
2535
|
-
"declaration": {
|
|
2536
|
-
"name": "defaultLayout",
|
|
2537
|
-
"module": "src/layouts/default.ts"
|
|
2538
|
-
}
|
|
2539
|
-
}
|
|
2540
|
-
]
|
|
2541
|
-
},
|
|
2542
|
-
{
|
|
2543
|
-
"kind": "javascript-module",
|
|
2544
|
-
"path": "src/layouts/index.ts",
|
|
2545
|
-
"declarations": [],
|
|
2546
|
-
"exports": [
|
|
2547
|
-
{
|
|
2548
|
-
"kind": "js",
|
|
2549
|
-
"name": "*",
|
|
2550
|
-
"declaration": {
|
|
2551
|
-
"name": "*",
|
|
2552
|
-
"package": "./default"
|
|
2553
|
-
}
|
|
2554
|
-
}
|
|
2555
|
-
]
|
|
2556
|
-
},
|
|
2557
2557
|
{
|
|
2558
2558
|
"kind": "javascript-module",
|
|
2559
2559
|
"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.180.
|
|
4
|
+
"version": "14.180.7",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -43,29 +43,29 @@
|
|
|
43
43
|
"test:debug": "genx test --debug"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@genesislcap/foundation-testing": "14.180.
|
|
47
|
-
"@genesislcap/genx": "14.180.
|
|
48
|
-
"@genesislcap/rollup-builder": "14.180.
|
|
49
|
-
"@genesislcap/ts-builder": "14.180.
|
|
50
|
-
"@genesislcap/uvu-playwright-builder": "14.180.
|
|
51
|
-
"@genesislcap/vite-builder": "14.180.
|
|
52
|
-
"@genesislcap/webpack-builder": "14.180.
|
|
46
|
+
"@genesislcap/foundation-testing": "14.180.7",
|
|
47
|
+
"@genesislcap/genx": "14.180.7",
|
|
48
|
+
"@genesislcap/rollup-builder": "14.180.7",
|
|
49
|
+
"@genesislcap/ts-builder": "14.180.7",
|
|
50
|
+
"@genesislcap/uvu-playwright-builder": "14.180.7",
|
|
51
|
+
"@genesislcap/vite-builder": "14.180.7",
|
|
52
|
+
"@genesislcap/webpack-builder": "14.180.7",
|
|
53
53
|
"rimraf": "^3.0.2"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@ag-grid-community/core": "29.2.0",
|
|
57
|
-
"@genesislcap/foundation-comms": "14.180.
|
|
58
|
-
"@genesislcap/foundation-errors": "14.180.
|
|
59
|
-
"@genesislcap/foundation-events": "14.180.
|
|
60
|
-
"@genesislcap/foundation-forms": "14.180.
|
|
61
|
-
"@genesislcap/foundation-logger": "14.180.
|
|
62
|
-
"@genesislcap/foundation-login": "14.180.
|
|
63
|
-
"@genesislcap/foundation-notifications": "14.180.
|
|
64
|
-
"@genesislcap/foundation-ui": "14.180.
|
|
65
|
-
"@genesislcap/foundation-utils": "14.180.
|
|
66
|
-
"@genesislcap/foundation-zero": "14.180.
|
|
67
|
-
"@genesislcap/foundation-zero-grid-pro": "14.180.
|
|
68
|
-
"@genesislcap/grid-pro": "14.180.
|
|
57
|
+
"@genesislcap/foundation-comms": "14.180.7",
|
|
58
|
+
"@genesislcap/foundation-errors": "14.180.7",
|
|
59
|
+
"@genesislcap/foundation-events": "14.180.7",
|
|
60
|
+
"@genesislcap/foundation-forms": "14.180.7",
|
|
61
|
+
"@genesislcap/foundation-logger": "14.180.7",
|
|
62
|
+
"@genesislcap/foundation-login": "14.180.7",
|
|
63
|
+
"@genesislcap/foundation-notifications": "14.180.7",
|
|
64
|
+
"@genesislcap/foundation-ui": "14.180.7",
|
|
65
|
+
"@genesislcap/foundation-utils": "14.180.7",
|
|
66
|
+
"@genesislcap/foundation-zero": "14.180.7",
|
|
67
|
+
"@genesislcap/foundation-zero-grid-pro": "14.180.7",
|
|
68
|
+
"@genesislcap/grid-pro": "14.180.7",
|
|
69
69
|
"@microsoft/fast-components": "^2.30.6",
|
|
70
70
|
"@microsoft/fast-element": "^1.12.0",
|
|
71
71
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"access": "public"
|
|
82
82
|
},
|
|
83
83
|
"customElements": "dist/custom-elements.json",
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "f3ae410371b27f3841816a79862a2f952bf6740d"
|
|
85
85
|
}
|