@genesislcap/foundation-entity-management 14.438.0 → 14.439.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 +23 -23
|
@@ -3504,6 +3504,27 @@
|
|
|
3504
3504
|
}
|
|
3505
3505
|
]
|
|
3506
3506
|
},
|
|
3507
|
+
{
|
|
3508
|
+
"kind": "javascript-module",
|
|
3509
|
+
"path": "src/routes/config.ts",
|
|
3510
|
+
"declarations": [],
|
|
3511
|
+
"exports": []
|
|
3512
|
+
},
|
|
3513
|
+
{
|
|
3514
|
+
"kind": "javascript-module",
|
|
3515
|
+
"path": "src/routes/index.ts",
|
|
3516
|
+
"declarations": [],
|
|
3517
|
+
"exports": [
|
|
3518
|
+
{
|
|
3519
|
+
"kind": "js",
|
|
3520
|
+
"name": "*",
|
|
3521
|
+
"declaration": {
|
|
3522
|
+
"name": "*",
|
|
3523
|
+
"package": "./config"
|
|
3524
|
+
}
|
|
3525
|
+
}
|
|
3526
|
+
]
|
|
3527
|
+
},
|
|
3507
3528
|
{
|
|
3508
3529
|
"kind": "javascript-module",
|
|
3509
3530
|
"path": "src/layouts/default.ts",
|
|
@@ -3553,27 +3574,6 @@
|
|
|
3553
3574
|
}
|
|
3554
3575
|
]
|
|
3555
3576
|
},
|
|
3556
|
-
{
|
|
3557
|
-
"kind": "javascript-module",
|
|
3558
|
-
"path": "src/routes/config.ts",
|
|
3559
|
-
"declarations": [],
|
|
3560
|
-
"exports": []
|
|
3561
|
-
},
|
|
3562
|
-
{
|
|
3563
|
-
"kind": "javascript-module",
|
|
3564
|
-
"path": "src/routes/index.ts",
|
|
3565
|
-
"declarations": [],
|
|
3566
|
-
"exports": [
|
|
3567
|
-
{
|
|
3568
|
-
"kind": "js",
|
|
3569
|
-
"name": "*",
|
|
3570
|
-
"declaration": {
|
|
3571
|
-
"name": "*",
|
|
3572
|
-
"package": "./config"
|
|
3573
|
-
}
|
|
3574
|
-
}
|
|
3575
|
-
]
|
|
3576
|
-
},
|
|
3577
3577
|
{
|
|
3578
3578
|
"kind": "javascript-module",
|
|
3579
3579
|
"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.
|
|
4
|
+
"version": "14.439.0",
|
|
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.
|
|
58
|
-
"@genesislcap/genx": "14.
|
|
59
|
-
"@genesislcap/rollup-builder": "14.
|
|
60
|
-
"@genesislcap/ts-builder": "14.
|
|
61
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
62
|
-
"@genesislcap/vite-builder": "14.
|
|
63
|
-
"@genesislcap/webpack-builder": "14.
|
|
57
|
+
"@genesislcap/foundation-testing": "14.439.0",
|
|
58
|
+
"@genesislcap/genx": "14.439.0",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.439.0",
|
|
60
|
+
"@genesislcap/ts-builder": "14.439.0",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.439.0",
|
|
62
|
+
"@genesislcap/vite-builder": "14.439.0",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.439.0"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@ag-grid-community/core": "29.2.0"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@genesislcap/foundation-ai": "14.
|
|
70
|
-
"@genesislcap/foundation-comms": "14.
|
|
71
|
-
"@genesislcap/foundation-errors": "14.
|
|
72
|
-
"@genesislcap/foundation-events": "14.
|
|
73
|
-
"@genesislcap/foundation-forms": "14.
|
|
74
|
-
"@genesislcap/foundation-logger": "14.
|
|
75
|
-
"@genesislcap/foundation-login": "14.
|
|
76
|
-
"@genesislcap/foundation-notifications": "14.
|
|
77
|
-
"@genesislcap/foundation-ui": "14.
|
|
78
|
-
"@genesislcap/foundation-utils": "14.
|
|
79
|
-
"@genesislcap/foundation-zero": "14.
|
|
80
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
81
|
-
"@genesislcap/grid-pro": "14.
|
|
82
|
-
"@genesislcap/web-core": "14.
|
|
69
|
+
"@genesislcap/foundation-ai": "14.439.0",
|
|
70
|
+
"@genesislcap/foundation-comms": "14.439.0",
|
|
71
|
+
"@genesislcap/foundation-errors": "14.439.0",
|
|
72
|
+
"@genesislcap/foundation-events": "14.439.0",
|
|
73
|
+
"@genesislcap/foundation-forms": "14.439.0",
|
|
74
|
+
"@genesislcap/foundation-logger": "14.439.0",
|
|
75
|
+
"@genesislcap/foundation-login": "14.439.0",
|
|
76
|
+
"@genesislcap/foundation-notifications": "14.439.0",
|
|
77
|
+
"@genesislcap/foundation-ui": "14.439.0",
|
|
78
|
+
"@genesislcap/foundation-utils": "14.439.0",
|
|
79
|
+
"@genesislcap/foundation-zero": "14.439.0",
|
|
80
|
+
"@genesislcap/foundation-zero-grid-pro": "14.439.0",
|
|
81
|
+
"@genesislcap/grid-pro": "14.439.0",
|
|
82
|
+
"@genesislcap/web-core": "14.439.0",
|
|
83
83
|
"change-case": "^4.1.2"
|
|
84
84
|
},
|
|
85
85
|
"repository": {
|
|
@@ -102,5 +102,5 @@
|
|
|
102
102
|
"require": "./dist/react.cjs"
|
|
103
103
|
}
|
|
104
104
|
},
|
|
105
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "25adab0e86be16092b258c8d7f429c4c6971d968"
|
|
106
106
|
}
|