@fundamental-ngx/core 0.58.0-rc.5 → 0.58.0-rc.51
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-avatar.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-avatar.mjs.map +1 -1
- 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 +30 -30
- 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.51",
|
|
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.51",
|
|
27
|
+
"@fundamental-ngx/i18n": "0.58.0-rc.51",
|
|
28
28
|
"@sap-theming/theming-base-content": "^11.31.0",
|
|
29
29
|
"fundamental-styles": "0.40.1",
|
|
30
30
|
"rxjs": "^7.8.0"
|
|
@@ -47,14 +47,18 @@
|
|
|
47
47
|
"types": "./index.d.ts",
|
|
48
48
|
"default": "./fesm2022/fundamental-ngx-core.mjs"
|
|
49
49
|
},
|
|
50
|
-
"./action-
|
|
51
|
-
"types": "./action-
|
|
52
|
-
"default": "./fesm2022/fundamental-ngx-core-action-
|
|
50
|
+
"./action-sheet": {
|
|
51
|
+
"types": "./action-sheet/index.d.ts",
|
|
52
|
+
"default": "./fesm2022/fundamental-ngx-core-action-sheet.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"
|
|
61
|
+
},
|
|
58
62
|
"./avatar-group": {
|
|
59
63
|
"types": "./avatar-group/index.d.ts",
|
|
60
64
|
"default": "./fesm2022/fundamental-ngx-core-avatar-group.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"
|
|
@@ -139,14 +143,14 @@
|
|
|
139
143
|
"types": "./feed-list-item/index.d.ts",
|
|
140
144
|
"default": "./fesm2022/fundamental-ngx-core-feed-list-item.mjs"
|
|
141
145
|
},
|
|
142
|
-
"./file-uploader": {
|
|
143
|
-
"types": "./file-uploader/index.d.ts",
|
|
144
|
-
"default": "./fesm2022/fundamental-ngx-core-file-uploader.mjs"
|
|
145
|
-
},
|
|
146
146
|
"./fixed-card-layout": {
|
|
147
147
|
"types": "./fixed-card-layout/index.d.ts",
|
|
148
148
|
"default": "./fesm2022/fundamental-ngx-core-fixed-card-layout.mjs"
|
|
149
149
|
},
|
|
150
|
+
"./file-uploader": {
|
|
151
|
+
"types": "./file-uploader/index.d.ts",
|
|
152
|
+
"default": "./fesm2022/fundamental-ngx-core-file-uploader.mjs"
|
|
153
|
+
},
|
|
150
154
|
"./flexible-column-layout": {
|
|
151
155
|
"types": "./flexible-column-layout/index.d.ts",
|
|
152
156
|
"default": "./fesm2022/fundamental-ngx-core-flexible-column-layout.mjs"
|
|
@@ -175,14 +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
|
-
"./infinite-scroll": {
|
|
183
|
-
"types": "./infinite-scroll/index.d.ts",
|
|
184
|
-
"default": "./fesm2022/fundamental-ngx-core-infinite-scroll.mjs"
|
|
185
|
-
},
|
|
186
182
|
"./info-label": {
|
|
187
183
|
"types": "./info-label/index.d.ts",
|
|
188
184
|
"default": "./fesm2022/fundamental-ngx-core-info-label.mjs"
|
|
@@ -191,6 +187,10 @@
|
|
|
191
187
|
"types": "./inline-help/index.d.ts",
|
|
192
188
|
"default": "./fesm2022/fundamental-ngx-core-inline-help.mjs"
|
|
193
189
|
},
|
|
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"
|
|
@@ -235,10 +235,6 @@
|
|
|
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
|
-
},
|
|
242
238
|
"./multi-combobox": {
|
|
243
239
|
"types": "./multi-combobox/index.d.ts",
|
|
244
240
|
"default": "./fesm2022/fundamental-ngx-core-multi-combobox.mjs"
|
|
@@ -423,6 +419,10 @@
|
|
|
423
419
|
"types": "./tree/index.d.ts",
|
|
424
420
|
"default": "./fesm2022/fundamental-ngx-core-tree.mjs"
|
|
425
421
|
},
|
|
422
|
+
"./upload-collection": {
|
|
423
|
+
"types": "./upload-collection/index.d.ts",
|
|
424
|
+
"default": "./fesm2022/fundamental-ngx-core-upload-collection.mjs"
|
|
425
|
+
},
|
|
426
426
|
"./user-menu": {
|
|
427
427
|
"types": "./user-menu/index.d.ts",
|
|
428
428
|
"default": "./fesm2022/fundamental-ngx-core-user-menu.mjs"
|
|
@@ -435,9 +435,9 @@
|
|
|
435
435
|
"types": "./wizard/index.d.ts",
|
|
436
436
|
"default": "./fesm2022/fundamental-ngx-core-wizard.mjs"
|
|
437
437
|
},
|
|
438
|
-
"./
|
|
439
|
-
"types": "./
|
|
440
|
-
"default": "./fesm2022/fundamental-ngx-core-
|
|
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",
|
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 {
|