@fundamental-ngx/core 0.58.0-rc.7 → 0.58.0-rc.70
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/button/index.d.ts +1 -1
- package/card/index.d.ts +8 -4
- package/combobox/index.d.ts +9 -1
- package/dialog/index.d.ts +2 -2
- package/feed-input/index.d.ts +1 -1
- package/fesm2022/fundamental-ngx-core-action-sheet.mjs +4 -4
- package/fesm2022/fundamental-ngx-core-action-sheet.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-avatar.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-avatar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-button.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-card.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-combobox.mjs +44 -8
- package/fesm2022/fundamental-ngx-core-combobox.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-datetime.mjs +1 -1
- package/fesm2022/fundamental-ngx-core-datetime.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-feed-input.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-feed-input.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-flexible-column-layout.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-flexible-column-layout.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-illustrated-message.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-illustrated-message.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-input-group.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-list.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-menu.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-menu.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-message-box.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-multi-combobox.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-multi-input.mjs +1 -2
- package/fesm2022/fundamental-ngx-core-multi-input.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-nested-list.mjs +4 -4
- package/fesm2022/fundamental-ngx-core-nested-list.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-overflow-layout.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-resizable-card-layout.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-resizable-card-layout.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-segmented-button.mjs +3 -3
- package/fesm2022/fundamental-ngx-core-segmented-button.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-shellbar.mjs +32 -5
- 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-tabs.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-theming.mjs +2 -3
- package/fesm2022/fundamental-ngx-core-theming.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-time-picker.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-time.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-toolbar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-tree.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/form/index.d.ts +2 -2
- package/input-group/index.d.ts +1 -1
- package/list/index.d.ts +4 -4
- package/menu/index.d.ts +2 -2
- package/message-box/index.d.ts +1 -1
- package/multi-combobox/index.d.ts +2 -2
- package/multi-input/index.d.ts +1 -1
- package/nested-list/index.d.ts +11 -11
- package/notification/index.d.ts +2 -0
- package/overflow-layout/index.d.ts +4 -4
- package/package.json +19 -19
- package/popover/index.d.ts +2 -2
- package/segmented-button/index.d.ts +3 -3
- package/shellbar/index.d.ts +13 -2
- package/table/index.d.ts +2 -2
- package/tabs/index.d.ts +3 -3
- package/time/index.d.ts +1 -1
- package/time-picker/index.d.ts +1 -1
- package/toolbar/index.d.ts +1 -1
- package/tree/index.d.ts +3 -3
- package/schematics/add-animations/index.d.ts +0 -7
- package/schematics/add-animations/index.js +0 -83
- package/schematics/add-animations/index.js.map +0 -1
- package/schematics/add-animations/schema.json +0 -21
- package/schematics/add-dependencies/index.d.ts +0 -7
- package/schematics/add-dependencies/index.js +0 -105
- package/schematics/add-dependencies/index.js.map +0 -1
- package/schematics/add-dependencies/schema.json +0 -15
- package/schematics/add-styles/index.d.ts +0 -7
- package/schematics/add-styles/index.js +0 -97
- package/schematics/add-styles/index.js.map +0 -1
- package/schematics/add-styles/schema.json +0 -21
- package/schematics/add-theming/index.d.ts +0 -7
- package/schematics/add-theming/index.js +0 -108
- package/schematics/add-theming/index.js.map +0 -1
- package/schematics/add-theming/schema.json +0 -72
- package/schematics/collection.json +0 -40
- package/schematics/models/schema.d.ts +0 -6
- package/schematics/models/schema.js +0 -3
- package/schematics/models/schema.js.map +0 -1
- package/schematics/ng-add/index.d.ts +0 -9
- package/schematics/ng-add/index.js +0 -30
- package/schematics/ng-add/index.js.map +0 -1
- package/schematics/ng-add/schema.json +0 -84
- package/schematics/utils/calls-providers-function.d.ts +0 -11
- package/schematics/utils/calls-providers-function.js +0 -54
- package/schematics/utils/calls-providers-function.js.map +0 -1
- package/schematics/utils/file-utils.d.ts +0 -2
- package/schematics/utils/file-utils.js +0 -26
- package/schematics/utils/file-utils.js.map +0 -1
- package/schematics/utils/main-ts-file-path.d.ts +0 -2
- package/schematics/utils/main-ts-file-path.js +0 -27
- package/schematics/utils/main-ts-file-path.js.map +0 -1
- package/schematics/utils/ng-module-utils.d.ts +0 -6
- package/schematics/utils/ng-module-utils.js +0 -71
- package/schematics/utils/ng-module-utils.js.map +0 -1
- package/schematics/utils/one-time-packages.d.ts +0 -6
- package/schematics/utils/one-time-packages.js +0 -39
- package/schematics/utils/one-time-packages.js.map +0 -1
- package/schematics/utils/package-utils.d.ts +0 -10
- package/schematics/utils/package-utils.js +0 -25
- package/schematics/utils/package-utils.js.map +0 -1
- package/schematics/utils/workspace.d.ts +0 -40
- package/schematics/utils/workspace.js +0 -110
- package/schematics/utils/workspace.js.map +0 -1
package/form/index.d.ts
CHANGED
|
@@ -69,9 +69,9 @@ declare class FormControlComponent implements CssClassBuilder, OnInit, OnChanges
|
|
|
69
69
|
/** aria-label for form-control. */
|
|
70
70
|
ariaLabelledBy: Nullable<string>;
|
|
71
71
|
/** @hidden */
|
|
72
|
-
|
|
72
|
+
protected get ariaLabelBinding(): string;
|
|
73
73
|
/** @hidden */
|
|
74
|
-
|
|
74
|
+
protected get ariaLabelledByBinding(): string;
|
|
75
75
|
/** @hidden */
|
|
76
76
|
private _subscriptions;
|
|
77
77
|
/** @hidden */
|
package/input-group/index.d.ts
CHANGED
|
@@ -189,7 +189,7 @@ declare class InputGroupComponent implements AfterViewInit, FormItemControl, OnI
|
|
|
189
189
|
/** @hidden */
|
|
190
190
|
constructor(_cvaControl: CvaControl<string | number>, elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef, _contentDensityObserver: ContentDensityObserver, _cva: CvaDirective);
|
|
191
191
|
/** @hidden */
|
|
192
|
-
|
|
192
|
+
protected _focusOut(event: FocusEvent): void;
|
|
193
193
|
/** @hidden */
|
|
194
194
|
ngOnInit(): void;
|
|
195
195
|
/** @hidden */
|
package/list/index.d.ts
CHANGED
|
@@ -322,7 +322,7 @@ declare class ListItemComponent<T = any> extends ListFocusItem<T> implements Aft
|
|
|
322
322
|
/** @hidden */
|
|
323
323
|
constructor(_changeDetectorRef: ChangeDetectorRef);
|
|
324
324
|
/** @hidden */
|
|
325
|
-
|
|
325
|
+
protected get roleAttr(): string;
|
|
326
326
|
/** @hidden */
|
|
327
327
|
keydownHandler(event: KeyboardEvent): void;
|
|
328
328
|
/** @hidden */
|
|
@@ -330,7 +330,7 @@ declare class ListItemComponent<T = any> extends ListFocusItem<T> implements Aft
|
|
|
330
330
|
/** Handler for mouse events */
|
|
331
331
|
onClick(event: MouseEvent): void;
|
|
332
332
|
/** @hidden */
|
|
333
|
-
|
|
333
|
+
protected _onFocus(): void;
|
|
334
334
|
/** @hidden */
|
|
335
335
|
ngAfterContentInit(): void;
|
|
336
336
|
/** @hidden */
|
|
@@ -393,7 +393,7 @@ declare class ListNavigationItemComponent implements AfterContentInit, AfterView
|
|
|
393
393
|
/** @hidden */
|
|
394
394
|
_childItems: QueryList<ListNavigationItemComponent>;
|
|
395
395
|
/** @hidden */
|
|
396
|
-
|
|
396
|
+
protected get _ariaExpanded(): boolean | null;
|
|
397
397
|
/** @hidden */
|
|
398
398
|
_condensed: i0.WritableSignal<boolean>;
|
|
399
399
|
/** @hidden */
|
|
@@ -490,7 +490,7 @@ declare class ListComponent implements ListComponentInterface, ListUnreadIndicat
|
|
|
490
490
|
/** @hidden */
|
|
491
491
|
private _focusItems;
|
|
492
492
|
/** @hidden */
|
|
493
|
-
|
|
493
|
+
protected get _ariaRole(): string;
|
|
494
494
|
/** Whether the list is used inside Settings Dialog */
|
|
495
495
|
settingsList: i0.InputSignalWithTransform<boolean, unknown>;
|
|
496
496
|
/** Whether the list is used inside Settings Dialog Footer */
|
package/menu/index.d.ts
CHANGED
|
@@ -135,7 +135,7 @@ declare class MenuInteractiveComponent implements HasElementRef {
|
|
|
135
135
|
/** @hidden */
|
|
136
136
|
get startAddon(): MenuAddonDirective;
|
|
137
137
|
/** @hidden */
|
|
138
|
-
_handleKeydown($event:
|
|
138
|
+
_handleKeydown($event: Event): void;
|
|
139
139
|
/** @hidden */
|
|
140
140
|
setSelected(isSelected: boolean): void;
|
|
141
141
|
/** @hidden */
|
|
@@ -168,7 +168,7 @@ declare class SegmentedButtonOptionDirective<T> implements AfterViewInit, HasEle
|
|
|
168
168
|
/** @hidden */
|
|
169
169
|
constructor();
|
|
170
170
|
/** @hidden */
|
|
171
|
-
_onClick($event:
|
|
171
|
+
_onClick($event: Event): void;
|
|
172
172
|
/** @hidden */
|
|
173
173
|
ngAfterViewInit(): void;
|
|
174
174
|
/** @hidden */
|
package/message-box/index.d.ts
CHANGED
|
@@ -65,7 +65,7 @@ declare class MessageBoxContainerComponent extends DynamicComponentContainer<Mes
|
|
|
65
65
|
/** Custom classes */
|
|
66
66
|
set class(userClass: string);
|
|
67
67
|
/** The state of the Dialog animations. */
|
|
68
|
-
|
|
68
|
+
protected get _animationState(): string;
|
|
69
69
|
/** @hidden */
|
|
70
70
|
portalOutlet: CdkPortalOutlet;
|
|
71
71
|
/** @hidden */
|
|
@@ -543,7 +543,7 @@ declare class SelectAllTogglerComponent extends ListFocusItem implements OnInit
|
|
|
543
543
|
/** @hidden */
|
|
544
544
|
private changeDetector;
|
|
545
545
|
/** @hidden */
|
|
546
|
-
onKeyDown($event:
|
|
546
|
+
onKeyDown($event: Event): void;
|
|
547
547
|
/** @hidden */
|
|
548
548
|
onClick(): void;
|
|
549
549
|
/** @hidden */
|
|
@@ -570,7 +570,7 @@ declare class MultiAnnouncerDirective {
|
|
|
570
570
|
/** @hidden */
|
|
571
571
|
private _resolveTranslation;
|
|
572
572
|
/** @hidden */
|
|
573
|
-
|
|
573
|
+
protected _makeSearchTermChangeAnnouncements(event: KeyboardEvent): void;
|
|
574
574
|
/** @hidden */
|
|
575
575
|
private _buildAnnouncement;
|
|
576
576
|
/** @hidden */
|
package/multi-input/index.d.ts
CHANGED
|
@@ -285,7 +285,7 @@ declare class MultiInputComponent<ItemType = any, ValueType = any> implements Mu
|
|
|
285
285
|
*/
|
|
286
286
|
buildComponentCssClass(): string[];
|
|
287
287
|
/** @hidden */
|
|
288
|
-
|
|
288
|
+
protected _focusOut(event: FocusEvent): void;
|
|
289
289
|
/** @hidden */
|
|
290
290
|
onChange: (value: any) => void;
|
|
291
291
|
/** @hidden */
|
package/nested-list/index.d.ts
CHANGED
|
@@ -298,17 +298,17 @@ declare class NestedItemDirective implements AfterContentInit, NestedItemInterfa
|
|
|
298
298
|
/** @hidden */
|
|
299
299
|
_title: string;
|
|
300
300
|
/** @hidden */
|
|
301
|
-
|
|
301
|
+
protected _role: string;
|
|
302
302
|
/** @hidden */
|
|
303
|
-
|
|
303
|
+
protected _ariaExpanded: Nullable<boolean>;
|
|
304
304
|
/** @hidden */
|
|
305
|
-
|
|
305
|
+
protected _ariaSelected: Nullable<boolean>;
|
|
306
306
|
/** @hidden */
|
|
307
|
-
|
|
307
|
+
protected _ariaDisabled: boolean;
|
|
308
308
|
/** @hidden */
|
|
309
|
-
|
|
309
|
+
protected _ariaLabel: string;
|
|
310
310
|
/** @hidden */
|
|
311
|
-
|
|
311
|
+
protected _ariaHidden: boolean;
|
|
312
312
|
/** @hidden */
|
|
313
313
|
private _expanded;
|
|
314
314
|
/** An RxJS Subject that will kill the data stream upon component’s destruction (for unsubscribing) */
|
|
@@ -446,15 +446,15 @@ declare class NestedListDirective implements AfterContentInit, NestedListInterfa
|
|
|
446
446
|
*/
|
|
447
447
|
nestedItems: QueryList<NestedItemDirective>;
|
|
448
448
|
/** @hidden */
|
|
449
|
-
|
|
449
|
+
protected _nestedListHeader: NestedListHeaderDirective;
|
|
450
450
|
/** @hidden */
|
|
451
|
-
|
|
451
|
+
protected _role: string;
|
|
452
452
|
/** @hidden */
|
|
453
|
-
|
|
453
|
+
protected _ariaRoledescription: Nullable<string>;
|
|
454
454
|
/** @hidden */
|
|
455
|
-
|
|
455
|
+
protected _ariaHaspopup: Nullable<string>;
|
|
456
456
|
/** @hidden */
|
|
457
|
-
|
|
457
|
+
protected _tabindex: string;
|
|
458
458
|
/** @hidden */
|
|
459
459
|
private _subscriptions;
|
|
460
460
|
/** @hidden */
|
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 {
|
|
@@ -212,7 +212,7 @@ declare class OverflowLayoutItemContainerDirective {
|
|
|
212
212
|
*/
|
|
213
213
|
containerRef: OverflowItemContainerRefDirective;
|
|
214
214
|
/** @hidden */
|
|
215
|
-
|
|
215
|
+
protected readonly _initialClass = "fd-overflow-layout__item";
|
|
216
216
|
/** @hidden */
|
|
217
217
|
constructor(elementRef: ElementRef);
|
|
218
218
|
static ɵfac: i0.ɵɵFactoryDeclaration<OverflowLayoutItemContainerDirective, never>;
|
|
@@ -456,13 +456,13 @@ declare class OverflowLayoutFocusableItemDirective implements OverflowLayoutFocu
|
|
|
456
456
|
/** Whether the item should be navigable via keyboard. */
|
|
457
457
|
navigable: boolean;
|
|
458
458
|
/** @hidden */
|
|
459
|
-
|
|
459
|
+
protected get _tabindex(): number;
|
|
460
460
|
/** Whether the item is hidden. */
|
|
461
461
|
get hidden(): boolean;
|
|
462
462
|
/** @hidden */
|
|
463
463
|
constructor(_overflowContainer: OverflowLayoutComponent, _overflowItem: OverflowItem, elementRef: ElementRef<HTMLElement>);
|
|
464
464
|
/** @hidden */
|
|
465
|
-
|
|
465
|
+
protected _onFocus(): void;
|
|
466
466
|
/** @hidden */
|
|
467
467
|
ngOnInit(): void;
|
|
468
468
|
/** @hidden */
|
|
@@ -517,7 +517,7 @@ declare class OverflowLayoutPopoverContentDirective implements OverflowPopoverCo
|
|
|
517
517
|
*/
|
|
518
518
|
set items(value: OverflowItemRef[]);
|
|
519
519
|
/** @hidden */
|
|
520
|
-
|
|
520
|
+
protected readonly _initialClass = "fd-overflow-layout__popover-container";
|
|
521
521
|
/** @hidden */
|
|
522
522
|
private _keyboardEventsManager;
|
|
523
523
|
/** @hidden */
|
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.70",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"ng-update": {
|
|
6
6
|
"migrations": "./schematics/migrations.json"
|
|
@@ -10,21 +10,21 @@
|
|
|
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"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@angular/animations": "
|
|
20
|
-
"@angular/cdk": "
|
|
21
|
-
"@angular/common": "
|
|
22
|
-
"@angular/core": "
|
|
23
|
-
"@angular/forms": "
|
|
24
|
-
"@angular/platform-browser": "
|
|
25
|
-
"@angular/router": "
|
|
26
|
-
"@fundamental-ngx/cdk": "
|
|
27
|
-
"@fundamental-ngx/i18n": "
|
|
19
|
+
"@angular/animations": "ANGULAR_VER_PLACEHOLDER",
|
|
20
|
+
"@angular/cdk": "ANGULAR_VER_PLACEHOLDER",
|
|
21
|
+
"@angular/common": "ANGULAR_VER_PLACEHOLDER",
|
|
22
|
+
"@angular/core": "ANGULAR_VER_PLACEHOLDER",
|
|
23
|
+
"@angular/forms": "ANGULAR_VER_PLACEHOLDER",
|
|
24
|
+
"@angular/platform-browser": "ANGULAR_VER_PLACEHOLDER",
|
|
25
|
+
"@angular/router": "ANGULAR_VER_PLACEHOLDER",
|
|
26
|
+
"@fundamental-ngx/cdk": "VERSION_PLACEHOLDER",
|
|
27
|
+
"@fundamental-ngx/i18n": "VERSION_PLACEHOLDER",
|
|
28
28
|
"@sap-theming/theming-base-content": "^11.31.0",
|
|
29
29
|
"fundamental-styles": "0.40.1",
|
|
30
30
|
"rxjs": "^7.8.0"
|
|
@@ -295,14 +295,14 @@
|
|
|
295
295
|
"types": "./product-switch/index.d.ts",
|
|
296
296
|
"default": "./fesm2022/fundamental-ngx-core-product-switch.mjs"
|
|
297
297
|
},
|
|
298
|
-
"./progress-indicator": {
|
|
299
|
-
"types": "./progress-indicator/index.d.ts",
|
|
300
|
-
"default": "./fesm2022/fundamental-ngx-core-progress-indicator.mjs"
|
|
301
|
-
},
|
|
302
298
|
"./quick-view": {
|
|
303
299
|
"types": "./quick-view/index.d.ts",
|
|
304
300
|
"default": "./fesm2022/fundamental-ngx-core-quick-view.mjs"
|
|
305
301
|
},
|
|
302
|
+
"./progress-indicator": {
|
|
303
|
+
"types": "./progress-indicator/index.d.ts",
|
|
304
|
+
"default": "./fesm2022/fundamental-ngx-core-progress-indicator.mjs"
|
|
305
|
+
},
|
|
306
306
|
"./radio": {
|
|
307
307
|
"types": "./radio/index.d.ts",
|
|
308
308
|
"default": "./fesm2022/fundamental-ngx-core-radio.mjs"
|
|
@@ -311,14 +311,14 @@
|
|
|
311
311
|
"types": "./rating-indicator/index.d.ts",
|
|
312
312
|
"default": "./fesm2022/fundamental-ngx-core-rating-indicator.mjs"
|
|
313
313
|
},
|
|
314
|
-
"./resizable-card-layout": {
|
|
315
|
-
"types": "./resizable-card-layout/index.d.ts",
|
|
316
|
-
"default": "./fesm2022/fundamental-ngx-core-resizable-card-layout.mjs"
|
|
317
|
-
},
|
|
318
314
|
"./scroll-spy": {
|
|
319
315
|
"types": "./scroll-spy/index.d.ts",
|
|
320
316
|
"default": "./fesm2022/fundamental-ngx-core-scroll-spy.mjs"
|
|
321
317
|
},
|
|
318
|
+
"./resizable-card-layout": {
|
|
319
|
+
"types": "./resizable-card-layout/index.d.ts",
|
|
320
|
+
"default": "./fesm2022/fundamental-ngx-core-resizable-card-layout.mjs"
|
|
321
|
+
},
|
|
322
322
|
"./scrollbar": {
|
|
323
323
|
"types": "./scrollbar/index.d.ts",
|
|
324
324
|
"default": "./fesm2022/fundamental-ngx-core-scrollbar.mjs"
|
package/popover/index.d.ts
CHANGED
|
@@ -553,9 +553,9 @@ declare class PopoverComponent extends BasePopoverClass implements AfterViewInit
|
|
|
553
553
|
/** @hidden */
|
|
554
554
|
constructor(_popoverService: PopoverService, _cdr: ChangeDetectorRef, _rendered: Renderer2, _viewContainerRef: ViewContainerRef, _injector: Injector, _dynamicComponentService: DynamicComponentService);
|
|
555
555
|
/** Handler escape keydown */
|
|
556
|
-
escapeKeydownHandler(event:
|
|
556
|
+
escapeKeydownHandler(event: Event): void;
|
|
557
557
|
/** @hidden */
|
|
558
|
-
onKeyDown(event:
|
|
558
|
+
onKeyDown(event: Event): void;
|
|
559
559
|
/** @hidden */
|
|
560
560
|
ngAfterViewInit(): void;
|
|
561
561
|
/** @hidden */
|
|
@@ -39,6 +39,8 @@ declare class SegmentedButtonComponent implements OnInit, AfterViewInit, Control
|
|
|
39
39
|
_groupRoleDescription: string;
|
|
40
40
|
/** @hidden */
|
|
41
41
|
_buttonRoleDescription: string;
|
|
42
|
+
/** @hidden */
|
|
43
|
+
protected _focusedItemId: i0.WritableSignal<string | null | undefined>;
|
|
42
44
|
/**
|
|
43
45
|
* Value of segmented button can have 2 types:
|
|
44
46
|
* - string, when there is no toggle mode and only 1 value can be chosen.
|
|
@@ -55,13 +57,11 @@ declare class SegmentedButtonComponent implements OnInit, AfterViewInit, Control
|
|
|
55
57
|
/** @hidden */
|
|
56
58
|
private _translationResolver;
|
|
57
59
|
/** @hidden */
|
|
58
|
-
private _focusedItemId;
|
|
59
|
-
/** @hidden */
|
|
60
60
|
private renderer;
|
|
61
61
|
/** @hidden */
|
|
62
62
|
constructor(_changeDetRef: ChangeDetectorRef, _elementRef: ElementRef, _destroyRef: DestroyRef, _ngZone: NgZone, _focusableList: FocusableListDirective, _rtlService: RtlService);
|
|
63
63
|
/** @hidden */
|
|
64
|
-
|
|
64
|
+
protected _click(event: MouseEvent): void;
|
|
65
65
|
/** @hidden */
|
|
66
66
|
ngOnInit(): void;
|
|
67
67
|
/** @hidden */
|
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';
|
|
@@ -386,6 +386,11 @@ declare class ShellbarContextAreaComponent implements AfterViewInit {
|
|
|
386
386
|
* higher priority shown first.
|
|
387
387
|
*/
|
|
388
388
|
private _getContextAreaItemsWithPriority;
|
|
389
|
+
/**
|
|
390
|
+
* Compares two arrays of HTMLElements for equality.
|
|
391
|
+
* Sorts both arrays and checks if all elements are the same.
|
|
392
|
+
*/
|
|
393
|
+
private _arraysEqual;
|
|
389
394
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShellbarContextAreaComponent, never>;
|
|
390
395
|
static ɵcmp: i0.ɵɵComponentDeclaration<ShellbarContextAreaComponent, "fd-shellbar-context-area", never, {}, { "contentItemVisibilityChange": "contentItemVisibilityChange"; }, never, ["*"], true, never>;
|
|
391
396
|
}
|
|
@@ -483,6 +488,12 @@ declare class ShellbarComponent implements AfterContentInit, AfterViewInit, OnDe
|
|
|
483
488
|
get groupFlex(): Nullable<ShellbarGroupFlexOptions>;
|
|
484
489
|
/** Whether to show the navigation button. */
|
|
485
490
|
showNavigationButton: boolean;
|
|
491
|
+
/**
|
|
492
|
+
* Custom template for navigation button. When provided, this template will be rendered instead of the default button.
|
|
493
|
+
* Use this when you need to render a complex component like a popover with a button inside.
|
|
494
|
+
* The template should handle its own click events and accessibility attributes.
|
|
495
|
+
*/
|
|
496
|
+
navigationButtonTemplate: TemplateRef<any> | null;
|
|
486
497
|
/** Whether to show the back button. */
|
|
487
498
|
showBackButton: boolean;
|
|
488
499
|
/** Label for the navigation button. */
|
|
@@ -588,7 +599,7 @@ declare class ShellbarComponent implements AfterContentInit, AfterViewInit, OnDe
|
|
|
588
599
|
/** @hidden */
|
|
589
600
|
private _detachSearch;
|
|
590
601
|
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>;
|
|
602
|
+
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
603
|
}
|
|
593
604
|
|
|
594
605
|
declare class ShellbarModule {
|
package/table/index.d.ts
CHANGED
|
@@ -48,9 +48,9 @@ declare class TableCellDirective extends FocusableItemDirective implements After
|
|
|
48
48
|
/** @hidden */
|
|
49
49
|
constructor();
|
|
50
50
|
/** @hidden */
|
|
51
|
-
|
|
51
|
+
protected _focusIn(): void;
|
|
52
52
|
/** @hidden */
|
|
53
|
-
|
|
53
|
+
protected _focusOut(): void;
|
|
54
54
|
/** @hidden */
|
|
55
55
|
ngAfterContentInit(): void;
|
|
56
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableCellDirective, never>;
|
package/tabs/index.d.ts
CHANGED
|
@@ -39,9 +39,9 @@ declare class TabLinkDirective extends AbstractFdNgxClass implements FocusableOp
|
|
|
39
39
|
/** Event Emitted when item has been focused. */
|
|
40
40
|
readonly focused: EventEmitter<void>;
|
|
41
41
|
/** @hidden */
|
|
42
|
-
|
|
42
|
+
protected _onFocus(): void;
|
|
43
43
|
/** @hidden */
|
|
44
|
-
|
|
44
|
+
protected _onKeyUp(event: KeyboardEvent): void;
|
|
45
45
|
/** @hidden */
|
|
46
46
|
_setProperties(): void;
|
|
47
47
|
/** @hidden */
|
|
@@ -369,7 +369,7 @@ declare class TabNavComponent implements AfterContentInit, OnChanges, OnInit, On
|
|
|
369
369
|
*/
|
|
370
370
|
buildComponentCssClass(): string[];
|
|
371
371
|
/** @hidden */
|
|
372
|
-
|
|
372
|
+
protected _keyUpHandler(event: KeyboardEvent): void;
|
|
373
373
|
/** @hidden */
|
|
374
374
|
ngAfterContentInit(): void;
|
|
375
375
|
/** @hidden */
|
package/time/index.d.ts
CHANGED
|
@@ -366,7 +366,7 @@ declare class TimeComponent<D> implements OnInit, OnChanges, OnDestroy, AfterVie
|
|
|
366
366
|
/** @hidden */
|
|
367
367
|
focusActiveColumn(): void;
|
|
368
368
|
/** @hidden */
|
|
369
|
-
|
|
369
|
+
protected _focusOut(event: FocusEvent): void;
|
|
370
370
|
/**
|
|
371
371
|
* Get visible time columns
|
|
372
372
|
* @returns visible columns list @see {FdTimeActiveView[]}
|
package/time-picker/index.d.ts
CHANGED
|
@@ -240,7 +240,7 @@ declare class TimePickerComponent<D> implements ControlValueAccessor, OnInit, Af
|
|
|
240
240
|
/** @hidden */
|
|
241
241
|
_onOpenStateChanged(isOpen: boolean): void;
|
|
242
242
|
/** @hidden */
|
|
243
|
-
|
|
243
|
+
protected _focusOut(event: FocusEvent): void;
|
|
244
244
|
/** @hidden */
|
|
245
245
|
private _calculateTimeOptions;
|
|
246
246
|
/** @hidden */
|
package/toolbar/index.d.ts
CHANGED
|
@@ -165,7 +165,7 @@ declare class ToolbarComponent implements AfterViewInit, AfterViewChecked, CssCl
|
|
|
165
165
|
set titleComponent(title: TitleToken | null);
|
|
166
166
|
get titleComponent(): TitleToken | null;
|
|
167
167
|
/** @hidden */
|
|
168
|
-
|
|
168
|
+
protected readonly _role = "toolbar";
|
|
169
169
|
/** @hidden */
|
|
170
170
|
overflowItems$: Observable<ToolbarItem[]>;
|
|
171
171
|
/** @hidden */
|
package/tree/index.d.ts
CHANGED
|
@@ -326,7 +326,7 @@ declare class TreeComponent<P extends FdTreeAcceptableDataSource, T extends Tree
|
|
|
326
326
|
* Keyboard navigation
|
|
327
327
|
* @param event Keyboard event.
|
|
328
328
|
*/
|
|
329
|
-
|
|
329
|
+
protected _onKeyUp(event: KeyboardEvent): void;
|
|
330
330
|
/** @hidden */
|
|
331
331
|
ngOnInit(): void;
|
|
332
332
|
/** @hidden */
|
|
@@ -517,9 +517,9 @@ declare class TreeItemComponent<T extends TreeItem = TreeItem, P = any> extends
|
|
|
517
517
|
|
|
518
518
|
declare class TreeItemIconDirective {
|
|
519
519
|
/** @hidden */
|
|
520
|
-
|
|
520
|
+
protected readonly _role = "presentation";
|
|
521
521
|
/** @hidden */
|
|
522
|
-
|
|
522
|
+
protected readonly _ariaHidden = true;
|
|
523
523
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeItemIconDirective, never>;
|
|
524
524
|
static ɵdir: i0.ɵɵDirectiveDeclaration<TreeItemIconDirective, "[fdTreeItemIcon]", never, {}, {}, never, never, true, never>;
|
|
525
525
|
}
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.addAnimations = addAnimations;
|
|
13
|
-
const schematics_1 = require("@angular-devkit/schematics");
|
|
14
|
-
const schematics_2 = require("@angular/cdk/schematics");
|
|
15
|
-
const utility_1 = require("@schematics/angular/utility");
|
|
16
|
-
const calls_providers_function_1 = require("../utils/calls-providers-function");
|
|
17
|
-
const main_ts_file_path_1 = require("../utils/main-ts-file-path");
|
|
18
|
-
const ng_module_utils_1 = require("../utils/ng-module-utils");
|
|
19
|
-
/**
|
|
20
|
-
* Adds animations to the project.
|
|
21
|
-
* @param options
|
|
22
|
-
*/
|
|
23
|
-
function addAnimations(options) {
|
|
24
|
-
return (0, schematics_1.chain)([_addAnimations(options)]);
|
|
25
|
-
}
|
|
26
|
-
function _addAnimations(options) {
|
|
27
|
-
return (tree, context) => __awaiter(this, void 0, void 0, function* () {
|
|
28
|
-
const mainFilePath = yield (0, main_ts_file_path_1.getMainTsFilePath)(tree, options.project);
|
|
29
|
-
const isStandalone = (0, schematics_2.isStandaloneApp)(tree, mainFilePath);
|
|
30
|
-
return isStandalone
|
|
31
|
-
? addAnimationsProviders(options, tree, context)
|
|
32
|
-
: addAnimationsModule(options, tree, context);
|
|
33
|
-
});
|
|
34
|
-
}
|
|
35
|
-
function addAnimationsProviders(options, tree, context) {
|
|
36
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
37
|
-
const animationsFunction = 'provideAnimations';
|
|
38
|
-
const noopAnimationsFunction = 'provideNoopAnimations';
|
|
39
|
-
if (options.animations) {
|
|
40
|
-
if (yield (0, calls_providers_function_1.callsProvidersFunction)(tree, options.project, animationsFunction)) {
|
|
41
|
-
context.logger.info(`✅️ ${animationsFunction} already present in bootstrap call. Skipping.`);
|
|
42
|
-
return;
|
|
43
|
-
}
|
|
44
|
-
if (yield (0, calls_providers_function_1.callsProvidersFunction)(tree, options.project, noopAnimationsFunction)) {
|
|
45
|
-
context.logger.warn(`⚠️ Could not set up "${animationsFunction} because "${noopAnimationsFunction}" is already imported. Please manually set up browser animations.`);
|
|
46
|
-
return;
|
|
47
|
-
}
|
|
48
|
-
return (0, utility_1.addRootProvider)(options.project, ({ code, external }) => code `${external(animationsFunction, '@angular/platform-browser/animations')}()`);
|
|
49
|
-
}
|
|
50
|
-
return;
|
|
51
|
-
});
|
|
52
|
-
}
|
|
53
|
-
function addAnimationsModule(options, tree, context) {
|
|
54
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
55
|
-
const browserAnimationsModuleName = 'BrowserAnimationsModule';
|
|
56
|
-
const noopAnimationsModuleName = 'NoopAnimationsModule';
|
|
57
|
-
const modulePath = yield (0, schematics_2.findModuleFromOptions)(tree, options);
|
|
58
|
-
if (!modulePath) {
|
|
59
|
-
context.logger.warn(`⚠️ Could not set up animations because root module not found. Please manually set up animations.`);
|
|
60
|
-
return;
|
|
61
|
-
}
|
|
62
|
-
if (options.animations) {
|
|
63
|
-
if ((0, ng_module_utils_1.hasModuleImport)(tree, modulePath, noopAnimationsModuleName)) {
|
|
64
|
-
context.logger.warn(
|
|
65
|
-
// eslint-disable-next-line max-len
|
|
66
|
-
`⚠️ Could not set up "${browserAnimationsModuleName} because "${noopAnimationsModuleName}" is already imported. Please manually set up browser animations.`);
|
|
67
|
-
return;
|
|
68
|
-
}
|
|
69
|
-
if ((0, ng_module_utils_1.hasModuleImport)(tree, modulePath, browserAnimationsModuleName)) {
|
|
70
|
-
context.logger.info(`✅️ Import of ${browserAnimationsModuleName} already present in app module. Skipping.`);
|
|
71
|
-
return;
|
|
72
|
-
}
|
|
73
|
-
(0, schematics_2.addModuleImportToModule)(tree, modulePath, browserAnimationsModuleName, '@angular/platform-browser/animations');
|
|
74
|
-
context.logger.info(`✅️ Added ${browserAnimationsModuleName} to app module.`);
|
|
75
|
-
return;
|
|
76
|
-
}
|
|
77
|
-
if (!(0, ng_module_utils_1.hasModuleImport)(tree, modulePath, browserAnimationsModuleName)) {
|
|
78
|
-
(0, schematics_2.addModuleImportToModule)(tree, modulePath, noopAnimationsModuleName, '@angular/platform-browser/animations');
|
|
79
|
-
context.logger.info(`✅️ Added ${noopAnimationsModuleName} to app module.`);
|
|
80
|
-
}
|
|
81
|
-
});
|
|
82
|
-
}
|
|
83
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../libs/core/schematics/add-animations/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"$id": "fundamental-ngx-add-animations",
|
|
4
|
-
"title": "Fundamental Library for Angular add-animations schematic",
|
|
5
|
-
"type": "object",
|
|
6
|
-
"properties": {
|
|
7
|
-
"project": {
|
|
8
|
-
"type": "string",
|
|
9
|
-
"description": "The name of the project.",
|
|
10
|
-
"$default": {
|
|
11
|
-
"$source": "projectName"
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
"animations": {
|
|
15
|
-
"type": "boolean",
|
|
16
|
-
"default": true,
|
|
17
|
-
"description": "Whether Angular browser animations should be set up.",
|
|
18
|
-
"x-prompt": "Set up browser animations for Fundamental Library for Angular?"
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|