@fundamental-ngx/core 0.58.0-rc.20 → 0.58.0-rc.22
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.22",
|
|
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.22",
|
|
27
|
+
"@fundamental-ngx/i18n": "0.58.0-rc.22",
|
|
28
28
|
"@sap-theming/theming-base-content": "^11.31.0",
|
|
29
29
|
"fundamental-styles": "0.40.1",
|
|
30
30
|
"rxjs": "^7.8.0"
|
|
@@ -231,14 +231,14 @@
|
|
|
231
231
|
"types": "./message-toast/index.d.ts",
|
|
232
232
|
"default": "./fesm2022/fundamental-ngx-core-message-toast.mjs"
|
|
233
233
|
},
|
|
234
|
-
"./micro-process-flow": {
|
|
235
|
-
"types": "./micro-process-flow/index.d.ts",
|
|
236
|
-
"default": "./fesm2022/fundamental-ngx-core-micro-process-flow.mjs"
|
|
237
|
-
},
|
|
238
234
|
"./mobile-mode": {
|
|
239
235
|
"types": "./mobile-mode/index.d.ts",
|
|
240
236
|
"default": "./fesm2022/fundamental-ngx-core-mobile-mode.mjs"
|
|
241
237
|
},
|
|
238
|
+
"./micro-process-flow": {
|
|
239
|
+
"types": "./micro-process-flow/index.d.ts",
|
|
240
|
+
"default": "./fesm2022/fundamental-ngx-core-micro-process-flow.mjs"
|
|
241
|
+
},
|
|
242
242
|
"./multi-combobox": {
|
|
243
243
|
"types": "./multi-combobox/index.d.ts",
|
|
244
244
|
"default": "./fesm2022/fundamental-ngx-core-multi-combobox.mjs"
|
|
@@ -423,10 +423,6 @@
|
|
|
423
423
|
"types": "./tree/index.d.ts",
|
|
424
424
|
"default": "./fesm2022/fundamental-ngx-core-tree.mjs"
|
|
425
425
|
},
|
|
426
|
-
"./upload-collection": {
|
|
427
|
-
"types": "./upload-collection/index.d.ts",
|
|
428
|
-
"default": "./fesm2022/fundamental-ngx-core-upload-collection.mjs"
|
|
429
|
-
},
|
|
430
426
|
"./user-menu": {
|
|
431
427
|
"types": "./user-menu/index.d.ts",
|
|
432
428
|
"default": "./fesm2022/fundamental-ngx-core-user-menu.mjs"
|
|
@@ -435,6 +431,10 @@
|
|
|
435
431
|
"types": "./vertical-navigation/index.d.ts",
|
|
436
432
|
"default": "./fesm2022/fundamental-ngx-core-vertical-navigation.mjs"
|
|
437
433
|
},
|
|
434
|
+
"./upload-collection": {
|
|
435
|
+
"types": "./upload-collection/index.d.ts",
|
|
436
|
+
"default": "./fesm2022/fundamental-ngx-core-upload-collection.mjs"
|
|
437
|
+
},
|
|
438
438
|
"./wizard": {
|
|
439
439
|
"types": "./wizard/index.d.ts",
|
|
440
440
|
"default": "./fesm2022/fundamental-ngx-core-wizard.mjs"
|