@fundamental-ngx/core 0.58.0-rc.5 → 0.58.0-rc.50
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.
- package/combobox/index.d.ts +4 -0
- package/fesm2022/fundamental-ngx-core-combobox.mjs +27 -3
- package/fesm2022/fundamental-ngx-core-combobox.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-dialog.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-dialog.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-form.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-form.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-notification.mjs +3 -1
- package/fesm2022/fundamental-ngx-core-notification.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-object-status.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-object-status.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-popover.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-popover.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-shellbar.mjs +12 -3
- package/fesm2022/fundamental-ngx-core-shellbar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-table.mjs +4 -4
- package/fesm2022/fundamental-ngx-core-table.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-user-menu.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-user-menu.mjs.map +1 -1
- package/notification/index.d.ts +2 -0
- package/package.json +20 -20
- package/shellbar/index.d.ts +8 -2
package/notification/index.d.ts
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "0.58.0-rc.50",
|
|
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.
|
|
27
|
-
"@fundamental-ngx/i18n": "0.58.0-rc.
|
|
26
|
+
"@fundamental-ngx/cdk": "0.58.0-rc.50",
|
|
27
|
+
"@fundamental-ngx/i18n": "0.58.0-rc.50",
|
|
28
28
|
"@sap-theming/theming-base-content": "^11.31.0",
|
|
29
29
|
"fundamental-styles": "0.40.1",
|
|
30
30
|
"rxjs": "^7.8.0"
|
|
@@ -51,6 +51,10 @@
|
|
|
51
51
|
"types": "./action-bar/index.d.ts",
|
|
52
52
|
"default": "./fesm2022/fundamental-ngx-core-action-bar.mjs"
|
|
53
53
|
},
|
|
54
|
+
"./action-sheet": {
|
|
55
|
+
"types": "./action-sheet/index.d.ts",
|
|
56
|
+
"default": "./fesm2022/fundamental-ngx-core-action-sheet.mjs"
|
|
57
|
+
},
|
|
54
58
|
"./avatar": {
|
|
55
59
|
"types": "./avatar/index.d.ts",
|
|
56
60
|
"default": "./fesm2022/fundamental-ngx-core-avatar.mjs"
|
|
@@ -75,10 +79,6 @@
|
|
|
75
79
|
"types": "./busy-indicator/index.d.ts",
|
|
76
80
|
"default": "./fesm2022/fundamental-ngx-core-busy-indicator.mjs"
|
|
77
81
|
},
|
|
78
|
-
"./action-sheet": {
|
|
79
|
-
"types": "./action-sheet/index.d.ts",
|
|
80
|
-
"default": "./fesm2022/fundamental-ngx-core-action-sheet.mjs"
|
|
81
|
-
},
|
|
82
82
|
"./button": {
|
|
83
83
|
"types": "./button/index.d.ts",
|
|
84
84
|
"default": "./fesm2022/fundamental-ngx-core-button.mjs"
|
|
@@ -99,6 +99,10 @@
|
|
|
99
99
|
"types": "./checkbox/index.d.ts",
|
|
100
100
|
"default": "./fesm2022/fundamental-ngx-core-checkbox.mjs"
|
|
101
101
|
},
|
|
102
|
+
"./combobox": {
|
|
103
|
+
"types": "./combobox/index.d.ts",
|
|
104
|
+
"default": "./fesm2022/fundamental-ngx-core-combobox.mjs"
|
|
105
|
+
},
|
|
102
106
|
"./content-density": {
|
|
103
107
|
"types": "./content-density/index.d.ts",
|
|
104
108
|
"default": "./fesm2022/fundamental-ngx-core-content-density.mjs"
|
|
@@ -127,14 +131,14 @@
|
|
|
127
131
|
"types": "./dynamic-side-content/index.d.ts",
|
|
128
132
|
"default": "./fesm2022/fundamental-ngx-core-dynamic-side-content.mjs"
|
|
129
133
|
},
|
|
130
|
-
"./facets": {
|
|
131
|
-
"types": "./facets/index.d.ts",
|
|
132
|
-
"default": "./fesm2022/fundamental-ngx-core-facets.mjs"
|
|
133
|
-
},
|
|
134
134
|
"./feed-input": {
|
|
135
135
|
"types": "./feed-input/index.d.ts",
|
|
136
136
|
"default": "./fesm2022/fundamental-ngx-core-feed-input.mjs"
|
|
137
137
|
},
|
|
138
|
+
"./facets": {
|
|
139
|
+
"types": "./facets/index.d.ts",
|
|
140
|
+
"default": "./fesm2022/fundamental-ngx-core-facets.mjs"
|
|
141
|
+
},
|
|
138
142
|
"./feed-list-item": {
|
|
139
143
|
"types": "./feed-list-item/index.d.ts",
|
|
140
144
|
"default": "./fesm2022/fundamental-ngx-core-feed-list-item.mjs"
|
|
@@ -175,10 +179,6 @@
|
|
|
175
179
|
"types": "./illustrated-message/index.d.ts",
|
|
176
180
|
"default": "./fesm2022/fundamental-ngx-core-illustrated-message.mjs"
|
|
177
181
|
},
|
|
178
|
-
"./combobox": {
|
|
179
|
-
"types": "./combobox/index.d.ts",
|
|
180
|
-
"default": "./fesm2022/fundamental-ngx-core-combobox.mjs"
|
|
181
|
-
},
|
|
182
182
|
"./infinite-scroll": {
|
|
183
183
|
"types": "./infinite-scroll/index.d.ts",
|
|
184
184
|
"default": "./fesm2022/fundamental-ngx-core-infinite-scroll.mjs"
|
|
@@ -423,6 +423,10 @@
|
|
|
423
423
|
"types": "./tree/index.d.ts",
|
|
424
424
|
"default": "./fesm2022/fundamental-ngx-core-tree.mjs"
|
|
425
425
|
},
|
|
426
|
+
"./upload-collection": {
|
|
427
|
+
"types": "./upload-collection/index.d.ts",
|
|
428
|
+
"default": "./fesm2022/fundamental-ngx-core-upload-collection.mjs"
|
|
429
|
+
},
|
|
426
430
|
"./user-menu": {
|
|
427
431
|
"types": "./user-menu/index.d.ts",
|
|
428
432
|
"default": "./fesm2022/fundamental-ngx-core-user-menu.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
|
-
"./upload-collection": {
|
|
439
|
-
"types": "./upload-collection/index.d.ts",
|
|
440
|
-
"default": "./fesm2022/fundamental-ngx-core-upload-collection.mjs"
|
|
441
441
|
}
|
|
442
442
|
},
|
|
443
443
|
"module": "fesm2022/fundamental-ngx-core.mjs",
|
package/shellbar/index.d.ts
CHANGED
|
@@ -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 {
|