@natec/mef-dev-ui-kit 20.0.1 → 20.0.2

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.
Files changed (2) hide show
  1. package/index.d.ts +3 -3
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -7,10 +7,10 @@ import { CdkConnectedOverlay, ConnectedOverlayPositionChange, ScrollStrategy, Co
7
7
  import * as i5 from '@angular/forms';
8
8
  import { ControlValueAccessor, AbstractControl, FormGroupDirective, NgForm, NgControl } from '@angular/forms';
9
9
  import { Directionality, Direction } from '@angular/cdk/bidi';
10
- import { FocusableOption, FocusOrigin, ActiveDescendantKeyManager, FocusKeyManager } from '@angular/cdk/a11y';
11
10
  import { CdkAccordion, CdkAccordionItem } from '@angular/cdk/accordion';
12
11
  import * as i3 from '@angular/cdk/portal';
13
12
  import { TemplatePortal, ComponentPortal, CdkPortalOutlet, CdkPortal } from '@angular/cdk/portal';
13
+ import { FocusableOption, FocusOrigin, ActiveDescendantKeyManager, FocusKeyManager } from '@angular/cdk/a11y';
14
14
  import * as i1$1 from '@angular/cdk/dialog';
15
15
  import { DialogConfig, CdkDialogContainer, DialogRef, Dialog } from '@angular/cdk/dialog';
16
16
  import * as i1 from '@angular/cdk/scrolling';
@@ -158,7 +158,7 @@ declare class CollapseSetComponent {
158
158
  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>;
159
159
  }
160
160
 
161
- declare const mefDevCollapseModuleComponents: (typeof CollapseSetComponent | typeof CollapseComponent)[];
161
+ declare const mefDevCollapseModuleComponents: (typeof CollapseComponent | typeof CollapseSetComponent)[];
162
162
  declare class MefDevCollapseModule {
163
163
  static forRoot(): ModuleWithProviders<MefDevCollapseModule>;
164
164
  static ɵfac: i0.ɵɵFactoryDeclaration<MefDevCollapseModule, never>;
@@ -2047,7 +2047,7 @@ declare class Accordion extends CdkAccordion implements AccordionBase, AfterCont
2047
2047
  static ngAcceptInputType_hideToggle: unknown;
2048
2048
  }
2049
2049
 
2050
- declare const components: (typeof ExpansionPanelDescription)[];
2050
+ declare const components: (typeof ExpansionPanelActionRow)[];
2051
2051
  declare class MDCollapseModule {
2052
2052
  static ɵfac: i0.ɵɵFactoryDeclaration<MDCollapseModule, never>;
2053
2053
  static ɵmod: i0.ɵɵNgModuleDeclaration<MDCollapseModule, never, [typeof i2.CommonModule, typeof Accordion, typeof MDExpansionPanel, typeof ExpansionPanelActionRow, typeof MDExpansionPanelHeader, typeof ExpansionPanelTitle, typeof ExpansionPanelDescription, typeof MDExpansionPanelContent], [typeof Accordion, typeof MDExpansionPanel, typeof ExpansionPanelActionRow, typeof MDExpansionPanelHeader, typeof ExpansionPanelTitle, typeof ExpansionPanelDescription, typeof MDExpansionPanelContent]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natec/mef-dev-ui-kit",
3
- "version": "20.0.001",
3
+ "version": "20.0.2",
4
4
  "description": "MEF.DEV UI Kit Library",
5
5
  "author": {
6
6
  "name": "NATEC"