@genesislcap/foundation-entity-management 14.264.1 → 14.264.3
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",
|
|
@@ -1705,55 +1754,6 @@
|
|
|
1705
1754
|
}
|
|
1706
1755
|
]
|
|
1707
1756
|
},
|
|
1708
|
-
{
|
|
1709
|
-
"kind": "javascript-module",
|
|
1710
|
-
"path": "src/layouts/default.ts",
|
|
1711
|
-
"declarations": [
|
|
1712
|
-
{
|
|
1713
|
-
"kind": "variable",
|
|
1714
|
-
"name": "loginLayout",
|
|
1715
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1716
|
-
},
|
|
1717
|
-
{
|
|
1718
|
-
"kind": "variable",
|
|
1719
|
-
"name": "defaultLayout",
|
|
1720
|
-
"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)"
|
|
1721
|
-
}
|
|
1722
|
-
],
|
|
1723
|
-
"exports": [
|
|
1724
|
-
{
|
|
1725
|
-
"kind": "js",
|
|
1726
|
-
"name": "loginLayout",
|
|
1727
|
-
"declaration": {
|
|
1728
|
-
"name": "loginLayout",
|
|
1729
|
-
"module": "src/layouts/default.ts"
|
|
1730
|
-
}
|
|
1731
|
-
},
|
|
1732
|
-
{
|
|
1733
|
-
"kind": "js",
|
|
1734
|
-
"name": "defaultLayout",
|
|
1735
|
-
"declaration": {
|
|
1736
|
-
"name": "defaultLayout",
|
|
1737
|
-
"module": "src/layouts/default.ts"
|
|
1738
|
-
}
|
|
1739
|
-
}
|
|
1740
|
-
]
|
|
1741
|
-
},
|
|
1742
|
-
{
|
|
1743
|
-
"kind": "javascript-module",
|
|
1744
|
-
"path": "src/layouts/index.ts",
|
|
1745
|
-
"declarations": [],
|
|
1746
|
-
"exports": [
|
|
1747
|
-
{
|
|
1748
|
-
"kind": "js",
|
|
1749
|
-
"name": "*",
|
|
1750
|
-
"declaration": {
|
|
1751
|
-
"name": "*",
|
|
1752
|
-
"package": "./default"
|
|
1753
|
-
}
|
|
1754
|
-
}
|
|
1755
|
-
]
|
|
1756
|
-
},
|
|
1757
1757
|
{
|
|
1758
1758
|
"kind": "javascript-module",
|
|
1759
1759
|
"path": "src/profiles/editProfileSchema.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.264.
|
|
4
|
+
"version": "14.264.3",
|
|
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.264.
|
|
56
|
-
"@genesislcap/genx": "14.264.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.264.
|
|
58
|
-
"@genesislcap/ts-builder": "14.264.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.264.
|
|
60
|
-
"@genesislcap/vite-builder": "14.264.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.264.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.264.3",
|
|
56
|
+
"@genesislcap/genx": "14.264.3",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.264.3",
|
|
58
|
+
"@genesislcap/ts-builder": "14.264.3",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.264.3",
|
|
60
|
+
"@genesislcap/vite-builder": "14.264.3",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.264.3",
|
|
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.264.
|
|
67
|
-
"@genesislcap/foundation-errors": "14.264.
|
|
68
|
-
"@genesislcap/foundation-events": "14.264.
|
|
69
|
-
"@genesislcap/foundation-forms": "14.264.
|
|
70
|
-
"@genesislcap/foundation-logger": "14.264.
|
|
71
|
-
"@genesislcap/foundation-login": "14.264.
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.264.
|
|
73
|
-
"@genesislcap/foundation-ui": "14.264.
|
|
74
|
-
"@genesislcap/foundation-utils": "14.264.
|
|
75
|
-
"@genesislcap/foundation-zero": "14.264.
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.264.
|
|
77
|
-
"@genesislcap/grid-pro": "14.264.
|
|
66
|
+
"@genesislcap/foundation-comms": "14.264.3",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.264.3",
|
|
68
|
+
"@genesislcap/foundation-events": "14.264.3",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.264.3",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.264.3",
|
|
71
|
+
"@genesislcap/foundation-login": "14.264.3",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.264.3",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.264.3",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.264.3",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.264.3",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.264.3",
|
|
77
|
+
"@genesislcap/grid-pro": "14.264.3",
|
|
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": "74c15d8dc76be4b1d7e2588a4d04960773169ea2"
|
|
95
95
|
}
|