@genesislcap/foundation-entity-management 14.199.1 → 14.199.2-alpha-6f7195d.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
|
@@ -946,55 +946,6 @@
|
|
|
946
946
|
}
|
|
947
947
|
]
|
|
948
948
|
},
|
|
949
|
-
{
|
|
950
|
-
"kind": "javascript-module",
|
|
951
|
-
"path": "src/layouts/default.ts",
|
|
952
|
-
"declarations": [
|
|
953
|
-
{
|
|
954
|
-
"kind": "variable",
|
|
955
|
-
"name": "loginLayout",
|
|
956
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
957
|
-
},
|
|
958
|
-
{
|
|
959
|
-
"kind": "variable",
|
|
960
|
-
"name": "defaultLayout",
|
|
961
|
-
"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)"
|
|
962
|
-
}
|
|
963
|
-
],
|
|
964
|
-
"exports": [
|
|
965
|
-
{
|
|
966
|
-
"kind": "js",
|
|
967
|
-
"name": "loginLayout",
|
|
968
|
-
"declaration": {
|
|
969
|
-
"name": "loginLayout",
|
|
970
|
-
"module": "src/layouts/default.ts"
|
|
971
|
-
}
|
|
972
|
-
},
|
|
973
|
-
{
|
|
974
|
-
"kind": "js",
|
|
975
|
-
"name": "defaultLayout",
|
|
976
|
-
"declaration": {
|
|
977
|
-
"name": "defaultLayout",
|
|
978
|
-
"module": "src/layouts/default.ts"
|
|
979
|
-
}
|
|
980
|
-
}
|
|
981
|
-
]
|
|
982
|
-
},
|
|
983
|
-
{
|
|
984
|
-
"kind": "javascript-module",
|
|
985
|
-
"path": "src/layouts/index.ts",
|
|
986
|
-
"declarations": [],
|
|
987
|
-
"exports": [
|
|
988
|
-
{
|
|
989
|
-
"kind": "js",
|
|
990
|
-
"name": "*",
|
|
991
|
-
"declaration": {
|
|
992
|
-
"name": "*",
|
|
993
|
-
"package": "./default"
|
|
994
|
-
}
|
|
995
|
-
}
|
|
996
|
-
]
|
|
997
|
-
},
|
|
998
949
|
{
|
|
999
950
|
"kind": "javascript-module",
|
|
1000
951
|
"path": "src/list/index.ts",
|
|
@@ -1482,6 +1433,55 @@
|
|
|
1482
1433
|
}
|
|
1483
1434
|
]
|
|
1484
1435
|
},
|
|
1436
|
+
{
|
|
1437
|
+
"kind": "javascript-module",
|
|
1438
|
+
"path": "src/layouts/default.ts",
|
|
1439
|
+
"declarations": [
|
|
1440
|
+
{
|
|
1441
|
+
"kind": "variable",
|
|
1442
|
+
"name": "loginLayout",
|
|
1443
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
"kind": "variable",
|
|
1447
|
+
"name": "defaultLayout",
|
|
1448
|
+
"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)"
|
|
1449
|
+
}
|
|
1450
|
+
],
|
|
1451
|
+
"exports": [
|
|
1452
|
+
{
|
|
1453
|
+
"kind": "js",
|
|
1454
|
+
"name": "loginLayout",
|
|
1455
|
+
"declaration": {
|
|
1456
|
+
"name": "loginLayout",
|
|
1457
|
+
"module": "src/layouts/default.ts"
|
|
1458
|
+
}
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
"kind": "js",
|
|
1462
|
+
"name": "defaultLayout",
|
|
1463
|
+
"declaration": {
|
|
1464
|
+
"name": "defaultLayout",
|
|
1465
|
+
"module": "src/layouts/default.ts"
|
|
1466
|
+
}
|
|
1467
|
+
}
|
|
1468
|
+
]
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
"kind": "javascript-module",
|
|
1472
|
+
"path": "src/layouts/index.ts",
|
|
1473
|
+
"declarations": [],
|
|
1474
|
+
"exports": [
|
|
1475
|
+
{
|
|
1476
|
+
"kind": "js",
|
|
1477
|
+
"name": "*",
|
|
1478
|
+
"declaration": {
|
|
1479
|
+
"name": "*",
|
|
1480
|
+
"package": "./default"
|
|
1481
|
+
}
|
|
1482
|
+
}
|
|
1483
|
+
]
|
|
1484
|
+
},
|
|
1485
1485
|
{
|
|
1486
1486
|
"kind": "javascript-module",
|
|
1487
1487
|
"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.199.
|
|
4
|
+
"version": "14.199.2-alpha-6f7195d.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.199.
|
|
56
|
-
"@genesislcap/genx": "14.199.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.199.
|
|
58
|
-
"@genesislcap/ts-builder": "14.199.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.199.
|
|
60
|
-
"@genesislcap/vite-builder": "14.199.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.199.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.199.2-alpha-6f7195d.0",
|
|
56
|
+
"@genesislcap/genx": "14.199.2-alpha-6f7195d.0",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.199.2-alpha-6f7195d.0",
|
|
58
|
+
"@genesislcap/ts-builder": "14.199.2-alpha-6f7195d.0",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.199.2-alpha-6f7195d.0",
|
|
60
|
+
"@genesislcap/vite-builder": "14.199.2-alpha-6f7195d.0",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.199.2-alpha-6f7195d.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.199.
|
|
67
|
-
"@genesislcap/foundation-errors": "14.199.
|
|
68
|
-
"@genesislcap/foundation-events": "14.199.
|
|
69
|
-
"@genesislcap/foundation-forms": "14.199.
|
|
70
|
-
"@genesislcap/foundation-logger": "14.199.
|
|
71
|
-
"@genesislcap/foundation-login": "14.199.
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.199.
|
|
73
|
-
"@genesislcap/foundation-ui": "14.199.
|
|
74
|
-
"@genesislcap/foundation-utils": "14.199.
|
|
75
|
-
"@genesislcap/foundation-zero": "14.199.
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.199.
|
|
77
|
-
"@genesislcap/grid-pro": "14.199.
|
|
66
|
+
"@genesislcap/foundation-comms": "14.199.2-alpha-6f7195d.0",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.199.2-alpha-6f7195d.0",
|
|
68
|
+
"@genesislcap/foundation-events": "14.199.2-alpha-6f7195d.0",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.199.2-alpha-6f7195d.0",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.199.2-alpha-6f7195d.0",
|
|
71
|
+
"@genesislcap/foundation-login": "14.199.2-alpha-6f7195d.0",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.199.2-alpha-6f7195d.0",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.199.2-alpha-6f7195d.0",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.199.2-alpha-6f7195d.0",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.199.2-alpha-6f7195d.0",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.199.2-alpha-6f7195d.0",
|
|
77
|
+
"@genesislcap/grid-pro": "14.199.2-alpha-6f7195d.0",
|
|
78
78
|
"@microsoft/fast-components": "^2.30.6",
|
|
79
79
|
"@microsoft/fast-element": "^1.12.0",
|
|
80
80
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"access": "public"
|
|
91
91
|
},
|
|
92
92
|
"customElements": "dist/custom-elements.json",
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "15fcb453901f08beb9be68476f15db6f3892fde5"
|
|
94
94
|
}
|