@genesislcap/foundation-entity-management 14.340.2 → 14.341.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 +21 -21
|
@@ -3147,27 +3147,6 @@
|
|
|
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
|
-
},
|
|
3171
3150
|
{
|
|
3172
3151
|
"kind": "javascript-module",
|
|
3173
3152
|
"path": "src/layouts/default.ts",
|
|
@@ -3217,6 +3196,27 @@
|
|
|
3217
3196
|
}
|
|
3218
3197
|
]
|
|
3219
3198
|
},
|
|
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.
|
|
4
|
+
"version": "14.341.0",
|
|
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.
|
|
56
|
-
"@genesislcap/genx": "14.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.
|
|
58
|
-
"@genesislcap/ts-builder": "14.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
60
|
-
"@genesislcap/vite-builder": "14.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.341.0",
|
|
56
|
+
"@genesislcap/genx": "14.341.0",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.341.0",
|
|
58
|
+
"@genesislcap/ts-builder": "14.341.0",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.341.0",
|
|
60
|
+
"@genesislcap/vite-builder": "14.341.0",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.341.0"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@ag-grid-community/core": "29.2.0",
|
|
65
|
-
"@genesislcap/foundation-comms": "14.
|
|
66
|
-
"@genesislcap/foundation-errors": "14.
|
|
67
|
-
"@genesislcap/foundation-events": "14.
|
|
68
|
-
"@genesislcap/foundation-forms": "14.
|
|
69
|
-
"@genesislcap/foundation-logger": "14.
|
|
70
|
-
"@genesislcap/foundation-login": "14.
|
|
71
|
-
"@genesislcap/foundation-notifications": "14.
|
|
72
|
-
"@genesislcap/foundation-ui": "14.
|
|
73
|
-
"@genesislcap/foundation-utils": "14.
|
|
74
|
-
"@genesislcap/foundation-zero": "14.
|
|
75
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
76
|
-
"@genesislcap/grid-pro": "14.
|
|
65
|
+
"@genesislcap/foundation-comms": "14.341.0",
|
|
66
|
+
"@genesislcap/foundation-errors": "14.341.0",
|
|
67
|
+
"@genesislcap/foundation-events": "14.341.0",
|
|
68
|
+
"@genesislcap/foundation-forms": "14.341.0",
|
|
69
|
+
"@genesislcap/foundation-logger": "14.341.0",
|
|
70
|
+
"@genesislcap/foundation-login": "14.341.0",
|
|
71
|
+
"@genesislcap/foundation-notifications": "14.341.0",
|
|
72
|
+
"@genesislcap/foundation-ui": "14.341.0",
|
|
73
|
+
"@genesislcap/foundation-utils": "14.341.0",
|
|
74
|
+
"@genesislcap/foundation-zero": "14.341.0",
|
|
75
|
+
"@genesislcap/foundation-zero-grid-pro": "14.341.0",
|
|
76
|
+
"@genesislcap/grid-pro": "14.341.0",
|
|
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": "2a35636b5c9da265f12ac685f823c190b6ab96f2"
|
|
93
93
|
}
|