@fundamental-ngx/core 0.58.0-rc.3 → 0.58.0-rc.4

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.
Files changed (1) hide show
  1. package/package.json +23 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core",
3
- "version": "0.58.0-rc.3",
3
+ "version": "0.58.0-rc.4",
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.3",
27
- "@fundamental-ngx/i18n": "0.58.0-rc.3",
26
+ "@fundamental-ngx/cdk": "0.58.0-rc.4",
27
+ "@fundamental-ngx/i18n": "0.58.0-rc.4",
28
28
  "@sap-theming/theming-base-content": "^11.31.0",
29
29
  "fundamental-styles": "0.40.1",
30
30
  "rxjs": "^7.8.0"
@@ -87,6 +87,10 @@
87
87
  "types": "./calendar/index.d.ts",
88
88
  "default": "./fesm2022/fundamental-ngx-core-calendar.mjs"
89
89
  },
90
+ "./card": {
91
+ "types": "./card/index.d.ts",
92
+ "default": "./fesm2022/fundamental-ngx-core-card.mjs"
93
+ },
90
94
  "./carousel": {
91
95
  "types": "./carousel/index.d.ts",
92
96
  "default": "./fesm2022/fundamental-ngx-core-carousel.mjs"
@@ -147,6 +151,10 @@
147
151
  "types": "./fixed-card-layout/index.d.ts",
148
152
  "default": "./fesm2022/fundamental-ngx-core-fixed-card-layout.mjs"
149
153
  },
154
+ "./flexible-column-layout": {
155
+ "types": "./flexible-column-layout/index.d.ts",
156
+ "default": "./fesm2022/fundamental-ngx-core-flexible-column-layout.mjs"
157
+ },
150
158
  "./form": {
151
159
  "types": "./form/index.d.ts",
152
160
  "default": "./fesm2022/fundamental-ngx-core-form.mjs"
@@ -215,10 +223,6 @@
215
223
  "types": "./message-page/index.d.ts",
216
224
  "default": "./fesm2022/fundamental-ngx-core-message-page.mjs"
217
225
  },
218
- "./flexible-column-layout": {
219
- "types": "./flexible-column-layout/index.d.ts",
220
- "default": "./fesm2022/fundamental-ngx-core-flexible-column-layout.mjs"
221
- },
222
226
  "./message-strip": {
223
227
  "types": "./message-strip/index.d.ts",
224
228
  "default": "./fesm2022/fundamental-ngx-core-message-strip.mjs"
@@ -239,10 +243,6 @@
239
243
  "types": "./multi-combobox/index.d.ts",
240
244
  "default": "./fesm2022/fundamental-ngx-core-multi-combobox.mjs"
241
245
  },
242
- "./card": {
243
- "types": "./card/index.d.ts",
244
- "default": "./fesm2022/fundamental-ngx-core-card.mjs"
245
- },
246
246
  "./multi-input": {
247
247
  "types": "./multi-input/index.d.ts",
248
248
  "default": "./fesm2022/fundamental-ngx-core-multi-input.mjs"
@@ -287,14 +287,14 @@
287
287
  "types": "./panel/index.d.ts",
288
288
  "default": "./fesm2022/fundamental-ngx-core-panel.mjs"
289
289
  },
290
- "./product-switch": {
291
- "types": "./product-switch/index.d.ts",
292
- "default": "./fesm2022/fundamental-ngx-core-product-switch.mjs"
293
- },
294
290
  "./popover": {
295
291
  "types": "./popover/index.d.ts",
296
292
  "default": "./fesm2022/fundamental-ngx-core-popover.mjs"
297
293
  },
294
+ "./product-switch": {
295
+ "types": "./product-switch/index.d.ts",
296
+ "default": "./fesm2022/fundamental-ngx-core-product-switch.mjs"
297
+ },
298
298
  "./progress-indicator": {
299
299
  "types": "./progress-indicator/index.d.ts",
300
300
  "default": "./fesm2022/fundamental-ngx-core-progress-indicator.mjs"
@@ -319,6 +319,10 @@
319
319
  "types": "./scroll-spy/index.d.ts",
320
320
  "default": "./fesm2022/fundamental-ngx-core-scroll-spy.mjs"
321
321
  },
322
+ "./scrollbar": {
323
+ "types": "./scrollbar/index.d.ts",
324
+ "default": "./fesm2022/fundamental-ngx-core-scrollbar.mjs"
325
+ },
322
326
  "./segmented-button": {
323
327
  "types": "./segmented-button/index.d.ts",
324
328
  "default": "./fesm2022/fundamental-ngx-core-segmented-button.mjs"
@@ -327,10 +331,6 @@
327
331
  "types": "./select/index.d.ts",
328
332
  "default": "./fesm2022/fundamental-ngx-core-select.mjs"
329
333
  },
330
- "./scrollbar": {
331
- "types": "./scrollbar/index.d.ts",
332
- "default": "./fesm2022/fundamental-ngx-core-scrollbar.mjs"
333
- },
334
334
  "./settings": {
335
335
  "types": "./settings/index.d.ts",
336
336
  "default": "./fesm2022/fundamental-ngx-core-settings.mjs"
@@ -415,6 +415,10 @@
415
415
  "types": "./token/index.d.ts",
416
416
  "default": "./fesm2022/fundamental-ngx-core-token.mjs"
417
417
  },
418
+ "./toolbar": {
419
+ "types": "./toolbar/index.d.ts",
420
+ "default": "./fesm2022/fundamental-ngx-core-toolbar.mjs"
421
+ },
418
422
  "./tree": {
419
423
  "types": "./tree/index.d.ts",
420
424
  "default": "./fesm2022/fundamental-ngx-core-tree.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
- "./toolbar": {
439
- "types": "./toolbar/index.d.ts",
440
- "default": "./fesm2022/fundamental-ngx-core-toolbar.mjs"
441
441
  }
442
442
  },
443
443
  "module": "fesm2022/fundamental-ngx-core.mjs",