@fundamental-ngx/core 0.58.0-rc.1 → 0.58.0-rc.2
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 +31 -31
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.2",
|
|
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.2",
|
|
27
|
+
"@fundamental-ngx/i18n": "0.58.0-rc.2",
|
|
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"
|
|
@@ -63,10 +67,6 @@
|
|
|
63
67
|
"types": "./avatar-group-legacy/index.d.ts",
|
|
64
68
|
"default": "./fesm2022/fundamental-ngx-core-avatar-group-legacy.mjs"
|
|
65
69
|
},
|
|
66
|
-
"./action-sheet": {
|
|
67
|
-
"types": "./action-sheet/index.d.ts",
|
|
68
|
-
"default": "./fesm2022/fundamental-ngx-core-action-sheet.mjs"
|
|
69
|
-
},
|
|
70
70
|
"./bar": {
|
|
71
71
|
"types": "./bar/index.d.ts",
|
|
72
72
|
"default": "./fesm2022/fundamental-ngx-core-bar.mjs"
|
|
@@ -79,14 +79,14 @@
|
|
|
79
79
|
"types": "./busy-indicator/index.d.ts",
|
|
80
80
|
"default": "./fesm2022/fundamental-ngx-core-busy-indicator.mjs"
|
|
81
81
|
},
|
|
82
|
-
"./calendar": {
|
|
83
|
-
"types": "./calendar/index.d.ts",
|
|
84
|
-
"default": "./fesm2022/fundamental-ngx-core-calendar.mjs"
|
|
85
|
-
},
|
|
86
82
|
"./button": {
|
|
87
83
|
"types": "./button/index.d.ts",
|
|
88
84
|
"default": "./fesm2022/fundamental-ngx-core-button.mjs"
|
|
89
85
|
},
|
|
86
|
+
"./calendar": {
|
|
87
|
+
"types": "./calendar/index.d.ts",
|
|
88
|
+
"default": "./fesm2022/fundamental-ngx-core-calendar.mjs"
|
|
89
|
+
},
|
|
90
90
|
"./card": {
|
|
91
91
|
"types": "./card/index.d.ts",
|
|
92
92
|
"default": "./fesm2022/fundamental-ngx-core-card.mjs"
|
|
@@ -163,22 +163,22 @@
|
|
|
163
163
|
"types": "./formatted-text/index.d.ts",
|
|
164
164
|
"default": "./fesm2022/fundamental-ngx-core-formatted-text.mjs"
|
|
165
165
|
},
|
|
166
|
-
"./grid-list": {
|
|
167
|
-
"types": "./grid-list/index.d.ts",
|
|
168
|
-
"default": "./fesm2022/fundamental-ngx-core-grid-list.mjs"
|
|
169
|
-
},
|
|
170
|
-
"./icon": {
|
|
171
|
-
"types": "./icon/index.d.ts",
|
|
172
|
-
"default": "./fesm2022/fundamental-ngx-core-icon.mjs"
|
|
173
|
-
},
|
|
174
166
|
"./generic-tag": {
|
|
175
167
|
"types": "./generic-tag/index.d.ts",
|
|
176
168
|
"default": "./fesm2022/fundamental-ngx-core-generic-tag.mjs"
|
|
177
169
|
},
|
|
170
|
+
"./grid-list": {
|
|
171
|
+
"types": "./grid-list/index.d.ts",
|
|
172
|
+
"default": "./fesm2022/fundamental-ngx-core-grid-list.mjs"
|
|
173
|
+
},
|
|
178
174
|
"./illustrated-message": {
|
|
179
175
|
"types": "./illustrated-message/index.d.ts",
|
|
180
176
|
"default": "./fesm2022/fundamental-ngx-core-illustrated-message.mjs"
|
|
181
177
|
},
|
|
178
|
+
"./icon": {
|
|
179
|
+
"types": "./icon/index.d.ts",
|
|
180
|
+
"default": "./fesm2022/fundamental-ngx-core-icon.mjs"
|
|
181
|
+
},
|
|
182
182
|
"./infinite-scroll": {
|
|
183
183
|
"types": "./infinite-scroll/index.d.ts",
|
|
184
184
|
"default": "./fesm2022/fundamental-ngx-core-infinite-scroll.mjs"
|
|
@@ -323,14 +323,14 @@
|
|
|
323
323
|
"types": "./scrollbar/index.d.ts",
|
|
324
324
|
"default": "./fesm2022/fundamental-ngx-core-scrollbar.mjs"
|
|
325
325
|
},
|
|
326
|
-
"./segmented-button": {
|
|
327
|
-
"types": "./segmented-button/index.d.ts",
|
|
328
|
-
"default": "./fesm2022/fundamental-ngx-core-segmented-button.mjs"
|
|
329
|
-
},
|
|
330
326
|
"./select": {
|
|
331
327
|
"types": "./select/index.d.ts",
|
|
332
328
|
"default": "./fesm2022/fundamental-ngx-core-select.mjs"
|
|
333
329
|
},
|
|
330
|
+
"./segmented-button": {
|
|
331
|
+
"types": "./segmented-button/index.d.ts",
|
|
332
|
+
"default": "./fesm2022/fundamental-ngx-core-segmented-button.mjs"
|
|
333
|
+
},
|
|
334
334
|
"./settings": {
|
|
335
335
|
"types": "./settings/index.d.ts",
|
|
336
336
|
"default": "./fesm2022/fundamental-ngx-core-settings.mjs"
|
|
@@ -351,14 +351,14 @@
|
|
|
351
351
|
"types": "./skeleton/index.d.ts",
|
|
352
352
|
"default": "./fesm2022/fundamental-ngx-core-skeleton.mjs"
|
|
353
353
|
},
|
|
354
|
-
"./slider": {
|
|
355
|
-
"types": "./slider/index.d.ts",
|
|
356
|
-
"default": "./fesm2022/fundamental-ngx-core-slider.mjs"
|
|
357
|
-
},
|
|
358
354
|
"./split-button": {
|
|
359
355
|
"types": "./split-button/index.d.ts",
|
|
360
356
|
"default": "./fesm2022/fundamental-ngx-core-split-button.mjs"
|
|
361
357
|
},
|
|
358
|
+
"./slider": {
|
|
359
|
+
"types": "./slider/index.d.ts",
|
|
360
|
+
"default": "./fesm2022/fundamental-ngx-core-slider.mjs"
|
|
361
|
+
},
|
|
362
362
|
"./status-indicator": {
|
|
363
363
|
"types": "./status-indicator/index.d.ts",
|
|
364
364
|
"default": "./fesm2022/fundamental-ngx-core-status-indicator.mjs"
|
|
@@ -431,13 +431,13 @@
|
|
|
431
431
|
"types": "./user-menu/index.d.ts",
|
|
432
432
|
"default": "./fesm2022/fundamental-ngx-core-user-menu.mjs"
|
|
433
433
|
},
|
|
434
|
-
"./vertical-navigation": {
|
|
435
|
-
"types": "./vertical-navigation/index.d.ts",
|
|
436
|
-
"default": "./fesm2022/fundamental-ngx-core-vertical-navigation.mjs"
|
|
437
|
-
},
|
|
438
434
|
"./wizard": {
|
|
439
435
|
"types": "./wizard/index.d.ts",
|
|
440
436
|
"default": "./fesm2022/fundamental-ngx-core-wizard.mjs"
|
|
437
|
+
},
|
|
438
|
+
"./vertical-navigation": {
|
|
439
|
+
"types": "./vertical-navigation/index.d.ts",
|
|
440
|
+
"default": "./fesm2022/fundamental-ngx-core-vertical-navigation.mjs"
|
|
441
441
|
}
|
|
442
442
|
},
|
|
443
443
|
"module": "fesm2022/fundamental-ngx-core.mjs",
|