@fundamental-ngx/core 0.58.0-rc.16 → 0.58.0-rc.18
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 +31 -31
- 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.18",
|
|
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.
|
|
27
|
-
"@fundamental-ngx/i18n": "0.58.0-rc.
|
|
26
|
+
"@fundamental-ngx/cdk": "0.58.0-rc.18",
|
|
27
|
+
"@fundamental-ngx/i18n": "0.58.0-rc.18",
|
|
28
28
|
"@sap-theming/theming-base-content": "^11.31.0",
|
|
29
29
|
"fundamental-styles": "0.40.1",
|
|
30
30
|
"rxjs": "^7.8.0"
|
|
@@ -83,14 +83,14 @@
|
|
|
83
83
|
"types": "./button/index.d.ts",
|
|
84
84
|
"default": "./fesm2022/fundamental-ngx-core-button.mjs"
|
|
85
85
|
},
|
|
86
|
-
"./card": {
|
|
87
|
-
"types": "./card/index.d.ts",
|
|
88
|
-
"default": "./fesm2022/fundamental-ngx-core-card.mjs"
|
|
89
|
-
},
|
|
90
86
|
"./calendar": {
|
|
91
87
|
"types": "./calendar/index.d.ts",
|
|
92
88
|
"default": "./fesm2022/fundamental-ngx-core-calendar.mjs"
|
|
93
89
|
},
|
|
90
|
+
"./card": {
|
|
91
|
+
"types": "./card/index.d.ts",
|
|
92
|
+
"default": "./fesm2022/fundamental-ngx-core-card.mjs"
|
|
93
|
+
},
|
|
94
94
|
"./carousel": {
|
|
95
95
|
"types": "./carousel/index.d.ts",
|
|
96
96
|
"default": "./fesm2022/fundamental-ngx-core-carousel.mjs"
|
|
@@ -139,10 +139,6 @@
|
|
|
139
139
|
"types": "./feed-input/index.d.ts",
|
|
140
140
|
"default": "./fesm2022/fundamental-ngx-core-feed-input.mjs"
|
|
141
141
|
},
|
|
142
|
-
"./feed-list-item": {
|
|
143
|
-
"types": "./feed-list-item/index.d.ts",
|
|
144
|
-
"default": "./fesm2022/fundamental-ngx-core-feed-list-item.mjs"
|
|
145
|
-
},
|
|
146
142
|
"./file-uploader": {
|
|
147
143
|
"types": "./file-uploader/index.d.ts",
|
|
148
144
|
"default": "./fesm2022/fundamental-ngx-core-file-uploader.mjs"
|
|
@@ -151,14 +147,14 @@
|
|
|
151
147
|
"types": "./fixed-card-layout/index.d.ts",
|
|
152
148
|
"default": "./fesm2022/fundamental-ngx-core-fixed-card-layout.mjs"
|
|
153
149
|
},
|
|
150
|
+
"./feed-list-item": {
|
|
151
|
+
"types": "./feed-list-item/index.d.ts",
|
|
152
|
+
"default": "./fesm2022/fundamental-ngx-core-feed-list-item.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"
|
|
157
157
|
},
|
|
158
|
-
"./form": {
|
|
159
|
-
"types": "./form/index.d.ts",
|
|
160
|
-
"default": "./fesm2022/fundamental-ngx-core-form.mjs"
|
|
161
|
-
},
|
|
162
158
|
"./formatted-text": {
|
|
163
159
|
"types": "./formatted-text/index.d.ts",
|
|
164
160
|
"default": "./fesm2022/fundamental-ngx-core-formatted-text.mjs"
|
|
@@ -167,6 +163,10 @@
|
|
|
167
163
|
"types": "./generic-tag/index.d.ts",
|
|
168
164
|
"default": "./fesm2022/fundamental-ngx-core-generic-tag.mjs"
|
|
169
165
|
},
|
|
166
|
+
"./form": {
|
|
167
|
+
"types": "./form/index.d.ts",
|
|
168
|
+
"default": "./fesm2022/fundamental-ngx-core-form.mjs"
|
|
169
|
+
},
|
|
170
170
|
"./grid-list": {
|
|
171
171
|
"types": "./grid-list/index.d.ts",
|
|
172
172
|
"default": "./fesm2022/fundamental-ngx-core-grid-list.mjs"
|
|
@@ -203,14 +203,14 @@
|
|
|
203
203
|
"types": "./layout-panel/index.d.ts",
|
|
204
204
|
"default": "./fesm2022/fundamental-ngx-core-layout-panel.mjs"
|
|
205
205
|
},
|
|
206
|
-
"./link": {
|
|
207
|
-
"types": "./link/index.d.ts",
|
|
208
|
-
"default": "./fesm2022/fundamental-ngx-core-link.mjs"
|
|
209
|
-
},
|
|
210
206
|
"./list": {
|
|
211
207
|
"types": "./list/index.d.ts",
|
|
212
208
|
"default": "./fesm2022/fundamental-ngx-core-list.mjs"
|
|
213
209
|
},
|
|
210
|
+
"./link": {
|
|
211
|
+
"types": "./link/index.d.ts",
|
|
212
|
+
"default": "./fesm2022/fundamental-ngx-core-link.mjs"
|
|
213
|
+
},
|
|
214
214
|
"./menu": {
|
|
215
215
|
"types": "./menu/index.d.ts",
|
|
216
216
|
"default": "./fesm2022/fundamental-ngx-core-menu.mjs"
|
|
@@ -239,14 +239,14 @@
|
|
|
239
239
|
"types": "./mobile-mode/index.d.ts",
|
|
240
240
|
"default": "./fesm2022/fundamental-ngx-core-mobile-mode.mjs"
|
|
241
241
|
},
|
|
242
|
-
"./multi-combobox": {
|
|
243
|
-
"types": "./multi-combobox/index.d.ts",
|
|
244
|
-
"default": "./fesm2022/fundamental-ngx-core-multi-combobox.mjs"
|
|
245
|
-
},
|
|
246
242
|
"./multi-input": {
|
|
247
243
|
"types": "./multi-input/index.d.ts",
|
|
248
244
|
"default": "./fesm2022/fundamental-ngx-core-multi-input.mjs"
|
|
249
245
|
},
|
|
246
|
+
"./multi-combobox": {
|
|
247
|
+
"types": "./multi-combobox/index.d.ts",
|
|
248
|
+
"default": "./fesm2022/fundamental-ngx-core-multi-combobox.mjs"
|
|
249
|
+
},
|
|
250
250
|
"./nested-list": {
|
|
251
251
|
"types": "./nested-list/index.d.ts",
|
|
252
252
|
"default": "./fesm2022/fundamental-ngx-core-nested-list.mjs"
|
|
@@ -287,14 +287,14 @@
|
|
|
287
287
|
"types": "./panel/index.d.ts",
|
|
288
288
|
"default": "./fesm2022/fundamental-ngx-core-panel.mjs"
|
|
289
289
|
},
|
|
290
|
-
"./popover": {
|
|
291
|
-
"types": "./popover/index.d.ts",
|
|
292
|
-
"default": "./fesm2022/fundamental-ngx-core-popover.mjs"
|
|
293
|
-
},
|
|
294
290
|
"./product-switch": {
|
|
295
291
|
"types": "./product-switch/index.d.ts",
|
|
296
292
|
"default": "./fesm2022/fundamental-ngx-core-product-switch.mjs"
|
|
297
293
|
},
|
|
294
|
+
"./popover": {
|
|
295
|
+
"types": "./popover/index.d.ts",
|
|
296
|
+
"default": "./fesm2022/fundamental-ngx-core-popover.mjs"
|
|
297
|
+
},
|
|
298
298
|
"./progress-indicator": {
|
|
299
299
|
"types": "./progress-indicator/index.d.ts",
|
|
300
300
|
"default": "./fesm2022/fundamental-ngx-core-progress-indicator.mjs"
|
|
@@ -375,14 +375,14 @@
|
|
|
375
375
|
"types": "./table/index.d.ts",
|
|
376
376
|
"default": "./fesm2022/fundamental-ngx-core-table.mjs"
|
|
377
377
|
},
|
|
378
|
-
"./tabs": {
|
|
379
|
-
"types": "./tabs/index.d.ts",
|
|
380
|
-
"default": "./fesm2022/fundamental-ngx-core-tabs.mjs"
|
|
381
|
-
},
|
|
382
378
|
"./tests": {
|
|
383
379
|
"types": "./tests/index.d.ts",
|
|
384
380
|
"default": "./fesm2022/fundamental-ngx-core-tests.mjs"
|
|
385
381
|
},
|
|
382
|
+
"./tabs": {
|
|
383
|
+
"types": "./tabs/index.d.ts",
|
|
384
|
+
"default": "./fesm2022/fundamental-ngx-core-tabs.mjs"
|
|
385
|
+
},
|
|
386
386
|
"./text": {
|
|
387
387
|
"types": "./text/index.d.ts",
|
|
388
388
|
"default": "./fesm2022/fundamental-ngx-core-text.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 {
|