Skip to content

Commit 98cdb03

Browse files
committed
fix(material/datepicker): update goldens
Updates goldens for previous fix.
1 parent ac3e6eb commit 98cdb03

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/public_api_guard/material/datepicker.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,12 @@ export class MatCalendarBody<D = any> implements OnChanges, OnDestroy, AfterView
196196
_cellClicked(cell: MatCalendarCell, event: MouseEvent): void;
197197
_cellPadding: string;
198198
_cellWidth: string;
199+
// (undocumented)
200+
comparisonDateAccessibleName: string;
199201
comparisonEnd: number | null;
202+
_comparisonEndDateLabelId: string;
200203
comparisonStart: number | null;
204+
_comparisonStartDateLabelId: string;
201205
readonly dragEnded: EventEmitter<MatCalendarUserEvent<D | null>>;
202206
readonly dragStarted: EventEmitter<MatCalendarUserEvent<D>>;
203207
// (undocumented)
@@ -480,6 +484,7 @@ export class MatDatepickerIntl {
480484
calendarLabel: string;
481485
readonly changes: Subject<void>;
482486
closeCalendarLabel: string;
487+
comparisonDateLabel: string;
483488
// @deprecated
484489
endDateLabel: string;
485490
formatYearRange(start: string, end: string): string;

0 commit comments

Comments
 (0)