Skip to content

Commit 4a4c0d2

Browse files
committed
fixup! build: enforce consistent readonly array type
1 parent d38ce4a commit 4a4c0d2

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

tools/public_api_guard/cdk/table.d.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ export declare class CdkColumnDef extends _CdkColumnDefBase implements CanStick
102102
get stickyEnd(): boolean;
103103
set stickyEnd(v: boolean);
104104
constructor(_table?: any);
105-
_hasStickyChanged: boolean;
106-
sticky: boolean;
107-
hasStickyChanged(): boolean;
108-
resetStickyChanged(): void;
109105
protected _updateColumnCssClassName(): void;
110106
static ngAcceptInputType_sticky: BooleanInput;
111107
static ngAcceptInputType_stickyEnd: BooleanInput;
@@ -134,10 +130,6 @@ export declare class CdkFooterRow {
134130
export declare class CdkFooterRowDef extends _CdkFooterRowDefBase implements CanStick, OnChanges {
135131
_table?: any;
136132
constructor(template: TemplateRef<any>, _differs: IterableDiffers, _table?: any);
137-
_hasStickyChanged: boolean;
138-
sticky: boolean;
139-
hasStickyChanged(): boolean;
140-
resetStickyChanged(): void;
141133
ngOnChanges(changes: SimpleChanges): void;
142134
static ngAcceptInputType_sticky: BooleanInput;
143135
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkFooterRowDef, "[cdkFooterRowDef]", never, { "columns": "cdkFooterRowDef"; "sticky": "cdkFooterRowDefSticky"; }, {}, never>;
@@ -165,10 +157,6 @@ export declare class CdkHeaderRow {
165157
export declare class CdkHeaderRowDef extends _CdkHeaderRowDefBase implements CanStick, OnChanges {
166158
_table?: any;
167159
constructor(template: TemplateRef<any>, _differs: IterableDiffers, _table?: any);
168-
_hasStickyChanged: boolean;
169-
sticky: boolean;
170-
hasStickyChanged(): boolean;
171-
resetStickyChanged(): void;
172160
ngOnChanges(changes: SimpleChanges): void;
173161
static ngAcceptInputType_sticky: BooleanInput;
174162
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkHeaderRowDef, "[cdkHeaderRowDef]", never, { "columns": "cdkHeaderRowDef"; "sticky": "cdkHeaderRowDefSticky"; }, {}, never>;

0 commit comments

Comments
 (0)