@fundamental-ngx/core 0.58.0-rc.5 → 0.58.0-rc.7
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 +15 -15
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.7",
|
|
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.7",
|
|
27
|
+
"@fundamental-ngx/i18n": "0.58.0-rc.7",
|
|
28
28
|
"@sap-theming/theming-base-content": "^11.31.0",
|
|
29
29
|
"fundamental-styles": "0.40.1",
|
|
30
30
|
"rxjs": "^7.8.0"
|
|
@@ -51,6 +51,10 @@
|
|
|
51
51
|
"types": "./action-bar/index.d.ts",
|
|
52
52
|
"default": "./fesm2022/fundamental-ngx-core-action-bar.mjs"
|
|
53
53
|
},
|
|
54
|
+
"./action-sheet": {
|
|
55
|
+
"types": "./action-sheet/index.d.ts",
|
|
56
|
+
"default": "./fesm2022/fundamental-ngx-core-action-sheet.mjs"
|
|
57
|
+
},
|
|
54
58
|
"./avatar": {
|
|
55
59
|
"types": "./avatar/index.d.ts",
|
|
56
60
|
"default": "./fesm2022/fundamental-ngx-core-avatar.mjs"
|
|
@@ -75,10 +79,6 @@
|
|
|
75
79
|
"types": "./busy-indicator/index.d.ts",
|
|
76
80
|
"default": "./fesm2022/fundamental-ngx-core-busy-indicator.mjs"
|
|
77
81
|
},
|
|
78
|
-
"./action-sheet": {
|
|
79
|
-
"types": "./action-sheet/index.d.ts",
|
|
80
|
-
"default": "./fesm2022/fundamental-ngx-core-action-sheet.mjs"
|
|
81
|
-
},
|
|
82
82
|
"./button": {
|
|
83
83
|
"types": "./button/index.d.ts",
|
|
84
84
|
"default": "./fesm2022/fundamental-ngx-core-button.mjs"
|
|
@@ -99,6 +99,10 @@
|
|
|
99
99
|
"types": "./checkbox/index.d.ts",
|
|
100
100
|
"default": "./fesm2022/fundamental-ngx-core-checkbox.mjs"
|
|
101
101
|
},
|
|
102
|
+
"./combobox": {
|
|
103
|
+
"types": "./combobox/index.d.ts",
|
|
104
|
+
"default": "./fesm2022/fundamental-ngx-core-combobox.mjs"
|
|
105
|
+
},
|
|
102
106
|
"./content-density": {
|
|
103
107
|
"types": "./content-density/index.d.ts",
|
|
104
108
|
"default": "./fesm2022/fundamental-ngx-core-content-density.mjs"
|
|
@@ -175,10 +179,6 @@
|
|
|
175
179
|
"types": "./illustrated-message/index.d.ts",
|
|
176
180
|
"default": "./fesm2022/fundamental-ngx-core-illustrated-message.mjs"
|
|
177
181
|
},
|
|
178
|
-
"./combobox": {
|
|
179
|
-
"types": "./combobox/index.d.ts",
|
|
180
|
-
"default": "./fesm2022/fundamental-ngx-core-combobox.mjs"
|
|
181
|
-
},
|
|
182
182
|
"./infinite-scroll": {
|
|
183
183
|
"types": "./infinite-scroll/index.d.ts",
|
|
184
184
|
"default": "./fesm2022/fundamental-ngx-core-infinite-scroll.mjs"
|
|
@@ -423,6 +423,10 @@
|
|
|
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
|
+
},
|
|
426
430
|
"./user-menu": {
|
|
427
431
|
"types": "./user-menu/index.d.ts",
|
|
428
432
|
"default": "./fesm2022/fundamental-ngx-core-user-menu.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
|
-
"./upload-collection": {
|
|
439
|
-
"types": "./upload-collection/index.d.ts",
|
|
440
|
-
"default": "./fesm2022/fundamental-ngx-core-upload-collection.mjs"
|
|
441
441
|
}
|
|
442
442
|
},
|
|
443
443
|
"module": "fesm2022/fundamental-ngx-core.mjs",
|