@genesislcap/foundation-entity-management 14.402.1-alpha-36d4e79d7.0 → 14.402.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 +21 -21
- package/package.json +23 -23
|
@@ -3514,6 +3514,27 @@
|
|
|
3514
3514
|
}
|
|
3515
3515
|
]
|
|
3516
3516
|
},
|
|
3517
|
+
{
|
|
3518
|
+
"kind": "javascript-module",
|
|
3519
|
+
"path": "src/routes/config.ts",
|
|
3520
|
+
"declarations": [],
|
|
3521
|
+
"exports": []
|
|
3522
|
+
},
|
|
3523
|
+
{
|
|
3524
|
+
"kind": "javascript-module",
|
|
3525
|
+
"path": "src/routes/index.ts",
|
|
3526
|
+
"declarations": [],
|
|
3527
|
+
"exports": [
|
|
3528
|
+
{
|
|
3529
|
+
"kind": "js",
|
|
3530
|
+
"name": "*",
|
|
3531
|
+
"declaration": {
|
|
3532
|
+
"name": "*",
|
|
3533
|
+
"package": "./config"
|
|
3534
|
+
}
|
|
3535
|
+
}
|
|
3536
|
+
]
|
|
3537
|
+
},
|
|
3517
3538
|
{
|
|
3518
3539
|
"kind": "javascript-module",
|
|
3519
3540
|
"path": "src/layouts/default.ts",
|
|
@@ -3563,27 +3584,6 @@
|
|
|
3563
3584
|
}
|
|
3564
3585
|
]
|
|
3565
3586
|
},
|
|
3566
|
-
{
|
|
3567
|
-
"kind": "javascript-module",
|
|
3568
|
-
"path": "src/routes/config.ts",
|
|
3569
|
-
"declarations": [],
|
|
3570
|
-
"exports": []
|
|
3571
|
-
},
|
|
3572
|
-
{
|
|
3573
|
-
"kind": "javascript-module",
|
|
3574
|
-
"path": "src/routes/index.ts",
|
|
3575
|
-
"declarations": [],
|
|
3576
|
-
"exports": [
|
|
3577
|
-
{
|
|
3578
|
-
"kind": "js",
|
|
3579
|
-
"name": "*",
|
|
3580
|
-
"declaration": {
|
|
3581
|
-
"name": "*",
|
|
3582
|
-
"package": "./config"
|
|
3583
|
-
}
|
|
3584
|
-
}
|
|
3585
|
-
]
|
|
3586
|
-
},
|
|
3587
3587
|
{
|
|
3588
3588
|
"kind": "javascript-module",
|
|
3589
3589
|
"path": "src/utils/custom-actions-utils.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.402.1
|
|
4
|
+
"version": "14.402.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -54,32 +54,32 @@
|
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@genesislcap/foundation-testing": "14.402.1
|
|
58
|
-
"@genesislcap/genx": "14.402.1
|
|
59
|
-
"@genesislcap/rollup-builder": "14.402.1
|
|
60
|
-
"@genesislcap/ts-builder": "14.402.1
|
|
61
|
-
"@genesislcap/uvu-playwright-builder": "14.402.1
|
|
62
|
-
"@genesislcap/vite-builder": "14.402.1
|
|
63
|
-
"@genesislcap/webpack-builder": "14.402.1
|
|
57
|
+
"@genesislcap/foundation-testing": "14.402.1",
|
|
58
|
+
"@genesislcap/genx": "14.402.1",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.402.1",
|
|
60
|
+
"@genesislcap/ts-builder": "14.402.1",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.402.1",
|
|
62
|
+
"@genesislcap/vite-builder": "14.402.1",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.402.1"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@ag-grid-community/core": "29.2.0"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@genesislcap/foundation-ai": "14.402.1
|
|
70
|
-
"@genesislcap/foundation-comms": "14.402.1
|
|
71
|
-
"@genesislcap/foundation-errors": "14.402.1
|
|
72
|
-
"@genesislcap/foundation-events": "14.402.1
|
|
73
|
-
"@genesislcap/foundation-forms": "14.402.1
|
|
74
|
-
"@genesislcap/foundation-logger": "14.402.1
|
|
75
|
-
"@genesislcap/foundation-login": "14.402.1
|
|
76
|
-
"@genesislcap/foundation-notifications": "14.402.1
|
|
77
|
-
"@genesislcap/foundation-ui": "14.402.1
|
|
78
|
-
"@genesislcap/foundation-utils": "14.402.1
|
|
79
|
-
"@genesislcap/foundation-zero": "14.402.1
|
|
80
|
-
"@genesislcap/foundation-zero-grid-pro": "14.402.1
|
|
81
|
-
"@genesislcap/grid-pro": "14.402.1
|
|
82
|
-
"@genesislcap/web-core": "14.402.1
|
|
69
|
+
"@genesislcap/foundation-ai": "14.402.1",
|
|
70
|
+
"@genesislcap/foundation-comms": "14.402.1",
|
|
71
|
+
"@genesislcap/foundation-errors": "14.402.1",
|
|
72
|
+
"@genesislcap/foundation-events": "14.402.1",
|
|
73
|
+
"@genesislcap/foundation-forms": "14.402.1",
|
|
74
|
+
"@genesislcap/foundation-logger": "14.402.1",
|
|
75
|
+
"@genesislcap/foundation-login": "14.402.1",
|
|
76
|
+
"@genesislcap/foundation-notifications": "14.402.1",
|
|
77
|
+
"@genesislcap/foundation-ui": "14.402.1",
|
|
78
|
+
"@genesislcap/foundation-utils": "14.402.1",
|
|
79
|
+
"@genesislcap/foundation-zero": "14.402.1",
|
|
80
|
+
"@genesislcap/foundation-zero-grid-pro": "14.402.1",
|
|
81
|
+
"@genesislcap/grid-pro": "14.402.1",
|
|
82
|
+
"@genesislcap/web-core": "14.402.1",
|
|
83
83
|
"change-case": "^4.1.2"
|
|
84
84
|
},
|
|
85
85
|
"repository": {
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"access": "public"
|
|
92
92
|
},
|
|
93
93
|
"customElements": "dist/custom-elements.json",
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "df2e4f19d7f2b0fa4836d3b01cc771d2a08c3b4b"
|
|
95
95
|
}
|