@genesislcap/foundation-entity-management 14.304.1 → 14.304.2
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
|
@@ -2035,6 +2035,55 @@
|
|
|
2035
2035
|
}
|
|
2036
2036
|
]
|
|
2037
2037
|
},
|
|
2038
|
+
{
|
|
2039
|
+
"kind": "javascript-module",
|
|
2040
|
+
"path": "src/layouts/default.ts",
|
|
2041
|
+
"declarations": [
|
|
2042
|
+
{
|
|
2043
|
+
"kind": "variable",
|
|
2044
|
+
"name": "loginLayout",
|
|
2045
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2046
|
+
},
|
|
2047
|
+
{
|
|
2048
|
+
"kind": "variable",
|
|
2049
|
+
"name": "defaultLayout",
|
|
2050
|
+
"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)"
|
|
2051
|
+
}
|
|
2052
|
+
],
|
|
2053
|
+
"exports": [
|
|
2054
|
+
{
|
|
2055
|
+
"kind": "js",
|
|
2056
|
+
"name": "loginLayout",
|
|
2057
|
+
"declaration": {
|
|
2058
|
+
"name": "loginLayout",
|
|
2059
|
+
"module": "src/layouts/default.ts"
|
|
2060
|
+
}
|
|
2061
|
+
},
|
|
2062
|
+
{
|
|
2063
|
+
"kind": "js",
|
|
2064
|
+
"name": "defaultLayout",
|
|
2065
|
+
"declaration": {
|
|
2066
|
+
"name": "defaultLayout",
|
|
2067
|
+
"module": "src/layouts/default.ts"
|
|
2068
|
+
}
|
|
2069
|
+
}
|
|
2070
|
+
]
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
"kind": "javascript-module",
|
|
2074
|
+
"path": "src/layouts/index.ts",
|
|
2075
|
+
"declarations": [],
|
|
2076
|
+
"exports": [
|
|
2077
|
+
{
|
|
2078
|
+
"kind": "js",
|
|
2079
|
+
"name": "*",
|
|
2080
|
+
"declaration": {
|
|
2081
|
+
"name": "*",
|
|
2082
|
+
"package": "./default"
|
|
2083
|
+
}
|
|
2084
|
+
}
|
|
2085
|
+
]
|
|
2086
|
+
},
|
|
2038
2087
|
{
|
|
2039
2088
|
"kind": "javascript-module",
|
|
2040
2089
|
"path": "src/list/index.ts",
|
|
@@ -2684,55 +2733,6 @@
|
|
|
2684
2733
|
}
|
|
2685
2734
|
]
|
|
2686
2735
|
},
|
|
2687
|
-
{
|
|
2688
|
-
"kind": "javascript-module",
|
|
2689
|
-
"path": "src/layouts/default.ts",
|
|
2690
|
-
"declarations": [
|
|
2691
|
-
{
|
|
2692
|
-
"kind": "variable",
|
|
2693
|
-
"name": "loginLayout",
|
|
2694
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2695
|
-
},
|
|
2696
|
-
{
|
|
2697
|
-
"kind": "variable",
|
|
2698
|
-
"name": "defaultLayout",
|
|
2699
|
-
"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)"
|
|
2700
|
-
}
|
|
2701
|
-
],
|
|
2702
|
-
"exports": [
|
|
2703
|
-
{
|
|
2704
|
-
"kind": "js",
|
|
2705
|
-
"name": "loginLayout",
|
|
2706
|
-
"declaration": {
|
|
2707
|
-
"name": "loginLayout",
|
|
2708
|
-
"module": "src/layouts/default.ts"
|
|
2709
|
-
}
|
|
2710
|
-
},
|
|
2711
|
-
{
|
|
2712
|
-
"kind": "js",
|
|
2713
|
-
"name": "defaultLayout",
|
|
2714
|
-
"declaration": {
|
|
2715
|
-
"name": "defaultLayout",
|
|
2716
|
-
"module": "src/layouts/default.ts"
|
|
2717
|
-
}
|
|
2718
|
-
}
|
|
2719
|
-
]
|
|
2720
|
-
},
|
|
2721
|
-
{
|
|
2722
|
-
"kind": "javascript-module",
|
|
2723
|
-
"path": "src/layouts/index.ts",
|
|
2724
|
-
"declarations": [],
|
|
2725
|
-
"exports": [
|
|
2726
|
-
{
|
|
2727
|
-
"kind": "js",
|
|
2728
|
-
"name": "*",
|
|
2729
|
-
"declaration": {
|
|
2730
|
-
"name": "*",
|
|
2731
|
-
"package": "./default"
|
|
2732
|
-
}
|
|
2733
|
-
}
|
|
2734
|
-
]
|
|
2735
|
-
},
|
|
2736
2736
|
{
|
|
2737
2737
|
"kind": "javascript-module",
|
|
2738
2738
|
"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.304.
|
|
4
|
+
"version": "14.304.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -52,28 +52,28 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@genesislcap/foundation-testing": "14.304.
|
|
56
|
-
"@genesislcap/genx": "14.304.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.304.
|
|
58
|
-
"@genesislcap/ts-builder": "14.304.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.304.
|
|
60
|
-
"@genesislcap/vite-builder": "14.304.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.304.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.304.2",
|
|
56
|
+
"@genesislcap/genx": "14.304.2",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.304.2",
|
|
58
|
+
"@genesislcap/ts-builder": "14.304.2",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.304.2",
|
|
60
|
+
"@genesislcap/vite-builder": "14.304.2",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.304.2"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@ag-grid-community/core": "29.2.0",
|
|
65
|
-
"@genesislcap/foundation-comms": "14.304.
|
|
66
|
-
"@genesislcap/foundation-errors": "14.304.
|
|
67
|
-
"@genesislcap/foundation-events": "14.304.
|
|
68
|
-
"@genesislcap/foundation-forms": "14.304.
|
|
69
|
-
"@genesislcap/foundation-logger": "14.304.
|
|
70
|
-
"@genesislcap/foundation-login": "14.304.
|
|
71
|
-
"@genesislcap/foundation-notifications": "14.304.
|
|
72
|
-
"@genesislcap/foundation-ui": "14.304.
|
|
73
|
-
"@genesislcap/foundation-utils": "14.304.
|
|
74
|
-
"@genesislcap/foundation-zero": "14.304.
|
|
75
|
-
"@genesislcap/foundation-zero-grid-pro": "14.304.
|
|
76
|
-
"@genesislcap/grid-pro": "14.304.
|
|
65
|
+
"@genesislcap/foundation-comms": "14.304.2",
|
|
66
|
+
"@genesislcap/foundation-errors": "14.304.2",
|
|
67
|
+
"@genesislcap/foundation-events": "14.304.2",
|
|
68
|
+
"@genesislcap/foundation-forms": "14.304.2",
|
|
69
|
+
"@genesislcap/foundation-logger": "14.304.2",
|
|
70
|
+
"@genesislcap/foundation-login": "14.304.2",
|
|
71
|
+
"@genesislcap/foundation-notifications": "14.304.2",
|
|
72
|
+
"@genesislcap/foundation-ui": "14.304.2",
|
|
73
|
+
"@genesislcap/foundation-utils": "14.304.2",
|
|
74
|
+
"@genesislcap/foundation-zero": "14.304.2",
|
|
75
|
+
"@genesislcap/foundation-zero-grid-pro": "14.304.2",
|
|
76
|
+
"@genesislcap/grid-pro": "14.304.2",
|
|
77
77
|
"@microsoft/fast-components": "2.30.6",
|
|
78
78
|
"@microsoft/fast-element": "1.14.0",
|
|
79
79
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"access": "public"
|
|
90
90
|
},
|
|
91
91
|
"customElements": "dist/custom-elements.json",
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "3348ff55e4179191b1c82ece3ee969c364e717d5"
|
|
93
93
|
}
|