@genesislcap/foundation-entity-management 14.114.1 → 14.114.2-alpha-a278302.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 +21 -21
- package/package.json +15 -15
|
@@ -2250,6 +2250,27 @@
|
|
|
2250
2250
|
}
|
|
2251
2251
|
]
|
|
2252
2252
|
},
|
|
2253
|
+
{
|
|
2254
|
+
"kind": "javascript-module",
|
|
2255
|
+
"path": "src/routes/config.ts",
|
|
2256
|
+
"declarations": [],
|
|
2257
|
+
"exports": []
|
|
2258
|
+
},
|
|
2259
|
+
{
|
|
2260
|
+
"kind": "javascript-module",
|
|
2261
|
+
"path": "src/routes/index.ts",
|
|
2262
|
+
"declarations": [],
|
|
2263
|
+
"exports": [
|
|
2264
|
+
{
|
|
2265
|
+
"kind": "js",
|
|
2266
|
+
"name": "*",
|
|
2267
|
+
"declaration": {
|
|
2268
|
+
"name": "*",
|
|
2269
|
+
"package": "./config"
|
|
2270
|
+
}
|
|
2271
|
+
}
|
|
2272
|
+
]
|
|
2273
|
+
},
|
|
2253
2274
|
{
|
|
2254
2275
|
"kind": "javascript-module",
|
|
2255
2276
|
"path": "src/users/users.template.ts",
|
|
@@ -2545,27 +2566,6 @@
|
|
|
2545
2566
|
}
|
|
2546
2567
|
]
|
|
2547
2568
|
},
|
|
2548
|
-
{
|
|
2549
|
-
"kind": "javascript-module",
|
|
2550
|
-
"path": "src/routes/config.ts",
|
|
2551
|
-
"declarations": [],
|
|
2552
|
-
"exports": []
|
|
2553
|
-
},
|
|
2554
|
-
{
|
|
2555
|
-
"kind": "javascript-module",
|
|
2556
|
-
"path": "src/routes/index.ts",
|
|
2557
|
-
"declarations": [],
|
|
2558
|
-
"exports": [
|
|
2559
|
-
{
|
|
2560
|
-
"kind": "js",
|
|
2561
|
-
"name": "*",
|
|
2562
|
-
"declaration": {
|
|
2563
|
-
"name": "*",
|
|
2564
|
-
"package": "./config"
|
|
2565
|
-
}
|
|
2566
|
-
}
|
|
2567
|
-
]
|
|
2568
|
-
},
|
|
2569
2569
|
{
|
|
2570
2570
|
"kind": "javascript-module",
|
|
2571
2571
|
"path": "src/routes/demo/entity-management.template.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.114.
|
|
4
|
+
"version": "14.114.2-alpha-a278302.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -44,23 +44,23 @@
|
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@genesislcap/foundation-login": "^14.40.0",
|
|
47
|
-
"@genesislcap/foundation-testing": "14.114.
|
|
48
|
-
"@genesislcap/genx": "14.114.
|
|
47
|
+
"@genesislcap/foundation-testing": "14.114.2-alpha-a278302.0",
|
|
48
|
+
"@genesislcap/genx": "14.114.2-alpha-a278302.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.114.
|
|
54
|
-
"@genesislcap/foundation-errors": "14.114.
|
|
55
|
-
"@genesislcap/foundation-forms": "14.114.
|
|
56
|
-
"@genesislcap/foundation-logger": "14.114.
|
|
57
|
-
"@genesislcap/foundation-login": "14.114.
|
|
58
|
-
"@genesislcap/foundation-notifications": "14.114.
|
|
59
|
-
"@genesislcap/foundation-ui": "14.114.
|
|
60
|
-
"@genesislcap/foundation-utils": "14.114.
|
|
61
|
-
"@genesislcap/foundation-zero": "14.114.
|
|
62
|
-
"@genesislcap/foundation-zero-grid-pro": "14.114.
|
|
63
|
-
"@genesislcap/grid-pro": "14.114.
|
|
53
|
+
"@genesislcap/foundation-comms": "14.114.2-alpha-a278302.0",
|
|
54
|
+
"@genesislcap/foundation-errors": "14.114.2-alpha-a278302.0",
|
|
55
|
+
"@genesislcap/foundation-forms": "14.114.2-alpha-a278302.0",
|
|
56
|
+
"@genesislcap/foundation-logger": "14.114.2-alpha-a278302.0",
|
|
57
|
+
"@genesislcap/foundation-login": "14.114.2-alpha-a278302.0",
|
|
58
|
+
"@genesislcap/foundation-notifications": "14.114.2-alpha-a278302.0",
|
|
59
|
+
"@genesislcap/foundation-ui": "14.114.2-alpha-a278302.0",
|
|
60
|
+
"@genesislcap/foundation-utils": "14.114.2-alpha-a278302.0",
|
|
61
|
+
"@genesislcap/foundation-zero": "14.114.2-alpha-a278302.0",
|
|
62
|
+
"@genesislcap/foundation-zero-grid-pro": "14.114.2-alpha-a278302.0",
|
|
63
|
+
"@genesislcap/grid-pro": "14.114.2-alpha-a278302.0",
|
|
64
64
|
"@microsoft/fast-components": "^2.21.3",
|
|
65
65
|
"@microsoft/fast-element": "^1.7.0",
|
|
66
66
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"access": "public"
|
|
77
77
|
},
|
|
78
78
|
"customElements": "dist/custom-elements.json",
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "38e827c3dd919626c745411ee2f1c883a1334767"
|
|
80
80
|
}
|