@fundamental-ngx/core 0.58.0-rc.6 → 0.58.0-rc.60

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.6",
3
+ "version": "0.58.0-rc.60",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "ng-update": {
6
6
  "migrations": "./schematics/migrations.json"
@@ -10,7 +10,7 @@
10
10
  "homepage": "https://sap.github.io/fundamental-ngx",
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "https://github.com/SAP/fundamental-ngx"
13
+ "url": "git+https://github.com/SAP/fundamental-ngx.git"
14
14
  },
15
15
  "engine": {
16
16
  "node": ">= 10"
@@ -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.6",
27
- "@fundamental-ngx/i18n": "0.58.0-rc.6",
26
+ "@fundamental-ngx/cdk": "0.58.0-rc.60",
27
+ "@fundamental-ngx/i18n": "0.58.0-rc.60",
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-sheet": {
51
+ "types": "./action-sheet/index.d.ts",
52
+ "default": "./fesm2022/fundamental-ngx-core-action-sheet.mjs"
53
+ },
50
54
  "./action-bar": {
51
55
  "types": "./action-bar/index.d.ts",
52
56
  "default": "./fesm2022/fundamental-ngx-core-action-bar.mjs"
@@ -55,10 +59,6 @@
55
59
  "types": "./avatar/index.d.ts",
56
60
  "default": "./fesm2022/fundamental-ngx-core-avatar.mjs"
57
61
  },
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"
@@ -119,14 +119,14 @@
119
119
  "types": "./datetime-picker/index.d.ts",
120
120
  "default": "./fesm2022/fundamental-ngx-core-datetime-picker.mjs"
121
121
  },
122
- "./dialog": {
123
- "types": "./dialog/index.d.ts",
124
- "default": "./fesm2022/fundamental-ngx-core-dialog.mjs"
125
- },
126
122
  "./dynamic-page": {
127
123
  "types": "./dynamic-page/index.d.ts",
128
124
  "default": "./fesm2022/fundamental-ngx-core-dynamic-page.mjs"
129
125
  },
126
+ "./dialog": {
127
+ "types": "./dialog/index.d.ts",
128
+ "default": "./fesm2022/fundamental-ngx-core-dialog.mjs"
129
+ },
130
130
  "./dynamic-side-content": {
131
131
  "types": "./dynamic-side-content/index.d.ts",
132
132
  "default": "./fesm2022/fundamental-ngx-core-dynamic-side-content.mjs"
@@ -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"
@@ -163,14 +163,14 @@
163
163
  "types": "./formatted-text/index.d.ts",
164
164
  "default": "./fesm2022/fundamental-ngx-core-formatted-text.mjs"
165
165
  },
166
- "./grid-list": {
167
- "types": "./grid-list/index.d.ts",
168
- "default": "./fesm2022/fundamental-ngx-core-grid-list.mjs"
169
- },
170
166
  "./generic-tag": {
171
167
  "types": "./generic-tag/index.d.ts",
172
168
  "default": "./fesm2022/fundamental-ngx-core-generic-tag.mjs"
173
169
  },
170
+ "./grid-list": {
171
+ "types": "./grid-list/index.d.ts",
172
+ "default": "./fesm2022/fundamental-ngx-core-grid-list.mjs"
173
+ },
174
174
  "./icon": {
175
175
  "types": "./icon/index.d.ts",
176
176
  "default": "./fesm2022/fundamental-ngx-core-icon.mjs"
@@ -231,22 +231,22 @@
231
231
  "types": "./message-toast/index.d.ts",
232
232
  "default": "./fesm2022/fundamental-ngx-core-message-toast.mjs"
233
233
  },
234
- "./mobile-mode": {
235
- "types": "./mobile-mode/index.d.ts",
236
- "default": "./fesm2022/fundamental-ngx-core-mobile-mode.mjs"
237
- },
238
234
  "./micro-process-flow": {
239
235
  "types": "./micro-process-flow/index.d.ts",
240
236
  "default": "./fesm2022/fundamental-ngx-core-micro-process-flow.mjs"
241
237
  },
242
- "./multi-input": {
243
- "types": "./multi-input/index.d.ts",
244
- "default": "./fesm2022/fundamental-ngx-core-multi-input.mjs"
238
+ "./mobile-mode": {
239
+ "types": "./mobile-mode/index.d.ts",
240
+ "default": "./fesm2022/fundamental-ngx-core-mobile-mode.mjs"
245
241
  },
246
242
  "./multi-combobox": {
247
243
  "types": "./multi-combobox/index.d.ts",
248
244
  "default": "./fesm2022/fundamental-ngx-core-multi-combobox.mjs"
249
245
  },
246
+ "./multi-input": {
247
+ "types": "./multi-input/index.d.ts",
248
+ "default": "./fesm2022/fundamental-ngx-core-multi-input.mjs"
249
+ },
250
250
  "./nested-list": {
251
251
  "types": "./nested-list/index.d.ts",
252
252
  "default": "./fesm2022/fundamental-ngx-core-nested-list.mjs"
@@ -275,6 +275,10 @@
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
+ },
278
282
  "./pagination": {
279
283
  "types": "./pagination/index.d.ts",
280
284
  "default": "./fesm2022/fundamental-ngx-core-pagination.mjs"
@@ -283,9 +287,9 @@
283
287
  "types": "./panel/index.d.ts",
284
288
  "default": "./fesm2022/fundamental-ngx-core-panel.mjs"
285
289
  },
286
- "./overflow-layout": {
287
- "types": "./overflow-layout/index.d.ts",
288
- "default": "./fesm2022/fundamental-ngx-core-overflow-layout.mjs"
290
+ "./popover": {
291
+ "types": "./popover/index.d.ts",
292
+ "default": "./fesm2022/fundamental-ngx-core-popover.mjs"
289
293
  },
290
294
  "./product-switch": {
291
295
  "types": "./product-switch/index.d.ts",
@@ -295,22 +299,22 @@
295
299
  "types": "./progress-indicator/index.d.ts",
296
300
  "default": "./fesm2022/fundamental-ngx-core-progress-indicator.mjs"
297
301
  },
298
- "./radio": {
299
- "types": "./radio/index.d.ts",
300
- "default": "./fesm2022/fundamental-ngx-core-radio.mjs"
301
- },
302
302
  "./quick-view": {
303
303
  "types": "./quick-view/index.d.ts",
304
304
  "default": "./fesm2022/fundamental-ngx-core-quick-view.mjs"
305
305
  },
306
- "./resizable-card-layout": {
307
- "types": "./resizable-card-layout/index.d.ts",
308
- "default": "./fesm2022/fundamental-ngx-core-resizable-card-layout.mjs"
306
+ "./radio": {
307
+ "types": "./radio/index.d.ts",
308
+ "default": "./fesm2022/fundamental-ngx-core-radio.mjs"
309
309
  },
310
310
  "./rating-indicator": {
311
311
  "types": "./rating-indicator/index.d.ts",
312
312
  "default": "./fesm2022/fundamental-ngx-core-rating-indicator.mjs"
313
313
  },
314
+ "./resizable-card-layout": {
315
+ "types": "./resizable-card-layout/index.d.ts",
316
+ "default": "./fesm2022/fundamental-ngx-core-resizable-card-layout.mjs"
317
+ },
314
318
  "./scroll-spy": {
315
319
  "types": "./scroll-spy/index.d.ts",
316
320
  "default": "./fesm2022/fundamental-ngx-core-scroll-spy.mjs"
@@ -327,10 +331,6 @@
327
331
  "types": "./select/index.d.ts",
328
332
  "default": "./fesm2022/fundamental-ngx-core-select.mjs"
329
333
  },
330
- "./popover": {
331
- "types": "./popover/index.d.ts",
332
- "default": "./fesm2022/fundamental-ngx-core-popover.mjs"
333
- },
334
334
  "./settings": {
335
335
  "types": "./settings/index.d.ts",
336
336
  "default": "./fesm2022/fundamental-ngx-core-settings.mjs"
@@ -339,6 +339,10 @@
339
339
  "types": "./shared/index.d.ts",
340
340
  "default": "./fesm2022/fundamental-ngx-core-shared.mjs"
341
341
  },
342
+ "./shellbar": {
343
+ "types": "./shellbar/index.d.ts",
344
+ "default": "./fesm2022/fundamental-ngx-core-shellbar.mjs"
345
+ },
342
346
  "./side-navigation": {
343
347
  "types": "./side-navigation/index.d.ts",
344
348
  "default": "./fesm2022/fundamental-ngx-core-side-navigation.mjs"
@@ -347,18 +351,14 @@
347
351
  "types": "./skeleton/index.d.ts",
348
352
  "default": "./fesm2022/fundamental-ngx-core-skeleton.mjs"
349
353
  },
350
- "./shellbar": {
351
- "types": "./shellbar/index.d.ts",
352
- "default": "./fesm2022/fundamental-ngx-core-shellbar.mjs"
354
+ "./slider": {
355
+ "types": "./slider/index.d.ts",
356
+ "default": "./fesm2022/fundamental-ngx-core-slider.mjs"
353
357
  },
354
358
  "./split-button": {
355
359
  "types": "./split-button/index.d.ts",
356
360
  "default": "./fesm2022/fundamental-ngx-core-split-button.mjs"
357
361
  },
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"
@@ -403,14 +403,14 @@
403
403
  "types": "./time-picker/index.d.ts",
404
404
  "default": "./fesm2022/fundamental-ngx-core-time-picker.mjs"
405
405
  },
406
- "./title": {
407
- "types": "./title/index.d.ts",
408
- "default": "./fesm2022/fundamental-ngx-core-title.mjs"
409
- },
410
406
  "./timeline": {
411
407
  "types": "./timeline/index.d.ts",
412
408
  "default": "./fesm2022/fundamental-ngx-core-timeline.mjs"
413
409
  },
410
+ "./title": {
411
+ "types": "./title/index.d.ts",
412
+ "default": "./fesm2022/fundamental-ngx-core-title.mjs"
413
+ },
414
414
  "./token": {
415
415
  "types": "./token/index.d.ts",
416
416
  "default": "./fesm2022/fundamental-ngx-core-token.mjs"
@@ -2,7 +2,7 @@ import { Nullable, ColorAccent } from '@fundamental-ngx/cdk/utils';
2
2
  import { MenuComponent } from '@fundamental-ngx/core/menu';
3
3
  import { Placement, PopoverFillMode, SearchComponent } from '@fundamental-ngx/core/shared';
4
4
  import * as i0 from '@angular/core';
5
- import { ElementRef, AfterContentChecked, QueryList, EventEmitter, OnInit, OnDestroy, AfterViewInit, AfterContentInit, InjectionToken } from '@angular/core';
5
+ import { ElementRef, AfterContentChecked, QueryList, EventEmitter, OnInit, OnDestroy, AfterViewInit, AfterContentInit, TemplateRef, InjectionToken } from '@angular/core';
6
6
  import { IconFont } from '@fundamental-ngx/core/icon';
7
7
  import { ComboboxInterface } from '@fundamental-ngx/core/combobox';
8
8
  import { ProductSwitchComponent } from '@fundamental-ngx/core/product-switch';
@@ -483,6 +483,12 @@ declare class ShellbarComponent implements AfterContentInit, AfterViewInit, OnDe
483
483
  get groupFlex(): Nullable<ShellbarGroupFlexOptions>;
484
484
  /** Whether to show the navigation button. */
485
485
  showNavigationButton: boolean;
486
+ /**
487
+ * Custom template for navigation button. When provided, this template will be rendered instead of the default button.
488
+ * Use this when you need to render a complex component like a popover with a button inside.
489
+ * The template should handle its own click events and accessibility attributes.
490
+ */
491
+ navigationButtonTemplate: TemplateRef<any> | null;
486
492
  /** Whether to show the back button. */
487
493
  showBackButton: boolean;
488
494
  /** Label for the navigation button. */
@@ -588,7 +594,7 @@ declare class ShellbarComponent implements AfterContentInit, AfterViewInit, OnDe
588
594
  /** @hidden */
589
595
  private _detachSearch;
590
596
  static ɵfac: i0.ɵɵFactoryDeclaration<ShellbarComponent, never>;
591
- static ɵcmp: i0.ɵɵComponentDeclaration<ShellbarComponent, "fd-shellbar", never, { "size": { "alias": "size"; "required": false; }; "breakpoints": { "alias": "breakpoints"; "required": false; }; "sideNav": { "alias": "sideNav"; "required": false; }; "groupFlex": { "alias": "groupFlex"; "required": false; }; "showNavigationButton": { "alias": "showNavigationButton"; "required": false; }; "showBackButton": { "alias": "showBackButton"; "required": false; }; "navigationButtonLabel": { "alias": "navigationButtonLabel"; "required": false; }; "backButtonLabel": { "alias": "backButtonLabel"; "required": false; }; }, { "navigationButtonClicked": "navigationButtonClicked"; "backButtonClicked": "backButtonClicked"; }, ["comboboxComponent", "contextArea", "branding", "_actions", "searchComponent", "buttons"], ["fd-shellbar-branding", "[fd-shellbar-side-nav]", "fd-shellbar-logo", "fd-shellbar-title", "fd-product-menu", "fd-shellbar-subtitle", "fd-shellbar-separator", "fd-shellbar-context-area", "*", "fd-shellbar-actions"], true, never>;
597
+ static ɵcmp: i0.ɵɵComponentDeclaration<ShellbarComponent, "fd-shellbar", never, { "size": { "alias": "size"; "required": false; }; "breakpoints": { "alias": "breakpoints"; "required": false; }; "sideNav": { "alias": "sideNav"; "required": false; }; "groupFlex": { "alias": "groupFlex"; "required": false; }; "showNavigationButton": { "alias": "showNavigationButton"; "required": false; }; "navigationButtonTemplate": { "alias": "navigationButtonTemplate"; "required": false; }; "showBackButton": { "alias": "showBackButton"; "required": false; }; "navigationButtonLabel": { "alias": "navigationButtonLabel"; "required": false; }; "backButtonLabel": { "alias": "backButtonLabel"; "required": false; }; }, { "navigationButtonClicked": "navigationButtonClicked"; "backButtonClicked": "backButtonClicked"; }, ["comboboxComponent", "contextArea", "branding", "_actions", "searchComponent", "buttons"], ["fd-shellbar-branding", "[fd-shellbar-side-nav]", "fd-shellbar-logo", "fd-shellbar-title", "fd-product-menu", "fd-shellbar-subtitle", "fd-shellbar-separator", "fd-shellbar-context-area", "*", "fd-shellbar-actions"], true, never>;
592
598
  }
593
599
 
594
600
  declare class ShellbarModule {