@fundamental-ngx/core 0.58.0-rc.2 → 0.58.0-rc.20
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/fesm2022/fundamental-ngx-core-dialog.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-dialog.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/package.json +20 -20
- package/shellbar/index.d.ts +8 -2
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.20",
|
|
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.20",
|
|
27
|
+
"@fundamental-ngx/i18n": "0.58.0-rc.20",
|
|
28
28
|
"@sap-theming/theming-base-content": "^11.31.0",
|
|
29
29
|
"fundamental-styles": "0.40.1",
|
|
30
30
|
"rxjs": "^7.8.0"
|
|
@@ -171,14 +171,14 @@
|
|
|
171
171
|
"types": "./grid-list/index.d.ts",
|
|
172
172
|
"default": "./fesm2022/fundamental-ngx-core-grid-list.mjs"
|
|
173
173
|
},
|
|
174
|
-
"./illustrated-message": {
|
|
175
|
-
"types": "./illustrated-message/index.d.ts",
|
|
176
|
-
"default": "./fesm2022/fundamental-ngx-core-illustrated-message.mjs"
|
|
177
|
-
},
|
|
178
174
|
"./icon": {
|
|
179
175
|
"types": "./icon/index.d.ts",
|
|
180
176
|
"default": "./fesm2022/fundamental-ngx-core-icon.mjs"
|
|
181
177
|
},
|
|
178
|
+
"./illustrated-message": {
|
|
179
|
+
"types": "./illustrated-message/index.d.ts",
|
|
180
|
+
"default": "./fesm2022/fundamental-ngx-core-illustrated-message.mjs"
|
|
181
|
+
},
|
|
182
182
|
"./infinite-scroll": {
|
|
183
183
|
"types": "./infinite-scroll/index.d.ts",
|
|
184
184
|
"default": "./fesm2022/fundamental-ngx-core-infinite-scroll.mjs"
|
|
@@ -323,14 +323,14 @@
|
|
|
323
323
|
"types": "./scrollbar/index.d.ts",
|
|
324
324
|
"default": "./fesm2022/fundamental-ngx-core-scrollbar.mjs"
|
|
325
325
|
},
|
|
326
|
-
"./select": {
|
|
327
|
-
"types": "./select/index.d.ts",
|
|
328
|
-
"default": "./fesm2022/fundamental-ngx-core-select.mjs"
|
|
329
|
-
},
|
|
330
326
|
"./segmented-button": {
|
|
331
327
|
"types": "./segmented-button/index.d.ts",
|
|
332
328
|
"default": "./fesm2022/fundamental-ngx-core-segmented-button.mjs"
|
|
333
329
|
},
|
|
330
|
+
"./select": {
|
|
331
|
+
"types": "./select/index.d.ts",
|
|
332
|
+
"default": "./fesm2022/fundamental-ngx-core-select.mjs"
|
|
333
|
+
},
|
|
334
334
|
"./settings": {
|
|
335
335
|
"types": "./settings/index.d.ts",
|
|
336
336
|
"default": "./fesm2022/fundamental-ngx-core-settings.mjs"
|
|
@@ -351,14 +351,14 @@
|
|
|
351
351
|
"types": "./skeleton/index.d.ts",
|
|
352
352
|
"default": "./fesm2022/fundamental-ngx-core-skeleton.mjs"
|
|
353
353
|
},
|
|
354
|
-
"./split-button": {
|
|
355
|
-
"types": "./split-button/index.d.ts",
|
|
356
|
-
"default": "./fesm2022/fundamental-ngx-core-split-button.mjs"
|
|
357
|
-
},
|
|
358
354
|
"./slider": {
|
|
359
355
|
"types": "./slider/index.d.ts",
|
|
360
356
|
"default": "./fesm2022/fundamental-ngx-core-slider.mjs"
|
|
361
357
|
},
|
|
358
|
+
"./split-button": {
|
|
359
|
+
"types": "./split-button/index.d.ts",
|
|
360
|
+
"default": "./fesm2022/fundamental-ngx-core-split-button.mjs"
|
|
361
|
+
},
|
|
362
362
|
"./status-indicator": {
|
|
363
363
|
"types": "./status-indicator/index.d.ts",
|
|
364
364
|
"default": "./fesm2022/fundamental-ngx-core-status-indicator.mjs"
|
|
@@ -431,13 +431,13 @@
|
|
|
431
431
|
"types": "./user-menu/index.d.ts",
|
|
432
432
|
"default": "./fesm2022/fundamental-ngx-core-user-menu.mjs"
|
|
433
433
|
},
|
|
434
|
-
"./wizard": {
|
|
435
|
-
"types": "./wizard/index.d.ts",
|
|
436
|
-
"default": "./fesm2022/fundamental-ngx-core-wizard.mjs"
|
|
437
|
-
},
|
|
438
434
|
"./vertical-navigation": {
|
|
439
435
|
"types": "./vertical-navigation/index.d.ts",
|
|
440
436
|
"default": "./fesm2022/fundamental-ngx-core-vertical-navigation.mjs"
|
|
437
|
+
},
|
|
438
|
+
"./wizard": {
|
|
439
|
+
"types": "./wizard/index.d.ts",
|
|
440
|
+
"default": "./fesm2022/fundamental-ngx-core-wizard.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 {
|