@genesislcap/foundation-entity-management 14.84.0 → 14.85.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 +14 -14
|
@@ -767,6 +767,55 @@
|
|
|
767
767
|
}
|
|
768
768
|
]
|
|
769
769
|
},
|
|
770
|
+
{
|
|
771
|
+
"kind": "javascript-module",
|
|
772
|
+
"path": "src/layouts/default.ts",
|
|
773
|
+
"declarations": [
|
|
774
|
+
{
|
|
775
|
+
"kind": "variable",
|
|
776
|
+
"name": "loginLayout",
|
|
777
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"kind": "variable",
|
|
781
|
+
"name": "defaultLayout",
|
|
782
|
+
"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)"
|
|
783
|
+
}
|
|
784
|
+
],
|
|
785
|
+
"exports": [
|
|
786
|
+
{
|
|
787
|
+
"kind": "js",
|
|
788
|
+
"name": "loginLayout",
|
|
789
|
+
"declaration": {
|
|
790
|
+
"name": "loginLayout",
|
|
791
|
+
"module": "src/layouts/default.ts"
|
|
792
|
+
}
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"kind": "js",
|
|
796
|
+
"name": "defaultLayout",
|
|
797
|
+
"declaration": {
|
|
798
|
+
"name": "defaultLayout",
|
|
799
|
+
"module": "src/layouts/default.ts"
|
|
800
|
+
}
|
|
801
|
+
}
|
|
802
|
+
]
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"kind": "javascript-module",
|
|
806
|
+
"path": "src/layouts/index.ts",
|
|
807
|
+
"declarations": [],
|
|
808
|
+
"exports": [
|
|
809
|
+
{
|
|
810
|
+
"kind": "js",
|
|
811
|
+
"name": "*",
|
|
812
|
+
"declaration": {
|
|
813
|
+
"name": "*",
|
|
814
|
+
"package": "./default"
|
|
815
|
+
}
|
|
816
|
+
}
|
|
817
|
+
]
|
|
818
|
+
},
|
|
770
819
|
{
|
|
771
820
|
"kind": "javascript-module",
|
|
772
821
|
"path": "src/list/index.ts",
|
|
@@ -2156,55 +2205,6 @@
|
|
|
2156
2205
|
}
|
|
2157
2206
|
]
|
|
2158
2207
|
},
|
|
2159
|
-
{
|
|
2160
|
-
"kind": "javascript-module",
|
|
2161
|
-
"path": "src/layouts/default.ts",
|
|
2162
|
-
"declarations": [
|
|
2163
|
-
{
|
|
2164
|
-
"kind": "variable",
|
|
2165
|
-
"name": "loginLayout",
|
|
2166
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2167
|
-
},
|
|
2168
|
-
{
|
|
2169
|
-
"kind": "variable",
|
|
2170
|
-
"name": "defaultLayout",
|
|
2171
|
-
"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)"
|
|
2172
|
-
}
|
|
2173
|
-
],
|
|
2174
|
-
"exports": [
|
|
2175
|
-
{
|
|
2176
|
-
"kind": "js",
|
|
2177
|
-
"name": "loginLayout",
|
|
2178
|
-
"declaration": {
|
|
2179
|
-
"name": "loginLayout",
|
|
2180
|
-
"module": "src/layouts/default.ts"
|
|
2181
|
-
}
|
|
2182
|
-
},
|
|
2183
|
-
{
|
|
2184
|
-
"kind": "js",
|
|
2185
|
-
"name": "defaultLayout",
|
|
2186
|
-
"declaration": {
|
|
2187
|
-
"name": "defaultLayout",
|
|
2188
|
-
"module": "src/layouts/default.ts"
|
|
2189
|
-
}
|
|
2190
|
-
}
|
|
2191
|
-
]
|
|
2192
|
-
},
|
|
2193
|
-
{
|
|
2194
|
-
"kind": "javascript-module",
|
|
2195
|
-
"path": "src/layouts/index.ts",
|
|
2196
|
-
"declarations": [],
|
|
2197
|
-
"exports": [
|
|
2198
|
-
{
|
|
2199
|
-
"kind": "js",
|
|
2200
|
-
"name": "*",
|
|
2201
|
-
"declaration": {
|
|
2202
|
-
"name": "*",
|
|
2203
|
-
"package": "./default"
|
|
2204
|
-
}
|
|
2205
|
-
}
|
|
2206
|
-
]
|
|
2207
|
-
},
|
|
2208
2208
|
{
|
|
2209
2209
|
"kind": "javascript-module",
|
|
2210
2210
|
"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.
|
|
4
|
+
"version": "14.85.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -44,22 +44,22 @@
|
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@genesislcap/foundation-login": "^14.40.0",
|
|
47
|
-
"@genesislcap/foundation-testing": "14.
|
|
48
|
-
"@genesislcap/genx": "14.
|
|
47
|
+
"@genesislcap/foundation-testing": "14.85.0",
|
|
48
|
+
"@genesislcap/genx": "14.85.0",
|
|
49
49
|
"rimraf": "^3.0.2"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@ag-grid-community/core": "29.2.0",
|
|
53
|
-
"@genesislcap/foundation-comms": "14.
|
|
54
|
-
"@genesislcap/foundation-errors": "14.
|
|
55
|
-
"@genesislcap/foundation-forms": "14.
|
|
56
|
-
"@genesislcap/foundation-logger": "14.
|
|
57
|
-
"@genesislcap/foundation-login": "14.
|
|
58
|
-
"@genesislcap/foundation-ui": "14.
|
|
59
|
-
"@genesislcap/foundation-utils": "14.
|
|
60
|
-
"@genesislcap/foundation-zero": "14.
|
|
61
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
62
|
-
"@genesislcap/grid-pro": "14.
|
|
53
|
+
"@genesislcap/foundation-comms": "14.85.0",
|
|
54
|
+
"@genesislcap/foundation-errors": "14.85.0",
|
|
55
|
+
"@genesislcap/foundation-forms": "14.85.0",
|
|
56
|
+
"@genesislcap/foundation-logger": "14.85.0",
|
|
57
|
+
"@genesislcap/foundation-login": "14.85.0",
|
|
58
|
+
"@genesislcap/foundation-ui": "14.85.0",
|
|
59
|
+
"@genesislcap/foundation-utils": "14.85.0",
|
|
60
|
+
"@genesislcap/foundation-zero": "14.85.0",
|
|
61
|
+
"@genesislcap/foundation-zero-grid-pro": "14.85.0",
|
|
62
|
+
"@genesislcap/grid-pro": "14.85.0",
|
|
63
63
|
"@microsoft/fast-components": "^2.21.3",
|
|
64
64
|
"@microsoft/fast-element": "^1.7.0",
|
|
65
65
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"access": "public"
|
|
76
76
|
},
|
|
77
77
|
"customElements": "dist/custom-elements.json",
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "d9387cdd713b49e3f00f05e866b305f452d6cc82"
|
|
79
79
|
}
|