@fundamental-ngx/core 0.58.0-rc.63 → 0.58.0-rc.64

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 +33 -33
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core",
3
- "version": "0.58.0-rc.63",
3
+ "version": "0.58.0-rc.64",
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.63",
27
- "@fundamental-ngx/i18n": "0.58.0-rc.63",
26
+ "@fundamental-ngx/cdk": "0.58.0-rc.64",
27
+ "@fundamental-ngx/i18n": "0.58.0-rc.64",
28
28
  "@sap-theming/theming-base-content": "^11.31.0",
29
29
  "fundamental-styles": "0.40.1",
30
30
  "rxjs": "^7.8.0"
@@ -47,10 +47,6 @@
47
47
  "types": "./index.d.ts",
48
48
  "default": "./fesm2022/fundamental-ngx-core.mjs"
49
49
  },
50
- "./action-sheet": {
51
- "types": "./action-sheet/index.d.ts",
52
- "default": "./fesm2022/fundamental-ngx-core-action-sheet.mjs"
53
- },
54
50
  "./action-bar": {
55
51
  "types": "./action-bar/index.d.ts",
56
52
  "default": "./fesm2022/fundamental-ngx-core-action-bar.mjs"
@@ -59,6 +55,10 @@
59
55
  "types": "./avatar/index.d.ts",
60
56
  "default": "./fesm2022/fundamental-ngx-core-avatar.mjs"
61
57
  },
58
+ "./action-sheet": {
59
+ "types": "./action-sheet/index.d.ts",
60
+ "default": "./fesm2022/fundamental-ngx-core-action-sheet.mjs"
61
+ },
62
62
  "./avatar-group": {
63
63
  "types": "./avatar-group/index.d.ts",
64
64
  "default": "./fesm2022/fundamental-ngx-core-avatar-group.mjs"
@@ -83,22 +83,18 @@
83
83
  "types": "./button/index.d.ts",
84
84
  "default": "./fesm2022/fundamental-ngx-core-button.mjs"
85
85
  },
86
- "./calendar": {
87
- "types": "./calendar/index.d.ts",
88
- "default": "./fesm2022/fundamental-ngx-core-calendar.mjs"
89
- },
90
86
  "./card": {
91
87
  "types": "./card/index.d.ts",
92
88
  "default": "./fesm2022/fundamental-ngx-core-card.mjs"
93
89
  },
94
- "./checkbox": {
95
- "types": "./checkbox/index.d.ts",
96
- "default": "./fesm2022/fundamental-ngx-core-checkbox.mjs"
97
- },
98
90
  "./carousel": {
99
91
  "types": "./carousel/index.d.ts",
100
92
  "default": "./fesm2022/fundamental-ngx-core-carousel.mjs"
101
93
  },
94
+ "./checkbox": {
95
+ "types": "./checkbox/index.d.ts",
96
+ "default": "./fesm2022/fundamental-ngx-core-checkbox.mjs"
97
+ },
102
98
  "./combobox": {
103
99
  "types": "./combobox/index.d.ts",
104
100
  "default": "./fesm2022/fundamental-ngx-core-combobox.mjs"
@@ -131,6 +127,10 @@
131
127
  "types": "./dynamic-side-content/index.d.ts",
132
128
  "default": "./fesm2022/fundamental-ngx-core-dynamic-side-content.mjs"
133
129
  },
130
+ "./calendar": {
131
+ "types": "./calendar/index.d.ts",
132
+ "default": "./fesm2022/fundamental-ngx-core-calendar.mjs"
133
+ },
134
134
  "./facets": {
135
135
  "types": "./facets/index.d.ts",
136
136
  "default": "./fesm2022/fundamental-ngx-core-facets.mjs"
@@ -267,17 +267,13 @@
267
267
  "types": "./object-marker/index.d.ts",
268
268
  "default": "./fesm2022/fundamental-ngx-core-object-marker.mjs"
269
269
  },
270
- "./object-status": {
271
- "types": "./object-status/index.d.ts",
272
- "default": "./fesm2022/fundamental-ngx-core-object-status.mjs"
273
- },
274
270
  "./object-number": {
275
271
  "types": "./object-number/index.d.ts",
276
272
  "default": "./fesm2022/fundamental-ngx-core-object-number.mjs"
277
273
  },
278
- "./pagination": {
279
- "types": "./pagination/index.d.ts",
280
- "default": "./fesm2022/fundamental-ngx-core-pagination.mjs"
274
+ "./object-status": {
275
+ "types": "./object-status/index.d.ts",
276
+ "default": "./fesm2022/fundamental-ngx-core-object-status.mjs"
281
277
  },
282
278
  "./overflow-layout": {
283
279
  "types": "./overflow-layout/index.d.ts",
@@ -303,13 +299,17 @@
303
299
  "types": "./quick-view/index.d.ts",
304
300
  "default": "./fesm2022/fundamental-ngx-core-quick-view.mjs"
305
301
  },
302
+ "./radio": {
303
+ "types": "./radio/index.d.ts",
304
+ "default": "./fesm2022/fundamental-ngx-core-radio.mjs"
305
+ },
306
306
  "./rating-indicator": {
307
307
  "types": "./rating-indicator/index.d.ts",
308
308
  "default": "./fesm2022/fundamental-ngx-core-rating-indicator.mjs"
309
309
  },
310
- "./radio": {
311
- "types": "./radio/index.d.ts",
312
- "default": "./fesm2022/fundamental-ngx-core-radio.mjs"
310
+ "./pagination": {
311
+ "types": "./pagination/index.d.ts",
312
+ "default": "./fesm2022/fundamental-ngx-core-pagination.mjs"
313
313
  },
314
314
  "./resizable-card-layout": {
315
315
  "types": "./resizable-card-layout/index.d.ts",
@@ -331,14 +331,14 @@
331
331
  "types": "./select/index.d.ts",
332
332
  "default": "./fesm2022/fundamental-ngx-core-select.mjs"
333
333
  },
334
- "./shared": {
335
- "types": "./shared/index.d.ts",
336
- "default": "./fesm2022/fundamental-ngx-core-shared.mjs"
337
- },
338
334
  "./settings": {
339
335
  "types": "./settings/index.d.ts",
340
336
  "default": "./fesm2022/fundamental-ngx-core-settings.mjs"
341
337
  },
338
+ "./shared": {
339
+ "types": "./shared/index.d.ts",
340
+ "default": "./fesm2022/fundamental-ngx-core-shared.mjs"
341
+ },
342
342
  "./shellbar": {
343
343
  "types": "./shellbar/index.d.ts",
344
344
  "default": "./fesm2022/fundamental-ngx-core-shellbar.mjs"
@@ -415,14 +415,14 @@
415
415
  "types": "./token/index.d.ts",
416
416
  "default": "./fesm2022/fundamental-ngx-core-token.mjs"
417
417
  },
418
- "./tree": {
419
- "types": "./tree/index.d.ts",
420
- "default": "./fesm2022/fundamental-ngx-core-tree.mjs"
421
- },
422
418
  "./toolbar": {
423
419
  "types": "./toolbar/index.d.ts",
424
420
  "default": "./fesm2022/fundamental-ngx-core-toolbar.mjs"
425
421
  },
422
+ "./tree": {
423
+ "types": "./tree/index.d.ts",
424
+ "default": "./fesm2022/fundamental-ngx-core-tree.mjs"
425
+ },
426
426
  "./user-menu": {
427
427
  "types": "./user-menu/index.d.ts",
428
428
  "default": "./fesm2022/fundamental-ngx-core-user-menu.mjs"