@@ -11,10 +11,8 @@ import { ElementRef } from '@angular/core';
11
11
import { EventEmitter } from ' @angular/core' ;
12
12
import * as i0 from ' @angular/core' ;
13
13
import * as i1 from ' @angular/cdk/bidi' ;
14
- import * as i12 from ' @angular/material/divider' ;
15
14
import * as i2 from ' @angular/cdk/observers' ;
16
15
import { InjectionToken } from ' @angular/core' ;
17
- import { MatDivider } from ' @angular/material/divider' ;
18
16
import { NgZone } from ' @angular/core' ;
19
17
import { OnChanges } from ' @angular/core' ;
20
18
import { OnDestroy } from ' @angular/core' ;
@@ -45,7 +43,17 @@ export class MatActionList extends MatListBase {
45
43
static ɵfac: i0 .ɵɵFactoryDeclaration <MatActionList , never >;
46
44
}
47
45
48
- export { MatDivider }
46
+ // @public (undocumented)
47
+ export class MatDivider {
48
+ get inset(): boolean ;
49
+ set inset(value : BooleanInput );
50
+ get vertical(): boolean ;
51
+ set vertical(value : BooleanInput );
52
+ // (undocumented)
53
+ static ɵcmp: i0 .ɵɵComponentDeclaration <MatDivider , " mat-divider" , never , { " vertical" : { " alias" : " vertical" ; " required" : false ; }; " inset" : { " alias" : " inset" ; " required" : false ; }; }, {}, never , never , true , never >;
54
+ // (undocumented)
55
+ static ɵfac: i0 .ɵɵFactoryDeclaration <MatDivider , never >;
56
+ }
49
57
50
58
// @public (undocumented)
51
59
export class MatList extends MatListBase {
@@ -151,7 +159,7 @@ export class MatListModule {
151
159
// (undocumented)
152
160
static ɵinj: i0 .ɵɵInjectorDeclaration <MatListModule >;
153
161
// (undocumented)
154
- static ɵmod: i0 .ɵɵNgModuleDeclaration <MatListModule , never , [typeof i2 .ObserversModule , typeof MatCommonModule , typeof MatRippleModule , typeof MatPseudoCheckboxModule , typeof MatList , typeof MatActionList , typeof MatNavList , typeof MatSelectionList , typeof MatListItem , typeof MatListOption , typeof MatListSubheaderCssMatStyler , typeof MatListItemAvatar , typeof MatListItemIcon , typeof MatListItemLine , typeof MatListItemTitle , typeof MatListItemMeta ], [typeof MatList , typeof MatActionList , typeof MatNavList , typeof MatSelectionList , typeof MatListItem , typeof MatListOption , typeof MatListItemAvatar , typeof MatListItemIcon , typeof MatListSubheaderCssMatStyler , typeof i12 . MatDividerModule , typeof MatListItemLine , typeof MatListItemTitle , typeof MatListItemMeta ]>;
162
+ static ɵmod: i0 .ɵɵNgModuleDeclaration <MatListModule , never , [typeof i2 .ObserversModule , typeof MatCommonModule , typeof MatRippleModule , typeof MatPseudoCheckboxModule , typeof MatList , typeof MatActionList , typeof MatNavList , typeof MatSelectionList , typeof MatListItem , typeof MatListOption , typeof MatListSubheaderCssMatStyler , typeof MatListItemAvatar , typeof MatListItemIcon , typeof MatListItemLine , typeof MatListItemTitle , typeof MatListItemMeta ], [typeof MatList , typeof MatActionList , typeof MatNavList , typeof MatSelectionList , typeof MatListItem , typeof MatListOption , typeof MatListItemAvatar , typeof MatListItemIcon , typeof MatListSubheaderCssMatStyler , typeof MatDividerModule , typeof MatListItemLine , typeof MatListItemTitle , typeof MatListItemMeta ]>;
155
163
}
156
164
157
165
// @public (undocumented)
0 commit comments