@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/button/index.d.ts
CHANGED
|
@@ -118,7 +118,7 @@ declare class ButtonComponent extends BaseButton implements OnChanges, CssClassB
|
|
|
118
118
|
/** @hidden */
|
|
119
119
|
constructor(elementRef: ElementRef, _contentDensityObserver: ContentDensityObserver);
|
|
120
120
|
/** Forces the focus outline around the button, which is not default behavior in Safari. */
|
|
121
|
-
clicked(event:
|
|
121
|
+
clicked(event: Event): void;
|
|
122
122
|
/** @hidden
|
|
123
123
|
* CssClassBuilder interface implementation
|
|
124
124
|
* function must return single string
|
package/card/index.d.ts
CHANGED
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { InjectionToken, EventEmitter, ElementRef, OnInit, OnChanges, OnDestroy, AfterContentInit, TemplateRef, AfterViewInit, QueryList, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { InputSignal, InjectionToken, EventEmitter, ElementRef, OnInit, OnChanges, OnDestroy, AfterContentInit, TemplateRef, AfterViewInit, QueryList, ChangeDetectorRef } from '@angular/core';
|
|
3
3
|
import { KeyboardSupportItemInterface, CssClassBuilder, Nullable, ColorAccent, FocusEscapeDirection, KeyboardSupportService } from '@fundamental-ngx/cdk/utils';
|
|
4
4
|
import * as i35 from '@fundamental-ngx/core/content-density';
|
|
5
5
|
import { ContentDensityObserver } from '@fundamental-ngx/core/content-density';
|
|
6
6
|
import { ObjectStatus } from '@fundamental-ngx/core/object-status';
|
|
7
7
|
import { Subject } from 'rxjs';
|
|
8
|
+
import * as _fundamental_ngx_core_card from '@fundamental-ngx/core/card';
|
|
8
9
|
|
|
10
|
+
interface FdCardMainHeaderComponent {
|
|
11
|
+
interactive: InputSignal<boolean>;
|
|
12
|
+
}
|
|
9
13
|
declare const FD_CARD: InjectionToken<unknown>;
|
|
10
|
-
declare const FD_CARD_MAIN_HEADER: InjectionToken<
|
|
14
|
+
declare const FD_CARD_MAIN_HEADER: InjectionToken<FdCardMainHeaderComponent>;
|
|
11
15
|
declare const FD_CARD_TITLE: InjectionToken<unknown>;
|
|
12
16
|
declare const FD_CARD_SUBTITLE: InjectionToken<unknown>;
|
|
13
17
|
declare const FD_CARD_SECOND_SUBTITLE: InjectionToken<unknown>;
|
|
@@ -299,7 +303,7 @@ declare class CardHeaderComponent {
|
|
|
299
303
|
*/
|
|
300
304
|
ariaRoleDescription: i0.InputSignal<string>;
|
|
301
305
|
/** @hidden */
|
|
302
|
-
readonly _cardMainHeader: i0.Signal<
|
|
306
|
+
readonly _cardMainHeader: i0.Signal<_fundamental_ngx_core_card.FdCardMainHeaderComponent | undefined>;
|
|
303
307
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderComponent, never>;
|
|
304
308
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "fd-card-header", never, { "ariaRoleDescription": { "alias": "ariaRoleDescription"; "required": false; "isSignal": true; }; }, {}, ["_cardMainHeader"], ["*"], true, never>;
|
|
305
309
|
}
|
|
@@ -677,4 +681,4 @@ declare class CardModule {
|
|
|
677
681
|
}
|
|
678
682
|
|
|
679
683
|
export { CardComponent, CardContentComponent, CardCounterDirective, CardExtendedHeaderComponent, CardFooterActionItemDirective, CardFooterComponent, CardHeaderActionDirective, CardHeaderColumnDirective, CardHeaderComponent, CardHeaderRowDirective, CardIndicatorComponent, CardIndicatorTitleDirective, CardIndicatorValueDirective, CardKpiAnalyticsContentDirective, CardKpiAnalyticsDirective, CardKpiAnalyticsLabelDirective, CardKpiHeaderComponent, CardKpiScaleIconDirective, CardKpiScaleTextDirective, CardKpiValueDirective, CardListDirective, CardLoaderComponent, CardMainHeaderComponent, CardMediaComponent, CardMediaContentContainerDirective, CardMediaHeadingDirective, CardMediaImageContainerDirective, CardMediaImageDirective, CardMediaTextDirective, CardModule, CardNumericContainerComponent, CardNumericHeaderComponent, CardSecondSubtitleDirective, CardSubtitleDirective, CardTitleDirective, FD_CARD, FD_CARD_COUNTER, FD_CARD_HEADER_ACTION, FD_CARD_KPI_HEADER, FD_CARD_MAIN_HEADER, FD_CARD_MEDIA_HEADING, FD_CARD_SECOND_SUBTITLE, FD_CARD_SUBTITLE, FD_CARD_TITLE };
|
|
680
|
-
export type { CardType };
|
|
684
|
+
export type { CardType, FdCardMainHeaderComponent };
|
package/combobox/index.d.ts
CHANGED
|
@@ -292,6 +292,8 @@ declare class ComboboxComponent<T = any> implements ComboboxInterface, SingleDro
|
|
|
292
292
|
/** @hidden */
|
|
293
293
|
get _customRenderer(): Nullable<TemplateRef<ComboboxItemDirectiveContext<T>>>;
|
|
294
294
|
/** @hidden */
|
|
295
|
+
_itemMousedown: boolean;
|
|
296
|
+
/** @hidden */
|
|
295
297
|
private _subscriptions;
|
|
296
298
|
/** @hidden */
|
|
297
299
|
private _value;
|
|
@@ -314,7 +316,9 @@ declare class ComboboxComponent<T = any> implements ComboboxInterface, SingleDro
|
|
|
314
316
|
/** @hidden */
|
|
315
317
|
onItemKeyDownHandler(event: KeyboardEvent, value: any): void;
|
|
316
318
|
/** @hidden */
|
|
317
|
-
|
|
319
|
+
onItemFocused(value: any): void;
|
|
320
|
+
/** @hidden */
|
|
321
|
+
onMenuClickHandler(value: any, shouldClosePopover?: boolean): void;
|
|
318
322
|
/** Handle dialog dismissing, closes popover and sets backup data. */
|
|
319
323
|
dialogDismiss(term: any): void;
|
|
320
324
|
/** Handle dialog approval, closes popover and propagates data changes. */
|
|
@@ -382,6 +386,10 @@ declare class ComboboxComponent<T = any> implements ComboboxInterface, SingleDro
|
|
|
382
386
|
private setValue;
|
|
383
387
|
/** @hidden */
|
|
384
388
|
private _setUpMobileMode;
|
|
389
|
+
/** @hidden */
|
|
390
|
+
private _setupValueSynchronization;
|
|
391
|
+
/** @hidden */
|
|
392
|
+
private _syncDomValueToModel;
|
|
385
393
|
static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxComponent<any>, never>;
|
|
386
394
|
static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxComponent<any>, "fd-combobox", never, { "comboboxId": { "alias": "comboboxId"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "required": { "alias": "required"; "required": false; }; "dropdownValues": { "alias": "dropdownValues"; "required": false; }; "filterFn": { "alias": "filterFn"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "isSearch": { "alias": "isSearch"; "required": false; }; "glyph": { "alias": "glyph"; "required": false; }; "glyphFont": { "alias": "glyphFont"; "required": false; }; "showClearButton": { "alias": "showClearButton"; "required": false; }; "triggers": { "alias": "triggers"; "required": false; }; "closeOnOutsideClick": { "alias": "closeOnOutsideClick"; "required": false; }; "openOnKeyboardEvent": { "alias": "openOnKeyboardEvent"; "required": false; }; "state": { "alias": "state"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; "groupFn": { "alias": "groupFn"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "dropDownMaxWidthPx": { "alias": "dropDownMaxWidthPx"; "required": false; }; "noDropDownMaxWidth": { "alias": "noDropDownMaxWidth"; "required": false; }; "width": { "alias": "width"; "required": false; }; "searchFn": { "alias": "searchFn"; "required": false; }; "highlighting": { "alias": "highlighting"; "required": false; }; "closeOnSelect": { "alias": "closeOnSelect"; "required": false; }; "fillOnSelect": { "alias": "fillOnSelect"; "required": false; }; "autoComplete": { "alias": "autoComplete"; "required": false; }; "fillControlMode": { "alias": "fillControlMode"; "required": false; }; "communicateByObject": { "alias": "communicateByObject"; "required": false; }; "displayFn": { "alias": "displayFn"; "required": false; }; "buttonFocusable": { "alias": "buttonFocusable"; "required": false; }; "clearButtonFocusable": { "alias": "clearButtonFocusable"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "mobileConfig": { "alias": "mobileConfig"; "required": false; }; "showDropdownButton": { "alias": "showDropdownButton"; "required": false; }; "includes": { "alias": "includes"; "required": false; }; "title": { "alias": "title"; "required": false; }; "byline": { "alias": "byline"; "required": false; }; "tabOutStrategy": { "alias": "tabOutStrategy"; "required": false; }; }, { "itemClicked": "itemClicked"; "openChange": "openChange"; "inputTextChange": "inputTextChange"; }, ["_comboboxItemRenderer", "listMessages"], ["*", "*"], true, never>;
|
|
387
395
|
}
|
package/dialog/index.d.ts
CHANGED
|
@@ -415,7 +415,7 @@ declare class DialogContainerComponent extends DynamicComponentContainer<DialogC
|
|
|
415
415
|
/** @hidden */
|
|
416
416
|
portalOutlet: CdkPortalOutlet;
|
|
417
417
|
/** The state of the Dialog animations. */
|
|
418
|
-
|
|
418
|
+
protected get _animationState(): string;
|
|
419
419
|
/** @hidden */
|
|
420
420
|
private _class;
|
|
421
421
|
/** @hidden */
|
|
@@ -508,7 +508,7 @@ declare abstract class DialogBase<T = any, D extends DialogRefBase<T> = DialogRe
|
|
|
508
508
|
/** @hidden Listen and close dialog on Escape key */
|
|
509
509
|
closeDialogEsc(event: KeyboardEvent): void;
|
|
510
510
|
/** @hidden Listen and close dialog on Backdrop click */
|
|
511
|
-
closeDialog(target:
|
|
511
|
+
closeDialog(target: EventTarget | null): void;
|
|
512
512
|
/** @hidden */
|
|
513
513
|
ngOnInit(): void;
|
|
514
514
|
/** @hidden */
|
package/feed-input/index.d.ts
CHANGED
|
@@ -68,7 +68,7 @@ declare class FeedInputTextareaDirective implements HasElementRef, OnInit {
|
|
|
68
68
|
/** @hidden get the total height including borders and scroll height */
|
|
69
69
|
private _getTextareaTotalHeight;
|
|
70
70
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeedInputTextareaDirective, never>;
|
|
71
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FeedInputTextareaDirective, "[fdFeedInputTextarea]", never, { "fdFeedInputTextareaMaxRows": { "alias": "fdFeedInputTextareaMaxRows"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
|
|
71
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FeedInputTextareaDirective, "textarea[fdFeedInputTextarea]", never, { "fdFeedInputTextareaMaxRows": { "alias": "fdFeedInputTextareaMaxRows"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
declare class FeedInputComponent implements AfterContentInit, OnDestroy {
|
|
@@ -70,7 +70,7 @@ class ActionSheetItemComponent {
|
|
|
70
70
|
this.buttonComponent.nativeElement.focus();
|
|
71
71
|
}
|
|
72
72
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ActionSheetItemComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
73
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: ActionSheetItemComponent, isStandalone: true, selector: "[fd-action-sheet-item]", inputs: { label: "label", glyph: "glyph", glyphFont: "glyphFont", negative: "negative", isCloseButton: "isCloseButton", disabled: "disabled" }, outputs: { keyDown: "keyDown" }, host: { attributes: { "role": "none" }, listeners: { "keydown": "keydownHandler($event)", "focusin": "focusHandler()", "click": "onClick(
|
|
73
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: ActionSheetItemComponent, isStandalone: true, selector: "[fd-action-sheet-item]", inputs: { label: "label", glyph: "glyph", glyphFont: "glyphFont", negative: "negative", isCloseButton: "isCloseButton", disabled: "disabled" }, outputs: { keyDown: "keyDown" }, host: { attributes: { "role": "none" }, listeners: { "keydown": "keydownHandler($event)", "focusin": "focusHandler()", "click": "onClick()" }, classAttribute: "fd-action-sheet__item" }, viewQueries: [{ propertyName: "buttonComponent", first: true, predicate: ButtonComponent, descendants: true, read: ElementRef }], ngImport: i0, template: "<button\n fd-button\n [class]=\"negative ? 'fd-button--negative' : 'fd-button--transparent fd-button--text-alignment-left'\"\n role=\"menuitem\"\n class=\"fd-button--full-width\"\n [label]=\"label\"\n [glyph]=\"glyph\"\n [glyphFont]=\"glyphFont\"\n [disabled]=\"disabled\"\n [tabIndex]=\"_tabIndex$()\"\n>\n <ng-content></ng-content>\n</button>\n", dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[fd-button], a[fd-button], span[fd-button]", inputs: ["class", "id"], exportAs: ["fd-button"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
74
74
|
}
|
|
75
75
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ActionSheetItemComponent, decorators: [{
|
|
76
76
|
type: Component,
|
|
@@ -103,7 +103,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
103
103
|
args: ['focusin']
|
|
104
104
|
}], onClick: [{
|
|
105
105
|
type: HostListener,
|
|
106
|
-
args: ['click'
|
|
106
|
+
args: ['click']
|
|
107
107
|
}] } });
|
|
108
108
|
|
|
109
109
|
let actionSheetBodyUniqueIdCounter = 0;
|
|
@@ -224,7 +224,7 @@ class ActionSheetControlComponent {
|
|
|
224
224
|
this._focusedElementBeforeDialogOpened?.focus();
|
|
225
225
|
}
|
|
226
226
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ActionSheetControlComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
227
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: ActionSheetControlComponent, isStandalone: true, selector: "fd-action-sheet-control", outputs: { clicked: "clicked" }, host: { listeners: { "click": "onClick(
|
|
227
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: ActionSheetControlComponent, isStandalone: true, selector: "fd-action-sheet-control", outputs: { clicked: "clicked" }, host: { listeners: { "click": "onClick()" } }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
228
228
|
}
|
|
229
229
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ActionSheetControlComponent, decorators: [{
|
|
230
230
|
type: Component,
|
|
@@ -239,7 +239,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
239
239
|
type: Output
|
|
240
240
|
}], onClick: [{
|
|
241
241
|
type: HostListener,
|
|
242
|
-
args: ['click'
|
|
242
|
+
args: ['click']
|
|
243
243
|
}] } });
|
|
244
244
|
|
|
245
245
|
class ActionSheetMobileComponent {
|