@genesislcap/foundation-entity-management 15.23.3 → 15.24.0-FUI-2603.10
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 +22 -22
|
@@ -3808,27 +3808,6 @@
|
|
|
3808
3808
|
}
|
|
3809
3809
|
]
|
|
3810
3810
|
},
|
|
3811
|
-
{
|
|
3812
|
-
"kind": "javascript-module",
|
|
3813
|
-
"path": "src/routes/config.ts",
|
|
3814
|
-
"declarations": [],
|
|
3815
|
-
"exports": []
|
|
3816
|
-
},
|
|
3817
|
-
{
|
|
3818
|
-
"kind": "javascript-module",
|
|
3819
|
-
"path": "src/routes/index.ts",
|
|
3820
|
-
"declarations": [],
|
|
3821
|
-
"exports": [
|
|
3822
|
-
{
|
|
3823
|
-
"kind": "js",
|
|
3824
|
-
"name": "*",
|
|
3825
|
-
"declaration": {
|
|
3826
|
-
"name": "*",
|
|
3827
|
-
"package": "./config"
|
|
3828
|
-
}
|
|
3829
|
-
}
|
|
3830
|
-
]
|
|
3831
|
-
},
|
|
3832
3811
|
{
|
|
3833
3812
|
"kind": "javascript-module",
|
|
3834
3813
|
"path": "src/main/index.ts",
|
|
@@ -3973,6 +3952,27 @@
|
|
|
3973
3952
|
}
|
|
3974
3953
|
]
|
|
3975
3954
|
},
|
|
3955
|
+
{
|
|
3956
|
+
"kind": "javascript-module",
|
|
3957
|
+
"path": "src/routes/config.ts",
|
|
3958
|
+
"declarations": [],
|
|
3959
|
+
"exports": []
|
|
3960
|
+
},
|
|
3961
|
+
{
|
|
3962
|
+
"kind": "javascript-module",
|
|
3963
|
+
"path": "src/routes/index.ts",
|
|
3964
|
+
"declarations": [],
|
|
3965
|
+
"exports": [
|
|
3966
|
+
{
|
|
3967
|
+
"kind": "js",
|
|
3968
|
+
"name": "*",
|
|
3969
|
+
"declaration": {
|
|
3970
|
+
"name": "*",
|
|
3971
|
+
"package": "./config"
|
|
3972
|
+
}
|
|
3973
|
+
}
|
|
3974
|
+
]
|
|
3975
|
+
},
|
|
3976
3976
|
{
|
|
3977
3977
|
"kind": "javascript-module",
|
|
3978
3978
|
"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": "15.
|
|
4
|
+
"version": "15.24.0-FUI-2603.10",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -54,33 +54,33 @@
|
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@genesislcap/foundation-testing": "15.
|
|
58
|
-
"@genesislcap/genx": "15.
|
|
59
|
-
"@genesislcap/rollup-builder": "15.
|
|
60
|
-
"@genesislcap/ts-builder": "15.
|
|
61
|
-
"@genesislcap/uvu-playwright-builder": "15.
|
|
62
|
-
"@genesislcap/vite-builder": "15.
|
|
63
|
-
"@genesislcap/webpack-builder": "15.
|
|
57
|
+
"@genesislcap/foundation-testing": "15.24.0-FUI-2603.10",
|
|
58
|
+
"@genesislcap/genx": "15.24.0-FUI-2603.10",
|
|
59
|
+
"@genesislcap/rollup-builder": "15.24.0-FUI-2603.10",
|
|
60
|
+
"@genesislcap/ts-builder": "15.24.0-FUI-2603.10",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "15.24.0-FUI-2603.10",
|
|
62
|
+
"@genesislcap/vite-builder": "15.24.0-FUI-2603.10",
|
|
63
|
+
"@genesislcap/webpack-builder": "15.24.0-FUI-2603.10"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@ag-grid-community/core": "29.2.0",
|
|
67
67
|
"ag-grid-community": "36.0.0"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@genesislcap/foundation-ai": "15.
|
|
71
|
-
"@genesislcap/foundation-auth": "15.
|
|
72
|
-
"@genesislcap/foundation-comms": "15.
|
|
73
|
-
"@genesislcap/foundation-errors": "15.
|
|
74
|
-
"@genesislcap/foundation-events": "15.
|
|
75
|
-
"@genesislcap/foundation-forms": "15.
|
|
76
|
-
"@genesislcap/foundation-logger": "15.
|
|
77
|
-
"@genesislcap/foundation-notifications": "15.
|
|
78
|
-
"@genesislcap/foundation-ui": "15.
|
|
79
|
-
"@genesislcap/foundation-utils": "15.
|
|
80
|
-
"@genesislcap/foundation-zero": "15.
|
|
81
|
-
"@genesislcap/foundation-zero-grid-pro": "15.
|
|
82
|
-
"@genesislcap/grid-pro": "15.
|
|
83
|
-
"@genesislcap/web-core": "15.
|
|
70
|
+
"@genesislcap/foundation-ai": "15.24.0-FUI-2603.10",
|
|
71
|
+
"@genesislcap/foundation-auth": "15.24.0-FUI-2603.10",
|
|
72
|
+
"@genesislcap/foundation-comms": "15.24.0-FUI-2603.10",
|
|
73
|
+
"@genesislcap/foundation-errors": "15.24.0-FUI-2603.10",
|
|
74
|
+
"@genesislcap/foundation-events": "15.24.0-FUI-2603.10",
|
|
75
|
+
"@genesislcap/foundation-forms": "15.24.0-FUI-2603.10",
|
|
76
|
+
"@genesislcap/foundation-logger": "15.24.0-FUI-2603.10",
|
|
77
|
+
"@genesislcap/foundation-notifications": "15.24.0-FUI-2603.10",
|
|
78
|
+
"@genesislcap/foundation-ui": "15.24.0-FUI-2603.10",
|
|
79
|
+
"@genesislcap/foundation-utils": "15.24.0-FUI-2603.10",
|
|
80
|
+
"@genesislcap/foundation-zero": "15.24.0-FUI-2603.10",
|
|
81
|
+
"@genesislcap/foundation-zero-grid-pro": "15.24.0-FUI-2603.10",
|
|
82
|
+
"@genesislcap/grid-pro": "15.24.0-FUI-2603.10",
|
|
83
|
+
"@genesislcap/web-core": "15.24.0-FUI-2603.10",
|
|
84
84
|
"change-case": "^4.1.2"
|
|
85
85
|
},
|
|
86
86
|
"repository": {
|