@genesislcap/foundation-entity-management 14.141.1 → 14.141.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 +16 -16
|
@@ -818,6 +818,55 @@
|
|
|
818
818
|
}
|
|
819
819
|
]
|
|
820
820
|
},
|
|
821
|
+
{
|
|
822
|
+
"kind": "javascript-module",
|
|
823
|
+
"path": "src/layouts/default.ts",
|
|
824
|
+
"declarations": [
|
|
825
|
+
{
|
|
826
|
+
"kind": "variable",
|
|
827
|
+
"name": "loginLayout",
|
|
828
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"kind": "variable",
|
|
832
|
+
"name": "defaultLayout",
|
|
833
|
+
"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)"
|
|
834
|
+
}
|
|
835
|
+
],
|
|
836
|
+
"exports": [
|
|
837
|
+
{
|
|
838
|
+
"kind": "js",
|
|
839
|
+
"name": "loginLayout",
|
|
840
|
+
"declaration": {
|
|
841
|
+
"name": "loginLayout",
|
|
842
|
+
"module": "src/layouts/default.ts"
|
|
843
|
+
}
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"kind": "js",
|
|
847
|
+
"name": "defaultLayout",
|
|
848
|
+
"declaration": {
|
|
849
|
+
"name": "defaultLayout",
|
|
850
|
+
"module": "src/layouts/default.ts"
|
|
851
|
+
}
|
|
852
|
+
}
|
|
853
|
+
]
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"kind": "javascript-module",
|
|
857
|
+
"path": "src/layouts/index.ts",
|
|
858
|
+
"declarations": [],
|
|
859
|
+
"exports": [
|
|
860
|
+
{
|
|
861
|
+
"kind": "js",
|
|
862
|
+
"name": "*",
|
|
863
|
+
"declaration": {
|
|
864
|
+
"name": "*",
|
|
865
|
+
"package": "./default"
|
|
866
|
+
}
|
|
867
|
+
}
|
|
868
|
+
]
|
|
869
|
+
},
|
|
821
870
|
{
|
|
822
871
|
"kind": "javascript-module",
|
|
823
872
|
"path": "src/list/index.ts",
|
|
@@ -2303,55 +2352,6 @@
|
|
|
2303
2352
|
}
|
|
2304
2353
|
]
|
|
2305
2354
|
},
|
|
2306
|
-
{
|
|
2307
|
-
"kind": "javascript-module",
|
|
2308
|
-
"path": "src/layouts/default.ts",
|
|
2309
|
-
"declarations": [
|
|
2310
|
-
{
|
|
2311
|
-
"kind": "variable",
|
|
2312
|
-
"name": "loginLayout",
|
|
2313
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2314
|
-
},
|
|
2315
|
-
{
|
|
2316
|
-
"kind": "variable",
|
|
2317
|
-
"name": "defaultLayout",
|
|
2318
|
-
"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)"
|
|
2319
|
-
}
|
|
2320
|
-
],
|
|
2321
|
-
"exports": [
|
|
2322
|
-
{
|
|
2323
|
-
"kind": "js",
|
|
2324
|
-
"name": "loginLayout",
|
|
2325
|
-
"declaration": {
|
|
2326
|
-
"name": "loginLayout",
|
|
2327
|
-
"module": "src/layouts/default.ts"
|
|
2328
|
-
}
|
|
2329
|
-
},
|
|
2330
|
-
{
|
|
2331
|
-
"kind": "js",
|
|
2332
|
-
"name": "defaultLayout",
|
|
2333
|
-
"declaration": {
|
|
2334
|
-
"name": "defaultLayout",
|
|
2335
|
-
"module": "src/layouts/default.ts"
|
|
2336
|
-
}
|
|
2337
|
-
}
|
|
2338
|
-
]
|
|
2339
|
-
},
|
|
2340
|
-
{
|
|
2341
|
-
"kind": "javascript-module",
|
|
2342
|
-
"path": "src/layouts/index.ts",
|
|
2343
|
-
"declarations": [],
|
|
2344
|
-
"exports": [
|
|
2345
|
-
{
|
|
2346
|
-
"kind": "js",
|
|
2347
|
-
"name": "*",
|
|
2348
|
-
"declaration": {
|
|
2349
|
-
"name": "*",
|
|
2350
|
-
"package": "./default"
|
|
2351
|
-
}
|
|
2352
|
-
}
|
|
2353
|
-
]
|
|
2354
|
-
},
|
|
2355
2355
|
{
|
|
2356
2356
|
"kind": "javascript-module",
|
|
2357
2357
|
"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.141.
|
|
4
|
+
"version": "14.141.3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -43,24 +43,24 @@
|
|
|
43
43
|
"test:debug": "genx test --debug"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@genesislcap/foundation-login": "14.141.
|
|
47
|
-
"@genesislcap/foundation-testing": "14.141.
|
|
48
|
-
"@genesislcap/genx": "14.141.
|
|
46
|
+
"@genesislcap/foundation-login": "14.141.3",
|
|
47
|
+
"@genesislcap/foundation-testing": "14.141.3",
|
|
48
|
+
"@genesislcap/genx": "14.141.3",
|
|
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.141.
|
|
54
|
-
"@genesislcap/foundation-errors": "14.141.
|
|
55
|
-
"@genesislcap/foundation-events": "14.141.
|
|
56
|
-
"@genesislcap/foundation-forms": "14.141.
|
|
57
|
-
"@genesislcap/foundation-logger": "14.141.
|
|
58
|
-
"@genesislcap/foundation-notifications": "14.141.
|
|
59
|
-
"@genesislcap/foundation-ui": "14.141.
|
|
60
|
-
"@genesislcap/foundation-utils": "14.141.
|
|
61
|
-
"@genesislcap/foundation-zero": "14.141.
|
|
62
|
-
"@genesislcap/foundation-zero-grid-pro": "14.141.
|
|
63
|
-
"@genesislcap/grid-pro": "14.141.
|
|
53
|
+
"@genesislcap/foundation-comms": "14.141.3",
|
|
54
|
+
"@genesislcap/foundation-errors": "14.141.3",
|
|
55
|
+
"@genesislcap/foundation-events": "14.141.3",
|
|
56
|
+
"@genesislcap/foundation-forms": "14.141.3",
|
|
57
|
+
"@genesislcap/foundation-logger": "14.141.3",
|
|
58
|
+
"@genesislcap/foundation-notifications": "14.141.3",
|
|
59
|
+
"@genesislcap/foundation-ui": "14.141.3",
|
|
60
|
+
"@genesislcap/foundation-utils": "14.141.3",
|
|
61
|
+
"@genesislcap/foundation-zero": "14.141.3",
|
|
62
|
+
"@genesislcap/foundation-zero-grid-pro": "14.141.3",
|
|
63
|
+
"@genesislcap/grid-pro": "14.141.3",
|
|
64
64
|
"@microsoft/fast-components": "^2.30.6",
|
|
65
65
|
"@microsoft/fast-element": "^1.12.0",
|
|
66
66
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"access": "public"
|
|
77
77
|
},
|
|
78
78
|
"customElements": "dist/custom-elements.json",
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "37b360922e11609ac87d08b72cb66de130732b8d"
|
|
80
80
|
}
|