@fundamental-ngx/core 0.58.0-rc.19 → 0.58.0-rc.20
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 +11 -11
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.20",
|
|
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.20",
|
|
27
|
+
"@fundamental-ngx/i18n": "0.58.0-rc.20",
|
|
28
28
|
"@sap-theming/theming-base-content": "^11.31.0",
|
|
29
29
|
"fundamental-styles": "0.40.1",
|
|
30
30
|
"rxjs": "^7.8.0"
|
|
@@ -47,6 +47,10 @@
|
|
|
47
47
|
"types": "./index.d.ts",
|
|
48
48
|
"default": "./fesm2022/fundamental-ngx-core.mjs"
|
|
49
49
|
},
|
|
50
|
+
"./action-bar": {
|
|
51
|
+
"types": "./action-bar/index.d.ts",
|
|
52
|
+
"default": "./fesm2022/fundamental-ngx-core-action-bar.mjs"
|
|
53
|
+
},
|
|
50
54
|
"./action-sheet": {
|
|
51
55
|
"types": "./action-sheet/index.d.ts",
|
|
52
56
|
"default": "./fesm2022/fundamental-ngx-core-action-sheet.mjs"
|
|
@@ -59,10 +63,6 @@
|
|
|
59
63
|
"types": "./avatar-group/index.d.ts",
|
|
60
64
|
"default": "./fesm2022/fundamental-ngx-core-avatar-group.mjs"
|
|
61
65
|
},
|
|
62
|
-
"./action-bar": {
|
|
63
|
-
"types": "./action-bar/index.d.ts",
|
|
64
|
-
"default": "./fesm2022/fundamental-ngx-core-action-bar.mjs"
|
|
65
|
-
},
|
|
66
66
|
"./avatar-group-legacy": {
|
|
67
67
|
"types": "./avatar-group-legacy/index.d.ts",
|
|
68
68
|
"default": "./fesm2022/fundamental-ngx-core-avatar-group-legacy.mjs"
|
|
@@ -299,6 +299,10 @@
|
|
|
299
299
|
"types": "./progress-indicator/index.d.ts",
|
|
300
300
|
"default": "./fesm2022/fundamental-ngx-core-progress-indicator.mjs"
|
|
301
301
|
},
|
|
302
|
+
"./quick-view": {
|
|
303
|
+
"types": "./quick-view/index.d.ts",
|
|
304
|
+
"default": "./fesm2022/fundamental-ngx-core-quick-view.mjs"
|
|
305
|
+
},
|
|
302
306
|
"./radio": {
|
|
303
307
|
"types": "./radio/index.d.ts",
|
|
304
308
|
"default": "./fesm2022/fundamental-ngx-core-radio.mjs"
|
|
@@ -434,10 +438,6 @@
|
|
|
434
438
|
"./wizard": {
|
|
435
439
|
"types": "./wizard/index.d.ts",
|
|
436
440
|
"default": "./fesm2022/fundamental-ngx-core-wizard.mjs"
|
|
437
|
-
},
|
|
438
|
-
"./quick-view": {
|
|
439
|
-
"types": "./quick-view/index.d.ts",
|
|
440
|
-
"default": "./fesm2022/fundamental-ngx-core-quick-view.mjs"
|
|
441
441
|
}
|
|
442
442
|
},
|
|
443
443
|
"module": "fesm2022/fundamental-ngx-core.mjs",
|