@fundamental-ngx/core 0.58.0-rc.36 → 0.58.0-rc.38

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.36",
3
+ "version": "0.58.0-rc.38",
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.36",
27
- "@fundamental-ngx/i18n": "0.58.0-rc.36",
26
+ "@fundamental-ngx/cdk": "0.58.0-rc.38",
27
+ "@fundamental-ngx/i18n": "0.58.0-rc.38",
28
28
  "@sap-theming/theming-base-content": "^11.31.0",
29
29
  "fundamental-styles": "0.40.1",
30
30
  "rxjs": "^7.8.0"
@@ -47,6 +47,10 @@
47
47
  "types": "./index.d.ts",
48
48
  "default": "./fesm2022/fundamental-ngx-core.mjs"
49
49
  },
50
+ "./action-bar": {
51
+ "types": "./action-bar/index.d.ts",
52
+ "default": "./fesm2022/fundamental-ngx-core-action-bar.mjs"
53
+ },
50
54
  "./action-sheet": {
51
55
  "types": "./action-sheet/index.d.ts",
52
56
  "default": "./fesm2022/fundamental-ngx-core-action-sheet.mjs"
@@ -55,18 +59,10 @@
55
59
  "types": "./avatar/index.d.ts",
56
60
  "default": "./fesm2022/fundamental-ngx-core-avatar.mjs"
57
61
  },
58
- "./action-bar": {
59
- "types": "./action-bar/index.d.ts",
60
- "default": "./fesm2022/fundamental-ngx-core-action-bar.mjs"
61
- },
62
62
  "./avatar-group": {
63
63
  "types": "./avatar-group/index.d.ts",
64
64
  "default": "./fesm2022/fundamental-ngx-core-avatar-group.mjs"
65
65
  },
66
- "./avatar-group-legacy": {
67
- "types": "./avatar-group-legacy/index.d.ts",
68
- "default": "./fesm2022/fundamental-ngx-core-avatar-group-legacy.mjs"
69
- },
70
66
  "./bar": {
71
67
  "types": "./bar/index.d.ts",
72
68
  "default": "./fesm2022/fundamental-ngx-core-bar.mjs"
@@ -75,6 +71,14 @@
75
71
  "types": "./breadcrumb/index.d.ts",
76
72
  "default": "./fesm2022/fundamental-ngx-core-breadcrumb.mjs"
77
73
  },
74
+ "./avatar-group-legacy": {
75
+ "types": "./avatar-group-legacy/index.d.ts",
76
+ "default": "./fesm2022/fundamental-ngx-core-avatar-group-legacy.mjs"
77
+ },
78
+ "./busy-indicator": {
79
+ "types": "./busy-indicator/index.d.ts",
80
+ "default": "./fesm2022/fundamental-ngx-core-busy-indicator.mjs"
81
+ },
78
82
  "./button": {
79
83
  "types": "./button/index.d.ts",
80
84
  "default": "./fesm2022/fundamental-ngx-core-button.mjs"
@@ -95,10 +99,6 @@
95
99
  "types": "./checkbox/index.d.ts",
96
100
  "default": "./fesm2022/fundamental-ngx-core-checkbox.mjs"
97
101
  },
98
- "./busy-indicator": {
99
- "types": "./busy-indicator/index.d.ts",
100
- "default": "./fesm2022/fundamental-ngx-core-busy-indicator.mjs"
101
- },
102
102
  "./combobox": {
103
103
  "types": "./combobox/index.d.ts",
104
104
  "default": "./fesm2022/fundamental-ngx-core-combobox.mjs"
@@ -191,6 +191,10 @@
191
191
  "types": "./inline-help/index.d.ts",
192
192
  "default": "./fesm2022/fundamental-ngx-core-inline-help.mjs"
193
193
  },
194
+ "./input-group": {
195
+ "types": "./input-group/index.d.ts",
196
+ "default": "./fesm2022/fundamental-ngx-core-input-group.mjs"
197
+ },
194
198
  "./layout-grid": {
195
199
  "types": "./layout-grid/index.d.ts",
196
200
  "default": "./fesm2022/fundamental-ngx-core-layout-grid.mjs"
@@ -227,22 +231,22 @@
227
231
  "types": "./message-toast/index.d.ts",
228
232
  "default": "./fesm2022/fundamental-ngx-core-message-toast.mjs"
229
233
  },
230
- "./micro-process-flow": {
231
- "types": "./micro-process-flow/index.d.ts",
232
- "default": "./fesm2022/fundamental-ngx-core-micro-process-flow.mjs"
233
- },
234
234
  "./mobile-mode": {
235
235
  "types": "./mobile-mode/index.d.ts",
236
236
  "default": "./fesm2022/fundamental-ngx-core-mobile-mode.mjs"
237
237
  },
238
- "./multi-combobox": {
239
- "types": "./multi-combobox/index.d.ts",
240
- "default": "./fesm2022/fundamental-ngx-core-multi-combobox.mjs"
238
+ "./micro-process-flow": {
239
+ "types": "./micro-process-flow/index.d.ts",
240
+ "default": "./fesm2022/fundamental-ngx-core-micro-process-flow.mjs"
241
241
  },
242
242
  "./multi-input": {
243
243
  "types": "./multi-input/index.d.ts",
244
244
  "default": "./fesm2022/fundamental-ngx-core-multi-input.mjs"
245
245
  },
246
+ "./multi-combobox": {
247
+ "types": "./multi-combobox/index.d.ts",
248
+ "default": "./fesm2022/fundamental-ngx-core-multi-combobox.mjs"
249
+ },
246
250
  "./nested-list": {
247
251
  "types": "./nested-list/index.d.ts",
248
252
  "default": "./fesm2022/fundamental-ngx-core-nested-list.mjs"
@@ -327,10 +331,6 @@
327
331
  "types": "./select/index.d.ts",
328
332
  "default": "./fesm2022/fundamental-ngx-core-select.mjs"
329
333
  },
330
- "./input-group": {
331
- "types": "./input-group/index.d.ts",
332
- "default": "./fesm2022/fundamental-ngx-core-input-group.mjs"
333
- },
334
334
  "./settings": {
335
335
  "types": "./settings/index.d.ts",
336
336
  "default": "./fesm2022/fundamental-ngx-core-settings.mjs"
@@ -339,14 +339,14 @@
339
339
  "types": "./shared/index.d.ts",
340
340
  "default": "./fesm2022/fundamental-ngx-core-shared.mjs"
341
341
  },
342
- "./side-navigation": {
343
- "types": "./side-navigation/index.d.ts",
344
- "default": "./fesm2022/fundamental-ngx-core-side-navigation.mjs"
345
- },
346
342
  "./shellbar": {
347
343
  "types": "./shellbar/index.d.ts",
348
344
  "default": "./fesm2022/fundamental-ngx-core-shellbar.mjs"
349
345
  },
346
+ "./side-navigation": {
347
+ "types": "./side-navigation/index.d.ts",
348
+ "default": "./fesm2022/fundamental-ngx-core-side-navigation.mjs"
349
+ },
350
350
  "./skeleton": {
351
351
  "types": "./skeleton/index.d.ts",
352
352
  "default": "./fesm2022/fundamental-ngx-core-skeleton.mjs"
@@ -355,14 +355,14 @@
355
355
  "types": "./slider/index.d.ts",
356
356
  "default": "./fesm2022/fundamental-ngx-core-slider.mjs"
357
357
  },
358
- "./split-button": {
359
- "types": "./split-button/index.d.ts",
360
- "default": "./fesm2022/fundamental-ngx-core-split-button.mjs"
361
- },
362
358
  "./status-indicator": {
363
359
  "types": "./status-indicator/index.d.ts",
364
360
  "default": "./fesm2022/fundamental-ngx-core-status-indicator.mjs"
365
361
  },
362
+ "./split-button": {
363
+ "types": "./split-button/index.d.ts",
364
+ "default": "./fesm2022/fundamental-ngx-core-split-button.mjs"
365
+ },
366
366
  "./step-input": {
367
367
  "types": "./step-input/index.d.ts",
368
368
  "default": "./fesm2022/fundamental-ngx-core-step-input.mjs"