@genesislcap/foundation-entity-management 14.220.0 → 14.221.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.
- package/dist/custom-elements.json +49 -49
- package/package.json +21 -21
|
@@ -873,6 +873,55 @@
|
|
|
873
873
|
}
|
|
874
874
|
]
|
|
875
875
|
},
|
|
876
|
+
{
|
|
877
|
+
"kind": "javascript-module",
|
|
878
|
+
"path": "src/layouts/default.ts",
|
|
879
|
+
"declarations": [
|
|
880
|
+
{
|
|
881
|
+
"kind": "variable",
|
|
882
|
+
"name": "loginLayout",
|
|
883
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"kind": "variable",
|
|
887
|
+
"name": "defaultLayout",
|
|
888
|
+
"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)"
|
|
889
|
+
}
|
|
890
|
+
],
|
|
891
|
+
"exports": [
|
|
892
|
+
{
|
|
893
|
+
"kind": "js",
|
|
894
|
+
"name": "loginLayout",
|
|
895
|
+
"declaration": {
|
|
896
|
+
"name": "loginLayout",
|
|
897
|
+
"module": "src/layouts/default.ts"
|
|
898
|
+
}
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"kind": "js",
|
|
902
|
+
"name": "defaultLayout",
|
|
903
|
+
"declaration": {
|
|
904
|
+
"name": "defaultLayout",
|
|
905
|
+
"module": "src/layouts/default.ts"
|
|
906
|
+
}
|
|
907
|
+
}
|
|
908
|
+
]
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"kind": "javascript-module",
|
|
912
|
+
"path": "src/layouts/index.ts",
|
|
913
|
+
"declarations": [],
|
|
914
|
+
"exports": [
|
|
915
|
+
{
|
|
916
|
+
"kind": "js",
|
|
917
|
+
"name": "*",
|
|
918
|
+
"declaration": {
|
|
919
|
+
"name": "*",
|
|
920
|
+
"package": "./default"
|
|
921
|
+
}
|
|
922
|
+
}
|
|
923
|
+
]
|
|
924
|
+
},
|
|
876
925
|
{
|
|
877
926
|
"kind": "javascript-module",
|
|
878
927
|
"path": "src/list/index.ts",
|
|
@@ -1423,55 +1472,6 @@
|
|
|
1423
1472
|
}
|
|
1424
1473
|
]
|
|
1425
1474
|
},
|
|
1426
|
-
{
|
|
1427
|
-
"kind": "javascript-module",
|
|
1428
|
-
"path": "src/layouts/default.ts",
|
|
1429
|
-
"declarations": [
|
|
1430
|
-
{
|
|
1431
|
-
"kind": "variable",
|
|
1432
|
-
"name": "loginLayout",
|
|
1433
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1434
|
-
},
|
|
1435
|
-
{
|
|
1436
|
-
"kind": "variable",
|
|
1437
|
-
"name": "defaultLayout",
|
|
1438
|
-
"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)"
|
|
1439
|
-
}
|
|
1440
|
-
],
|
|
1441
|
-
"exports": [
|
|
1442
|
-
{
|
|
1443
|
-
"kind": "js",
|
|
1444
|
-
"name": "loginLayout",
|
|
1445
|
-
"declaration": {
|
|
1446
|
-
"name": "loginLayout",
|
|
1447
|
-
"module": "src/layouts/default.ts"
|
|
1448
|
-
}
|
|
1449
|
-
},
|
|
1450
|
-
{
|
|
1451
|
-
"kind": "js",
|
|
1452
|
-
"name": "defaultLayout",
|
|
1453
|
-
"declaration": {
|
|
1454
|
-
"name": "defaultLayout",
|
|
1455
|
-
"module": "src/layouts/default.ts"
|
|
1456
|
-
}
|
|
1457
|
-
}
|
|
1458
|
-
]
|
|
1459
|
-
},
|
|
1460
|
-
{
|
|
1461
|
-
"kind": "javascript-module",
|
|
1462
|
-
"path": "src/layouts/index.ts",
|
|
1463
|
-
"declarations": [],
|
|
1464
|
-
"exports": [
|
|
1465
|
-
{
|
|
1466
|
-
"kind": "js",
|
|
1467
|
-
"name": "*",
|
|
1468
|
-
"declaration": {
|
|
1469
|
-
"name": "*",
|
|
1470
|
-
"package": "./default"
|
|
1471
|
-
}
|
|
1472
|
-
}
|
|
1473
|
-
]
|
|
1474
|
-
},
|
|
1475
1475
|
{
|
|
1476
1476
|
"kind": "javascript-module",
|
|
1477
1477
|
"path": "src/main/index.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.
|
|
4
|
+
"version": "14.221.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -52,29 +52,29 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@genesislcap/foundation-testing": "14.
|
|
56
|
-
"@genesislcap/genx": "14.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.
|
|
58
|
-
"@genesislcap/ts-builder": "14.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
60
|
-
"@genesislcap/vite-builder": "14.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.221.0",
|
|
56
|
+
"@genesislcap/genx": "14.221.0",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.221.0",
|
|
58
|
+
"@genesislcap/ts-builder": "14.221.0",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.221.0",
|
|
60
|
+
"@genesislcap/vite-builder": "14.221.0",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.221.0",
|
|
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.
|
|
67
|
-
"@genesislcap/foundation-errors": "14.
|
|
68
|
-
"@genesislcap/foundation-events": "14.
|
|
69
|
-
"@genesislcap/foundation-forms": "14.
|
|
70
|
-
"@genesislcap/foundation-logger": "14.
|
|
71
|
-
"@genesislcap/foundation-login": "14.
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.
|
|
73
|
-
"@genesislcap/foundation-ui": "14.
|
|
74
|
-
"@genesislcap/foundation-utils": "14.
|
|
75
|
-
"@genesislcap/foundation-zero": "14.
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
77
|
-
"@genesislcap/grid-pro": "14.
|
|
66
|
+
"@genesislcap/foundation-comms": "14.221.0",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.221.0",
|
|
68
|
+
"@genesislcap/foundation-events": "14.221.0",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.221.0",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.221.0",
|
|
71
|
+
"@genesislcap/foundation-login": "14.221.0",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.221.0",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.221.0",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.221.0",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.221.0",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.221.0",
|
|
77
|
+
"@genesislcap/grid-pro": "14.221.0",
|
|
78
78
|
"@microsoft/fast-components": "^2.30.6",
|
|
79
79
|
"@microsoft/fast-element": "^1.12.0",
|
|
80
80
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"access": "public"
|
|
92
92
|
},
|
|
93
93
|
"customElements": "dist/custom-elements.json",
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "74cb1a2eb7b1b23c6c56f8852db7b8254968b88b"
|
|
95
95
|
}
|