@natec/mef-dev-ui-kit 20.1.18 → 20.1.19
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
|
@@ -9,10 +9,10 @@ import * as i5 from '@angular/forms';
|
|
|
9
9
|
import { ControlValueAccessor, AbstractControl, FormGroupDirective, NgForm, NgControl, Validator, ValidationErrors } from '@angular/forms';
|
|
10
10
|
import * as i7 from '@angular/cdk/bidi';
|
|
11
11
|
import { Directionality, Direction } from '@angular/cdk/bidi';
|
|
12
|
-
import { FocusableOption, FocusOrigin, ActiveDescendantKeyManager, FocusKeyManager } from '@angular/cdk/a11y';
|
|
13
12
|
import { CdkAccordion, CdkAccordionItem } from '@angular/cdk/accordion';
|
|
14
13
|
import * as i3 from '@angular/cdk/portal';
|
|
15
14
|
import { TemplatePortal, ComponentPortal, CdkPortalOutlet, CdkPortal } from '@angular/cdk/portal';
|
|
15
|
+
import { FocusableOption, FocusOrigin, ActiveDescendantKeyManager, FocusKeyManager } from '@angular/cdk/a11y';
|
|
16
16
|
import * as i1$3 from '@angular/cdk/dialog';
|
|
17
17
|
import { DialogConfig, CdkDialogContainer, DialogRef, Dialog } from '@angular/cdk/dialog';
|
|
18
18
|
import * as i1$2 from '@angular/cdk/scrolling';
|
|
@@ -161,7 +161,7 @@ declare class CollapseSetComponent {
|
|
|
161
161
|
static ɵcmp: i0.ɵɵComponentDeclaration<CollapseSetComponent, "mefdev-collapse-set", never, { "expandAny": { "alias": "expandAny"; "required": false; }; "Accordion": { "alias": "Accordion"; "required": false; }; "Horizontal": { "alias": "Horizontal"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
162
162
|
}
|
|
163
163
|
|
|
164
|
-
declare const mefDevCollapseModuleComponents: (typeof
|
|
164
|
+
declare const mefDevCollapseModuleComponents: (typeof CollapseComponent | typeof CollapseSetComponent)[];
|
|
165
165
|
declare class MefDevCollapseModule {
|
|
166
166
|
static forRoot(): ModuleWithProviders<MefDevCollapseModule>;
|
|
167
167
|
static ɵfac: i0.ɵɵFactoryDeclaration<MefDevCollapseModule, never>;
|
|
@@ -2050,7 +2050,7 @@ declare class MDAccordion extends CdkAccordion implements AccordionBase, AfterCo
|
|
|
2050
2050
|
static ngAcceptInputType_hideToggle: unknown;
|
|
2051
2051
|
}
|
|
2052
2052
|
|
|
2053
|
-
declare const components: (typeof
|
|
2053
|
+
declare const components: (typeof ExpansionPanelActionRow)[];
|
|
2054
2054
|
declare class MDCollapseModule {
|
|
2055
2055
|
static ɵfac: i0.ɵɵFactoryDeclaration<MDCollapseModule, never>;
|
|
2056
2056
|
static ɵmod: i0.ɵɵNgModuleDeclaration<MDCollapseModule, never, [typeof i1.CommonModule, typeof MDAccordion, typeof MDExpansionPanel, typeof ExpansionPanelActionRow, typeof MDExpansionPanelHeader, typeof ExpansionPanelTitle, typeof ExpansionPanelDescription, typeof MDExpansionPanelContent], [typeof MDAccordion, typeof MDExpansionPanel, typeof ExpansionPanelActionRow, typeof MDExpansionPanelHeader, typeof ExpansionPanelTitle, typeof ExpansionPanelDescription, typeof MDExpansionPanelContent]>;
|