@genesislcap/foundation-entity-management 14.499.0 → 14.500.1-alpha-beb5193.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
|
@@ -3800,6 +3800,27 @@
|
|
|
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
|
+
},
|
|
3803
3824
|
{
|
|
3804
3825
|
"kind": "javascript-module",
|
|
3805
3826
|
"path": "src/main/index.ts",
|
|
@@ -3944,27 +3965,6 @@
|
|
|
3944
3965
|
}
|
|
3945
3966
|
]
|
|
3946
3967
|
},
|
|
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.
|
|
4
|
+
"version": "14.500.1-alpha-beb5193.0",
|
|
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": "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.500.1-alpha-beb5193.0",
|
|
58
|
+
"@genesislcap/genx": "14.500.1-alpha-beb5193.0",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.500.1-alpha-beb5193.0",
|
|
60
|
+
"@genesislcap/ts-builder": "14.500.1-alpha-beb5193.0",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.500.1-alpha-beb5193.0",
|
|
62
|
+
"@genesislcap/vite-builder": "14.500.1-alpha-beb5193.0",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.500.1-alpha-beb5193.0"
|
|
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": "14.
|
|
71
|
-
"@genesislcap/foundation-auth": "14.
|
|
72
|
-
"@genesislcap/foundation-comms": "14.
|
|
73
|
-
"@genesislcap/foundation-errors": "14.
|
|
74
|
-
"@genesislcap/foundation-events": "14.
|
|
75
|
-
"@genesislcap/foundation-forms": "14.
|
|
76
|
-
"@genesislcap/foundation-logger": "14.
|
|
77
|
-
"@genesislcap/foundation-notifications": "14.
|
|
78
|
-
"@genesislcap/foundation-ui": "14.
|
|
79
|
-
"@genesislcap/foundation-utils": "14.
|
|
80
|
-
"@genesislcap/foundation-zero": "14.
|
|
81
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
82
|
-
"@genesislcap/grid-pro": "14.
|
|
83
|
-
"@genesislcap/web-core": "14.
|
|
70
|
+
"@genesislcap/foundation-ai": "14.500.1-alpha-beb5193.0",
|
|
71
|
+
"@genesislcap/foundation-auth": "14.500.1-alpha-beb5193.0",
|
|
72
|
+
"@genesislcap/foundation-comms": "14.500.1-alpha-beb5193.0",
|
|
73
|
+
"@genesislcap/foundation-errors": "14.500.1-alpha-beb5193.0",
|
|
74
|
+
"@genesislcap/foundation-events": "14.500.1-alpha-beb5193.0",
|
|
75
|
+
"@genesislcap/foundation-forms": "14.500.1-alpha-beb5193.0",
|
|
76
|
+
"@genesislcap/foundation-logger": "14.500.1-alpha-beb5193.0",
|
|
77
|
+
"@genesislcap/foundation-notifications": "14.500.1-alpha-beb5193.0",
|
|
78
|
+
"@genesislcap/foundation-ui": "14.500.1-alpha-beb5193.0",
|
|
79
|
+
"@genesislcap/foundation-utils": "14.500.1-alpha-beb5193.0",
|
|
80
|
+
"@genesislcap/foundation-zero": "14.500.1-alpha-beb5193.0",
|
|
81
|
+
"@genesislcap/foundation-zero-grid-pro": "14.500.1-alpha-beb5193.0",
|
|
82
|
+
"@genesislcap/grid-pro": "14.500.1-alpha-beb5193.0",
|
|
83
|
+
"@genesislcap/web-core": "14.500.1-alpha-beb5193.0",
|
|
84
84
|
"change-case": "^4.1.2"
|
|
85
85
|
},
|
|
86
86
|
"repository": {
|
|
@@ -103,5 +103,5 @@
|
|
|
103
103
|
"require": "./dist/react.cjs"
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "f65527ba44a5821be4fdc88f6e4bdf1876b8ffb6"
|
|
107
107
|
}
|