@fundamental-ngx/core 0.58.0-rc.51 → 0.58.0-rc.52

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 +37 -37
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core",
3
- "version": "0.58.0-rc.51",
3
+ "version": "0.58.0-rc.52",
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.51",
27
- "@fundamental-ngx/i18n": "0.58.0-rc.51",
26
+ "@fundamental-ngx/cdk": "0.58.0-rc.52",
27
+ "@fundamental-ngx/i18n": "0.58.0-rc.52",
28
28
  "@sap-theming/theming-base-content": "^11.31.0",
29
29
  "fundamental-styles": "0.40.1",
30
30
  "rxjs": "^7.8.0"
@@ -47,17 +47,17 @@
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"
50
+ "./action-bar": {
51
+ "types": "./action-bar/index.d.ts",
52
+ "default": "./fesm2022/fundamental-ngx-core-action-bar.mjs"
53
53
  },
54
54
  "./avatar": {
55
55
  "types": "./avatar/index.d.ts",
56
56
  "default": "./fesm2022/fundamental-ngx-core-avatar.mjs"
57
57
  },
58
- "./action-bar": {
59
- "types": "./action-bar/index.d.ts",
60
- "default": "./fesm2022/fundamental-ngx-core-action-bar.mjs"
58
+ "./action-sheet": {
59
+ "types": "./action-sheet/index.d.ts",
60
+ "default": "./fesm2022/fundamental-ngx-core-action-sheet.mjs"
61
61
  },
62
62
  "./avatar-group": {
63
63
  "types": "./avatar-group/index.d.ts",
@@ -143,14 +143,14 @@
143
143
  "types": "./feed-list-item/index.d.ts",
144
144
  "default": "./fesm2022/fundamental-ngx-core-feed-list-item.mjs"
145
145
  },
146
- "./fixed-card-layout": {
147
- "types": "./fixed-card-layout/index.d.ts",
148
- "default": "./fesm2022/fundamental-ngx-core-fixed-card-layout.mjs"
149
- },
150
146
  "./file-uploader": {
151
147
  "types": "./file-uploader/index.d.ts",
152
148
  "default": "./fesm2022/fundamental-ngx-core-file-uploader.mjs"
153
149
  },
150
+ "./fixed-card-layout": {
151
+ "types": "./fixed-card-layout/index.d.ts",
152
+ "default": "./fesm2022/fundamental-ngx-core-fixed-card-layout.mjs"
153
+ },
154
154
  "./flexible-column-layout": {
155
155
  "types": "./flexible-column-layout/index.d.ts",
156
156
  "default": "./fesm2022/fundamental-ngx-core-flexible-column-layout.mjs"
@@ -179,6 +179,10 @@
179
179
  "types": "./illustrated-message/index.d.ts",
180
180
  "default": "./fesm2022/fundamental-ngx-core-illustrated-message.mjs"
181
181
  },
182
+ "./infinite-scroll": {
183
+ "types": "./infinite-scroll/index.d.ts",
184
+ "default": "./fesm2022/fundamental-ngx-core-infinite-scroll.mjs"
185
+ },
182
186
  "./info-label": {
183
187
  "types": "./info-label/index.d.ts",
184
188
  "default": "./fesm2022/fundamental-ngx-core-info-label.mjs"
@@ -187,10 +191,6 @@
187
191
  "types": "./inline-help/index.d.ts",
188
192
  "default": "./fesm2022/fundamental-ngx-core-inline-help.mjs"
189
193
  },
190
- "./infinite-scroll": {
191
- "types": "./infinite-scroll/index.d.ts",
192
- "default": "./fesm2022/fundamental-ngx-core-infinite-scroll.mjs"
193
- },
194
194
  "./input-group": {
195
195
  "types": "./input-group/index.d.ts",
196
196
  "default": "./fesm2022/fundamental-ngx-core-input-group.mjs"
@@ -199,14 +199,14 @@
199
199
  "types": "./layout-grid/index.d.ts",
200
200
  "default": "./fesm2022/fundamental-ngx-core-layout-grid.mjs"
201
201
  },
202
- "./layout-panel": {
203
- "types": "./layout-panel/index.d.ts",
204
- "default": "./fesm2022/fundamental-ngx-core-layout-panel.mjs"
205
- },
206
202
  "./link": {
207
203
  "types": "./link/index.d.ts",
208
204
  "default": "./fesm2022/fundamental-ngx-core-link.mjs"
209
205
  },
206
+ "./layout-panel": {
207
+ "types": "./layout-panel/index.d.ts",
208
+ "default": "./fesm2022/fundamental-ngx-core-layout-panel.mjs"
209
+ },
210
210
  "./list": {
211
211
  "types": "./list/index.d.ts",
212
212
  "default": "./fesm2022/fundamental-ngx-core-list.mjs"
@@ -235,6 +235,10 @@
235
235
  "types": "./micro-process-flow/index.d.ts",
236
236
  "default": "./fesm2022/fundamental-ngx-core-micro-process-flow.mjs"
237
237
  },
238
+ "./mobile-mode": {
239
+ "types": "./mobile-mode/index.d.ts",
240
+ "default": "./fesm2022/fundamental-ngx-core-mobile-mode.mjs"
241
+ },
238
242
  "./multi-combobox": {
239
243
  "types": "./multi-combobox/index.d.ts",
240
244
  "default": "./fesm2022/fundamental-ngx-core-multi-combobox.mjs"
@@ -283,14 +287,14 @@
283
287
  "types": "./panel/index.d.ts",
284
288
  "default": "./fesm2022/fundamental-ngx-core-panel.mjs"
285
289
  },
286
- "./popover": {
287
- "types": "./popover/index.d.ts",
288
- "default": "./fesm2022/fundamental-ngx-core-popover.mjs"
289
- },
290
290
  "./product-switch": {
291
291
  "types": "./product-switch/index.d.ts",
292
292
  "default": "./fesm2022/fundamental-ngx-core-product-switch.mjs"
293
293
  },
294
+ "./popover": {
295
+ "types": "./popover/index.d.ts",
296
+ "default": "./fesm2022/fundamental-ngx-core-popover.mjs"
297
+ },
294
298
  "./progress-indicator": {
295
299
  "types": "./progress-indicator/index.d.ts",
296
300
  "default": "./fesm2022/fundamental-ngx-core-progress-indicator.mjs"
@@ -311,10 +315,6 @@
311
315
  "types": "./resizable-card-layout/index.d.ts",
312
316
  "default": "./fesm2022/fundamental-ngx-core-resizable-card-layout.mjs"
313
317
  },
314
- "./scroll-spy": {
315
- "types": "./scroll-spy/index.d.ts",
316
- "default": "./fesm2022/fundamental-ngx-core-scroll-spy.mjs"
317
- },
318
318
  "./scrollbar": {
319
319
  "types": "./scrollbar/index.d.ts",
320
320
  "default": "./fesm2022/fundamental-ngx-core-scrollbar.mjs"
@@ -323,14 +323,14 @@
323
323
  "types": "./segmented-button/index.d.ts",
324
324
  "default": "./fesm2022/fundamental-ngx-core-segmented-button.mjs"
325
325
  },
326
+ "./scroll-spy": {
327
+ "types": "./scroll-spy/index.d.ts",
328
+ "default": "./fesm2022/fundamental-ngx-core-scroll-spy.mjs"
329
+ },
326
330
  "./select": {
327
331
  "types": "./select/index.d.ts",
328
332
  "default": "./fesm2022/fundamental-ngx-core-select.mjs"
329
333
  },
330
- "./settings": {
331
- "types": "./settings/index.d.ts",
332
- "default": "./fesm2022/fundamental-ngx-core-settings.mjs"
333
- },
334
334
  "./shared": {
335
335
  "types": "./shared/index.d.ts",
336
336
  "default": "./fesm2022/fundamental-ngx-core-shared.mjs"
@@ -375,6 +375,10 @@
375
375
  "types": "./tabs/index.d.ts",
376
376
  "default": "./fesm2022/fundamental-ngx-core-tabs.mjs"
377
377
  },
378
+ "./settings": {
379
+ "types": "./settings/index.d.ts",
380
+ "default": "./fesm2022/fundamental-ngx-core-settings.mjs"
381
+ },
378
382
  "./tests": {
379
383
  "types": "./tests/index.d.ts",
380
384
  "default": "./fesm2022/fundamental-ngx-core-tests.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
- "./mobile-mode": {
439
- "types": "./mobile-mode/index.d.ts",
440
- "default": "./fesm2022/fundamental-ngx-core-mobile-mode.mjs"
441
441
  }
442
442
  },
443
443
  "module": "fesm2022/fundamental-ngx-core.mjs",