Skip to content

ci: approve golden diffs #25787

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions tools/public_api_guard/cdk/accordion.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ import { SimpleChanges } from '@angular/core';
import { Subject } from 'rxjs';
import { UniqueSelectionDispatcher } from '@angular/cdk/collections';

// @public
const CDK_ACCORDION: InjectionToken<CdkAccordion>;

// @public
export class CdkAccordion implements OnDestroy, OnChanges {
closeAll(): void;
Expand Down
4 changes: 0 additions & 4 deletions tools/public_api_guard/cdk/drag-drop.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,6 @@ export class CdkDropListGroup<T> implements OnDestroy {
static ɵfac: i0.ɵɵFactoryDeclaration<CdkDropListGroup<any>, never>;
}

// @public
interface CdkDropListInternal extends CdkDropList {
}

// @public
export function copyArrayItem<T = any>(currentArray: T[], targetArray: T[], currentIndex: number, targetIndex: number): void;

Expand Down
13 changes: 0 additions & 13 deletions tools/public_api_guard/cdk/overlay.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,6 @@ export class BlockScrollStrategy implements ScrollStrategy {
enable(): void;
}

// @public
const CDK_CONNECTED_OVERLAY_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>;

// @public
const CDK_CONNECTED_OVERLAY_SCROLL_STRATEGY_PROVIDER: {
provide: InjectionToken<() => ScrollStrategy>;
deps: (typeof Overlay)[];
useFactory: typeof CDK_CONNECTED_OVERLAY_SCROLL_STRATEGY_PROVIDER_FACTORY;
};

// @public
function CDK_CONNECTED_OVERLAY_SCROLL_STRATEGY_PROVIDER_FACTORY(overlay: Overlay): () => RepositionScrollStrategy;

// @public
export class CdkConnectedOverlay implements OnDestroy, OnChanges {
constructor(_overlay: Overlay, templateRef: TemplateRef<any>, viewContainerRef: ViewContainerRef, scrollStrategyFactory: any, _dir: Directionality);
Expand Down
17 changes: 0 additions & 17 deletions tools/public_api_guard/google-maps/google-maps.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,6 @@ export interface ClusterIconStyle {
width: number;
}

// @public
const DEFAULT_HEIGHT = "500px";

// @public
const DEFAULT_MARKER_OPTIONS: {
position: {
lat: number;
lng: number;
};
};

// @public
const DEFAULT_OPTIONS: google.maps.MapOptions;

// @public
const DEFAULT_WIDTH = "500px";

// @public
export class GoogleMap implements OnChanges, OnInit, OnDestroy {
constructor(_elementRef: ElementRef, _ngZone: NgZone, platformId: Object);
Expand Down
31 changes: 0 additions & 31 deletions tools/public_api_guard/material/chips.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,37 +118,6 @@ export class MatChip extends _MatChipMixinBase implements AfterViewInit, CanColo
static ɵfac: i0.ɵɵFactoryDeclaration<MatChip, [null, null, null, null, null, { optional: true; }, { optional: true; }, { attribute: "tabindex"; }]>;
}

// @public
class MatChipAction extends _MatChipActionMixinBase implements HasTabIndex {
constructor(_elementRef: ElementRef<HTMLElement>, _parentChip: {
_handlePrimaryActionInteraction(): void;
remove(): void;
disabled: boolean;
});
get disabled(): boolean;
set disabled(value: BooleanInput);
// (undocumented)
_elementRef: ElementRef<HTMLElement>;
// (undocumented)
focus(): void;
// (undocumented)
_handleClick(event: MouseEvent): void;
// (undocumented)
_handleKeydown(event: KeyboardEvent): void;
isInteractive: boolean;
_isPrimary: boolean;
// (undocumented)
protected _parentChip: {
_handlePrimaryActionInteraction(): void;
remove(): void;
disabled: boolean;
};
// (undocumented)
static ɵdir: i0.ɵɵDirectiveDeclaration<MatChipAction, "[matChipAction]", never, { "disabled": "disabled"; "tabIndex": "tabIndex"; "isInteractive": "isInteractive"; }, {}, never, never, false, never>;
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<MatChipAction, never>;
}

// @public
export class MatChipAvatar {
// (undocumented)
Expand Down
3 changes: 0 additions & 3 deletions tools/public_api_guard/material/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@ export type MatDateFormats = {
// @public
export const MATERIAL_SANITY_CHECKS: InjectionToken<SanityChecks>;

// @public
function MATERIAL_SANITY_CHECKS_FACTORY(): SanityChecks;

// @public
export class MatLine {
// (undocumented)
Expand Down
105 changes: 0 additions & 105 deletions tools/public_api_guard/material/datepicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,6 @@ export class DefaultMatCalendarRangeStrategy<D> implements MatDateRangeSelection
// @public
export type ExtractDateTypeFromSelection<T> = T extends DateRange<infer D> ? D : NonNullable<T>;

// @public
function getActiveOffset<D>(dateAdapter: DateAdapter<D>, activeDate: D, minDate: D | null, maxDate: D | null): number;

// @public (undocumented)
function isSameMultiYearView<D>(dateAdapter: DateAdapter<D>, date1: D, date2: D, minDate: D | null, maxDate: D | null): boolean;

// @public
const MAT_DATE_RANGE_INPUT_PARENT: InjectionToken<MatDateRangeInputParent<unknown>>;

// @public
export const MAT_DATE_RANGE_SELECTION_STRATEGY: InjectionToken<MatDateRangeSelectionStrategy<any>>;

Expand Down Expand Up @@ -361,63 +352,6 @@ export class MatDatepickerApply {
static ɵfac: i0.ɵɵFactoryDeclaration<MatDatepickerApply, never>;
}

// @public
abstract class MatDatepickerBase<C extends MatDatepickerControl<D>, S, D = ExtractDateTypeFromSelection<S>> implements MatDatepickerPanel<C, S, D>, OnDestroy, OnChanges {
constructor(_overlay: Overlay, _ngZone: NgZone, _viewContainerRef: ViewContainerRef, scrollStrategy: any, _dateAdapter: DateAdapter<D>, _dir: Directionality, _model: MatDateSelectionModel<S, D>);
_applyPendingSelection(): void;
calendarHeaderComponent: ComponentType<any>;
close(): void;
readonly closedStream: EventEmitter<void>;
get color(): ThemePalette;
set color(value: ThemePalette);
// (undocumented)
_color: ThemePalette;
dateClass: MatCalendarCellClassFunction<D>;
datepickerInput: C;
get disabled(): boolean;
set disabled(value: BooleanInput);
protected _forwardContentValues(instance: MatDatepickerContent<S, D>): void;
// (undocumented)
_getDateFilter(): DateFilterFn<D>;
_getMaxDate(): D | null;
_getMinDate(): D | null;
id: string;
readonly monthSelected: EventEmitter<D>;
// (undocumented)
ngOnChanges(changes: SimpleChanges): void;
// (undocumented)
ngOnDestroy(): void;
open(): void;
get opened(): boolean;
set opened(value: BooleanInput);
readonly openedStream: EventEmitter<void>;
get panelClass(): string | string[];
set panelClass(value: string | string[]);
registerActions(portal: TemplatePortal): void;
registerInput(input: C): MatDateSelectionModel<S, D>;
removeActions(portal: TemplatePortal): void;
get restoreFocus(): boolean;
set restoreFocus(value: BooleanInput);
select(date: D): void;
_selectMonth(normalizedMonth: D): void;
_selectYear(normalizedYear: D): void;
get startAt(): D | null;
set startAt(value: D | null);
startView: 'month' | 'year' | 'multi-year';
readonly stateChanges: Subject<void>;
get touchUi(): boolean;
set touchUi(value: BooleanInput);
readonly viewChanged: EventEmitter<MatCalendarView>;
_viewChanged(view: MatCalendarView): void;
xPosition: DatepickerDropdownPositionX;
readonly yearSelected: EventEmitter<D>;
yPosition: DatepickerDropdownPositionY;
// (undocumented)
static ɵdir: i0.ɵɵDirectiveDeclaration<MatDatepickerBase<any, any, any>, never, never, { "calendarHeaderComponent": "calendarHeaderComponent"; "startAt": "startAt"; "startView": "startView"; "color": "color"; "touchUi": "touchUi"; "disabled": "disabled"; "xPosition": "xPosition"; "yPosition": "yPosition"; "restoreFocus": "restoreFocus"; "dateClass": "dateClass"; "panelClass": "panelClass"; "opened": "opened"; }, { "yearSelected": "yearSelected"; "monthSelected": "monthSelected"; "viewChanged": "viewChanged"; "openedStream": "opened"; "closedStream": "closed"; }, never, never, false, never>;
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<MatDatepickerBase<any, any, any>, [null, null, null, null, { optional: true; }, { optional: true; }, null]>;
}

// @public
export class MatDatepickerCancel {
constructor(_datepicker: MatDatepickerBase<MatDatepickerControl<any>, unknown>);
Expand Down Expand Up @@ -679,33 +613,6 @@ export class MatDateRangeInput<D> implements MatFormFieldControl<DateRange<D>>,
static ɵfac: i0.ɵɵFactoryDeclaration<MatDateRangeInput<any>, [null, null, { optional: true; self: true; }, { optional: true; }, { optional: true; }]>;
}

// @public
interface MatDateRangeInputParent<D> {
// (undocumented)
dateFilter: DateFilterFn<D>;
// (undocumented)
_endInput: MatDateRangeInputPartBase<D>;
// (undocumented)
_groupDisabled: boolean;
// (undocumented)
_handleChildValueChange(): void;
// (undocumented)
id: string;
// (undocumented)
max: D | null;
// (undocumented)
min: D | null;
// (undocumented)
_openDatepicker(): void;
// (undocumented)
rangePicker: {
opened: boolean;
id: string;
};
// (undocumented)
_startInput: MatDateRangeInputPartBase<D>;
}

// @public
export class MatDateRangePicker<D> extends MatDatepickerBase<MatDateRangePickerInput<D>, DateRange<D>, D> {
// (undocumented)
Expand All @@ -716,18 +623,6 @@ export class MatDateRangePicker<D> extends MatDatepickerBase<MatDateRangePickerI
static ɵfac: i0.ɵɵFactoryDeclaration<MatDateRangePicker<any>, never>;
}

// @public
interface MatDateRangePickerInput<D> extends MatDatepickerControl<D> {
// (undocumented)
comparisonEnd: D | null;
// (undocumented)
comparisonStart: D | null;
// (undocumented)
_getEndDateAccessibleName(): string | null;
// (undocumented)
_getStartDateAccessibleName(): string | null;
}

// @public
export interface MatDateRangeSelectionStrategy<D> {
createPreview(activeDate: D | null, currentRange: DateRange<D>, event: Event): DateRange<D>;
Expand Down
42 changes: 0 additions & 42 deletions tools/public_api_guard/material/form-field.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,33 +193,6 @@ export interface MatFormFieldDefaultOptions {
subscriptSizing?: SubscriptSizing;
}

// @public
class MatFormFieldFloatingLabel {
constructor(_elementRef: ElementRef<HTMLElement>);
get element(): HTMLElement;
floating: boolean;
getWidth(): number;
// (undocumented)
static ɵdir: i0.ɵɵDirectiveDeclaration<MatFormFieldFloatingLabel, "label[matFormFieldFloatingLabel]", never, { "floating": "floating"; }, {}, never, never, false, never>;
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<MatFormFieldFloatingLabel, never>;
}

// @public
class MatFormFieldLineRipple implements OnDestroy {
constructor(_elementRef: ElementRef<HTMLElement>, ngZone: NgZone);
// (undocumented)
activate(): void;
// (undocumented)
deactivate(): void;
// (undocumented)
ngOnDestroy(): void;
// (undocumented)
static ɵdir: i0.ɵɵDirectiveDeclaration<MatFormFieldLineRipple, "div[matFormFieldLineRipple]", never, {}, {}, never, never, false, never>;
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<MatFormFieldLineRipple, never>;
}

// @public (undocumented)
export class MatFormFieldModule {
// (undocumented)
Expand All @@ -230,21 +203,6 @@ export class MatFormFieldModule {
static ɵmod: i0.ɵɵNgModuleDeclaration<MatFormFieldModule, [typeof i1.MatFormField, typeof i2.MatLabel, typeof i3.MatError, typeof i4.MatHint, typeof i5.MatPrefix, typeof i6.MatSuffix, typeof i7.MatFormFieldFloatingLabel, typeof i8.MatFormFieldNotchedOutline, typeof i9.MatFormFieldLineRipple], [typeof i10.MatCommonModule, typeof i11.CommonModule, typeof i12.ObserversModule], [typeof i1.MatFormField, typeof i2.MatLabel, typeof i4.MatHint, typeof i3.MatError, typeof i5.MatPrefix, typeof i6.MatSuffix, typeof i10.MatCommonModule]>;
}

// @public
class MatFormFieldNotchedOutline implements AfterViewInit {
constructor(_elementRef: ElementRef<HTMLElement>, _ngZone: NgZone);
// (undocumented)
_getNotchWidth(): string | null;
labelWidth: number;
// (undocumented)
ngAfterViewInit(): void;
open: boolean;
// (undocumented)
static ɵcmp: i0.ɵɵComponentDeclaration<MatFormFieldNotchedOutline, "div[matFormFieldNotchedOutline]", never, { "labelWidth": "matFormFieldNotchedOutlineLabelWidth"; "open": "matFormFieldNotchedOutlineOpen"; }, {}, never, ["*"], false, never>;
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<MatFormFieldNotchedOutline, never>;
}

// @public
export class MatHint {
align: 'start' | 'end';
Expand Down
18 changes: 0 additions & 18 deletions tools/public_api_guard/material/legacy-select.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,24 +103,6 @@ export class MatLegacySelectTrigger {
static ɵfac: i0.ɵɵFactoryDeclaration<MatLegacySelectTrigger, never>;
}

// @public @deprecated
const SELECT_ITEM_HEIGHT_EM = 3;

// @public @deprecated
const SELECT_MULTIPLE_PANEL_PADDING_X: number;

// @public @deprecated
const SELECT_PANEL_INDENT_PADDING_X: number;

// @public @deprecated
const SELECT_PANEL_MAX_HEIGHT = 256;

// @public @deprecated
const SELECT_PANEL_PADDING_X = 16;

// @public @deprecated
const SELECT_PANEL_VIEWPORT_PADDING = 8;

// (No @packageDocumentation comment for this package)

```
9 changes: 0 additions & 9 deletions tools/public_api_guard/material/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,12 @@ export const MAT_MENU_CONTENT: InjectionToken<MatMenuContent>;
// @public
export const MAT_MENU_DEFAULT_OPTIONS: InjectionToken<MatMenuDefaultOptions>;

// @public
function MAT_MENU_DEFAULT_OPTIONS_FACTORY(): MatMenuDefaultOptions;

// @public
export const MAT_MENU_PANEL: InjectionToken<MatMenuPanel<any>>;

// @public
export const MAT_MENU_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>;

// @public
function MAT_MENU_SCROLL_STRATEGY_FACTORY(overlay: Overlay): () => ScrollStrategy;

// @public
export const MAT_MENU_SCROLL_STRATEGY_FACTORY_PROVIDER: {
provide: InjectionToken<() => ScrollStrategy>;
Expand Down Expand Up @@ -332,9 +326,6 @@ export abstract class _MatMenuTriggerBase implements AfterContentInit, OnDestroy
// @public @deprecated
export const MENU_PANEL_TOP_PADDING = 8;

// @public
type MenuCloseReason = void | 'click' | 'keydown' | 'tab';

// @public
export type MenuPositionX = 'before' | 'after';

Expand Down
6 changes: 0 additions & 6 deletions tools/public_api_guard/material/sidenav.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ import { ScrollDispatcher } from '@angular/cdk/scrolling';
import { Subject } from 'rxjs';
import { ViewportRuler } from '@angular/cdk/scrolling';

// @public
type AutoFocusTarget = 'dialog' | 'first-tabbable' | 'first-heading';

// @public
const MAT_DRAWER_CONTAINER: InjectionToken<unknown>;

// @public
export const MAT_DRAWER_DEFAULT_AUTOSIZE: InjectionToken<boolean>;

Expand Down
24 changes: 0 additions & 24 deletions tools/public_api_guard/material/slider.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,30 +149,6 @@ export class MatSliderThumb implements AfterViewInit, ControlValueAccessor, OnIn
static ɵfac: i0.ɵɵFactoryDeclaration<MatSliderThumb, never>;
}

// @public
class MatSliderVisualThumb implements AfterViewInit, OnDestroy {
constructor(_ngZone: NgZone, _slider: MatSlider, _elementRef: ElementRef<HTMLElement>);
disableRipple: boolean;
discrete: boolean;
_getHostElement(): HTMLElement;
_getKnob(): HTMLElement;
_getValueIndicatorContainer(): HTMLElement;
readonly _isActive = false;
_isShortValue(): boolean;
_knob: ElementRef<HTMLElement>;
// (undocumented)
ngAfterViewInit(): void;
// (undocumented)
ngOnDestroy(): void;
thumbPosition: Thumb;
_valueIndicatorContainer: ElementRef<HTMLElement>;
valueIndicatorText: string;
// (undocumented)
static ɵcmp: i0.ɵɵComponentDeclaration<MatSliderVisualThumb, "mat-slider-visual-thumb", never, { "discrete": "discrete"; "thumbPosition": "thumbPosition"; "valueIndicatorText": "valueIndicatorText"; "disableRipple": "disableRipple"; }, {}, never, never, false, never>;
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<MatSliderVisualThumb, never>;
}

// (No @packageDocumentation comment for this package)

```
Loading