@fundamental-ngx/core 0.58.0-rc.31 → 0.58.0-rc.33
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-ngx/core",
|
|
3
|
-
"version": "0.58.0-rc.
|
|
3
|
+
"version": "0.58.0-rc.33",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"ng-update": {
|
|
6
6
|
"migrations": "./schematics/migrations.json"
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"@angular/forms": "^20.0.0",
|
|
24
24
|
"@angular/platform-browser": "^20.0.0",
|
|
25
25
|
"@angular/router": "^20.0.0",
|
|
26
|
-
"@fundamental-ngx/cdk": "0.58.0-rc.
|
|
27
|
-
"@fundamental-ngx/i18n": "0.58.0-rc.
|
|
26
|
+
"@fundamental-ngx/cdk": "0.58.0-rc.33",
|
|
27
|
+
"@fundamental-ngx/i18n": "0.58.0-rc.33",
|
|
28
28
|
"@sap-theming/theming-base-content": "^11.31.0",
|
|
29
29
|
"fundamental-styles": "0.40.1",
|
|
30
30
|
"rxjs": "^7.8.0"
|
|
@@ -203,14 +203,6 @@
|
|
|
203
203
|
"types": "./layout-panel/index.d.ts",
|
|
204
204
|
"default": "./fesm2022/fundamental-ngx-core-layout-panel.mjs"
|
|
205
205
|
},
|
|
206
|
-
"./link": {
|
|
207
|
-
"types": "./link/index.d.ts",
|
|
208
|
-
"default": "./fesm2022/fundamental-ngx-core-link.mjs"
|
|
209
|
-
},
|
|
210
|
-
"./list": {
|
|
211
|
-
"types": "./list/index.d.ts",
|
|
212
|
-
"default": "./fesm2022/fundamental-ngx-core-list.mjs"
|
|
213
|
-
},
|
|
214
206
|
"./menu": {
|
|
215
207
|
"types": "./menu/index.d.ts",
|
|
216
208
|
"default": "./fesm2022/fundamental-ngx-core-menu.mjs"
|
|
@@ -239,6 +231,14 @@
|
|
|
239
231
|
"types": "./mobile-mode/index.d.ts",
|
|
240
232
|
"default": "./fesm2022/fundamental-ngx-core-mobile-mode.mjs"
|
|
241
233
|
},
|
|
234
|
+
"./list": {
|
|
235
|
+
"types": "./list/index.d.ts",
|
|
236
|
+
"default": "./fesm2022/fundamental-ngx-core-list.mjs"
|
|
237
|
+
},
|
|
238
|
+
"./link": {
|
|
239
|
+
"types": "./link/index.d.ts",
|
|
240
|
+
"default": "./fesm2022/fundamental-ngx-core-link.mjs"
|
|
241
|
+
},
|
|
242
242
|
"./multi-combobox": {
|
|
243
243
|
"types": "./multi-combobox/index.d.ts",
|
|
244
244
|
"default": "./fesm2022/fundamental-ngx-core-multi-combobox.mjs"
|