@natec/mef-dev-ui-kit 20.0.167 → 20.1.0

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/index.d.ts CHANGED
@@ -1,9 +1,9 @@
1
1
  import * as i0 from '@angular/core';
2
- import { TemplateRef, EventEmitter, ElementRef, ModuleWithProviders, OnInit, AfterContentInit, AfterContentChecked, Renderer2, ChangeDetectorRef, OnDestroy, PipeTransform, AfterViewChecked, OnChanges, SimpleChanges, AfterViewInit, NgZone, QueryList, InjectionToken, ViewContainerRef, Injector, ComponentRef, Optional } from '@angular/core';
2
+ import { TemplateRef, EventEmitter, ElementRef, ModuleWithProviders, OnInit, AfterContentInit, AfterContentChecked, Renderer2, ChangeDetectorRef, OnDestroy, PipeTransform, AfterViewChecked, OnChanges, SimpleChanges, AfterViewInit, NgZone, QueryList, InjectionToken, ViewContainerRef, Injector, ComponentRef, Optional, DoCheck } from '@angular/core';
3
3
  import * as i2 from '@angular/common';
4
4
  import * as rxjs from 'rxjs';
5
5
  import { Observable, Subscription, Subject } from 'rxjs';
6
- import * as i6 from '@angular/cdk/overlay';
6
+ import * as i1 from '@angular/cdk/overlay';
7
7
  import { CdkConnectedOverlay, ConnectedOverlayPositionChange, ScrollStrategy, ComponentType, OverlayRef, FlexibleConnectedPositionStrategyOrigin, ViewportRuler, Overlay, ConnectedPosition } from '@angular/cdk/overlay';
8
8
  import * as i5 from '@angular/forms';
9
9
  import { ControlValueAccessor, AbstractControl, FormGroupDirective, NgForm, NgControl, Validator, ValidationErrors } from '@angular/forms';
@@ -13,13 +13,14 @@ import { CdkAccordion, CdkAccordionItem } from '@angular/cdk/accordion';
13
13
  import * as i3 from '@angular/cdk/portal';
14
14
  import { TemplatePortal, ComponentPortal, CdkPortalOutlet, CdkPortal } from '@angular/cdk/portal';
15
15
  import { FocusableOption, FocusOrigin, ActiveDescendantKeyManager, FocusKeyManager } from '@angular/cdk/a11y';
16
- import * as i1$1 from '@angular/cdk/dialog';
16
+ import * as i1$2 from '@angular/cdk/dialog';
17
17
  import { DialogConfig, CdkDialogContainer, DialogRef, Dialog } from '@angular/cdk/dialog';
18
- import * as i1 from '@angular/cdk/scrolling';
18
+ import * as i1$1 from '@angular/cdk/scrolling';
19
19
  import * as i3$1 from '@angular/cdk/stepper';
20
20
  import { CdkStepLabel, StepState, CdkStepHeader, CdkStep, CdkStepper, CdkStepperNext, CdkStepperPrevious } from '@angular/cdk/stepper';
21
21
  export { StepState, StepperOrientation } from '@angular/cdk/stepper';
22
22
  import { SelectionModel } from '@angular/cdk/collections';
23
+ import { ModifierKey } from '@angular/cdk/keycodes';
23
24
 
24
25
  /**
25
26
  * Component for displaying a collapsible content.
@@ -532,7 +533,7 @@ declare class OptionPipe implements PipeTransform {
532
533
 
533
534
  declare class MefDevSelectModule {
534
535
  static ɵfac: i0.ɵɵFactoryDeclaration<MefDevSelectModule, never>;
535
- static ɵmod: i0.ɵɵNgModuleDeclaration<MefDevSelectModule, [typeof OptionPipe, typeof MefDevOptionComponent, typeof MefDevSelectComponent], [typeof i2.CommonModule, typeof i5.FormsModule, typeof i6.OverlayModule], [typeof OptionPipe, typeof MefDevOptionComponent, typeof MefDevSelectComponent]>;
536
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MefDevSelectModule, [typeof OptionPipe, typeof MefDevOptionComponent, typeof MefDevSelectComponent], [typeof i2.CommonModule, typeof i5.FormsModule, typeof i1.OverlayModule], [typeof OptionPipe, typeof MefDevOptionComponent, typeof MefDevSelectComponent]>;
536
537
  static ɵinj: i0.ɵɵInjectorDeclaration<MefDevSelectModule>;
537
538
  }
538
539
 
@@ -2630,7 +2631,7 @@ declare class MDDialogTitle extends DialogLayoutSection {
2630
2631
  */
2631
2632
  declare class MDDialogContent {
2632
2633
  static ɵfac: i0.ɵɵFactoryDeclaration<MDDialogContent, never>;
2633
- static ɵdir: i0.ɵɵDirectiveDeclaration<MDDialogContent, "[md-dialog-content], md-dialog-content, [mdDialogContent]", never, {}, {}, never, never, true, [{ directive: typeof i1.CdkScrollable; inputs: {}; outputs: {}; }]>;
2634
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MDDialogContent, "[md-dialog-content], md-dialog-content, [mdDialogContent]", never, {}, {}, never, never, true, [{ directive: typeof i1$1.CdkScrollable; inputs: {}; outputs: {}; }]>;
2634
2635
  }
2635
2636
  /**
2636
2637
  * Action row of the dialog (typically hosts buttons).
@@ -2651,7 +2652,7 @@ declare class MDDialogActions extends DialogLayoutSection {
2651
2652
 
2652
2653
  declare class MDModalModule {
2653
2654
  static ɵfac: i0.ɵɵFactoryDeclaration<MDModalModule, never>;
2654
- static ɵmod: i0.ɵɵNgModuleDeclaration<MDModalModule, never, [typeof i1$1.DialogModule, typeof i6.OverlayModule, typeof i3.PortalModule, typeof MDDialogContainer, typeof MDDialogClose, typeof MDDialogTitle, typeof MDDialogActions, typeof MDDialogContent], [typeof MDDialogContainer, typeof MDDialogClose, typeof MDDialogTitle, typeof MDDialogActions, typeof MDDialogContent]>;
2655
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MDModalModule, never, [typeof i1$2.DialogModule, typeof i1.OverlayModule, typeof i3.PortalModule, typeof MDDialogContainer, typeof MDDialogClose, typeof MDDialogTitle, typeof MDDialogActions, typeof MDDialogContent], [typeof MDDialogContainer, typeof MDDialogClose, typeof MDDialogTitle, typeof MDDialogActions, typeof MDDialogContent]>;
2655
2656
  static ɵinj: i0.ɵɵInjectorDeclaration<MDModalModule>;
2656
2657
  }
2657
2658
 
@@ -2837,26 +2838,26 @@ type MDPaginatedStepHeaderItem = FocusableOption & {
2837
2838
  * ErrorStateMatcher that shows errors only once a control is dirty
2838
2839
  * (or when the parent form was submitted). Useful for “show on edit”.
2839
2840
  */
2840
- declare class ShowOnDirtyErrorStateMatcher implements ErrorStateMatcher {
2841
+ declare class ShowOnDirtyErrorStateMatcher implements StepperErrorStateMatcher {
2841
2842
  isErrorState(control: AbstractControl | null, form: FormGroupDirective | NgForm | null): boolean;
2842
2843
  static ɵfac: i0.ɵɵFactoryDeclaration<ShowOnDirtyErrorStateMatcher, never>;
2843
2844
  static ɵprov: i0.ɵɵInjectableDeclaration<ShowOnDirtyErrorStateMatcher>;
2844
2845
  }
2845
2846
  /**
2846
- * Default ErrorStateMatcher used across the stepper.
2847
+ * Default StepperErrorStateMatcher used across the stepper.
2847
2848
  * Marks error when a control is invalid and touched, or the form is submitted.
2848
2849
  */
2849
- declare class ErrorStateMatcher {
2850
+ declare class StepperErrorStateMatcher {
2850
2851
  isErrorState(control: AbstractControl | null, form: FormGroupDirective | NgForm | null): boolean;
2851
- static ɵfac: i0.ɵɵFactoryDeclaration<ErrorStateMatcher, never>;
2852
- static ɵprov: i0.ɵɵInjectableDeclaration<ErrorStateMatcher>;
2852
+ static ɵfac: i0.ɵɵFactoryDeclaration<StepperErrorStateMatcher, never>;
2853
+ static ɵprov: i0.ɵɵInjectableDeclaration<StepperErrorStateMatcher>;
2853
2854
  }
2854
2855
  /**
2855
2856
  * Single step inside the stepper.
2856
2857
  * - Extends CdkStep and plugs in lazy content via <ng-template mdStepContent>.
2857
- * - Provides ErrorStateMatcher so the step can decide its own error state.
2858
+ * - Provides StepperErrorStateMatcher so the step can decide its own error state.
2858
2859
  */
2859
- declare class MDStep extends CdkStep implements ErrorStateMatcher, AfterContentInit, OnDestroy {
2860
+ declare class MDStep extends CdkStep implements StepperErrorStateMatcher, AfterContentInit, OnDestroy {
2860
2861
  /** Parent-provided matcher used as a baseline in isErrorState. */
2861
2862
  private _errorStateMatcher;
2862
2863
  /** View container used to create a portal for lazy content. */
@@ -2874,7 +2875,7 @@ declare class MDStep extends CdkStep implements ErrorStateMatcher, AfterContentI
2874
2875
  /** Cleanup subscription on destroy. */
2875
2876
  ngOnDestroy(): void;
2876
2877
  /**
2877
- * ErrorStateMatcher implementation for this step.
2878
+ * StepperErrorStateMatcher implementation for this step.
2878
2879
  * Combines the injected default matcher with “interacted” state so that
2879
2880
  * a step can show errors after the user interacted with the step controls.
2880
2881
  */
@@ -3298,7 +3299,7 @@ declare class MDContextMenuTrigger extends MDMenuTriggerBase implements OnDestro
3298
3299
 
3299
3300
  declare class MDMenuModule {
3300
3301
  static ɵfac: i0.ɵɵFactoryDeclaration<MDMenuModule, never>;
3301
- static ɵmod: i0.ɵɵNgModuleDeclaration<MDMenuModule, never, [typeof i6.OverlayModule, typeof MDMenu, typeof MDMenuItem, typeof MDMenuContent, typeof MDMenuTrigger, typeof MDContextMenuTrigger], [typeof i7.BidiModule, typeof i1.CdkScrollableModule, typeof MDMenu, typeof MDMenuItem, typeof MDMenuContent, typeof MDMenuTrigger, typeof MDContextMenuTrigger]>;
3302
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MDMenuModule, never, [typeof i1.OverlayModule, typeof MDMenu, typeof MDMenuItem, typeof MDMenuContent, typeof MDMenuTrigger, typeof MDContextMenuTrigger], [typeof i7.BidiModule, typeof i1$1.CdkScrollableModule, typeof MDMenu, typeof MDMenuItem, typeof MDMenuContent, typeof MDMenuTrigger, typeof MDContextMenuTrigger]>;
3302
3303
  static ɵinj: i0.ɵɵInjectorDeclaration<MDMenuModule>;
3303
3304
  }
3304
3305
 
@@ -3331,6 +3332,39 @@ declare class MDOptionGroup {
3331
3332
  static ngAcceptInputType_disabled: unknown;
3332
3333
  }
3333
3334
 
3335
+ /** Visual states for the pseudo checkbox glyph. */
3336
+ type PseudoCheckboxState = 'unchecked' | 'checked' | 'indeterminate';
3337
+ declare class PseudoCheckbox {
3338
+ /**
3339
+ * Visual state of the glyph.
3340
+ * Affects host classes only; no behavior is implied.
3341
+ * @default 'checked'
3342
+ */
3343
+ state: PseudoCheckboxState;
3344
+ /**
3345
+ * Applies a disabled look.
3346
+ * Parent/consumer is responsible for actual interactivity.
3347
+ * @default false
3348
+ */
3349
+ disabled: boolean;
3350
+ /**
3351
+ * Size/style variant of the glyph.
3352
+ * - `'minimal'` — compact indicator
3353
+ * - `'full'` — standard checkbox visuals
3354
+ * @default 'full'
3355
+ */
3356
+ appearance: 'minimal' | 'full';
3357
+ constructor();
3358
+ static ɵfac: i0.ɵɵFactoryDeclaration<PseudoCheckbox, never>;
3359
+ static ɵcmp: i0.ɵɵComponentDeclaration<PseudoCheckbox, "pseudo-checkbox", never, { "state": { "alias": "state"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; }, {}, never, never, true, never>;
3360
+ }
3361
+
3362
+ declare class MDPseudoCheckboxModule {
3363
+ static ɵfac: i0.ɵɵFactoryDeclaration<MDPseudoCheckboxModule, never>;
3364
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MDPseudoCheckboxModule, never, [typeof PseudoCheckbox], [typeof PseudoCheckbox, typeof i7.BidiModule]>;
3365
+ static ɵinj: i0.ɵɵInjectorDeclaration<MDPseudoCheckboxModule>;
3366
+ }
3367
+
3334
3368
  /**
3335
3369
  * Event payload emitted when an option's selection state changes.
3336
3370
  *
@@ -3448,6 +3482,32 @@ declare function _countGroupLabelsBeforeOption(optionIndex: number, options: Que
3448
3482
  */
3449
3483
  declare function _getOptionScrollPosition(optionOffset: number, optionHeight: number, currentScrollPosition: number, panelHeight: number): number;
3450
3484
 
3485
+ declare class MDOptionModule {
3486
+ static ɵfac: i0.ɵɵFactoryDeclaration<MDOptionModule, never>;
3487
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MDOptionModule, never, [typeof MDPseudoCheckboxModule, typeof MDOption, typeof MDOptionGroup], [typeof MDOption, typeof MDOptionGroup, typeof i7.BidiModule]>;
3488
+ static ɵinj: i0.ɵɵInjectorDeclaration<MDOptionModule>;
3489
+ }
3490
+
3491
+ /**
3492
+ * Returns an exception to be thrown when attempting to change a select's `multiple` option
3493
+ * after initialization.
3494
+ * @docs-private
3495
+ */
3496
+ declare function getMDSelectDynamicMultipleError(): Error;
3497
+ /**
3498
+ * Returns an exception to be thrown when attempting to assign a non-array value to a select
3499
+ * in `multiple` mode. Note that `undefined` and `null` are still valid values to allow for
3500
+ * resetting the value.
3501
+ * @docs-private
3502
+ */
3503
+ declare function getMDSelectNonArrayValueError(): Error;
3504
+ /**
3505
+ * Returns an exception to be thrown when assigning a non-function value to the comparator
3506
+ * used to determine if a value corresponds to an option. Note that whether the function
3507
+ * actually takes two values and returns a boolean is not checked.
3508
+ */
3509
+ declare function getMDSelectNonFunctionValueError(): Error;
3510
+
3451
3511
  /** Event payload emitted when the select's value changes. */
3452
3512
  declare class SelectChange<T = any> {
3453
3513
  source: MDSelect;
@@ -3661,36 +3721,9 @@ declare class MDSelectTrigger {
3661
3721
  static ɵdir: i0.ɵɵDirectiveDeclaration<MDSelectTrigger, "md-select-trigger", never, {}, {}, never, never, true, never>;
3662
3722
  }
3663
3723
 
3664
- /** Visual states for the pseudo checkbox glyph. */
3665
- type PseudoCheckboxState = 'unchecked' | 'checked' | 'indeterminate';
3666
- declare class PseudoCheckbox {
3667
- /**
3668
- * Visual state of the glyph.
3669
- * Affects host classes only; no behavior is implied.
3670
- * @default 'checked'
3671
- */
3672
- state: PseudoCheckboxState;
3673
- /**
3674
- * Applies a disabled look.
3675
- * Parent/consumer is responsible for actual interactivity.
3676
- * @default false
3677
- */
3678
- disabled: boolean;
3679
- /**
3680
- * Size/style variant of the glyph.
3681
- * - `'minimal'` — compact indicator
3682
- * - `'full'` — standard checkbox visuals
3683
- * @default 'full'
3684
- */
3685
- appearance: 'minimal' | 'full';
3686
- constructor();
3687
- static ɵfac: i0.ɵɵFactoryDeclaration<PseudoCheckbox, never>;
3688
- static ɵcmp: i0.ɵɵComponentDeclaration<PseudoCheckbox, "pseudo-checkbox", never, { "state": { "alias": "state"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; }, {}, never, never, true, never>;
3689
- }
3690
-
3691
3724
  declare class MDSelectModule {
3692
3725
  static ɵfac: i0.ɵɵFactoryDeclaration<MDSelectModule, never>;
3693
- static ɵmod: i0.ɵɵNgModuleDeclaration<MDSelectModule, never, [typeof i2.CommonModule, typeof i5.FormsModule, typeof i6.OverlayModule, typeof MDOption, typeof MDOptionGroup, typeof MDSelect, typeof MDSelectTrigger, typeof PseudoCheckbox], [typeof MDOption, typeof MDOptionGroup, typeof MDSelect, typeof MDSelectTrigger]>;
3726
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MDSelectModule, never, [typeof i2.CommonModule, typeof i5.FormsModule, typeof i1.OverlayModule, typeof MDOption, typeof MDOptionGroup, typeof MDSelect, typeof MDSelectTrigger, typeof PseudoCheckbox], [typeof MDOption, typeof MDOptionGroup, typeof MDSelect, typeof MDSelectTrigger]>;
3694
3727
  static ɵinj: i0.ɵɵInjectorDeclaration<MDSelectModule>;
3695
3728
  }
3696
3729
 
@@ -4928,6 +4961,894 @@ declare class MDCheckBoxModule {
4928
4961
  static ɵinj: i0.ɵɵInjectorDeclaration<MDCheckBoxModule>;
4929
4962
  }
4930
4963
 
4931
- export { ACCORDION, CARD_CONFIG, CardSimpleComponent, CentralPageComponent, CentralPageRowComponent, CollapseComponent, CollapseSetComponent, DIALOG_DATA, DIALOG_DEFAULT_OPTIONS, DIALOG_SCROLL_STRATEGY, DialogState, EXPANSION_PANEL_DEFAULT_OPTIONS, ErrorStateMatcher, ExpansionPanelActionRow, ExpansionPanelDescription, ExpansionPanelTitle, FillComponent, FilteredFieldContainerComponent, FilteredFieldItemComponent, FilteredFieldService, FiltredItemModel, INK_BAR_POSITIONER, INK_BAR_POSITIONER_FACTORY, InkBar, MDAccordion, MDCard, MDCardActions, MDCardAvatar, MDCardContent, MDCardFooter, MDCardHeader, MDCardImage, MDCardLgImage, MDCardMdImage, MDCardModule, MDCardSmImage, MDCardSubtitle, MDCardTitle, MDCardTitleGroup, MDCardXlImage, MDCheckBox, MDCheckBoxModule, MDCheckboxChange, MDCollapseModule, MDContextMenuTrigger, MDDialog, MDDialogActions, MDDialogClose, MDDialogContainer, MDDialogContent, MDDialogTitle, MDExpansionPanel, MDExpansionPanelContent, MDExpansionPanelHeader, MDMenu, MDMenuContent, MDMenuItem, MDMenuModule, MDMenuTrigger, MDModalModule, MDOption, MDOptionGroup, MDOptionSelectionChange, MDSelect, MDSelectModule, MDSelectTrigger, MDStep, MDStepContent, MDStepExecutorModule, MDStepFooter, MDStepHeader, MDStepLabel, MDStepper, MDStepperIcon, MDStepperNext, MDStepperPrevious, MDSwitch, MDSwitchModule, MDTab, MDTabBody, MDTabChangeEvent, MDTabContent, MDTabGroup, MDTabHeader, MDTabLabel, MDTabLabelWrapper, MDTabsModule, MD_EXPANSION_PANEL, MD_MENU_CONTENT, MD_MENU_DEFAULT_OPTIONS, MD_MENU_PANEL, MD_MENU_SCROLL_STRATEGY, MD_SELECT_TRIGGER, MD_TAB, MD_TAB_LABEL, MENU_PANEL_TOP_PADDING, ManagePageComponent, MefDevCardModule, MefDevCollapseModule, MefDevDialogConfig, MefDevDialogRef, MefDevDropDownMenuModule, MefDevFilteredFieldModule, MefDevModalModule, MefDevOptionComponent, MefDevPageLayoutsModule, MefDevProgressComponent, MefDevProgressModule, MefDevSelectComponent, MefDevSelectModule, MefDevStepExecutorModule, MefDevSwitchComponent, MefDevSwitchModule, MefDevTabBodyComponent, MefDevTabComponent, MefDevTabLabelDirective, MefDevTabSetComponent, MefDevTabsInkBarDirective, MefDevTabsModule, MefDevTabsNavComponent, MefdevDropdownMenuComponent, MefdevExecutorPageComponent, ModalSize, OptionPipe, PaginatedTabHeader, ProgressConfig, PseudoCheckbox, RightFilterComponent, STEPPER_INTL_PROVIDER, STEPPER_INTL_PROVIDER_FACTORY, SelectChange, ShowOnDirtyErrorStateMatcher, SlideRightComponent, SlideUpComponent, StageComponent, StepExecutorComponent, StepperIntl, TABS_CONFIG, TAB_CONTENT, TAB_GROUP, TabBodyPortal, TabChangeEvent, TablePageComponent, TransitionCheckState, _closeDialogVia, _countGroupLabelsBeforeOption, _getOptionScrollPosition, components, mefDevCardComponents, mefDevCollapseModuleComponents };
4932
- export type { AccordionBase, AccordionDisplayMode, AccordionTogglePosition, AnimatedInterface, AutoFocusTarget, CardAppearance, CardConfig, CheckboxClickAction, DialogPosition, DialogRole, ExpansionPanelBase, ExpansionPanelDefaultOptions, ExpansionPanelState, MDMenuDefaultOptions, MDMenuPanel, MDPaginatedStepHeaderItem, MenuCloseReason, MenuPositionX, MenuPositionY, PseudoCheckboxState, ScrollDirection, StepperIconContext, TabBodyOriginState, TabBodyPositionState, TabGroupBaseHeader, TabHeaderPosition, TabPosition, TabPositionMode, TabType, TabsConfig, ToggleSwitchChangeEvent };
4964
+ declare class MDAutocompleteSelectedEvent {
4965
+ source: MDAutocomplete;
4966
+ option: MDOption;
4967
+ constructor(source: MDAutocomplete, option: MDOption);
4968
+ }
4969
+ interface MDAutocompleteActivatedEvent {
4970
+ source: MDAutocomplete;
4971
+ option: MDOption | null;
4972
+ }
4973
+ interface MdAutocompleteDefaultOptions {
4974
+ autoActiveFirstOption?: boolean;
4975
+ autoSelectActiveOption?: boolean;
4976
+ requireSelection?: boolean;
4977
+ backdropClass?: string;
4978
+ hasBackdrop?: boolean;
4979
+ overlayPanelClass?: string | string[];
4980
+ hideSingleSelectionIndicator?: boolean;
4981
+ }
4982
+ declare const MD_AUTOCOMPLETE_DEFAULT_OPTIONS: InjectionToken<MdAutocompleteDefaultOptions>;
4983
+ interface MDOptionParentComponent {
4984
+ multiple?: boolean;
4985
+ inertGroups?: boolean;
4986
+ hideSingleSelectionIndicator?: boolean;
4987
+ }
4988
+ declare const MD_OPTION_PARENT_COMPONENT: InjectionToken<MDOptionParentComponent>;
4989
+ declare class MDAutocomplete implements AfterContentInit, OnDestroy {
4990
+ private _changeDetectorRef;
4991
+ private _elementRef;
4992
+ protected _defaults: MdAutocompleteDefaultOptions;
4993
+ private _activeOptionChanges;
4994
+ _keyManager: ActiveDescendantKeyManager<MDOption>;
4995
+ showPanel: boolean;
4996
+ get isOpen(): boolean;
4997
+ _isOpen: boolean;
4998
+ _latestOpeningTrigger: unknown;
4999
+ template: TemplateRef<any>;
5000
+ panel: ElementRef;
5001
+ options: QueryList<MDOption>;
5002
+ optionGroups: QueryList<MDOptionGroup>;
5003
+ ariaLabel: string;
5004
+ ariaLabelledby: string;
5005
+ displayWith: ((value: any) => string) | null;
5006
+ autoActiveFirstOption: boolean;
5007
+ autoSelectActiveOption: boolean;
5008
+ requireSelection: boolean;
5009
+ panelWidth: string | number;
5010
+ _animationsDisabled: boolean;
5011
+ readonly optionSelected: EventEmitter<MDAutocompleteSelectedEvent>;
5012
+ readonly opened: EventEmitter<void>;
5013
+ readonly closed: EventEmitter<void>;
5014
+ readonly optionActivated: EventEmitter<MDAutocompleteActivatedEvent>;
5015
+ set classList(value: string | string[]);
5016
+ _classList: string | string[];
5017
+ get hideSingleSelectionIndicator(): boolean;
5018
+ set hideSingleSelectionIndicator(value: boolean);
5019
+ private _hideSingleSelectionIndicator;
5020
+ _syncParentProperties(): void;
5021
+ id: string;
5022
+ readonly inertGroups: boolean;
5023
+ constructor();
5024
+ ngAfterContentInit(): void;
5025
+ ngOnDestroy(): void;
5026
+ _setScrollTop(scrollTop: number): void;
5027
+ _getScrollTop(): number;
5028
+ _setVisibility(): void;
5029
+ _emitSelectEvent(option: MDOption): void;
5030
+ _getPanelAriaLabelledby(labelId: string | null): string | null;
5031
+ protected _skipPredicate(): boolean;
5032
+ static ɵfac: i0.ɵɵFactoryDeclaration<MDAutocomplete, never>;
5033
+ static ɵcmp: i0.ɵɵComponentDeclaration<MDAutocomplete, "md-autocomplete", ["mdAutocomplete"], { "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "displayWith": { "alias": "displayWith"; "required": false; }; "autoActiveFirstOption": { "alias": "autoActiveFirstOption"; "required": false; }; "autoSelectActiveOption": { "alias": "autoSelectActiveOption"; "required": false; }; "requireSelection": { "alias": "requireSelection"; "required": false; }; "panelWidth": { "alias": "panelWidth"; "required": false; }; "_animationsDisabled": { "alias": "_animationsDisabled"; "required": false; }; "classList": { "alias": "class"; "required": false; }; "hideSingleSelectionIndicator": { "alias": "hideSingleSelectionIndicator"; "required": false; }; }, { "optionSelected": "optionSelected"; "opened": "opened"; "closed": "closed"; "optionActivated": "optionActivated"; }, ["options", "optionGroups"], ["*"], true, never>;
5034
+ static ngAcceptInputType_autoActiveFirstOption: unknown;
5035
+ static ngAcceptInputType_autoSelectActiveOption: unknown;
5036
+ static ngAcceptInputType_requireSelection: unknown;
5037
+ static ngAcceptInputType_hideSingleSelectionIndicator: unknown;
5038
+ }
5039
+
5040
+ declare class MDAutocompleteOrigin {
5041
+ elementRef: ElementRef<HTMLElement>;
5042
+ constructor();
5043
+ static ɵfac: i0.ɵɵFactoryDeclaration<MDAutocompleteOrigin, never>;
5044
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MDAutocompleteOrigin, "[mdAutocompleteOrigin]", ["mdAutocompleteOrigin"], {}, {}, never, never, true, never>;
5045
+ }
5046
+
5047
+ declare const MD_AUTOCOMPLETE_VALUE_ACCESSOR: any;
5048
+ declare function getMDAutocompleteMissingPanelError(): Error;
5049
+ declare const MD_AUTOCOMPLETE_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>;
5050
+ declare class MDAutocompleteTrigger implements ControlValueAccessor, AfterViewInit, OnChanges, OnDestroy {
5051
+ private _environmentInjector;
5052
+ private _element;
5053
+ private _injector;
5054
+ private _viewContainerRef;
5055
+ private _zone;
5056
+ private _changeDetectorRef;
5057
+ private _dir;
5058
+ private _viewportRuler;
5059
+ private _scrollStrategy;
5060
+ private _renderer;
5061
+ private _animationsDisabled;
5062
+ private _defaults;
5063
+ private _overlayRef;
5064
+ private _portal;
5065
+ private _componentDestroyed;
5066
+ private _initialized;
5067
+ private _keydownSubscription;
5068
+ private _outsideClickSubscription;
5069
+ private _cleanupWindowBlur;
5070
+ private _previousValue;
5071
+ private _valueOnAttach;
5072
+ private _valueOnLastKeydown;
5073
+ private _positionStrategy;
5074
+ private _manuallyFloatingLabel;
5075
+ private _closingActionsSubscription;
5076
+ private _viewportSubscription;
5077
+ private _breakpointObserver;
5078
+ private _handsetLandscapeSubscription;
5079
+ private _canOpenOnNextFocus;
5080
+ private _valueBeforeAutoSelection;
5081
+ private _pendingAutoselectedOption;
5082
+ private readonly _closeKeyEventStream;
5083
+ readonly _overlayPanelClass: string[];
5084
+ private _windowBlurHandler;
5085
+ _onChange: (value: any) => void;
5086
+ _onTouched: () => void;
5087
+ autocomplete: MDAutocomplete;
5088
+ position: 'auto' | 'above' | 'below';
5089
+ connectedTo: MDAutocompleteOrigin;
5090
+ autocompleteAttribute: string;
5091
+ autocompleteDisabled: boolean;
5092
+ constructor(...args: unknown[]);
5093
+ private _aboveClass;
5094
+ ngAfterViewInit(): void;
5095
+ ngOnChanges(changes: SimpleChanges): void;
5096
+ ngOnDestroy(): void;
5097
+ get panelOpen(): boolean;
5098
+ private _overlayAttached;
5099
+ openPanel(): void;
5100
+ closePanel(): void;
5101
+ updatePosition(): void;
5102
+ get panelClosingActions(): Observable<MDOptionSelectionChange | null>;
5103
+ readonly optionSelections: Observable<MDOptionSelectionChange>;
5104
+ get activeOption(): MDOption | null;
5105
+ private _getOutsideClickStream;
5106
+ writeValue(value: any): void;
5107
+ registerOnChange(fn: (value: any) => {}): void;
5108
+ registerOnTouched(fn: () => {}): void;
5109
+ setDisabledState(isDisabled: boolean): void;
5110
+ _handleKeydown(e: Event): void;
5111
+ _handleInput(event: Event): void;
5112
+ _handleFocus(): void;
5113
+ _handleClick(): void;
5114
+ private _hasFocus;
5115
+ private _subscribeToClosingActions;
5116
+ private _emitOpened;
5117
+ private _destroyPanel;
5118
+ private _getDisplayValue;
5119
+ private _assignOptionValue;
5120
+ private _updateNativeInputValue;
5121
+ private _setValueAndClose;
5122
+ private _clearPreviousSelectedOption;
5123
+ private _openPanelInternal;
5124
+ private _attachOverlay;
5125
+ private _handlePanelKeydown;
5126
+ private _updatePanelState;
5127
+ private _getOverlayConfig;
5128
+ private _getOverlayPosition;
5129
+ private _setStrategyPositions;
5130
+ private _getConnectedElement;
5131
+ private _getPanelWidth;
5132
+ private _getHostWidth;
5133
+ private _resetActiveItem;
5134
+ private _canOpen;
5135
+ private _scrollToOption;
5136
+ private _trackedModal;
5137
+ private _applyModalPanelOwnership;
5138
+ private _clearFromModal;
5139
+ static ɵfac: i0.ɵɵFactoryDeclaration<MDAutocompleteTrigger, never>;
5140
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MDAutocompleteTrigger, "input[mdAutocomplete], textarea[mdAutocomplete]", ["mdAutocompleteTrigger"], { "autocomplete": { "alias": "mdAutocomplete"; "required": false; }; "position": { "alias": "mdAutocompletePosition"; "required": false; }; "connectedTo": { "alias": "mdAutocompleteConnectedTo"; "required": false; }; "autocompleteAttribute": { "alias": "autocomplete"; "required": false; }; "autocompleteDisabled": { "alias": "mdAutocompleteDisabled"; "required": false; }; }, {}, never, never, true, never>;
5141
+ static ngAcceptInputType_autocompleteDisabled: unknown;
5142
+ }
5143
+
5144
+ declare class MDAutocompleteModule {
5145
+ static ɵfac: i0.ɵɵFactoryDeclaration<MDAutocompleteModule, never>;
5146
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MDAutocompleteModule, never, [typeof i1.OverlayModule, typeof MDOptionModule, typeof MDAutocomplete, typeof MDAutocompleteTrigger, typeof MDAutocompleteOrigin], [typeof i1$1.CdkScrollableModule, typeof MDAutocomplete, typeof MDOptionModule, typeof i7.BidiModule, typeof MDAutocompleteTrigger, typeof MDAutocompleteOrigin]>;
5147
+ static ɵinj: i0.ɵɵInjectorDeclaration<MDAutocompleteModule>;
5148
+ }
5149
+
5150
+ /**
5151
+ * Change payload emitted by both group and individual radio buttons.
5152
+ * `source` is the button that triggered the change; `value` is its current value.
5153
+ */
5154
+ declare class RadioChange<T = any> {
5155
+ source: MDRadioButton;
5156
+ value: T;
5157
+ constructor(source: MDRadioButton, value: T);
5158
+ }
5159
+ /** ControlValueAccessor provider for the radio group. */
5160
+ declare const RADIO_GROUP_CONTROL_VALUE_ACCESSOR: any;
5161
+ /** Token to inject the parent group into child radio buttons. */
5162
+ declare const MD_RADIO_GROUP: InjectionToken<MDRadioGroup>;
5163
+ /**
5164
+ * Radio group directive: manages a set of `md-radio-button` children.
5165
+ *
5166
+ * Responsibilities:
5167
+ * - Keeps a single selection (mutual exclusivity).
5168
+ * - Syncs `name` across all child radios.
5169
+ * - Integrates with Angular forms via ControlValueAccessor.
5170
+ * - Forwards `disabled`, `required`, and `disabledInteractive` to children.
5171
+ */
5172
+ declare class MDRadioGroup implements AfterContentInit, OnDestroy, ControlValueAccessor {
5173
+ /** Triggers CD when value/flags change via setters. */
5174
+ private _changeDetector;
5175
+ /** Currently selected value (model). */
5176
+ private _value;
5177
+ /** Shared `name` for all child radios (defaults to unique id). */
5178
+ private _name;
5179
+ /** Reference to the selected radio (if any). */
5180
+ private _selected;
5181
+ /** True after first content init; used to gate change emissions. */
5182
+ private _isInitialized;
5183
+ /** Group-level disabled flag; propagated to children. */
5184
+ private _disabled;
5185
+ /** Group-level required flag; propagated to children. */
5186
+ private _required;
5187
+ /** Subscription to children changes (add/remove). */
5188
+ private _buttonChanges;
5189
+ /** ngModel/FormControl onChange callback. */
5190
+ _controlValueAccessorChangeFn: (value: any) => void;
5191
+ /** ngModel/FormControl onTouched callback. */
5192
+ onTouched: () => any;
5193
+ /** Emits when selection changes after init. */
5194
+ readonly change: EventEmitter<RadioChange>;
5195
+ /** Child radios discovered in content. */
5196
+ _radios: QueryList<MDRadioButton>;
5197
+ /** Group name getter/setter (propagates to children). */
5198
+ get name(): string;
5199
+ set name(value: string);
5200
+ /** Model value getter/setter; updates selected radio accordingly. */
5201
+ get value(): any;
5202
+ set value(newValue: any);
5203
+ /** Ensures the selected radio is actually checked. */
5204
+ _checkSelectedRadioButton(): void;
5205
+ /** Selected radio getter/setter; also sets group value. */
5206
+ get selected(): MDRadioButton | null;
5207
+ set selected(selected: MDRadioButton | null);
5208
+ /** Group disabled getter/setter; marks children for check. */
5209
+ get disabled(): boolean;
5210
+ set disabled(value: boolean);
5211
+ /** Group required getter/setter; marks children for check. */
5212
+ get required(): boolean;
5213
+ set required(value: boolean);
5214
+ /**
5215
+ * If true, disabled items may still be focusable/interactive
5216
+ * (special a11y scenarios). Propagated to children.
5217
+ */
5218
+ get disabledInteractive(): boolean;
5219
+ set disabledInteractive(value: boolean);
5220
+ private _disabledInteractive;
5221
+ /** Overloads kept for compatibility; actual ctor is empty. */
5222
+ constructor(...args: unknown[]);
5223
+ /** After content init, watch for dynamic child list changes. */
5224
+ ngAfterContentInit(): void;
5225
+ /** Clean up subscriptions. */
5226
+ ngOnDestroy(): void;
5227
+ /** Mark group as touched (used by children on blur). */
5228
+ _touch(): void;
5229
+ /** Propagate `name` to child radios and mark them for check. */
5230
+ private _updateRadioButtonNames;
5231
+ /** Update `checked` on children based on current group value. */
5232
+ private _updateSelectedRadioFromValue;
5233
+ /** Emit `change` when selection altered by user after init. */
5234
+ _emitChangeEvent(): void;
5235
+ /** Ask all children to run CD (OnPush-safe updates). */
5236
+ _markRadiosForCheck(): void;
5237
+ /** Write model value from forms API. */
5238
+ writeValue(value: any): void;
5239
+ /** Register forms onChange callback. */
5240
+ registerOnChange(fn: (value: any) => void): void;
5241
+ /** Register forms onTouched callback. */
5242
+ registerOnTouched(fn: any): void;
5243
+ /** Set disabled via forms API. */
5244
+ setDisabledState(isDisabled: boolean): void;
5245
+ static ɵfac: i0.ɵɵFactoryDeclaration<MDRadioGroup, never>;
5246
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MDRadioGroup, "md-radio-group", ["mdRadioGroup"], { "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabledInteractive": { "alias": "disabledInteractive"; "required": false; }; }, { "change": "change"; }, ["_radios"], never, true, never>;
5247
+ static ngAcceptInputType_disabled: unknown;
5248
+ static ngAcceptInputType_required: unknown;
5249
+ static ngAcceptInputType_disabledInteractive: unknown;
5250
+ }
5251
+ /**
5252
+ * Single radio button component.
5253
+ *
5254
+ * Responsibilities:
5255
+ * - Manages its own checked/disabled state.
5256
+ * - Coordinates with its parent `MDRadioGroup`.
5257
+ * - Emits `change` when user selects it.
5258
+ * - Handles focus/keyboard via CDK FocusMonitor.
5259
+ */
5260
+ declare class MDRadioButton implements OnInit, AfterViewInit, DoCheck, OnDestroy {
5261
+ /** Host element reference (used by FocusMonitor and listeners). */
5262
+ protected _elementRef: ElementRef<any>;
5263
+ /** Change detector to request view updates under OnPush. */
5264
+ private _changeDetector;
5265
+ /** CDK FocusMonitor to handle programmatic focus origins. */
5266
+ private _focusMonitor;
5267
+ /** Ensures unique selection across same-name radios. */
5268
+ private _radioDispatcher;
5269
+ /** Zone for running event listeners outside Angular (perf). */
5270
+ private _ngZone;
5271
+ /** Renderer for low-level DOM events binding. */
5272
+ private _renderer;
5273
+ /** Unique id seed for host/input ids. */
5274
+ private _uniqueId;
5275
+ /** Cleanup function for native click listener. */
5276
+ private _cleanupClick;
5277
+ /** Element id (defaults to unique id). */
5278
+ id: string;
5279
+ /** Shared group name; set by group or consumer. */
5280
+ name: string;
5281
+ /** ARIA label text for input (if no external label). */
5282
+ ariaLabel: string;
5283
+ /** Id of element that labels this input. */
5284
+ ariaLabelledby: string;
5285
+ /** Id of element that describes this input. */
5286
+ ariaDescribedby: string;
5287
+ /**
5288
+ * Tabindex for internal input; normalized via numberAttribute.
5289
+ * Default is 0 so item can be focused when selected.
5290
+ */
5291
+ tabIndex: number;
5292
+ /** Checked state with group coordination and dispatcher notify. */
5293
+ get checked(): boolean;
5294
+ set checked(value: boolean);
5295
+ /** Arbitrary value associated with this radio. */
5296
+ get value(): any;
5297
+ set value(value: any);
5298
+ /** Disabled state; considers group-level disabled as well. */
5299
+ get disabled(): boolean;
5300
+ set disabled(value: boolean);
5301
+ /** Required state; considers group-level required as well. */
5302
+ get required(): boolean;
5303
+ set required(value: boolean);
5304
+ /**
5305
+ * If true, item remains interactive/focusable even when disabled.
5306
+ * Also considers group-level disabledInteractive.
5307
+ */
5308
+ get disabledInteractive(): boolean;
5309
+ set disabledInteractive(value: boolean);
5310
+ private _disabledInteractive;
5311
+ /** Emits when this particular radio is selected by the user. */
5312
+ readonly change: EventEmitter<RadioChange>;
5313
+ /** Optional reference to parent group (injected). */
5314
+ radioGroup: MDRadioGroup;
5315
+ /** Id for internal input element. */
5316
+ get inputId(): string;
5317
+ /** Backing fields for state. */
5318
+ private _checked;
5319
+ private _disabled;
5320
+ private _required;
5321
+ private _value;
5322
+ /** Callback to unlisten from unique selection dispatcher. */
5323
+ private _removeUniqueSelectionListener;
5324
+ /** Tracks last applied tabindex for optimization. */
5325
+ private _previousTabIndex;
5326
+ /** Template refs. */
5327
+ _inputElement: ElementRef<HTMLInputElement>;
5328
+ /** Placeholder for potential animations flag (wired via template). */
5329
+ _noopAnimations: boolean;
5330
+ /** Injector used for afterNextRender microtask scheduling. */
5331
+ private _injector;
5332
+ /**
5333
+ * Inject parent group (optional) and host tabindex.
5334
+ * Also initializes disabledInteractive default.
5335
+ */
5336
+ constructor();
5337
+ /**
5338
+ * Programmatic focus API.
5339
+ * If `origin` provided, uses FocusMonitor to set proper focus classes.
5340
+ */
5341
+ focus(options?: FocusOptions, origin?: FocusOrigin): void;
5342
+ /** Ask view to update (used by group). */
5343
+ _markForCheck(): void;
5344
+ /** Initialize from group (name/value) and subscribe to unique selection dispatcher. */
5345
+ ngOnInit(): void;
5346
+ /** Keep tabindexes updated so only selected item is in tab order. */
5347
+ ngDoCheck(): void;
5348
+ /** Attach focus monitor and click handler outside Angular for perf. */
5349
+ ngAfterViewInit(): void;
5350
+ /** Cleanup listeners and monitors. */
5351
+ ngOnDestroy(): void;
5352
+ /** Emit own change and, if part of a group, notify the group. */
5353
+ private _emitChangeEvent;
5354
+ /**
5355
+ * Handles interaction on the real input.
5356
+ * Ensures single selection, emits change, updates group model.
5357
+ */
5358
+ _onInputInteraction(event: Event): void;
5359
+ /**
5360
+ * Click on the visual/touch target should behave like clicking the input.
5361
+ * Also refocus the input if allowed.
5362
+ */
5363
+ _onTouchTargetClick(event: Event): void;
5364
+ /** Setter for disabled that triggers CD when value changes. */
5365
+ protected _setDisabled(value: boolean): void;
5366
+ /**
5367
+ * Prevent native input click from toggling when disabled but `disabledInteractive` is true.
5368
+ * Keeps UI consistent with intended behavior.
5369
+ */
5370
+ private _onInputClick;
5371
+ /**
5372
+ * Maintain roving tabindex:
5373
+ * - Selected radio keeps its configured tabIndex (defaults to 0).
5374
+ * - Non-selected radios get tabindex="-1".
5375
+ * Also re-routes focus to the selected item if needed after render.
5376
+ */
5377
+ private _updateTabIndex;
5378
+ static ɵfac: i0.ɵɵFactoryDeclaration<MDRadioButton, never>;
5379
+ static ɵcmp: i0.ɵɵComponentDeclaration<MDRadioButton, "md-radio-button", ["mdRadioButton"], { "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "ariaDescribedby": { "alias": "aria-describedby"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabledInteractive": { "alias": "disabledInteractive"; "required": false; }; }, { "change": "change"; }, never, ["*"], true, never>;
5380
+ static ngAcceptInputType_tabIndex: unknown;
5381
+ static ngAcceptInputType_checked: unknown;
5382
+ static ngAcceptInputType_disabled: unknown;
5383
+ static ngAcceptInputType_required: unknown;
5384
+ static ngAcceptInputType_disabledInteractive: unknown;
5385
+ }
5386
+
5387
+ declare class MDRadioModule {
5388
+ static ɵfac: i0.ɵɵFactoryDeclaration<MDRadioModule, never>;
5389
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MDRadioModule, never, [typeof MDRadioGroup, typeof MDRadioButton], [typeof MDRadioGroup, typeof MDRadioButton]>;
5390
+ static ɵinj: i0.ɵɵInjectorDeclaration<MDRadioModule>;
5391
+ }
5392
+
5393
+ declare class MDChipContent {
5394
+ _elementRef: ElementRef<HTMLElement>;
5395
+ protected _parentChip: {
5396
+ _handlePrimaryActionInteraction(): void;
5397
+ remove(): void;
5398
+ disabled: boolean;
5399
+ _edit(): void;
5400
+ _isEditing?: boolean;
5401
+ };
5402
+ _isPrimary: boolean;
5403
+ _isLeading: boolean;
5404
+ get disabled(): boolean;
5405
+ set disabled(value: boolean);
5406
+ private _disabled;
5407
+ tabIndex: number;
5408
+ _allowFocusWhenDisabled: boolean;
5409
+ protected _getDisabledAttribute(): string | null;
5410
+ constructor();
5411
+ focus(): void;
5412
+ static ɵfac: i0.ɵɵFactoryDeclaration<MDChipContent, never>;
5413
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MDChipContent, "[mdChipContent]", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "_allowFocusWhenDisabled": { "alias": "_allowFocusWhenDisabled"; "required": false; }; }, {}, never, never, true, never>;
5414
+ static ngAcceptInputType_disabled: unknown;
5415
+ static ngAcceptInputType_tabIndex: unknown;
5416
+ }
5417
+ declare class MDChipAction extends MDChipContent {
5418
+ protected _getTabindex(): string | null;
5419
+ _handleClick(event: MouseEvent): void;
5420
+ _handleKeydown(event: KeyboardEvent): void;
5421
+ static ɵfac: i0.ɵɵFactoryDeclaration<MDChipAction, never>;
5422
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MDChipAction, "[mdChipAction]", never, {}, {}, never, never, true, never>;
5423
+ }
5424
+
5425
+ declare class MDChipAvatar {
5426
+ static ɵfac: i0.ɵɵFactoryDeclaration<MDChipAvatar, never>;
5427
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MDChipAvatar, "md-chip-avatar, [mdChipAvatar]", never, {}, {}, never, never, true, never>;
5428
+ }
5429
+ declare class MDChipTrailingIcon extends MDChipContent {
5430
+ _isPrimary: boolean;
5431
+ static ɵfac: i0.ɵɵFactoryDeclaration<MDChipTrailingIcon, never>;
5432
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MDChipTrailingIcon, "md-chip-trailing-icon, [mdChipTrailingIcon]", never, {}, {}, never, never, true, never>;
5433
+ }
5434
+ declare class MDChipEdit extends MDChipAction {
5435
+ _isPrimary: boolean;
5436
+ _isLeading: boolean;
5437
+ _handleClick(event: MouseEvent): void;
5438
+ _handleKeydown(event: KeyboardEvent): void;
5439
+ static ɵfac: i0.ɵɵFactoryDeclaration<MDChipEdit, never>;
5440
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MDChipEdit, "[mdChipEdit]", never, {}, {}, never, never, true, never>;
5441
+ }
5442
+ declare class MDChipRemove extends MDChipAction {
5443
+ _isPrimary: boolean;
5444
+ _handleClick(event: MouseEvent): void;
5445
+ _handleKeydown(event: KeyboardEvent): void;
5446
+ static ɵfac: i0.ɵɵFactoryDeclaration<MDChipRemove, never>;
5447
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MDChipRemove, "[mdChipRemove]", never, {}, {}, never, never, true, never>;
5448
+ }
5449
+
5450
+ interface MDChipEvent {
5451
+ chip: MDChip;
5452
+ }
5453
+ declare class MDChip implements OnInit, AfterViewInit, AfterContentInit, OnDestroy {
5454
+ _changeDetectorRef: ChangeDetectorRef;
5455
+ _elementRef: ElementRef<HTMLElement>;
5456
+ private readonly _tagName;
5457
+ protected _ngZone: NgZone;
5458
+ private _focusMonitor;
5459
+ protected _document: Document;
5460
+ readonly _onFocus: Subject<MDChipEvent>;
5461
+ readonly _onBlur: Subject<MDChipEvent>;
5462
+ _isBasicChip: boolean;
5463
+ role: string | null;
5464
+ private _hasFocusInternal;
5465
+ private _pendingFocus;
5466
+ private _actionChanges;
5467
+ _animationsDisabled: boolean;
5468
+ protected _allLeadingIcons: QueryList<MDChipAvatar>;
5469
+ protected _allTrailingIcons: QueryList<MDChipTrailingIcon>;
5470
+ protected _allEditIcons: QueryList<MDChipEdit>;
5471
+ protected _allRemoveIcons: QueryList<MDChipRemove>;
5472
+ _hasFocus(): boolean;
5473
+ id: string;
5474
+ ariaLabel: string | null;
5475
+ ariaDescription: string | null;
5476
+ _chipListDisabled: boolean;
5477
+ _hadFocusOnRemove: boolean;
5478
+ private _textElement;
5479
+ get value(): any;
5480
+ set value(value: any);
5481
+ protected _value: any;
5482
+ removable: boolean;
5483
+ highlighted: boolean;
5484
+ get disabled(): boolean;
5485
+ set disabled(value: boolean);
5486
+ private _disabled;
5487
+ readonly removed: EventEmitter<MDChipEvent>;
5488
+ readonly destroyed: EventEmitter<MDChipEvent>;
5489
+ protected basicChipAttrName: string;
5490
+ leadingIcon: MDChipAvatar;
5491
+ editIcon: MDChipEdit;
5492
+ trailingIcon: MDChipTrailingIcon;
5493
+ removeIcon: MDChipRemove;
5494
+ primaryAction: MDChipAction;
5495
+ protected _injector: Injector;
5496
+ constructor();
5497
+ ngOnInit(): void;
5498
+ ngAfterViewInit(): void;
5499
+ ngAfterContentInit(): void;
5500
+ ngOnDestroy(): void;
5501
+ remove(): void;
5502
+ _hasTrailingIcon(): boolean;
5503
+ _handleKeydown(event: KeyboardEvent): void;
5504
+ focus(): void;
5505
+ _getSourceAction(target: Node): MDChipAction | undefined;
5506
+ _getActions(): MDChipAction[];
5507
+ _handlePrimaryActionInteraction(): void;
5508
+ _hasInteractiveActions(): boolean;
5509
+ _edit(event: Event): void;
5510
+ private _monitorFocus;
5511
+ static ɵfac: i0.ɵɵFactoryDeclaration<MDChip, never>;
5512
+ static ɵcmp: i0.ɵɵComponentDeclaration<MDChip, "md-basic-chip, [md-basic-chip], md-chip, [md-chip]", ["mdChip"], { "role": { "alias": "role"; "required": false; }; "id": { "alias": "id"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaDescription": { "alias": "aria-description"; "required": false; }; "value": { "alias": "value"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; "highlighted": { "alias": "highlighted"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "removed": "removed"; "destroyed": "destroyed"; }, ["leadingIcon", "editIcon", "trailingIcon", "removeIcon", "_allLeadingIcons", "_allTrailingIcons", "_allEditIcons", "_allRemoveIcons"], ["md-chip-avatar, [mdChipAvatar]", "*", "md-chip-trailing-icon,[mdChipRemove],[mdChipTrailingIcon]"], true, never>;
5513
+ static ngAcceptInputType_removable: unknown;
5514
+ static ngAcceptInputType_highlighted: unknown;
5515
+ static ngAcceptInputType_disabled: unknown;
5516
+ }
5517
+
5518
+ declare class MDChipSelectionChange {
5519
+ source: MDChipOption;
5520
+ selected: boolean;
5521
+ isUserInput: boolean;
5522
+ constructor(source: MDChipOption, selected: boolean, isUserInput?: boolean);
5523
+ }
5524
+ declare class MDChipOption extends MDChip implements OnInit {
5525
+ private _defaultOptions;
5526
+ chipListSelectable: boolean;
5527
+ _chipListMultiple: boolean;
5528
+ _chipListHideSingleSelectionIndicator: boolean;
5529
+ get selectable(): boolean;
5530
+ set selectable(value: boolean);
5531
+ protected _selectable: boolean;
5532
+ /** Whether the chip is selected. */
5533
+ get selected(): boolean;
5534
+ set selected(value: boolean);
5535
+ private _selected;
5536
+ get ariaSelected(): string | null;
5537
+ protected basicChipAttrName: string;
5538
+ readonly selectionChange: EventEmitter<MDChipSelectionChange>;
5539
+ ngOnInit(): void;
5540
+ select(): void;
5541
+ deselect(): void;
5542
+ selectViaInteraction(): void;
5543
+ toggleSelected(isUserInput?: boolean): boolean;
5544
+ _handlePrimaryActionInteraction(): void;
5545
+ _hasLeadingGraphic(): boolean;
5546
+ _setSelectedState(isSelected: boolean, isUserInput: boolean, emitEvent: boolean): void;
5547
+ static ɵfac: i0.ɵɵFactoryDeclaration<MDChipOption, never>;
5548
+ static ɵcmp: i0.ɵɵComponentDeclaration<MDChipOption, "md-basic-chip-option, [md-basic-chip-option], md-chip-option, [md-chip-option]", never, { "selectable": { "alias": "selectable"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, { "selectionChange": "selectionChange"; }, never, ["md-chip-avatar, [mdChipAvatar]", "*", "md-chip-trailing-icon,[mdChipRemove],[mdChipTrailingIcon]"], true, never>;
5549
+ static ngAcceptInputType_selectable: unknown;
5550
+ static ngAcceptInputType_selected: unknown;
5551
+ }
5552
+
5553
+ declare class MDChipEditInput {
5554
+ private readonly _elementRef;
5555
+ private readonly _document;
5556
+ constructor();
5557
+ initialize(initialValue: string): void;
5558
+ getNativeElement(): HTMLElement;
5559
+ setValue(value: string): void;
5560
+ getValue(): string;
5561
+ private _moveCursorToEndOfInput;
5562
+ static ɵfac: i0.ɵɵFactoryDeclaration<MDChipEditInput, never>;
5563
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MDChipEditInput, "span[mdChipEditInput]", never, {}, {}, never, never, true, never>;
5564
+ }
5565
+
5566
+ interface MDChipEditedEvent extends MDChipEvent {
5567
+ value: string;
5568
+ }
5569
+ declare class MDChipRow extends MDChip implements AfterViewInit {
5570
+ protected basicChipAttrName: string;
5571
+ private _editStartPending;
5572
+ editable: boolean;
5573
+ readonly edited: EventEmitter<MDChipEditedEvent>;
5574
+ defaultEditInput?: MDChipEditInput;
5575
+ contentEditInput?: MDChipEditInput;
5576
+ private _alreadyFocused;
5577
+ _isEditing: boolean;
5578
+ constructor();
5579
+ ngAfterViewInit(): void;
5580
+ protected _hasLeadingActionIcon(): boolean;
5581
+ _hasTrailingIcon(): boolean;
5582
+ _handleFocus(): void;
5583
+ _handleKeydown(event: KeyboardEvent): void;
5584
+ _handleClick(event: MouseEvent): void;
5585
+ _handleDoubleclick(event: MouseEvent): void;
5586
+ _edit(): void;
5587
+ private _startEditing;
5588
+ private _onEditFinish;
5589
+ private _getEditInput;
5590
+ static ɵfac: i0.ɵɵFactoryDeclaration<MDChipRow, never>;
5591
+ static ɵcmp: i0.ɵɵComponentDeclaration<MDChipRow, "md-chip-row, [md-chip-row], md-basic-chip-row, [md-basic-chip-row]", never, { "editable": { "alias": "editable"; "required": false; }; }, { "edited": "edited"; }, ["contentEditInput"], ["[mdChipEdit]", "md-chip-avatar, [mdChipAvatar]", "[mdChipEditInput]", "*", "md-chip-trailing-icon,[mdChipRemove],[mdChipTrailingIcon]"], true, never>;
5592
+ }
5593
+
5594
+ declare class MDChipSet implements AfterViewInit, OnDestroy {
5595
+ protected _elementRef: ElementRef<HTMLElement>;
5596
+ protected _changeDetectorRef: ChangeDetectorRef;
5597
+ private _dir;
5598
+ private _lastDestroyedFocusedChipIndex;
5599
+ protected _keyManager: FocusKeyManager<MDChipAction>;
5600
+ protected _destroyed: Subject<void>;
5601
+ protected _defaultRole: string;
5602
+ get chipFocusChanges(): Observable<MDChipEvent>;
5603
+ get chipDestroyedChanges(): Observable<MDChipEvent>;
5604
+ get chipRemovedChanges(): Observable<MDChipEvent>;
5605
+ get disabled(): boolean;
5606
+ set disabled(value: boolean);
5607
+ protected _disabled: boolean;
5608
+ get empty(): boolean;
5609
+ get role(): string | null;
5610
+ tabIndex: number;
5611
+ set role(value: string | null);
5612
+ private _explicitRole;
5613
+ get focused(): boolean;
5614
+ _chips: QueryList<MDChip>;
5615
+ _chipActions: QueryList<MDChipAction>;
5616
+ constructor();
5617
+ ngAfterViewInit(): void;
5618
+ ngOnDestroy(): void;
5619
+ protected _hasFocusedChip(): boolean;
5620
+ protected _syncChipsState(): void;
5621
+ /** Dummy method for subclasses to override. Base chip set cannot be focused. */
5622
+ focus(): void;
5623
+ _handleKeydown(event: KeyboardEvent): void;
5624
+ protected _isValidIndex(index: number): boolean;
5625
+ protected _allowFocusEscape(): void;
5626
+ protected _getChipStream<T, C extends MDChip = MDChip>(mappingFunction: (chip: C) => Observable<T>): Observable<T>;
5627
+ protected _originatesFromChip(event: Event): boolean;
5628
+ private _setUpFocusManagement;
5629
+ protected _skipPredicate(action: MDChipContent): boolean;
5630
+ private _trackChipSetChanges;
5631
+ private _trackDestroyedFocusedChip;
5632
+ private _redirectDestroyedChipFocus;
5633
+ static ɵfac: i0.ɵɵFactoryDeclaration<MDChipSet, never>;
5634
+ static ɵcmp: i0.ɵɵComponentDeclaration<MDChipSet, "md-chip-set", never, { "disabled": { "alias": "disabled"; "required": false; }; "role": { "alias": "role"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; }, {}, ["_chips"], ["*"], true, never>;
5635
+ static ngAcceptInputType_disabled: unknown;
5636
+ static ngAcceptInputType_tabIndex: unknown;
5637
+ }
5638
+
5639
+ declare class MDChipListboxChange {
5640
+ source: MDChipListbox;
5641
+ value: any;
5642
+ constructor(source: MDChipListbox, value: any);
5643
+ }
5644
+ declare const MD_CHIP_LISTBOX_CONTROL_VALUE_ACCESSOR: any;
5645
+ declare class MDChipListbox extends MDChipSet implements AfterContentInit, OnDestroy, ControlValueAccessor {
5646
+ _onTouched: () => void;
5647
+ _onChange: (value: any) => void;
5648
+ protected _defaultRole: string;
5649
+ private _defaultOptions;
5650
+ get multiple(): boolean;
5651
+ set multiple(value: boolean);
5652
+ private _multiple;
5653
+ get selected(): MDChipOption[] | MDChipOption;
5654
+ ariaOrientation: 'horizontal' | 'vertical';
5655
+ get selectable(): boolean;
5656
+ set selectable(value: boolean);
5657
+ protected _selectable: boolean;
5658
+ compareWith: (o1: any, o2: any) => boolean;
5659
+ required: boolean;
5660
+ get hideSingleSelectionIndicator(): boolean;
5661
+ set hideSingleSelectionIndicator(value: boolean);
5662
+ private _hideSingleSelectionIndicator;
5663
+ get chipSelectionChanges(): Observable<MDChipSelectionChange>;
5664
+ get chipBlurChanges(): Observable<MDChipEvent>;
5665
+ get value(): any;
5666
+ set value(value: any);
5667
+ protected _value: any;
5668
+ readonly change: EventEmitter<MDChipListboxChange>;
5669
+ _chips: QueryList<MDChipOption>;
5670
+ ngAfterContentInit(): void;
5671
+ focus(): void;
5672
+ writeValue(value: any): void;
5673
+ registerOnChange(fn: (value: any) => void): void;
5674
+ registerOnTouched(fn: () => void): void;
5675
+ setDisabledState(isDisabled: boolean): void;
5676
+ _setSelectionByValue(value: any, isUserInput?: boolean): void;
5677
+ _blur(): void;
5678
+ _keydown(event: KeyboardEvent): void;
5679
+ private _markAsTouched;
5680
+ private _propagateChanges;
5681
+ private _clearSelection;
5682
+ private _selectValue;
5683
+ private _syncListboxProperties;
5684
+ private _getFirstSelectedChip;
5685
+ protected _skipPredicate(action: MDChipAction): boolean;
5686
+ static ɵfac: i0.ɵɵFactoryDeclaration<MDChipListbox, never>;
5687
+ static ɵcmp: i0.ɵɵComponentDeclaration<MDChipListbox, "md-chip-listbox", never, { "multiple": { "alias": "multiple"; "required": false; }; "ariaOrientation": { "alias": "aria-orientation"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; "required": { "alias": "required"; "required": false; }; "hideSingleSelectionIndicator": { "alias": "hideSingleSelectionIndicator"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "change": "change"; }, ["_chips"], ["*"], true, never>;
5688
+ static ngAcceptInputType_multiple: unknown;
5689
+ static ngAcceptInputType_selectable: unknown;
5690
+ static ngAcceptInputType_required: unknown;
5691
+ static ngAcceptInputType_hideSingleSelectionIndicator: unknown;
5692
+ }
5693
+
5694
+ interface MDChipTextControl {
5695
+ id: string;
5696
+ placeholder: string;
5697
+ focused: boolean;
5698
+ empty: boolean;
5699
+ focus(): void;
5700
+ readonly describedByIds?: string[];
5701
+ setDescribedByIds(ids: string[]): void;
5702
+ }
5703
+
5704
+ declare class MDChipGridChange {
5705
+ source: MDChipGrid;
5706
+ value: any;
5707
+ constructor(source: MDChipGrid, value: any);
5708
+ }
5709
+ declare class MDChipGrid extends MDChipSet implements AfterContentInit, AfterViewInit, ControlValueAccessor, DoCheck, OnDestroy {
5710
+ ngControl: NgControl;
5711
+ readonly controlType: string;
5712
+ protected _chipInput?: MDChipTextControl;
5713
+ protected _defaultRole: string;
5714
+ private _errorStateTracker;
5715
+ private _uid;
5716
+ private _ariaDescribedbyIds;
5717
+ _onTouched: () => void;
5718
+ _onChange: (value: any) => void;
5719
+ get disabled(): boolean;
5720
+ set disabled(value: boolean);
5721
+ get id(): string;
5722
+ get empty(): boolean;
5723
+ get placeholder(): string;
5724
+ set placeholder(value: string);
5725
+ protected _placeholder: string;
5726
+ get focused(): boolean;
5727
+ get required(): boolean;
5728
+ set required(value: boolean);
5729
+ protected _required: boolean | undefined;
5730
+ get shouldLabelFloat(): boolean;
5731
+ get value(): any;
5732
+ set value(value: any);
5733
+ protected _value: any[];
5734
+ get errorStateMatcher(): ErrorStateMatcher;
5735
+ set errorStateMatcher(value: ErrorStateMatcher);
5736
+ get chipBlurChanges(): Observable<MDChipEvent>;
5737
+ readonly change: EventEmitter<MDChipGridChange>;
5738
+ readonly valueChange: EventEmitter<any>;
5739
+ _chips: QueryList<MDChipRow>;
5740
+ readonly stateChanges: Subject<void>;
5741
+ get errorState(): boolean;
5742
+ set errorState(value: boolean);
5743
+ constructor(...args: unknown[]);
5744
+ ngAfterContentInit(): void;
5745
+ ngDoCheck(): void;
5746
+ ngOnDestroy(): void;
5747
+ registerInput(inputElement: MDChipTextControl): void;
5748
+ onContainerClick(event: MouseEvent): void;
5749
+ focus(): void;
5750
+ get describedByIds(): string[];
5751
+ setDescribedByIds(ids: string[]): void;
5752
+ writeValue(value: any): void;
5753
+ registerOnChange(fn: (value: any) => void): void;
5754
+ registerOnTouched(fn: () => void): void;
5755
+ setDisabledState(isDisabled: boolean): void;
5756
+ updateErrorState(): void;
5757
+ _blur(): void;
5758
+ protected _allowFocusEscape(): void;
5759
+ _handleKeydown(event: KeyboardEvent): void;
5760
+ _focusLastChip(): void;
5761
+ private _propagateChanges;
5762
+ private _markAsTouched;
5763
+ static ɵfac: i0.ɵɵFactoryDeclaration<MDChipGrid, never>;
5764
+ static ɵcmp: i0.ɵɵComponentDeclaration<MDChipGrid, "md-chip-grid", never, { "disabled": { "alias": "disabled"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "value": { "alias": "value"; "required": false; }; "errorStateMatcher": { "alias": "errorStateMatcher"; "required": false; }; }, { "change": "change"; "valueChange": "valueChange"; }, ["_chips"], ["*"], true, never>;
5765
+ static ngAcceptInputType_disabled: unknown;
5766
+ static ngAcceptInputType_required: unknown;
5767
+ }
5768
+ declare class ErrorStateMatcher {
5769
+ isErrorState(control: AbstractControl | null, form: FormGroupDirective | NgForm | null): boolean;
5770
+ static ɵfac: i0.ɵɵFactoryDeclaration<ErrorStateMatcher, never>;
5771
+ static ɵprov: i0.ɵɵInjectableDeclaration<ErrorStateMatcher>;
5772
+ }
5773
+ declare class _ErrorStateTracker {
5774
+ private _defaultMatcher;
5775
+ ngControl: NgControl | null;
5776
+ private _parentFormGroup;
5777
+ private _parentForm;
5778
+ private _stateChanges;
5779
+ errorState: boolean;
5780
+ matcher: ErrorStateMatcher;
5781
+ constructor(_defaultMatcher: ErrorStateMatcher | null, ngControl: NgControl | null, _parentFormGroup: FormGroupDirective | null, _parentForm: NgForm | null, _stateChanges: Subject<void>);
5782
+ updateErrorState(): void;
5783
+ }
5784
+
5785
+ interface SeparatorKey {
5786
+ keyCode: number;
5787
+ modifiers: readonly ModifierKey[];
5788
+ }
5789
+ interface MDChipsDefaultOptions {
5790
+ separatorKeyCodes: readonly (number | SeparatorKey)[] | ReadonlySet<number | SeparatorKey>;
5791
+ hideSingleSelectionIndicator?: boolean;
5792
+ inputDisabledInteractive?: boolean;
5793
+ }
5794
+ declare const MD_CHIPS_DEFAULT_OPTIONS: InjectionToken<MDChipsDefaultOptions>;
5795
+ declare const MD_CHIP_AVATAR: InjectionToken<unknown>;
5796
+ declare const MD_CHIP_TRAILING_ICON: InjectionToken<unknown>;
5797
+ declare const MD_CHIP_EDIT: InjectionToken<unknown>;
5798
+ declare const MD_CHIP_REMOVE: InjectionToken<unknown>;
5799
+ declare const MD_CHIP: InjectionToken<unknown>;
5800
+
5801
+ interface MDChipInputEvent {
5802
+ input: HTMLInputElement;
5803
+ value: string;
5804
+ chipInput: MDChipInput;
5805
+ }
5806
+ declare class MDChipInput implements MDChipTextControl, OnChanges, OnDestroy {
5807
+ protected _elementRef: ElementRef<HTMLInputElement>;
5808
+ focused: boolean;
5809
+ get chipGrid(): MDChipGrid;
5810
+ set chipGrid(value: MDChipGrid);
5811
+ protected _chipGrid: MDChipGrid;
5812
+ addOnBlur: boolean;
5813
+ separatorKeyCodes: readonly (number | SeparatorKey)[] | ReadonlySet<number | SeparatorKey>;
5814
+ readonly chipEnd: EventEmitter<MDChipInputEvent>;
5815
+ placeholder: string;
5816
+ id: string;
5817
+ get disabled(): boolean;
5818
+ set disabled(value: boolean);
5819
+ private _disabled;
5820
+ readonly: boolean;
5821
+ disabledInteractive: boolean;
5822
+ get empty(): boolean;
5823
+ readonly inputElement: HTMLInputElement;
5824
+ constructor();
5825
+ ngOnChanges(): void;
5826
+ ngOnDestroy(): void;
5827
+ _keydown(event: KeyboardEvent): void;
5828
+ _blur(): void;
5829
+ _focus(): void;
5830
+ _emitChipEnd(event?: KeyboardEvent): void;
5831
+ _onInput(): void;
5832
+ focus(): void;
5833
+ clear(): void;
5834
+ get describedByIds(): string[];
5835
+ setDescribedByIds(ids: string[]): void;
5836
+ private _isSeparatorKey;
5837
+ protected _getReadonlyAttribute(): string | null;
5838
+ static ɵfac: i0.ɵɵFactoryDeclaration<MDChipInput, never>;
5839
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MDChipInput, "input[mdChipInputFor]", ["mdChipInput", "mdChipInputFor"], { "chipGrid": { "alias": "mdChipInputFor"; "required": false; }; "addOnBlur": { "alias": "mdChipInputAddOnBlur"; "required": false; }; "separatorKeyCodes": { "alias": "mdChipInputSeparatorKeyCodes"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabledInteractive": { "alias": "mdChipInputDisabledInteractive"; "required": false; }; }, { "chipEnd": "mdChipInputTokenEnd"; }, never, never, true, never>;
5840
+ static ngAcceptInputType_addOnBlur: unknown;
5841
+ static ngAcceptInputType_disabled: unknown;
5842
+ static ngAcceptInputType_readonly: unknown;
5843
+ static ngAcceptInputType_disabledInteractive: unknown;
5844
+ }
5845
+
5846
+ declare class MDChipsModule {
5847
+ static ɵfac: i0.ɵɵFactoryDeclaration<MDChipsModule, never>;
5848
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MDChipsModule, never, [typeof MDChipAction, typeof MDChip, typeof MDChipAvatar, typeof MDChipEdit, typeof MDChipEditInput, typeof MDChipGrid, typeof MDChipInput, typeof MDChipListbox, typeof MDChipOption, typeof MDChipRemove, typeof MDChipRow, typeof MDChipSet, typeof MDChipTrailingIcon], [typeof i7.BidiModule, typeof MDChip, typeof MDChipAvatar, typeof MDChipEdit, typeof MDChipEditInput, typeof MDChipGrid, typeof MDChipInput, typeof MDChipListbox, typeof MDChipOption, typeof MDChipRemove, typeof MDChipRow, typeof MDChipSet, typeof MDChipTrailingIcon]>;
5849
+ static ɵinj: i0.ɵɵInjectorDeclaration<MDChipsModule>;
5850
+ }
5851
+
5852
+ export { ACCORDION, CARD_CONFIG, CardSimpleComponent, CentralPageComponent, CentralPageRowComponent, CollapseComponent, CollapseSetComponent, DIALOG_DATA, DIALOG_DEFAULT_OPTIONS, DIALOG_SCROLL_STRATEGY, DialogState, EXPANSION_PANEL_DEFAULT_OPTIONS, ErrorStateMatcher, ExpansionPanelActionRow, ExpansionPanelDescription, ExpansionPanelTitle, FillComponent, FilteredFieldContainerComponent, FilteredFieldItemComponent, FilteredFieldService, FiltredItemModel, INK_BAR_POSITIONER, INK_BAR_POSITIONER_FACTORY, InkBar, MDAccordion, MDAutocomplete, MDAutocompleteModule, MDAutocompleteOrigin, MDAutocompleteSelectedEvent, MDAutocompleteTrigger, MDCard, MDCardActions, MDCardAvatar, MDCardContent, MDCardFooter, MDCardHeader, MDCardImage, MDCardLgImage, MDCardMdImage, MDCardModule, MDCardSmImage, MDCardSubtitle, MDCardTitle, MDCardTitleGroup, MDCardXlImage, MDCheckBox, MDCheckBoxModule, MDCheckboxChange, MDChip, MDChipAvatar, MDChipEdit, MDChipEditInput, MDChipGrid, MDChipGridChange, MDChipInput, MDChipListbox, MDChipListboxChange, MDChipOption, MDChipRemove, MDChipRow, MDChipSelectionChange, MDChipSet, MDChipTrailingIcon, MDChipsModule, MDCollapseModule, MDContextMenuTrigger, MDDialog, MDDialogActions, MDDialogClose, MDDialogContainer, MDDialogContent, MDDialogTitle, MDExpansionPanel, MDExpansionPanelContent, MDExpansionPanelHeader, MDMenu, MDMenuContent, MDMenuItem, MDMenuModule, MDMenuTrigger, MDModalModule, MDOption, MDOptionGroup, MDOptionModule, MDOptionSelectionChange, MDPseudoCheckboxModule, MDRadioButton, MDRadioGroup, MDRadioModule, MDSelect, MDSelectModule, MDSelectTrigger, MDStep, MDStepContent, MDStepExecutorModule, MDStepFooter, MDStepHeader, MDStepLabel, MDStepper, MDStepperIcon, MDStepperNext, MDStepperPrevious, MDSwitch, MDSwitchModule, MDTab, MDTabBody, MDTabChangeEvent, MDTabContent, MDTabGroup, MDTabHeader, MDTabLabel, MDTabLabelWrapper, MDTabsModule, MD_AUTOCOMPLETE_DEFAULT_OPTIONS, MD_AUTOCOMPLETE_SCROLL_STRATEGY, MD_AUTOCOMPLETE_VALUE_ACCESSOR, MD_CHIP, MD_CHIPS_DEFAULT_OPTIONS, MD_CHIP_AVATAR, MD_CHIP_EDIT, MD_CHIP_LISTBOX_CONTROL_VALUE_ACCESSOR, MD_CHIP_REMOVE, MD_CHIP_TRAILING_ICON, MD_EXPANSION_PANEL, MD_MENU_CONTENT, MD_MENU_DEFAULT_OPTIONS, MD_MENU_PANEL, MD_MENU_SCROLL_STRATEGY, MD_OPTION_PARENT_COMPONENT, MD_RADIO_GROUP, MD_SELECT_TRIGGER, MD_TAB, MD_TAB_LABEL, MENU_PANEL_TOP_PADDING, ManagePageComponent, MefDevCardModule, MefDevCollapseModule, MefDevDialogConfig, MefDevDialogRef, MefDevDropDownMenuModule, MefDevFilteredFieldModule, MefDevModalModule, MefDevOptionComponent, MefDevPageLayoutsModule, MefDevProgressComponent, MefDevProgressModule, MefDevSelectComponent, MefDevSelectModule, MefDevStepExecutorModule, MefDevSwitchComponent, MefDevSwitchModule, MefDevTabBodyComponent, MefDevTabComponent, MefDevTabLabelDirective, MefDevTabSetComponent, MefDevTabsInkBarDirective, MefDevTabsModule, MefDevTabsNavComponent, MefdevDropdownMenuComponent, MefdevExecutorPageComponent, ModalSize, OptionPipe, PaginatedTabHeader, ProgressConfig, PseudoCheckbox, RADIO_GROUP_CONTROL_VALUE_ACCESSOR, RadioChange, RightFilterComponent, STEPPER_INTL_PROVIDER, STEPPER_INTL_PROVIDER_FACTORY, SelectChange, ShowOnDirtyErrorStateMatcher, SlideRightComponent, SlideUpComponent, StageComponent, StepExecutorComponent, StepperErrorStateMatcher, StepperIntl, TABS_CONFIG, TAB_CONTENT, TAB_GROUP, TabBodyPortal, TabChangeEvent, TablePageComponent, TransitionCheckState, _ErrorStateTracker, _closeDialogVia, _countGroupLabelsBeforeOption, _getOptionScrollPosition, components, getMDAutocompleteMissingPanelError, getMDSelectDynamicMultipleError, getMDSelectNonArrayValueError, getMDSelectNonFunctionValueError, mefDevCardComponents, mefDevCollapseModuleComponents };
5853
+ export type { AccordionBase, AccordionDisplayMode, AccordionTogglePosition, AnimatedInterface, AutoFocusTarget, CardAppearance, CardConfig, CheckboxClickAction, DialogPosition, DialogRole, ExpansionPanelBase, ExpansionPanelDefaultOptions, ExpansionPanelState, MDAutocompleteActivatedEvent, MDChipEditedEvent, MDChipEvent, MDChipInputEvent, MDChipTextControl, MDChipsDefaultOptions, MDMenuDefaultOptions, MDMenuPanel, MDOptionParentComponent, MDPaginatedStepHeaderItem, MdAutocompleteDefaultOptions, MenuCloseReason, MenuPositionX, MenuPositionY, PseudoCheckboxState, ScrollDirection, SeparatorKey, StepperIconContext, TabBodyOriginState, TabBodyPositionState, TabGroupBaseHeader, TabHeaderPosition, TabPosition, TabPositionMode, TabType, TabsConfig, ToggleSwitchChangeEvent };
4933
5854
  //# sourceMappingURL=index.d.ts.map