@genesislcap/foundation-entity-management 14.340.1 → 14.340.2
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 +21 -21
|
@@ -3147,6 +3147,27 @@
|
|
|
3147
3147
|
}
|
|
3148
3148
|
]
|
|
3149
3149
|
},
|
|
3150
|
+
{
|
|
3151
|
+
"kind": "javascript-module",
|
|
3152
|
+
"path": "src/routes/config.ts",
|
|
3153
|
+
"declarations": [],
|
|
3154
|
+
"exports": []
|
|
3155
|
+
},
|
|
3156
|
+
{
|
|
3157
|
+
"kind": "javascript-module",
|
|
3158
|
+
"path": "src/routes/index.ts",
|
|
3159
|
+
"declarations": [],
|
|
3160
|
+
"exports": [
|
|
3161
|
+
{
|
|
3162
|
+
"kind": "js",
|
|
3163
|
+
"name": "*",
|
|
3164
|
+
"declaration": {
|
|
3165
|
+
"name": "*",
|
|
3166
|
+
"package": "./config"
|
|
3167
|
+
}
|
|
3168
|
+
}
|
|
3169
|
+
]
|
|
3170
|
+
},
|
|
3150
3171
|
{
|
|
3151
3172
|
"kind": "javascript-module",
|
|
3152
3173
|
"path": "src/layouts/default.ts",
|
|
@@ -3196,27 +3217,6 @@
|
|
|
3196
3217
|
}
|
|
3197
3218
|
]
|
|
3198
3219
|
},
|
|
3199
|
-
{
|
|
3200
|
-
"kind": "javascript-module",
|
|
3201
|
-
"path": "src/routes/config.ts",
|
|
3202
|
-
"declarations": [],
|
|
3203
|
-
"exports": []
|
|
3204
|
-
},
|
|
3205
|
-
{
|
|
3206
|
-
"kind": "javascript-module",
|
|
3207
|
-
"path": "src/routes/index.ts",
|
|
3208
|
-
"declarations": [],
|
|
3209
|
-
"exports": [
|
|
3210
|
-
{
|
|
3211
|
-
"kind": "js",
|
|
3212
|
-
"name": "*",
|
|
3213
|
-
"declaration": {
|
|
3214
|
-
"name": "*",
|
|
3215
|
-
"package": "./config"
|
|
3216
|
-
}
|
|
3217
|
-
}
|
|
3218
|
-
]
|
|
3219
|
-
},
|
|
3220
3220
|
{
|
|
3221
3221
|
"kind": "javascript-module",
|
|
3222
3222
|
"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.340.
|
|
4
|
+
"version": "14.340.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -52,28 +52,28 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@genesislcap/foundation-testing": "14.340.
|
|
56
|
-
"@genesislcap/genx": "14.340.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.340.
|
|
58
|
-
"@genesislcap/ts-builder": "14.340.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.340.
|
|
60
|
-
"@genesislcap/vite-builder": "14.340.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.340.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.340.2",
|
|
56
|
+
"@genesislcap/genx": "14.340.2",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.340.2",
|
|
58
|
+
"@genesislcap/ts-builder": "14.340.2",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.340.2",
|
|
60
|
+
"@genesislcap/vite-builder": "14.340.2",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.340.2"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@ag-grid-community/core": "29.2.0",
|
|
65
|
-
"@genesislcap/foundation-comms": "14.340.
|
|
66
|
-
"@genesislcap/foundation-errors": "14.340.
|
|
67
|
-
"@genesislcap/foundation-events": "14.340.
|
|
68
|
-
"@genesislcap/foundation-forms": "14.340.
|
|
69
|
-
"@genesislcap/foundation-logger": "14.340.
|
|
70
|
-
"@genesislcap/foundation-login": "14.340.
|
|
71
|
-
"@genesislcap/foundation-notifications": "14.340.
|
|
72
|
-
"@genesislcap/foundation-ui": "14.340.
|
|
73
|
-
"@genesislcap/foundation-utils": "14.340.
|
|
74
|
-
"@genesislcap/foundation-zero": "14.340.
|
|
75
|
-
"@genesislcap/foundation-zero-grid-pro": "14.340.
|
|
76
|
-
"@genesislcap/grid-pro": "14.340.
|
|
65
|
+
"@genesislcap/foundation-comms": "14.340.2",
|
|
66
|
+
"@genesislcap/foundation-errors": "14.340.2",
|
|
67
|
+
"@genesislcap/foundation-events": "14.340.2",
|
|
68
|
+
"@genesislcap/foundation-forms": "14.340.2",
|
|
69
|
+
"@genesislcap/foundation-logger": "14.340.2",
|
|
70
|
+
"@genesislcap/foundation-login": "14.340.2",
|
|
71
|
+
"@genesislcap/foundation-notifications": "14.340.2",
|
|
72
|
+
"@genesislcap/foundation-ui": "14.340.2",
|
|
73
|
+
"@genesislcap/foundation-utils": "14.340.2",
|
|
74
|
+
"@genesislcap/foundation-zero": "14.340.2",
|
|
75
|
+
"@genesislcap/foundation-zero-grid-pro": "14.340.2",
|
|
76
|
+
"@genesislcap/grid-pro": "14.340.2",
|
|
77
77
|
"@microsoft/fast-components": "2.30.6",
|
|
78
78
|
"@microsoft/fast-element": "1.14.0",
|
|
79
79
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"access": "public"
|
|
90
90
|
},
|
|
91
91
|
"customElements": "dist/custom-elements.json",
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "7ecf7deac0a7c374998a9e1823ea2b637aacc452"
|
|
93
93
|
}
|