@genesislcap/foundation-entity-management 14.262.0 → 14.262.1
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
|
@@ -930,6 +930,55 @@
|
|
|
930
930
|
}
|
|
931
931
|
]
|
|
932
932
|
},
|
|
933
|
+
{
|
|
934
|
+
"kind": "javascript-module",
|
|
935
|
+
"path": "src/layouts/default.ts",
|
|
936
|
+
"declarations": [
|
|
937
|
+
{
|
|
938
|
+
"kind": "variable",
|
|
939
|
+
"name": "loginLayout",
|
|
940
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"kind": "variable",
|
|
944
|
+
"name": "defaultLayout",
|
|
945
|
+
"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)"
|
|
946
|
+
}
|
|
947
|
+
],
|
|
948
|
+
"exports": [
|
|
949
|
+
{
|
|
950
|
+
"kind": "js",
|
|
951
|
+
"name": "loginLayout",
|
|
952
|
+
"declaration": {
|
|
953
|
+
"name": "loginLayout",
|
|
954
|
+
"module": "src/layouts/default.ts"
|
|
955
|
+
}
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"kind": "js",
|
|
959
|
+
"name": "defaultLayout",
|
|
960
|
+
"declaration": {
|
|
961
|
+
"name": "defaultLayout",
|
|
962
|
+
"module": "src/layouts/default.ts"
|
|
963
|
+
}
|
|
964
|
+
}
|
|
965
|
+
]
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"kind": "javascript-module",
|
|
969
|
+
"path": "src/layouts/index.ts",
|
|
970
|
+
"declarations": [],
|
|
971
|
+
"exports": [
|
|
972
|
+
{
|
|
973
|
+
"kind": "js",
|
|
974
|
+
"name": "*",
|
|
975
|
+
"declaration": {
|
|
976
|
+
"name": "*",
|
|
977
|
+
"package": "./default"
|
|
978
|
+
}
|
|
979
|
+
}
|
|
980
|
+
]
|
|
981
|
+
},
|
|
933
982
|
{
|
|
934
983
|
"kind": "javascript-module",
|
|
935
984
|
"path": "src/list/index.ts",
|
|
@@ -1560,55 +1609,6 @@
|
|
|
1560
1609
|
}
|
|
1561
1610
|
]
|
|
1562
1611
|
},
|
|
1563
|
-
{
|
|
1564
|
-
"kind": "javascript-module",
|
|
1565
|
-
"path": "src/layouts/default.ts",
|
|
1566
|
-
"declarations": [
|
|
1567
|
-
{
|
|
1568
|
-
"kind": "variable",
|
|
1569
|
-
"name": "loginLayout",
|
|
1570
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1571
|
-
},
|
|
1572
|
-
{
|
|
1573
|
-
"kind": "variable",
|
|
1574
|
-
"name": "defaultLayout",
|
|
1575
|
-
"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)"
|
|
1576
|
-
}
|
|
1577
|
-
],
|
|
1578
|
-
"exports": [
|
|
1579
|
-
{
|
|
1580
|
-
"kind": "js",
|
|
1581
|
-
"name": "loginLayout",
|
|
1582
|
-
"declaration": {
|
|
1583
|
-
"name": "loginLayout",
|
|
1584
|
-
"module": "src/layouts/default.ts"
|
|
1585
|
-
}
|
|
1586
|
-
},
|
|
1587
|
-
{
|
|
1588
|
-
"kind": "js",
|
|
1589
|
-
"name": "defaultLayout",
|
|
1590
|
-
"declaration": {
|
|
1591
|
-
"name": "defaultLayout",
|
|
1592
|
-
"module": "src/layouts/default.ts"
|
|
1593
|
-
}
|
|
1594
|
-
}
|
|
1595
|
-
]
|
|
1596
|
-
},
|
|
1597
|
-
{
|
|
1598
|
-
"kind": "javascript-module",
|
|
1599
|
-
"path": "src/layouts/index.ts",
|
|
1600
|
-
"declarations": [],
|
|
1601
|
-
"exports": [
|
|
1602
|
-
{
|
|
1603
|
-
"kind": "js",
|
|
1604
|
-
"name": "*",
|
|
1605
|
-
"declaration": {
|
|
1606
|
-
"name": "*",
|
|
1607
|
-
"package": "./default"
|
|
1608
|
-
}
|
|
1609
|
-
}
|
|
1610
|
-
]
|
|
1611
|
-
},
|
|
1612
1612
|
{
|
|
1613
1613
|
"kind": "javascript-module",
|
|
1614
1614
|
"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.262.
|
|
4
|
+
"version": "14.262.1",
|
|
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.262.
|
|
56
|
-
"@genesislcap/genx": "14.262.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.262.
|
|
58
|
-
"@genesislcap/ts-builder": "14.262.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.262.
|
|
60
|
-
"@genesislcap/vite-builder": "14.262.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.262.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.262.1",
|
|
56
|
+
"@genesislcap/genx": "14.262.1",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.262.1",
|
|
58
|
+
"@genesislcap/ts-builder": "14.262.1",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.262.1",
|
|
60
|
+
"@genesislcap/vite-builder": "14.262.1",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.262.1",
|
|
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.262.
|
|
67
|
-
"@genesislcap/foundation-errors": "14.262.
|
|
68
|
-
"@genesislcap/foundation-events": "14.262.
|
|
69
|
-
"@genesislcap/foundation-forms": "14.262.
|
|
70
|
-
"@genesislcap/foundation-logger": "14.262.
|
|
71
|
-
"@genesislcap/foundation-login": "14.262.
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.262.
|
|
73
|
-
"@genesislcap/foundation-ui": "14.262.
|
|
74
|
-
"@genesislcap/foundation-utils": "14.262.
|
|
75
|
-
"@genesislcap/foundation-zero": "14.262.
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.262.
|
|
77
|
-
"@genesislcap/grid-pro": "14.262.
|
|
66
|
+
"@genesislcap/foundation-comms": "14.262.1",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.262.1",
|
|
68
|
+
"@genesislcap/foundation-events": "14.262.1",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.262.1",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.262.1",
|
|
71
|
+
"@genesislcap/foundation-login": "14.262.1",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.262.1",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.262.1",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.262.1",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.262.1",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.262.1",
|
|
77
|
+
"@genesislcap/grid-pro": "14.262.1",
|
|
78
78
|
"@microsoft/fast-components": "2.30.6",
|
|
79
79
|
"@microsoft/fast-element": "1.14.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": "cb79ea22c0027e331354fceac7ff86fa587d65dc"
|
|
95
95
|
}
|