@fundamental-ngx/core 0.58.0-rc.35 → 0.58.0-rc.37

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.
@@ -424,6 +424,8 @@ declare class NotificationConfig<T = any> {
424
424
  * @default true
425
425
  */
426
426
  shouldTrapFocus?: boolean;
427
+ /** Whether to dismiss the notification on router navigation start. */
428
+ closeOnNavigation?: boolean;
427
429
  }
428
430
 
429
431
  declare class NotificationContainer {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core",
3
- "version": "0.58.0-rc.35",
3
+ "version": "0.58.0-rc.37",
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.35",
27
- "@fundamental-ngx/i18n": "0.58.0-rc.35",
26
+ "@fundamental-ngx/cdk": "0.58.0-rc.37",
27
+ "@fundamental-ngx/i18n": "0.58.0-rc.37",
28
28
  "@sap-theming/theming-base-content": "^11.31.0",
29
29
  "fundamental-styles": "0.40.1",
30
30
  "rxjs": "^7.8.0"
@@ -103,10 +103,6 @@
103
103
  "types": "./combobox/index.d.ts",
104
104
  "default": "./fesm2022/fundamental-ngx-core-combobox.mjs"
105
105
  },
106
- "./content-density": {
107
- "types": "./content-density/index.d.ts",
108
- "default": "./fesm2022/fundamental-ngx-core-content-density.mjs"
109
- },
110
106
  "./date-picker": {
111
107
  "types": "./date-picker/index.d.ts",
112
108
  "default": "./fesm2022/fundamental-ngx-core-date-picker.mjs"
@@ -115,6 +111,10 @@
115
111
  "types": "./datetime/index.d.ts",
116
112
  "default": "./fesm2022/fundamental-ngx-core-datetime.mjs"
117
113
  },
114
+ "./content-density": {
115
+ "types": "./content-density/index.d.ts",
116
+ "default": "./fesm2022/fundamental-ngx-core-content-density.mjs"
117
+ },
118
118
  "./datetime-picker": {
119
119
  "types": "./datetime-picker/index.d.ts",
120
120
  "default": "./fesm2022/fundamental-ngx-core-datetime-picker.mjs"
@@ -131,14 +131,14 @@
131
131
  "types": "./dynamic-side-content/index.d.ts",
132
132
  "default": "./fesm2022/fundamental-ngx-core-dynamic-side-content.mjs"
133
133
  },
134
- "./facets": {
135
- "types": "./facets/index.d.ts",
136
- "default": "./fesm2022/fundamental-ngx-core-facets.mjs"
137
- },
138
134
  "./feed-input": {
139
135
  "types": "./feed-input/index.d.ts",
140
136
  "default": "./fesm2022/fundamental-ngx-core-feed-input.mjs"
141
137
  },
138
+ "./facets": {
139
+ "types": "./facets/index.d.ts",
140
+ "default": "./fesm2022/fundamental-ngx-core-facets.mjs"
141
+ },
142
142
  "./feed-list-item": {
143
143
  "types": "./feed-list-item/index.d.ts",
144
144
  "default": "./fesm2022/fundamental-ngx-core-feed-list-item.mjs"
@@ -231,14 +231,14 @@
231
231
  "types": "./message-toast/index.d.ts",
232
232
  "default": "./fesm2022/fundamental-ngx-core-message-toast.mjs"
233
233
  },
234
- "./micro-process-flow": {
235
- "types": "./micro-process-flow/index.d.ts",
236
- "default": "./fesm2022/fundamental-ngx-core-micro-process-flow.mjs"
237
- },
238
234
  "./mobile-mode": {
239
235
  "types": "./mobile-mode/index.d.ts",
240
236
  "default": "./fesm2022/fundamental-ngx-core-mobile-mode.mjs"
241
237
  },
238
+ "./micro-process-flow": {
239
+ "types": "./micro-process-flow/index.d.ts",
240
+ "default": "./fesm2022/fundamental-ngx-core-micro-process-flow.mjs"
241
+ },
242
242
  "./multi-combobox": {
243
243
  "types": "./multi-combobox/index.d.ts",
244
244
  "default": "./fesm2022/fundamental-ngx-core-multi-combobox.mjs"
@@ -251,14 +251,14 @@
251
251
  "types": "./nested-list/index.d.ts",
252
252
  "default": "./fesm2022/fundamental-ngx-core-nested-list.mjs"
253
253
  },
254
- "./notification": {
255
- "types": "./notification/index.d.ts",
256
- "default": "./fesm2022/fundamental-ngx-core-notification.mjs"
257
- },
258
254
  "./object-attribute": {
259
255
  "types": "./object-attribute/index.d.ts",
260
256
  "default": "./fesm2022/fundamental-ngx-core-object-attribute.mjs"
261
257
  },
258
+ "./notification": {
259
+ "types": "./notification/index.d.ts",
260
+ "default": "./fesm2022/fundamental-ngx-core-notification.mjs"
261
+ },
262
262
  "./object-identifier": {
263
263
  "types": "./object-identifier/index.d.ts",
264
264
  "default": "./fesm2022/fundamental-ngx-core-object-identifier.mjs"
@@ -275,46 +275,46 @@
275
275
  "types": "./object-status/index.d.ts",
276
276
  "default": "./fesm2022/fundamental-ngx-core-object-status.mjs"
277
277
  },
278
- "./overflow-layout": {
279
- "types": "./overflow-layout/index.d.ts",
280
- "default": "./fesm2022/fundamental-ngx-core-overflow-layout.mjs"
281
- },
282
278
  "./pagination": {
283
279
  "types": "./pagination/index.d.ts",
284
280
  "default": "./fesm2022/fundamental-ngx-core-pagination.mjs"
285
281
  },
282
+ "./overflow-layout": {
283
+ "types": "./overflow-layout/index.d.ts",
284
+ "default": "./fesm2022/fundamental-ngx-core-overflow-layout.mjs"
285
+ },
286
286
  "./panel": {
287
287
  "types": "./panel/index.d.ts",
288
288
  "default": "./fesm2022/fundamental-ngx-core-panel.mjs"
289
289
  },
290
- "./popover": {
291
- "types": "./popover/index.d.ts",
292
- "default": "./fesm2022/fundamental-ngx-core-popover.mjs"
293
- },
294
290
  "./product-switch": {
295
291
  "types": "./product-switch/index.d.ts",
296
292
  "default": "./fesm2022/fundamental-ngx-core-product-switch.mjs"
297
293
  },
294
+ "./popover": {
295
+ "types": "./popover/index.d.ts",
296
+ "default": "./fesm2022/fundamental-ngx-core-popover.mjs"
297
+ },
298
298
  "./progress-indicator": {
299
299
  "types": "./progress-indicator/index.d.ts",
300
300
  "default": "./fesm2022/fundamental-ngx-core-progress-indicator.mjs"
301
301
  },
302
- "./quick-view": {
303
- "types": "./quick-view/index.d.ts",
304
- "default": "./fesm2022/fundamental-ngx-core-quick-view.mjs"
305
- },
306
302
  "./radio": {
307
303
  "types": "./radio/index.d.ts",
308
304
  "default": "./fesm2022/fundamental-ngx-core-radio.mjs"
309
305
  },
310
- "./rating-indicator": {
311
- "types": "./rating-indicator/index.d.ts",
312
- "default": "./fesm2022/fundamental-ngx-core-rating-indicator.mjs"
306
+ "./quick-view": {
307
+ "types": "./quick-view/index.d.ts",
308
+ "default": "./fesm2022/fundamental-ngx-core-quick-view.mjs"
313
309
  },
314
310
  "./resizable-card-layout": {
315
311
  "types": "./resizable-card-layout/index.d.ts",
316
312
  "default": "./fesm2022/fundamental-ngx-core-resizable-card-layout.mjs"
317
313
  },
314
+ "./rating-indicator": {
315
+ "types": "./rating-indicator/index.d.ts",
316
+ "default": "./fesm2022/fundamental-ngx-core-rating-indicator.mjs"
317
+ },
318
318
  "./scroll-spy": {
319
319
  "types": "./scroll-spy/index.d.ts",
320
320
  "default": "./fesm2022/fundamental-ngx-core-scroll-spy.mjs"
@@ -331,34 +331,34 @@
331
331
  "types": "./select/index.d.ts",
332
332
  "default": "./fesm2022/fundamental-ngx-core-select.mjs"
333
333
  },
334
- "./settings": {
335
- "types": "./settings/index.d.ts",
336
- "default": "./fesm2022/fundamental-ngx-core-settings.mjs"
337
- },
338
334
  "./shared": {
339
335
  "types": "./shared/index.d.ts",
340
336
  "default": "./fesm2022/fundamental-ngx-core-shared.mjs"
341
337
  },
342
- "./shellbar": {
343
- "types": "./shellbar/index.d.ts",
344
- "default": "./fesm2022/fundamental-ngx-core-shellbar.mjs"
345
- },
346
- "./side-navigation": {
347
- "types": "./side-navigation/index.d.ts",
348
- "default": "./fesm2022/fundamental-ngx-core-side-navigation.mjs"
338
+ "./settings": {
339
+ "types": "./settings/index.d.ts",
340
+ "default": "./fesm2022/fundamental-ngx-core-settings.mjs"
349
341
  },
350
342
  "./skeleton": {
351
343
  "types": "./skeleton/index.d.ts",
352
344
  "default": "./fesm2022/fundamental-ngx-core-skeleton.mjs"
353
345
  },
354
- "./slider": {
355
- "types": "./slider/index.d.ts",
356
- "default": "./fesm2022/fundamental-ngx-core-slider.mjs"
346
+ "./side-navigation": {
347
+ "types": "./side-navigation/index.d.ts",
348
+ "default": "./fesm2022/fundamental-ngx-core-side-navigation.mjs"
349
+ },
350
+ "./shellbar": {
351
+ "types": "./shellbar/index.d.ts",
352
+ "default": "./fesm2022/fundamental-ngx-core-shellbar.mjs"
357
353
  },
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"
@@ -371,17 +371,17 @@
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"
374
+ "./tests": {
375
+ "types": "./tests/index.d.ts",
376
+ "default": "./fesm2022/fundamental-ngx-core-tests.mjs"
377
377
  },
378
378
  "./tabs": {
379
379
  "types": "./tabs/index.d.ts",
380
380
  "default": "./fesm2022/fundamental-ngx-core-tabs.mjs"
381
381
  },
382
- "./tests": {
383
- "types": "./tests/index.d.ts",
384
- "default": "./fesm2022/fundamental-ngx-core-tests.mjs"
382
+ "./table": {
383
+ "types": "./table/index.d.ts",
384
+ "default": "./fesm2022/fundamental-ngx-core-table.mjs"
385
385
  },
386
386
  "./text": {
387
387
  "types": "./text/index.d.ts",
@@ -415,14 +415,14 @@
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
- },
422
418
  "./tree": {
423
419
  "types": "./tree/index.d.ts",
424
420
  "default": "./fesm2022/fundamental-ngx-core-tree.mjs"
425
421
  },
422
+ "./toolbar": {
423
+ "types": "./toolbar/index.d.ts",
424
+ "default": "./fesm2022/fundamental-ngx-core-toolbar.mjs"
425
+ },
426
426
  "./upload-collection": {
427
427
  "types": "./upload-collection/index.d.ts",
428
428
  "default": "./fesm2022/fundamental-ngx-core-upload-collection.mjs"