Skip to content

build: update to angular v9.1.0 #18904

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 2 commits into from
Mar 25, 2020
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
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
},
"version": "9.2.0-next.0",
"dependencies": {
"@angular/animations": "^9.1.0-next.4",
"@angular/common": "^9.1.0-next.4",
"@angular/compiler": "^9.1.0-next.4",
"@angular/core": "^9.1.0-next.4",
"@angular/elements": "^9.1.0-next.4",
"@angular/forms": "^9.1.0-next.4",
"@angular/platform-browser": "^9.1.0-next.4",
"@angular/animations": "^9.1.0",
"@angular/common": "^9.1.0",
"@angular/compiler": "^9.1.0",
"@angular/core": "^9.1.0",
"@angular/elements": "^9.1.0",
"@angular/forms": "^9.1.0",
"@angular/platform-browser": "^9.1.0",
"@types/googlemaps": "^3.37.0",
"@types/youtube": "^0.0.38",
"@webcomponents/custom-elements": "^1.1.0",
Expand All @@ -63,13 +63,13 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/core": "^9.0.4",
"@angular-devkit/schematics": "^9.0.4",
"@angular/bazel": "^9.1.0-next.4",
"@angular/compiler-cli": "^9.1.0-next.4",
"@angular/platform-browser-dynamic": "^9.1.0-next.4",
"@angular/platform-server": "^9.1.0-next.4",
"@angular/router": "^9.1.0-next.4",
"@angular-devkit/core": "^9.0.7",
"@angular-devkit/schematics": "^9.0.7",
"@angular/bazel": "^9.1.0",
"@angular/compiler-cli": "^9.1.0",
"@angular/platform-browser-dynamic": "^9.1.0",
"@angular/platform-server": "^9.1.0",
"@angular/router": "^9.1.0",
"@bazel/bazelisk": "^1.3.0",
"@bazel/buildifier": "^0.29.0",
"@bazel/ibazel": "^0.12.3",
Expand All @@ -79,7 +79,7 @@
"@bazel/typescript": "^1.4.0",
"@firebase/app-types": "^0.3.2",
"@octokit/rest": "16.28.7",
"@schematics/angular": "^9.0.4",
"@schematics/angular": "^9.0.7",
"@types/browser-sync": "^2.26.1",
"@types/fs-extra": "^4.0.3",
"@types/glob": "^5.0.33",
Expand Down
20 changes: 10 additions & 10 deletions tools/public_api_guard/cdk/a11y.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export declare class AriaDescriber implements OnDestroy {
describe(hostElement: Element, message: string | HTMLElement): void;
ngOnDestroy(): void;
removeDescription(hostElement: Element, message: string | HTMLElement): void;
static ɵfac: i0.ɵɵFactoryDef<AriaDescriber>;
static ɵfac: i0.ɵɵFactoryDef<AriaDescriber, never>;
static ɵprov: i0.ɵɵInjectableDef<AriaDescriber>;
}

Expand All @@ -30,15 +30,15 @@ export declare class CdkAriaLive implements OnDestroy {
constructor(_elementRef: ElementRef, _liveAnnouncer: LiveAnnouncer, _contentObserver: ContentObserver, _ngZone: NgZone);
ngOnDestroy(): void;
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkAriaLive, "[cdkAriaLive]", ["cdkAriaLive"], { "politeness": "cdkAriaLive"; }, {}, never>;
static ɵfac: i0.ɵɵFactoryDef<CdkAriaLive>;
static ɵfac: i0.ɵɵFactoryDef<CdkAriaLive, never>;
}

export declare class CdkMonitorFocus implements OnDestroy {
cdkFocusChange: EventEmitter<FocusOrigin>;
constructor(_elementRef: ElementRef<HTMLElement>, _focusMonitor: FocusMonitor);
ngOnDestroy(): void;
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkMonitorFocus, "[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]", never, {}, { "cdkFocusChange": "cdkFocusChange"; }, never>;
static ɵfac: i0.ɵɵFactoryDef<CdkMonitorFocus>;
static ɵfac: i0.ɵɵFactoryDef<CdkMonitorFocus, never>;
}

export declare class CdkTrapFocus implements OnDestroy, AfterContentInit, DoCheck {
Expand All @@ -54,7 +54,7 @@ export declare class CdkTrapFocus implements OnDestroy, AfterContentInit, DoChec
static ngAcceptInputType_autoCapture: BooleanInput;
static ngAcceptInputType_enabled: BooleanInput;
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkTrapFocus, "[cdkTrapFocus]", ["cdkTrapFocus"], { "enabled": "cdkTrapFocus"; "autoCapture": "cdkTrapFocusAutoCapture"; }, {}, never>;
static ɵfac: i0.ɵɵFactoryDef<CdkTrapFocus>;
static ɵfac: i0.ɵɵFactoryDef<CdkTrapFocus, never>;
}

export declare class ConfigurableFocusTrap extends FocusTrap implements ManagedFocusTrap {
Expand All @@ -70,7 +70,7 @@ export declare class ConfigurableFocusTrapFactory {
constructor(_checker: InteractivityChecker, _ngZone: NgZone, _focusTrapManager: FocusTrapManager, _document: any, _inertStrategy?: FocusTrapInertStrategy);
create(element: HTMLElement, config?: ConfigurableFocusTrapConfig): ConfigurableFocusTrap;
create(element: HTMLElement, deferCaptureElements: boolean): ConfigurableFocusTrap;
static ɵfac: i0.ɵɵFactoryDef<ConfigurableFocusTrapFactory>;
static ɵfac: i0.ɵɵFactoryDef<ConfigurableFocusTrapFactory, [null, null, null, null, { optional: true; }]>;
static ɵprov: i0.ɵɵInjectableDef<ConfigurableFocusTrapFactory>;
}

Expand Down Expand Up @@ -105,7 +105,7 @@ export declare class FocusMonitor implements OnDestroy {
ngOnDestroy(): void;
stopMonitoring(element: HTMLElement): void;
stopMonitoring(element: ElementRef<HTMLElement>): void;
static ɵfac: i0.ɵɵFactoryDef<FocusMonitor>;
static ɵfac: i0.ɵɵFactoryDef<FocusMonitor, [null, null, { optional: true; }, { optional: true; }]>;
static ɵprov: i0.ɵɵInjectableDef<FocusMonitor>;
}

Expand Down Expand Up @@ -149,7 +149,7 @@ export declare class FocusTrap {
export declare class FocusTrapFactory {
constructor(_checker: InteractivityChecker, _ngZone: NgZone, _document: any);
create(element: HTMLElement, deferCaptureElements?: boolean): FocusTrap;
static ɵfac: i0.ɵɵFactoryDef<FocusTrapFactory>;
static ɵfac: i0.ɵɵFactoryDef<FocusTrapFactory, never>;
static ɵprov: i0.ɵɵInjectableDef<FocusTrapFactory>;
}

Expand All @@ -168,7 +168,7 @@ export declare class HighContrastModeDetector {
constructor(_platform: Platform, document: any);
_applyBodyHighContrastModeCssClasses(): void;
getHighContrastMode(): HighContrastMode;
static ɵfac: i0.ɵɵFactoryDef<HighContrastModeDetector>;
static ɵfac: i0.ɵɵFactoryDef<HighContrastModeDetector, never>;
static ɵprov: i0.ɵɵInjectableDef<HighContrastModeDetector>;
}

Expand All @@ -183,7 +183,7 @@ export declare class InteractivityChecker {
isFocusable(element: HTMLElement): boolean;
isTabbable(element: HTMLElement): boolean;
isVisible(element: HTMLElement): boolean;
static ɵfac: i0.ɵɵFactoryDef<InteractivityChecker>;
static ɵfac: i0.ɵɵFactoryDef<InteractivityChecker, never>;
static ɵprov: i0.ɵɵInjectableDef<InteractivityChecker>;
}

Expand Down Expand Up @@ -234,7 +234,7 @@ export declare class LiveAnnouncer implements OnDestroy {
announce(message: string, politeness?: AriaLivePoliteness, duration?: number): Promise<void>;
clear(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDef<LiveAnnouncer>;
static ɵfac: i0.ɵɵFactoryDef<LiveAnnouncer, [{ optional: true; }, null, null, { optional: true; }]>;
static ɵprov: i0.ɵɵInjectableDef<LiveAnnouncer>;
}

Expand Down
4 changes: 2 additions & 2 deletions tools/public_api_guard/cdk/accordion.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export declare class CdkAccordion implements OnDestroy, OnChanges {
openAll(): void;
static ngAcceptInputType_multi: BooleanInput;
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkAccordion, "cdk-accordion, [cdkAccordion]", ["cdkAccordion"], { "multi": "multi"; }, {}, never>;
static ɵfac: i0.ɵɵFactoryDef<CdkAccordion>;
static ɵfac: i0.ɵɵFactoryDef<CdkAccordion, never>;
}

export declare class CdkAccordionItem implements OnDestroy {
Expand All @@ -33,7 +33,7 @@ export declare class CdkAccordionItem implements OnDestroy {
static ngAcceptInputType_disabled: BooleanInput;
static ngAcceptInputType_expanded: BooleanInput;
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkAccordionItem, "cdk-accordion-item, [cdkAccordionItem]", ["cdkAccordionItem"], { "expanded": "expanded"; "disabled": "disabled"; }, { "closed": "closed"; "opened": "opened"; "destroyed": "destroyed"; "expandedChange": "expandedChange"; }, never>;
static ɵfac: i0.ɵɵFactoryDef<CdkAccordionItem>;
static ɵfac: i0.ɵɵFactoryDef<CdkAccordionItem, [{ optional: true; skipSelf: true; }, null, null]>;
}

export declare class CdkAccordionModule {
Expand Down
4 changes: 2 additions & 2 deletions tools/public_api_guard/cdk/bidi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export declare class Dir implements Directionality, AfterContentInit, OnDestroy
ngAfterContentInit(): void;
ngOnDestroy(): void;
static ɵdir: i0.ɵɵDirectiveDefWithMeta<Dir, "[dir]", ["dir"], { "dir": "dir"; }, { "change": "dirChange"; }, never>;
static ɵfac: i0.ɵɵFactoryDef<Dir>;
static ɵfac: i0.ɵɵFactoryDef<Dir, never>;
}

export declare const DIR_DOCUMENT: InjectionToken<Document>;
Expand All @@ -24,6 +24,6 @@ export declare class Directionality implements OnDestroy {
readonly value: Direction;
constructor(_document?: any);
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDef<Directionality>;
static ɵfac: i0.ɵɵFactoryDef<Directionality, [{ optional: true; }]>;
static ɵprov: i0.ɵɵInjectableDef<Directionality>;
}
4 changes: 2 additions & 2 deletions tools/public_api_guard/cdk/clipboard.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export declare class CdkCopyToClipboard implements OnDestroy {
copy(attempts?: number): void;
ngOnDestroy(): void;
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkCopyToClipboard, "[cdkCopyToClipboard]", never, { "text": "cdkCopyToClipboard"; "attempts": "cdkCopyToClipboardAttempts"; }, { "copied": "cdkCopyToClipboardCopied"; "_deprecatedCopied": "copied"; }, never>;
static ɵfac: i0.ɵɵFactoryDef<CdkCopyToClipboard>;
static ɵfac: i0.ɵɵFactoryDef<CdkCopyToClipboard, [null, null, { optional: true; }]>;
}

export interface CdkCopyToClipboardConfig {
Expand All @@ -21,7 +21,7 @@ export declare class Clipboard {
constructor(document: any);
beginCopy(text: string): PendingCopy;
copy(text: string): boolean;
static ɵfac: i0.ɵɵFactoryDef<Clipboard>;
static ɵfac: i0.ɵɵFactoryDef<Clipboard, never>;
static ɵprov: i0.ɵɵInjectableDef<Clipboard>;
}

Expand Down
2 changes: 1 addition & 1 deletion tools/public_api_guard/cdk/collections.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export declare class UniqueSelectionDispatcher implements OnDestroy {
listen(listener: UniqueSelectionDispatcherListener): () => void;
ngOnDestroy(): void;
notify(id: string, name: string): void;
static ɵfac: i0.ɵɵFactoryDef<UniqueSelectionDispatcher>;
static ɵfac: i0.ɵɵFactoryDef<UniqueSelectionDispatcher, never>;
static ɵprov: i0.ɵɵInjectableDef<UniqueSelectionDispatcher>;
}

Expand Down
16 changes: 8 additions & 8 deletions tools/public_api_guard/cdk/drag-drop.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export declare class CdkDrag<T = any> implements AfterViewInit, OnChanges, OnDes
reset(): void;
static ngAcceptInputType_disabled: BooleanInput;
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkDrag<any>, "[cdkDrag]", ["cdkDrag"], { "data": "cdkDragData"; "lockAxis": "cdkDragLockAxis"; "rootElementSelector": "cdkDragRootElement"; "boundaryElement": "cdkDragBoundary"; "dragStartDelay": "cdkDragStartDelay"; "freeDragPosition": "cdkDragFreeDragPosition"; "disabled": "cdkDragDisabled"; "constrainPosition": "cdkDragConstrainPosition"; "previewClass": "cdkDragPreviewClass"; }, { "started": "cdkDragStarted"; "released": "cdkDragReleased"; "ended": "cdkDragEnded"; "entered": "cdkDragEntered"; "exited": "cdkDragExited"; "dropped": "cdkDragDropped"; "moved": "cdkDragMoved"; }, ["_previewTemplate", "_placeholderTemplate", "_handles"]>;
static ɵfac: i0.ɵɵFactoryDef<CdkDrag<any>>;
static ɵfac: i0.ɵɵFactoryDef<CdkDrag<any>, [null, { optional: true; skipSelf: true; }, null, null, null, { optional: true; }, { optional: true; }, null, null]>;
}

export interface CdkDragDrop<T, O = T> {
Expand Down Expand Up @@ -91,7 +91,7 @@ export declare class CdkDragHandle implements OnDestroy {
ngOnDestroy(): void;
static ngAcceptInputType_disabled: BooleanInput;
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkDragHandle, "[cdkDragHandle]", never, { "disabled": "cdkDragHandleDisabled"; }, {}, never>;
static ɵfac: i0.ɵɵFactoryDef<CdkDragHandle>;
static ɵfac: i0.ɵɵFactoryDef<CdkDragHandle, [null, { optional: true; }]>;
}

export interface CdkDragMove<T = any> {
Expand All @@ -116,7 +116,7 @@ export declare class CdkDragPlaceholder<T = any> {
templateRef: TemplateRef<T>;
constructor(templateRef: TemplateRef<T>);
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkDragPlaceholder<any>, "ng-template[cdkDragPlaceholder]", never, { "data": "data"; }, {}, never>;
static ɵfac: i0.ɵɵFactoryDef<CdkDragPlaceholder<any>>;
static ɵfac: i0.ɵɵFactoryDef<CdkDragPlaceholder<any>, never>;
}

export declare class CdkDragPreview<T = any> {
Expand All @@ -127,7 +127,7 @@ export declare class CdkDragPreview<T = any> {
constructor(templateRef: TemplateRef<T>);
static ngAcceptInputType_matchSize: BooleanInput;
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkDragPreview<any>, "ng-template[cdkDragPreview]", never, { "data": "data"; "matchSize": "matchSize"; }, {}, never>;
static ɵfac: i0.ɵɵFactoryDef<CdkDragPreview<any>>;
static ɵfac: i0.ɵɵFactoryDef<CdkDragPreview<any>, never>;
}

export interface CdkDragRelease<T = any> {
Expand Down Expand Up @@ -179,7 +179,7 @@ export declare class CdkDropList<T = any> implements AfterContentInit, OnDestroy
static ngAcceptInputType_disabled: BooleanInput;
static ngAcceptInputType_sortingDisabled: BooleanInput;
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkDropList<any>, "[cdkDropList], cdk-drop-list", ["cdkDropList"], { "connectedTo": "cdkDropListConnectedTo"; "data": "cdkDropListData"; "orientation": "cdkDropListOrientation"; "id": "id"; "lockAxis": "cdkDropListLockAxis"; "disabled": "cdkDropListDisabled"; "sortingDisabled": "cdkDropListSortingDisabled"; "enterPredicate": "cdkDropListEnterPredicate"; "autoScrollDisabled": "cdkDropListAutoScrollDisabled"; }, { "dropped": "cdkDropListDropped"; "entered": "cdkDropListEntered"; "exited": "cdkDropListExited"; "sorted": "cdkDropListSorted"; }, never>;
static ɵfac: i0.ɵɵFactoryDef<CdkDropList<any>>;
static ɵfac: i0.ɵɵFactoryDef<CdkDropList<any>, [null, null, null, { optional: true; }, { optional: true; skipSelf: true; }, null, { optional: true; }]>;
}

export declare class CdkDropListGroup<T> implements OnDestroy {
Expand All @@ -189,7 +189,7 @@ export declare class CdkDropListGroup<T> implements OnDestroy {
ngOnDestroy(): void;
static ngAcceptInputType_disabled: BooleanInput;
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkDropListGroup<any>, "[cdkDropListGroup]", ["cdkDropListGroup"], { "disabled": "cdkDropListGroupDisabled"; }, {}, never>;
static ɵfac: i0.ɵɵFactoryDef<CdkDropListGroup<any>>;
static ɵfac: i0.ɵɵFactoryDef<CdkDropListGroup<any>, never>;
}

export declare function copyArrayItem<T = any>(currentArray: T[], targetArray: T[], currentIndex: number, targetIndex: number): void;
Expand All @@ -202,7 +202,7 @@ export declare class DragDrop {
constructor(_document: any, _ngZone: NgZone, _viewportRuler: ViewportRuler, _dragDropRegistry: DragDropRegistry<DragRef, DropListRef>);
createDrag<T = any>(element: ElementRef<HTMLElement> | HTMLElement, config?: DragRefConfig): DragRef<T>;
createDropList<T = any>(element: ElementRef<HTMLElement> | HTMLElement): DropListRef<T>;
static ɵfac: i0.ɵɵFactoryDef<DragDrop>;
static ɵfac: i0.ɵɵFactoryDef<DragDrop, never>;
static ɵprov: i0.ɵɵInjectableDef<DragDrop>;
}

Expand Down Expand Up @@ -237,7 +237,7 @@ export declare class DragDropRegistry<I, C> implements OnDestroy {
removeDropContainer(drop: C): void;
startDragging(drag: I, event: TouchEvent | MouseEvent): void;
stopDragging(drag: I): void;
static ɵfac: i0.ɵɵFactoryDef<DragDropRegistry<any, any>>;
static ɵfac: i0.ɵɵFactoryDef<DragDropRegistry<any, any>, never>;
static ɵprov: i0.ɵɵInjectableDef<DragDropRegistry<any, any>>;
}

Expand Down
4 changes: 2 additions & 2 deletions tools/public_api_guard/cdk/layout.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export declare class BreakpointObserver implements OnDestroy {
isMatched(value: string | string[]): boolean;
ngOnDestroy(): void;
observe(value: string | string[]): Observable<BreakpointState>;
static ɵfac: i0.ɵɵFactoryDef<BreakpointObserver>;
static ɵfac: i0.ɵɵFactoryDef<BreakpointObserver, never>;
static ɵprov: i0.ɵɵInjectableDef<BreakpointObserver>;
}

Expand Down Expand Up @@ -39,6 +39,6 @@ export declare class LayoutModule {
export declare class MediaMatcher {
constructor(_platform: Platform);
matchMedia(query: string): MediaQueryList;
static ɵfac: i0.ɵɵFactoryDef<MediaMatcher>;
static ɵfac: i0.ɵɵFactoryDef<MediaMatcher, never>;
static ɵprov: i0.ɵɵInjectableDef<MediaMatcher>;
}
6 changes: 3 additions & 3 deletions tools/public_api_guard/cdk/observers.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ export declare class CdkObserveContent implements AfterContentInit, OnDestroy {
static ngAcceptInputType_debounce: BooleanInput;
static ngAcceptInputType_disabled: BooleanInput;
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkObserveContent, "[cdkObserveContent]", ["cdkObserveContent"], { "disabled": "cdkObserveContentDisabled"; "debounce": "debounce"; }, { "event": "cdkObserveContent"; }, never>;
static ɵfac: i0.ɵɵFactoryDef<CdkObserveContent>;
static ɵfac: i0.ɵɵFactoryDef<CdkObserveContent, never>;
}

export declare class ContentObserver implements OnDestroy {
constructor(_mutationObserverFactory: MutationObserverFactory);
ngOnDestroy(): void;
observe(element: Element): Observable<MutationRecord[]>;
observe(element: ElementRef<Element>): Observable<MutationRecord[]>;
static ɵfac: i0.ɵɵFactoryDef<ContentObserver>;
static ɵfac: i0.ɵɵFactoryDef<ContentObserver, never>;
static ɵprov: i0.ɵɵInjectableDef<ContentObserver>;
}

export declare class MutationObserverFactory {
create(callback: MutationCallback): MutationObserver | null;
static ɵfac: i0.ɵɵFactoryDef<MutationObserverFactory>;
static ɵfac: i0.ɵɵFactoryDef<MutationObserverFactory, never>;
static ɵprov: i0.ɵɵInjectableDef<MutationObserverFactory>;
}

Expand Down
Loading