@@ -102,10 +102,6 @@ export declare class CdkColumnDef extends _CdkColumnDefBase implements CanStick
102
102
get stickyEnd ( ) : boolean ;
103
103
set stickyEnd ( v : boolean ) ;
104
104
constructor ( _table ?: any ) ;
105
- _hasStickyChanged : boolean ;
106
- sticky : boolean ;
107
- hasStickyChanged ( ) : boolean ;
108
- resetStickyChanged ( ) : void ;
109
105
protected _updateColumnCssClassName ( ) : void ;
110
106
static ngAcceptInputType_sticky : BooleanInput ;
111
107
static ngAcceptInputType_stickyEnd : BooleanInput ;
@@ -134,10 +130,6 @@ export declare class CdkFooterRow {
134
130
export declare class CdkFooterRowDef extends _CdkFooterRowDefBase implements CanStick , OnChanges {
135
131
_table ?: any ;
136
132
constructor ( template : TemplateRef < any > , _differs : IterableDiffers , _table ?: any ) ;
137
- _hasStickyChanged : boolean ;
138
- sticky : boolean ;
139
- hasStickyChanged ( ) : boolean ;
140
- resetStickyChanged ( ) : void ;
141
133
ngOnChanges ( changes : SimpleChanges ) : void ;
142
134
static ngAcceptInputType_sticky : BooleanInput ;
143
135
static ɵdir : i0 . ɵɵDirectiveDefWithMeta < CdkFooterRowDef , "[cdkFooterRowDef]" , never , { "columns" : "cdkFooterRowDef" ; "sticky" : "cdkFooterRowDefSticky" ; } , { } , never > ;
@@ -165,10 +157,6 @@ export declare class CdkHeaderRow {
165
157
export declare class CdkHeaderRowDef extends _CdkHeaderRowDefBase implements CanStick , OnChanges {
166
158
_table ?: any ;
167
159
constructor ( template : TemplateRef < any > , _differs : IterableDiffers , _table ?: any ) ;
168
- _hasStickyChanged : boolean ;
169
- sticky : boolean ;
170
- hasStickyChanged ( ) : boolean ;
171
- resetStickyChanged ( ) : void ;
172
160
ngOnChanges ( changes : SimpleChanges ) : void ;
173
161
static ngAcceptInputType_sticky : BooleanInput ;
174
162
static ɵdir : i0 . ɵɵDirectiveDefWithMeta < CdkHeaderRowDef , "[cdkHeaderRowDef]" , never , { "columns" : "cdkHeaderRowDef" ; "sticky" : "cdkHeaderRowDefSticky" ; } , { } , never > ;
0 commit comments