@fundamental-ngx/core 0.58.0-rc.3 → 0.58.0-rc.30

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core",
3
- "version": "0.58.0-rc.3",
3
+ "version": "0.58.0-rc.30",
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.3",
27
- "@fundamental-ngx/i18n": "0.58.0-rc.3",
26
+ "@fundamental-ngx/cdk": "0.58.0-rc.30",
27
+ "@fundamental-ngx/i18n": "0.58.0-rc.30",
28
28
  "@sap-theming/theming-base-content": "^11.31.0",
29
29
  "fundamental-styles": "0.40.1",
30
30
  "rxjs": "^7.8.0"
@@ -47,10 +47,6 @@
47
47
  "types": "./index.d.ts",
48
48
  "default": "./fesm2022/fundamental-ngx-core.mjs"
49
49
  },
50
- "./action-bar": {
51
- "types": "./action-bar/index.d.ts",
52
- "default": "./fesm2022/fundamental-ngx-core-action-bar.mjs"
53
- },
54
50
  "./action-sheet": {
55
51
  "types": "./action-sheet/index.d.ts",
56
52
  "default": "./fesm2022/fundamental-ngx-core-action-sheet.mjs"
@@ -87,6 +83,10 @@
87
83
  "types": "./calendar/index.d.ts",
88
84
  "default": "./fesm2022/fundamental-ngx-core-calendar.mjs"
89
85
  },
86
+ "./card": {
87
+ "types": "./card/index.d.ts",
88
+ "default": "./fesm2022/fundamental-ngx-core-card.mjs"
89
+ },
90
90
  "./carousel": {
91
91
  "types": "./carousel/index.d.ts",
92
92
  "default": "./fesm2022/fundamental-ngx-core-carousel.mjs"
@@ -95,18 +95,22 @@
95
95
  "types": "./checkbox/index.d.ts",
96
96
  "default": "./fesm2022/fundamental-ngx-core-checkbox.mjs"
97
97
  },
98
+ "./action-bar": {
99
+ "types": "./action-bar/index.d.ts",
100
+ "default": "./fesm2022/fundamental-ngx-core-action-bar.mjs"
101
+ },
98
102
  "./combobox": {
99
103
  "types": "./combobox/index.d.ts",
100
104
  "default": "./fesm2022/fundamental-ngx-core-combobox.mjs"
101
105
  },
102
- "./content-density": {
103
- "types": "./content-density/index.d.ts",
104
- "default": "./fesm2022/fundamental-ngx-core-content-density.mjs"
105
- },
106
106
  "./date-picker": {
107
107
  "types": "./date-picker/index.d.ts",
108
108
  "default": "./fesm2022/fundamental-ngx-core-date-picker.mjs"
109
109
  },
110
+ "./content-density": {
111
+ "types": "./content-density/index.d.ts",
112
+ "default": "./fesm2022/fundamental-ngx-core-content-density.mjs"
113
+ },
110
114
  "./datetime": {
111
115
  "types": "./datetime/index.d.ts",
112
116
  "default": "./fesm2022/fundamental-ngx-core-datetime.mjs"
@@ -115,14 +119,14 @@
115
119
  "types": "./datetime-picker/index.d.ts",
116
120
  "default": "./fesm2022/fundamental-ngx-core-datetime-picker.mjs"
117
121
  },
118
- "./dialog": {
119
- "types": "./dialog/index.d.ts",
120
- "default": "./fesm2022/fundamental-ngx-core-dialog.mjs"
121
- },
122
122
  "./dynamic-page": {
123
123
  "types": "./dynamic-page/index.d.ts",
124
124
  "default": "./fesm2022/fundamental-ngx-core-dynamic-page.mjs"
125
125
  },
126
+ "./dialog": {
127
+ "types": "./dialog/index.d.ts",
128
+ "default": "./fesm2022/fundamental-ngx-core-dialog.mjs"
129
+ },
126
130
  "./dynamic-side-content": {
127
131
  "types": "./dynamic-side-content/index.d.ts",
128
132
  "default": "./fesm2022/fundamental-ngx-core-dynamic-side-content.mjs"
@@ -147,33 +151,37 @@
147
151
  "types": "./fixed-card-layout/index.d.ts",
148
152
  "default": "./fesm2022/fundamental-ngx-core-fixed-card-layout.mjs"
149
153
  },
150
- "./form": {
151
- "types": "./form/index.d.ts",
152
- "default": "./fesm2022/fundamental-ngx-core-form.mjs"
153
- },
154
154
  "./formatted-text": {
155
155
  "types": "./formatted-text/index.d.ts",
156
156
  "default": "./fesm2022/fundamental-ngx-core-formatted-text.mjs"
157
157
  },
158
- "./generic-tag": {
159
- "types": "./generic-tag/index.d.ts",
160
- "default": "./fesm2022/fundamental-ngx-core-generic-tag.mjs"
158
+ "./form": {
159
+ "types": "./form/index.d.ts",
160
+ "default": "./fesm2022/fundamental-ngx-core-form.mjs"
161
+ },
162
+ "./flexible-column-layout": {
163
+ "types": "./flexible-column-layout/index.d.ts",
164
+ "default": "./fesm2022/fundamental-ngx-core-flexible-column-layout.mjs"
161
165
  },
162
166
  "./grid-list": {
163
167
  "types": "./grid-list/index.d.ts",
164
168
  "default": "./fesm2022/fundamental-ngx-core-grid-list.mjs"
165
169
  },
166
- "./icon": {
167
- "types": "./icon/index.d.ts",
168
- "default": "./fesm2022/fundamental-ngx-core-icon.mjs"
170
+ "./generic-tag": {
171
+ "types": "./generic-tag/index.d.ts",
172
+ "default": "./fesm2022/fundamental-ngx-core-generic-tag.mjs"
173
+ },
174
+ "./infinite-scroll": {
175
+ "types": "./infinite-scroll/index.d.ts",
176
+ "default": "./fesm2022/fundamental-ngx-core-infinite-scroll.mjs"
169
177
  },
170
178
  "./illustrated-message": {
171
179
  "types": "./illustrated-message/index.d.ts",
172
180
  "default": "./fesm2022/fundamental-ngx-core-illustrated-message.mjs"
173
181
  },
174
- "./infinite-scroll": {
175
- "types": "./infinite-scroll/index.d.ts",
176
- "default": "./fesm2022/fundamental-ngx-core-infinite-scroll.mjs"
182
+ "./icon": {
183
+ "types": "./icon/index.d.ts",
184
+ "default": "./fesm2022/fundamental-ngx-core-icon.mjs"
177
185
  },
178
186
  "./info-label": {
179
187
  "types": "./info-label/index.d.ts",
@@ -215,10 +223,6 @@
215
223
  "types": "./message-page/index.d.ts",
216
224
  "default": "./fesm2022/fundamental-ngx-core-message-page.mjs"
217
225
  },
218
- "./flexible-column-layout": {
219
- "types": "./flexible-column-layout/index.d.ts",
220
- "default": "./fesm2022/fundamental-ngx-core-flexible-column-layout.mjs"
221
- },
222
226
  "./message-strip": {
223
227
  "types": "./message-strip/index.d.ts",
224
228
  "default": "./fesm2022/fundamental-ngx-core-message-strip.mjs"
@@ -239,10 +243,6 @@
239
243
  "types": "./multi-combobox/index.d.ts",
240
244
  "default": "./fesm2022/fundamental-ngx-core-multi-combobox.mjs"
241
245
  },
242
- "./card": {
243
- "types": "./card/index.d.ts",
244
- "default": "./fesm2022/fundamental-ngx-core-card.mjs"
245
- },
246
246
  "./multi-input": {
247
247
  "types": "./multi-input/index.d.ts",
248
248
  "default": "./fesm2022/fundamental-ngx-core-multi-input.mjs"
@@ -251,14 +251,14 @@
251
251
  "types": "./nested-list/index.d.ts",
252
252
  "default": "./fesm2022/fundamental-ngx-core-nested-list.mjs"
253
253
  },
254
- "./object-attribute": {
255
- "types": "./object-attribute/index.d.ts",
256
- "default": "./fesm2022/fundamental-ngx-core-object-attribute.mjs"
257
- },
258
254
  "./notification": {
259
255
  "types": "./notification/index.d.ts",
260
256
  "default": "./fesm2022/fundamental-ngx-core-notification.mjs"
261
257
  },
258
+ "./object-attribute": {
259
+ "types": "./object-attribute/index.d.ts",
260
+ "default": "./fesm2022/fundamental-ngx-core-object-attribute.mjs"
261
+ },
262
262
  "./object-identifier": {
263
263
  "types": "./object-identifier/index.d.ts",
264
264
  "default": "./fesm2022/fundamental-ngx-core-object-identifier.mjs"
@@ -287,14 +287,14 @@
287
287
  "types": "./panel/index.d.ts",
288
288
  "default": "./fesm2022/fundamental-ngx-core-panel.mjs"
289
289
  },
290
- "./product-switch": {
291
- "types": "./product-switch/index.d.ts",
292
- "default": "./fesm2022/fundamental-ngx-core-product-switch.mjs"
293
- },
294
290
  "./popover": {
295
291
  "types": "./popover/index.d.ts",
296
292
  "default": "./fesm2022/fundamental-ngx-core-popover.mjs"
297
293
  },
294
+ "./product-switch": {
295
+ "types": "./product-switch/index.d.ts",
296
+ "default": "./fesm2022/fundamental-ngx-core-product-switch.mjs"
297
+ },
298
298
  "./progress-indicator": {
299
299
  "types": "./progress-indicator/index.d.ts",
300
300
  "default": "./fesm2022/fundamental-ngx-core-progress-indicator.mjs"
@@ -319,6 +319,10 @@
319
319
  "types": "./scroll-spy/index.d.ts",
320
320
  "default": "./fesm2022/fundamental-ngx-core-scroll-spy.mjs"
321
321
  },
322
+ "./scrollbar": {
323
+ "types": "./scrollbar/index.d.ts",
324
+ "default": "./fesm2022/fundamental-ngx-core-scrollbar.mjs"
325
+ },
322
326
  "./segmented-button": {
323
327
  "types": "./segmented-button/index.d.ts",
324
328
  "default": "./fesm2022/fundamental-ngx-core-segmented-button.mjs"
@@ -327,10 +331,6 @@
327
331
  "types": "./select/index.d.ts",
328
332
  "default": "./fesm2022/fundamental-ngx-core-select.mjs"
329
333
  },
330
- "./scrollbar": {
331
- "types": "./scrollbar/index.d.ts",
332
- "default": "./fesm2022/fundamental-ngx-core-scrollbar.mjs"
333
- },
334
334
  "./settings": {
335
335
  "types": "./settings/index.d.ts",
336
336
  "default": "./fesm2022/fundamental-ngx-core-settings.mjs"
@@ -371,14 +371,14 @@
371
371
  "types": "./switch/index.d.ts",
372
372
  "default": "./fesm2022/fundamental-ngx-core-switch.mjs"
373
373
  },
374
- "./table": {
375
- "types": "./table/index.d.ts",
376
- "default": "./fesm2022/fundamental-ngx-core-table.mjs"
377
- },
378
374
  "./tabs": {
379
375
  "types": "./tabs/index.d.ts",
380
376
  "default": "./fesm2022/fundamental-ngx-core-tabs.mjs"
381
377
  },
378
+ "./table": {
379
+ "types": "./table/index.d.ts",
380
+ "default": "./fesm2022/fundamental-ngx-core-table.mjs"
381
+ },
382
382
  "./tests": {
383
383
  "types": "./tests/index.d.ts",
384
384
  "default": "./fesm2022/fundamental-ngx-core-tests.mjs"
@@ -415,6 +415,10 @@
415
415
  "types": "./token/index.d.ts",
416
416
  "default": "./fesm2022/fundamental-ngx-core-token.mjs"
417
417
  },
418
+ "./toolbar": {
419
+ "types": "./toolbar/index.d.ts",
420
+ "default": "./fesm2022/fundamental-ngx-core-toolbar.mjs"
421
+ },
418
422
  "./tree": {
419
423
  "types": "./tree/index.d.ts",
420
424
  "default": "./fesm2022/fundamental-ngx-core-tree.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
- "./toolbar": {
439
- "types": "./toolbar/index.d.ts",
440
- "default": "./fesm2022/fundamental-ngx-core-toolbar.mjs"
441
441
  }
442
442
  },
443
443
  "module": "fesm2022/fundamental-ngx-core.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 {