@genesislcap/foundation-entity-management 14.307.0 → 14.307.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
|
@@ -2077,55 +2077,6 @@
|
|
|
2077
2077
|
}
|
|
2078
2078
|
]
|
|
2079
2079
|
},
|
|
2080
|
-
{
|
|
2081
|
-
"kind": "javascript-module",
|
|
2082
|
-
"path": "src/layouts/default.ts",
|
|
2083
|
-
"declarations": [
|
|
2084
|
-
{
|
|
2085
|
-
"kind": "variable",
|
|
2086
|
-
"name": "loginLayout",
|
|
2087
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2088
|
-
},
|
|
2089
|
-
{
|
|
2090
|
-
"kind": "variable",
|
|
2091
|
-
"name": "defaultLayout",
|
|
2092
|
-
"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)"
|
|
2093
|
-
}
|
|
2094
|
-
],
|
|
2095
|
-
"exports": [
|
|
2096
|
-
{
|
|
2097
|
-
"kind": "js",
|
|
2098
|
-
"name": "loginLayout",
|
|
2099
|
-
"declaration": {
|
|
2100
|
-
"name": "loginLayout",
|
|
2101
|
-
"module": "src/layouts/default.ts"
|
|
2102
|
-
}
|
|
2103
|
-
},
|
|
2104
|
-
{
|
|
2105
|
-
"kind": "js",
|
|
2106
|
-
"name": "defaultLayout",
|
|
2107
|
-
"declaration": {
|
|
2108
|
-
"name": "defaultLayout",
|
|
2109
|
-
"module": "src/layouts/default.ts"
|
|
2110
|
-
}
|
|
2111
|
-
}
|
|
2112
|
-
]
|
|
2113
|
-
},
|
|
2114
|
-
{
|
|
2115
|
-
"kind": "javascript-module",
|
|
2116
|
-
"path": "src/layouts/index.ts",
|
|
2117
|
-
"declarations": [],
|
|
2118
|
-
"exports": [
|
|
2119
|
-
{
|
|
2120
|
-
"kind": "js",
|
|
2121
|
-
"name": "*",
|
|
2122
|
-
"declaration": {
|
|
2123
|
-
"name": "*",
|
|
2124
|
-
"package": "./default"
|
|
2125
|
-
}
|
|
2126
|
-
}
|
|
2127
|
-
]
|
|
2128
|
-
},
|
|
2129
2080
|
{
|
|
2130
2081
|
"kind": "javascript-module",
|
|
2131
2082
|
"path": "src/list/index.ts",
|
|
@@ -2920,6 +2871,55 @@
|
|
|
2920
2871
|
}
|
|
2921
2872
|
]
|
|
2922
2873
|
},
|
|
2874
|
+
{
|
|
2875
|
+
"kind": "javascript-module",
|
|
2876
|
+
"path": "src/layouts/default.ts",
|
|
2877
|
+
"declarations": [
|
|
2878
|
+
{
|
|
2879
|
+
"kind": "variable",
|
|
2880
|
+
"name": "loginLayout",
|
|
2881
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2882
|
+
},
|
|
2883
|
+
{
|
|
2884
|
+
"kind": "variable",
|
|
2885
|
+
"name": "defaultLayout",
|
|
2886
|
+
"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)"
|
|
2887
|
+
}
|
|
2888
|
+
],
|
|
2889
|
+
"exports": [
|
|
2890
|
+
{
|
|
2891
|
+
"kind": "js",
|
|
2892
|
+
"name": "loginLayout",
|
|
2893
|
+
"declaration": {
|
|
2894
|
+
"name": "loginLayout",
|
|
2895
|
+
"module": "src/layouts/default.ts"
|
|
2896
|
+
}
|
|
2897
|
+
},
|
|
2898
|
+
{
|
|
2899
|
+
"kind": "js",
|
|
2900
|
+
"name": "defaultLayout",
|
|
2901
|
+
"declaration": {
|
|
2902
|
+
"name": "defaultLayout",
|
|
2903
|
+
"module": "src/layouts/default.ts"
|
|
2904
|
+
}
|
|
2905
|
+
}
|
|
2906
|
+
]
|
|
2907
|
+
},
|
|
2908
|
+
{
|
|
2909
|
+
"kind": "javascript-module",
|
|
2910
|
+
"path": "src/layouts/index.ts",
|
|
2911
|
+
"declarations": [],
|
|
2912
|
+
"exports": [
|
|
2913
|
+
{
|
|
2914
|
+
"kind": "js",
|
|
2915
|
+
"name": "*",
|
|
2916
|
+
"declaration": {
|
|
2917
|
+
"name": "*",
|
|
2918
|
+
"package": "./default"
|
|
2919
|
+
}
|
|
2920
|
+
}
|
|
2921
|
+
]
|
|
2922
|
+
},
|
|
2923
2923
|
{
|
|
2924
2924
|
"kind": "javascript-module",
|
|
2925
2925
|
"path": "src/routes/config.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.307.
|
|
4
|
+
"version": "14.307.1",
|
|
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.307.
|
|
56
|
-
"@genesislcap/genx": "14.307.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.307.
|
|
58
|
-
"@genesislcap/ts-builder": "14.307.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.307.
|
|
60
|
-
"@genesislcap/vite-builder": "14.307.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.307.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.307.1",
|
|
56
|
+
"@genesislcap/genx": "14.307.1",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.307.1",
|
|
58
|
+
"@genesislcap/ts-builder": "14.307.1",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.307.1",
|
|
60
|
+
"@genesislcap/vite-builder": "14.307.1",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.307.1"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@ag-grid-community/core": "29.2.0",
|
|
65
|
-
"@genesislcap/foundation-comms": "14.307.
|
|
66
|
-
"@genesislcap/foundation-errors": "14.307.
|
|
67
|
-
"@genesislcap/foundation-events": "14.307.
|
|
68
|
-
"@genesislcap/foundation-forms": "14.307.
|
|
69
|
-
"@genesislcap/foundation-logger": "14.307.
|
|
70
|
-
"@genesislcap/foundation-login": "14.307.
|
|
71
|
-
"@genesislcap/foundation-notifications": "14.307.
|
|
72
|
-
"@genesislcap/foundation-ui": "14.307.
|
|
73
|
-
"@genesislcap/foundation-utils": "14.307.
|
|
74
|
-
"@genesislcap/foundation-zero": "14.307.
|
|
75
|
-
"@genesislcap/foundation-zero-grid-pro": "14.307.
|
|
76
|
-
"@genesislcap/grid-pro": "14.307.
|
|
65
|
+
"@genesislcap/foundation-comms": "14.307.1",
|
|
66
|
+
"@genesislcap/foundation-errors": "14.307.1",
|
|
67
|
+
"@genesislcap/foundation-events": "14.307.1",
|
|
68
|
+
"@genesislcap/foundation-forms": "14.307.1",
|
|
69
|
+
"@genesislcap/foundation-logger": "14.307.1",
|
|
70
|
+
"@genesislcap/foundation-login": "14.307.1",
|
|
71
|
+
"@genesislcap/foundation-notifications": "14.307.1",
|
|
72
|
+
"@genesislcap/foundation-ui": "14.307.1",
|
|
73
|
+
"@genesislcap/foundation-utils": "14.307.1",
|
|
74
|
+
"@genesislcap/foundation-zero": "14.307.1",
|
|
75
|
+
"@genesislcap/foundation-zero-grid-pro": "14.307.1",
|
|
76
|
+
"@genesislcap/grid-pro": "14.307.1",
|
|
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": "3316d0415337b2bcb033eae8fcead5a550920cf9"
|
|
93
93
|
}
|