@genesislcap/foundation-entity-management 14.481.0 → 14.481.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
|
@@ -3800,27 +3800,6 @@
|
|
|
3800
3800
|
}
|
|
3801
3801
|
]
|
|
3802
3802
|
},
|
|
3803
|
-
{
|
|
3804
|
-
"kind": "javascript-module",
|
|
3805
|
-
"path": "src/routes/config.ts",
|
|
3806
|
-
"declarations": [],
|
|
3807
|
-
"exports": []
|
|
3808
|
-
},
|
|
3809
|
-
{
|
|
3810
|
-
"kind": "javascript-module",
|
|
3811
|
-
"path": "src/routes/index.ts",
|
|
3812
|
-
"declarations": [],
|
|
3813
|
-
"exports": [
|
|
3814
|
-
{
|
|
3815
|
-
"kind": "js",
|
|
3816
|
-
"name": "*",
|
|
3817
|
-
"declaration": {
|
|
3818
|
-
"name": "*",
|
|
3819
|
-
"package": "./config"
|
|
3820
|
-
}
|
|
3821
|
-
}
|
|
3822
|
-
]
|
|
3823
|
-
},
|
|
3824
3803
|
{
|
|
3825
3804
|
"kind": "javascript-module",
|
|
3826
3805
|
"path": "src/main/index.ts",
|
|
@@ -3965,6 +3944,27 @@
|
|
|
3965
3944
|
}
|
|
3966
3945
|
]
|
|
3967
3946
|
},
|
|
3947
|
+
{
|
|
3948
|
+
"kind": "javascript-module",
|
|
3949
|
+
"path": "src/routes/config.ts",
|
|
3950
|
+
"declarations": [],
|
|
3951
|
+
"exports": []
|
|
3952
|
+
},
|
|
3953
|
+
{
|
|
3954
|
+
"kind": "javascript-module",
|
|
3955
|
+
"path": "src/routes/index.ts",
|
|
3956
|
+
"declarations": [],
|
|
3957
|
+
"exports": [
|
|
3958
|
+
{
|
|
3959
|
+
"kind": "js",
|
|
3960
|
+
"name": "*",
|
|
3961
|
+
"declaration": {
|
|
3962
|
+
"name": "*",
|
|
3963
|
+
"package": "./config"
|
|
3964
|
+
}
|
|
3965
|
+
}
|
|
3966
|
+
]
|
|
3967
|
+
},
|
|
3968
3968
|
{
|
|
3969
3969
|
"kind": "javascript-module",
|
|
3970
3970
|
"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.481.
|
|
4
|
+
"version": "14.481.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.481.
|
|
58
|
-
"@genesislcap/genx": "14.481.
|
|
59
|
-
"@genesislcap/rollup-builder": "14.481.
|
|
60
|
-
"@genesislcap/ts-builder": "14.481.
|
|
61
|
-
"@genesislcap/uvu-playwright-builder": "14.481.
|
|
62
|
-
"@genesislcap/vite-builder": "14.481.
|
|
63
|
-
"@genesislcap/webpack-builder": "14.481.
|
|
57
|
+
"@genesislcap/foundation-testing": "14.481.1",
|
|
58
|
+
"@genesislcap/genx": "14.481.1",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.481.1",
|
|
60
|
+
"@genesislcap/ts-builder": "14.481.1",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.481.1",
|
|
62
|
+
"@genesislcap/vite-builder": "14.481.1",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.481.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.481.
|
|
70
|
-
"@genesislcap/foundation-comms": "14.481.
|
|
71
|
-
"@genesislcap/foundation-errors": "14.481.
|
|
72
|
-
"@genesislcap/foundation-events": "14.481.
|
|
73
|
-
"@genesislcap/foundation-forms": "14.481.
|
|
74
|
-
"@genesislcap/foundation-logger": "14.481.
|
|
75
|
-
"@genesislcap/foundation-login": "14.481.
|
|
76
|
-
"@genesislcap/foundation-notifications": "14.481.
|
|
77
|
-
"@genesislcap/foundation-ui": "14.481.
|
|
78
|
-
"@genesislcap/foundation-utils": "14.481.
|
|
79
|
-
"@genesislcap/foundation-zero": "14.481.
|
|
80
|
-
"@genesislcap/foundation-zero-grid-pro": "14.481.
|
|
81
|
-
"@genesislcap/grid-pro": "14.481.
|
|
82
|
-
"@genesislcap/web-core": "14.481.
|
|
69
|
+
"@genesislcap/foundation-ai": "14.481.1",
|
|
70
|
+
"@genesislcap/foundation-comms": "14.481.1",
|
|
71
|
+
"@genesislcap/foundation-errors": "14.481.1",
|
|
72
|
+
"@genesislcap/foundation-events": "14.481.1",
|
|
73
|
+
"@genesislcap/foundation-forms": "14.481.1",
|
|
74
|
+
"@genesislcap/foundation-logger": "14.481.1",
|
|
75
|
+
"@genesislcap/foundation-login": "14.481.1",
|
|
76
|
+
"@genesislcap/foundation-notifications": "14.481.1",
|
|
77
|
+
"@genesislcap/foundation-ui": "14.481.1",
|
|
78
|
+
"@genesislcap/foundation-utils": "14.481.1",
|
|
79
|
+
"@genesislcap/foundation-zero": "14.481.1",
|
|
80
|
+
"@genesislcap/foundation-zero-grid-pro": "14.481.1",
|
|
81
|
+
"@genesislcap/grid-pro": "14.481.1",
|
|
82
|
+
"@genesislcap/web-core": "14.481.1",
|
|
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": "ec791d244e2462e29460e07998203398336d231b"
|
|
106
106
|
}
|