@fundamental-ngx/core 0.58.0-rc.55 → 0.58.0-rc.57

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.55",
3
+ "version": "0.58.0-rc.57",
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.55",
27
- "@fundamental-ngx/i18n": "0.58.0-rc.55",
26
+ "@fundamental-ngx/cdk": "0.58.0-rc.57",
27
+ "@fundamental-ngx/i18n": "0.58.0-rc.57",
28
28
  "@sap-theming/theming-base-content": "^11.31.0",
29
29
  "fundamental-styles": "0.40.1",
30
30
  "rxjs": "^7.8.0"
@@ -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"
@@ -371,14 +371,14 @@
371
371
  "types": "./switch/index.d.ts",
372
372
  "default": "./fesm2022/fundamental-ngx-core-switch.mjs"
373
373
  },
374
- "./table": {
375
- "types": "./table/index.d.ts",
376
- "default": "./fesm2022/fundamental-ngx-core-table.mjs"
377
- },
378
374
  "./tabs": {
379
375
  "types": "./tabs/index.d.ts",
380
376
  "default": "./fesm2022/fundamental-ngx-core-tabs.mjs"
381
377
  },
378
+ "./table": {
379
+ "types": "./table/index.d.ts",
380
+ "default": "./fesm2022/fundamental-ngx-core-table.mjs"
381
+ },
382
382
  "./tests": {
383
383
  "types": "./tests/index.d.ts",
384
384
  "default": "./fesm2022/fundamental-ngx-core-tests.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"