diff --git a/package.json b/package.json index e960fcc4a7f5..820430bea0c2 100644 --- a/package.json +++ b/package.json @@ -43,13 +43,13 @@ }, "version": "9.0.0-rc.7", "dependencies": { - "@angular/animations": "^9.0.0-rc.7", - "@angular/common": "^9.0.0-rc.7", - "@angular/compiler": "^9.0.0-rc.7", - "@angular/core": "^9.0.0-rc.7", - "@angular/elements": "^9.0.0-rc.7", - "@angular/forms": "^9.0.0-rc.7", - "@angular/platform-browser": "^9.0.0-rc.7", + "@angular/animations": "^9.0.0-rc.8", + "@angular/common": "^9.0.0-rc.8", + "@angular/compiler": "^9.0.0-rc.8", + "@angular/core": "^9.0.0-rc.8", + "@angular/elements": "^9.0.0-rc.8", + "@angular/forms": "^9.0.0-rc.8", + "@angular/platform-browser": "^9.0.0-rc.8", "@types/googlemaps": "^3.37.0", "@types/youtube": "^0.0.38", "@webcomponents/custom-elements": "^1.1.0", @@ -61,13 +61,13 @@ "zone.js": "~0.10.2" }, "devDependencies": { - "@angular-devkit/core": "^9.0.0-rc.6", - "@angular-devkit/schematics": "^9.0.0-rc.6", - "@angular/bazel": "^9.0.0-rc.7", - "@angular/compiler-cli": "^9.0.0-rc.7", - "@angular/platform-browser-dynamic": "^9.0.0-rc.7", - "@angular/platform-server": "^9.0.0-rc.7", - "@angular/router": "^9.0.0-rc.7", + "@angular-devkit/core": "^9.0.0-rc.8", + "@angular-devkit/schematics": "^9.0.0-rc.8", + "@angular/bazel": "^9.0.0-rc.8", + "@angular/compiler-cli": "^9.0.0-rc.8", + "@angular/platform-browser-dynamic": "^9.0.0-rc.8", + "@angular/platform-server": "^9.0.0-rc.8", + "@angular/router": "^9.0.0-rc.8", "@bazel/bazel": "^1.1.0", "@bazel/buildifier": "^0.29.0", "@bazel/ibazel": "^0.10.3", @@ -77,7 +77,7 @@ "@bazel/typescript": "1.0.0", "@firebase/app-types": "^0.3.2", "@octokit/rest": "^16.28.7", - "@schematics/angular": "^9.0.0-rc.6", + "@schematics/angular": "^9.0.0-rc.8", "@types/browser-sync": "^2.26.1", "@types/fs-extra": "^4.0.3", "@types/glob": "^5.0.33", diff --git a/tools/public_api_guard/cdk/a11y.d.ts b/tools/public_api_guard/cdk/a11y.d.ts index 90e6a05057f7..edc26702c11a 100644 --- a/tools/public_api_guard/cdk/a11y.d.ts +++ b/tools/public_api_guard/cdk/a11y.d.ts @@ -28,7 +28,7 @@ export declare class CdkAriaLive implements OnDestroy { politeness: AriaLivePoliteness; constructor(_elementRef: ElementRef, _liveAnnouncer: LiveAnnouncer, _contentObserver: ContentObserver, _ngZone: NgZone); ngOnDestroy(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -36,7 +36,7 @@ export declare class CdkMonitorFocus implements OnDestroy { cdkFocusChange: EventEmitter; constructor(_elementRef: ElementRef, _focusMonitor: FocusMonitor); ngOnDestroy(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -50,7 +50,7 @@ export declare class CdkTrapFocus implements OnDestroy, AfterContentInit, DoChec ngOnDestroy(): void; static ngAcceptInputType_autoCapture: BooleanInput; static ngAcceptInputType_enabled: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/cdk/accordion.d.ts b/tools/public_api_guard/cdk/accordion.d.ts index fda468456b13..1338863f189c 100644 --- a/tools/public_api_guard/cdk/accordion.d.ts +++ b/tools/public_api_guard/cdk/accordion.d.ts @@ -8,7 +8,7 @@ export declare class CdkAccordion implements OnDestroy, OnChanges { ngOnDestroy(): void; openAll(): void; static ngAcceptInputType_multi: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -29,7 +29,7 @@ export declare class CdkAccordionItem implements OnDestroy { toggle(): void; static ngAcceptInputType_disabled: BooleanInput; static ngAcceptInputType_expanded: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/cdk/bidi.d.ts b/tools/public_api_guard/cdk/bidi.d.ts index e0bc461c3317..076453a59544 100644 --- a/tools/public_api_guard/cdk/bidi.d.ts +++ b/tools/public_api_guard/cdk/bidi.d.ts @@ -10,7 +10,7 @@ export declare class Dir implements Directionality, AfterContentInit, OnDestroy readonly value: Direction; ngAfterContentInit(): void; ngOnDestroy(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/cdk/clipboard.d.ts b/tools/public_api_guard/cdk/clipboard.d.ts index 0373a94b92db..69f152e1db0a 100644 --- a/tools/public_api_guard/cdk/clipboard.d.ts +++ b/tools/public_api_guard/cdk/clipboard.d.ts @@ -6,7 +6,7 @@ export declare class CdkCopyToClipboard { constructor(_clipboard: Clipboard, _ngZone?: NgZone | undefined, config?: CdkCopyToClipboardConfig); copy(attempts?: number): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/cdk/drag-drop.d.ts b/tools/public_api_guard/cdk/drag-drop.d.ts index 6e4a7d7a6db3..320c21d7fe5c 100644 --- a/tools/public_api_guard/cdk/drag-drop.d.ts +++ b/tools/public_api_guard/cdk/drag-drop.d.ts @@ -47,7 +47,7 @@ export declare class CdkDrag implements AfterViewInit, OnChanges, OnDes ngOnDestroy(): void; reset(): void; static ngAcceptInputType_disabled: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "[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 ɵdir: i0.ɵɵDirectiveDefWithMeta, "[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>; } @@ -91,7 +91,7 @@ export declare class CdkDragHandle implements OnDestroy { constructor(element: ElementRef, parentDrag?: any); ngOnDestroy(): void; static ngAcceptInputType_disabled: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -116,7 +116,7 @@ export declare class CdkDragPlaceholder { data: T; templateRef: TemplateRef; constructor(templateRef: TemplateRef); - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "ng-template[cdkDragPlaceholder]", never, { 'data': "data" }, {}, never>; + static ɵdir: i0.ɵɵDirectiveDefWithMeta, "ng-template[cdkDragPlaceholder]", never, { "data": "data"; }, {}, never>; static ɵfac: i0.ɵɵFactoryDef>; } @@ -124,7 +124,7 @@ export declare class CdkDragPreview { data: T; templateRef: TemplateRef; constructor(templateRef: TemplateRef); - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "ng-template[cdkDragPreview]", never, { 'data': "data" }, {}, never>; + static ɵdir: i0.ɵɵDirectiveDefWithMeta, "ng-template[cdkDragPreview]", never, { "data": "data"; }, {}, never>; static ɵfac: i0.ɵɵFactoryDef>; } @@ -172,7 +172,7 @@ export declare class CdkDropList implements AfterContentInit, OnDestroy static ngAcceptInputType_autoScrollDisabled: BooleanInput; static ngAcceptInputType_disabled: BooleanInput; static ngAcceptInputType_sortingDisabled: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "[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" }, ["_draggables"]>; + static ɵdir: i0.ɵɵDirectiveDefWithMeta, "[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"; }, ["_draggables"]>; static ɵfac: i0.ɵɵFactoryDef>; } @@ -181,7 +181,7 @@ export declare class CdkDropListGroup implements OnDestroy { disabled: boolean; ngOnDestroy(): void; static ngAcceptInputType_disabled: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "[cdkDropListGroup]", ["cdkDropListGroup"], { 'disabled': "cdkDropListGroupDisabled" }, {}, never>; + static ɵdir: i0.ɵɵDirectiveDefWithMeta, "[cdkDropListGroup]", ["cdkDropListGroup"], { "disabled": "cdkDropListGroupDisabled"; }, {}, never>; static ɵfac: i0.ɵɵFactoryDef>; } diff --git a/tools/public_api_guard/cdk/observers.d.ts b/tools/public_api_guard/cdk/observers.d.ts index d32b4513f916..96e989f6e498 100644 --- a/tools/public_api_guard/cdk/observers.d.ts +++ b/tools/public_api_guard/cdk/observers.d.ts @@ -7,7 +7,7 @@ export declare class CdkObserveContent implements AfterContentInit, OnDestroy { ngOnDestroy(): void; static ngAcceptInputType_debounce: BooleanInput; static ngAcceptInputType_disabled: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/cdk/overlay.d.ts b/tools/public_api_guard/cdk/overlay.d.ts index 355cc296e122..3491fc5fee63 100644 --- a/tools/public_api_guard/cdk/overlay.d.ts +++ b/tools/public_api_guard/cdk/overlay.d.ts @@ -41,7 +41,7 @@ export declare class CdkConnectedOverlay implements OnDestroy, OnChanges { static ngAcceptInputType_hasBackdrop: BooleanInput; static ngAcceptInputType_lockPosition: BooleanInput; static ngAcceptInputType_push: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/cdk/portal.d.ts b/tools/public_api_guard/cdk/portal.d.ts index 5b82e1467447..0b699248abda 100644 --- a/tools/public_api_guard/cdk/portal.d.ts +++ b/tools/public_api_guard/cdk/portal.d.ts @@ -33,7 +33,7 @@ export declare class CdkPortalOutlet extends BasePortalOutlet implements OnInit, ngOnDestroy(): void; ngOnInit(): void; static ngAcceptInputType_portal: Portal | null | undefined | ''; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -80,7 +80,7 @@ export declare abstract class Portal { export declare type PortalHost = PortalOutlet; export declare class PortalHostDirective extends CdkPortalOutlet { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/cdk/scrolling.d.ts b/tools/public_api_guard/cdk/scrolling.d.ts index 26fb82fbafab..2018e2a9b7a7 100644 --- a/tools/public_api_guard/cdk/scrolling.d.ts +++ b/tools/public_api_guard/cdk/scrolling.d.ts @@ -46,7 +46,7 @@ export declare class CdkFixedSizeVirtualScroll implements OnChanges { static ngAcceptInputType_itemSize: NumberInput; static ngAcceptInputType_maxBufferPx: NumberInput; static ngAcceptInputType_minBufferPx: NumberInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -82,7 +82,7 @@ export declare class CdkVirtualForOf implements CollectionViewer, DoCheck, On measureRangeSize(range: ListRange, orientation: 'horizontal' | 'vertical'): number; ngDoCheck(): void; ngOnDestroy(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "[cdkVirtualFor][cdkVirtualForOf]", never, { 'cdkVirtualForOf': "cdkVirtualForOf", 'cdkVirtualForTrackBy': "cdkVirtualForTrackBy", 'cdkVirtualForTemplate': "cdkVirtualForTemplate", 'cdkVirtualForTemplateCacheSize': "cdkVirtualForTemplateCacheSize" }, {}, never>; + static ɵdir: i0.ɵɵDirectiveDefWithMeta, "[cdkVirtualFor][cdkVirtualForOf]", never, { "cdkVirtualForOf": "cdkVirtualForOf"; "cdkVirtualForTrackBy": "cdkVirtualForTrackBy"; "cdkVirtualForTemplate": "cdkVirtualForTemplate"; "cdkVirtualForTemplateCacheSize": "cdkVirtualForTemplateCacheSize"; }, {}, never>; static ɵfac: i0.ɵɵFactoryDef>; } @@ -124,7 +124,7 @@ export declare class CdkVirtualScrollViewport extends CdkScrollable implements O setRenderedContentOffset(offset: number, to?: 'to-start' | 'to-end'): void; setRenderedRange(range: ListRange): void; setTotalContentSize(size: number): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/cdk/stepper.d.ts b/tools/public_api_guard/cdk/stepper.d.ts index 8f3fc76ee38d..468b9ba00cc7 100644 --- a/tools/public_api_guard/cdk/stepper.d.ts +++ b/tools/public_api_guard/cdk/stepper.d.ts @@ -23,7 +23,7 @@ export declare class CdkStep implements OnChanges { static ngAcceptInputType_editable: BooleanInput; static ngAcceptInputType_hasError: BooleanInput; static ngAcceptInputType_optional: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -72,7 +72,7 @@ export declare class CdkStepper implements AfterViewInit, OnDestroy { static ngAcceptInputType_linear: BooleanInput; static ngAcceptInputType_optional: BooleanInput; static ngAcceptInputType_selectedIndex: NumberInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -86,7 +86,7 @@ export declare class CdkStepperNext { type: string; constructor(_stepper: CdkStepper); _handleClick(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -95,7 +95,7 @@ export declare class CdkStepperPrevious { type: string; constructor(_stepper: CdkStepper); _handleClick(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/cdk/table.d.ts b/tools/public_api_guard/cdk/table.d.ts index d6ba8c0ad4c9..4f33df2cbd01 100644 --- a/tools/public_api_guard/cdk/table.d.ts +++ b/tools/public_api_guard/cdk/table.d.ts @@ -83,7 +83,7 @@ export declare class CdkColumnDef extends _CdkColumnDefBase implements CanStick stickyEnd: boolean; static ngAcceptInputType_sticky: BooleanInput; static ngAcceptInputType_stickyEnd: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -109,7 +109,7 @@ export declare class CdkFooterRowDef extends _CdkFooterRowDefBase implements Can constructor(template: TemplateRef, _differs: IterableDiffers); ngOnChanges(changes: SimpleChanges): void; static ngAcceptInputType_sticky: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -135,7 +135,7 @@ export declare class CdkHeaderRowDef extends _CdkHeaderRowDefBase implements Can constructor(template: TemplateRef, _differs: IterableDiffers); ngOnChanges(changes: SimpleChanges): void; static ngAcceptInputType_sticky: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -147,7 +147,7 @@ export declare class CdkRow { export declare class CdkRowDef extends BaseRowDef { when: (index: number, rowData: T) => boolean; constructor(template: TemplateRef, _differs: IterableDiffers); - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "[cdkRowDef]", never, { 'columns': "cdkRowDefColumns", 'when': "cdkRowDefWhen" }, {}, never>; + static ɵdir: i0.ɵɵDirectiveDefWithMeta, "[cdkRowDef]", never, { "columns": "cdkRowDefColumns"; "when": "cdkRowDefWhen"; }, {}, never>; static ɵfac: i0.ɵɵFactoryDef>; } @@ -194,7 +194,7 @@ export declare class CdkTable implements AfterContentChecked, CollectionViewe updateStickyFooterRowStyles(): void; updateStickyHeaderRowStyles(): void; static ngAcceptInputType_multiTemplateDataRows: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta, "cdk-table, table[cdk-table]", ["cdkTable"], { 'trackBy': "trackBy", 'dataSource': "dataSource", 'multiTemplateDataRows': "multiTemplateDataRows" }, {}, ["_contentColumnDefs", "_contentRowDefs", "_contentHeaderRowDefs", "_contentFooterRowDefs"]>; + static ɵcmp: i0.ɵɵComponentDefWithMeta, "cdk-table, table[cdk-table]", ["cdkTable"], { "trackBy": "trackBy"; "dataSource": "dataSource"; "multiTemplateDataRows": "multiTemplateDataRows"; }, {}, ["_contentColumnDefs", "_contentRowDefs", "_contentHeaderRowDefs", "_contentFooterRowDefs"]>; static ɵfac: i0.ɵɵFactoryDef>; } @@ -216,7 +216,7 @@ export declare class CdkTextColumn implements OnDestroy, OnInit { _createDefaultHeaderText(): string; ngOnDestroy(): void; ngOnInit(): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta, "cdk-text-column", never, { 'name': "name", 'headerText': "headerText", 'dataAccessor': "dataAccessor", 'justify': "justify" }, {}, never>; + static ɵcmp: i0.ɵɵComponentDefWithMeta, "cdk-text-column", never, { "name": "name"; "headerText": "headerText"; "dataAccessor": "dataAccessor"; "justify": "justify"; }, {}, never>; static ɵfac: i0.ɵɵFactoryDef>; } diff --git a/tools/public_api_guard/cdk/text-field.d.ts b/tools/public_api_guard/cdk/text-field.d.ts index e7b8253eaac7..bbb4523b65d1 100644 --- a/tools/public_api_guard/cdk/text-field.d.ts +++ b/tools/public_api_guard/cdk/text-field.d.ts @@ -19,7 +19,7 @@ export declare class CdkAutofill implements OnDestroy, OnInit { constructor(_elementRef: ElementRef, _autofillMonitor: AutofillMonitor); ngOnDestroy(): void; ngOnInit(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -39,7 +39,7 @@ export declare class CdkTextareaAutosize implements AfterViewInit, DoCheck, OnDe static ngAcceptInputType_enabled: BooleanInput; static ngAcceptInputType_maxRows: NumberInput; static ngAcceptInputType_minRows: NumberInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/cdk/tree.d.ts b/tools/public_api_guard/cdk/tree.d.ts index 4eaf846d99e5..b4bfed843c66 100644 --- a/tools/public_api_guard/cdk/tree.d.ts +++ b/tools/public_api_guard/cdk/tree.d.ts @@ -50,7 +50,7 @@ export declare class CdkTree implements AfterContentChecked, CollectionViewer ngOnDestroy(): void; ngOnInit(): void; renderNodeChanges(data: T[] | ReadonlyArray, dataDiffer?: IterableDiffer, viewContainer?: ViewContainerRef, parentData?: T): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta, "cdk-tree", ["cdkTree"], { 'dataSource': "dataSource", 'treeControl': "treeControl", 'trackBy': "trackBy" }, {}, ["_nodeDefs"]>; + static ɵcmp: i0.ɵɵComponentDefWithMeta, "cdk-tree", ["cdkTree"], { "dataSource": "dataSource"; "treeControl": "treeControl"; "trackBy": "trackBy"; }, {}, ["_nodeDefs"]>; static ɵfac: i0.ɵɵFactoryDef>; } @@ -75,7 +75,7 @@ export declare class CdkTreeNode implements FocusableOption, OnDestroy { focus(): void; ngOnDestroy(): void; static mostRecentTreeNode: CdkTreeNode | null; - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "cdk-tree-node", ["cdkTreeNode"], { 'role': "role" }, {}, never>; + static ɵdir: i0.ɵɵDirectiveDefWithMeta, "cdk-tree-node", ["cdkTreeNode"], { "role": "role"; }, {}, never>; static ɵfac: i0.ɵɵFactoryDef>; } @@ -83,7 +83,7 @@ export declare class CdkTreeNodeDef { template: TemplateRef; when: (index: number, nodeData: T) => boolean; constructor(template: TemplateRef); - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "[cdkTreeNodeDef]", never, { 'when': "cdkTreeNodeDefWhen" }, {}, never>; + static ɵdir: i0.ɵɵDirectiveDefWithMeta, "[cdkTreeNodeDef]", never, { "when": "cdkTreeNodeDefWhen"; }, {}, never>; static ɵfac: i0.ɵɵFactoryDef>; } @@ -114,7 +114,7 @@ export declare class CdkTreeNodePadding implements OnDestroy { _setPadding(forceChange?: boolean): void; ngOnDestroy(): void; static ngAcceptInputType_level: NumberInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "[cdkTreeNodePadding]", never, { 'level': "cdkTreeNodePadding", 'indent': "cdkTreeNodePaddingIndent" }, {}, never>; + static ɵdir: i0.ɵɵDirectiveDefWithMeta, "[cdkTreeNodePadding]", never, { "level": "cdkTreeNodePadding"; "indent": "cdkTreeNodePaddingIndent"; }, {}, never>; static ɵfac: i0.ɵɵFactoryDef>; } @@ -126,7 +126,7 @@ export declare class CdkTreeNodeToggle { constructor(_tree: CdkTree, _treeNode: CdkTreeNode); _toggle(event: Event): void; static ngAcceptInputType_recursive: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "[cdkTreeNodeToggle]", never, { 'recursive': "cdkTreeNodeToggleRecursive" }, {}, never>; + static ɵdir: i0.ɵɵDirectiveDefWithMeta, "[cdkTreeNodeToggle]", never, { "recursive": "cdkTreeNodeToggleRecursive"; }, {}, never>; static ɵfac: i0.ɵɵFactoryDef>; } diff --git a/tools/public_api_guard/google-maps/google-maps.d.ts b/tools/public_api_guard/google-maps/google-maps.d.ts index 0c0e3427575b..02af17d396bf 100644 --- a/tools/public_api_guard/google-maps/google-maps.d.ts +++ b/tools/public_api_guard/google-maps/google-maps.d.ts @@ -45,7 +45,7 @@ export declare class GoogleMap implements OnChanges, OnInit, OnDestroy { panBy(x: number, y: number): void; panTo(latLng: google.maps.LatLng | google.maps.LatLngLiteral): void; panToBounds(latLngBounds: google.maps.LatLngBounds | google.maps.LatLngBoundsLiteral, padding?: number | google.maps.Padding): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -70,7 +70,7 @@ export declare class MapInfoWindow implements OnInit, OnDestroy { ngOnDestroy(): void; ngOnInit(): void; open(anchor?: MapMarker): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -117,7 +117,7 @@ export declare class MapMarker implements OnInit, OnDestroy { getZIndex(): number | null; ngOnDestroy(): void; ngOnInit(): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -143,6 +143,6 @@ export declare class MapPolyline implements OnInit, OnDestroy { getVisible(): boolean; ngOnDestroy(): void; ngOnInit(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/autocomplete.d.ts b/tools/public_api_guard/material/autocomplete.d.ts index b5584e8d70d3..1e48f563218b 100644 --- a/tools/public_api_guard/material/autocomplete.d.ts +++ b/tools/public_api_guard/material/autocomplete.d.ts @@ -48,7 +48,7 @@ export declare class MatAutocomplete extends _MatAutocompleteMixinBase implement ngAfterContentInit(): void; static ngAcceptInputType_autoActiveFirstOption: BooleanInput; static ngAcceptInputType_disableRipple: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -104,6 +104,6 @@ export declare class MatAutocompleteTrigger implements ControlValueAccessor, Aft updatePosition(): void; writeValue(value: any): void; static ngAcceptInputType_autocompleteDisabled: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/badge.d.ts b/tools/public_api_guard/material/badge.d.ts index d93670ada662..06182f5f3bd6 100644 --- a/tools/public_api_guard/material/badge.d.ts +++ b/tools/public_api_guard/material/badge.d.ts @@ -17,7 +17,7 @@ export declare class MatBadge extends _MatBadgeMixinBase implements OnDestroy, O static ngAcceptInputType_disabled: BooleanInput; static ngAcceptInputType_hidden: BooleanInput; static ngAcceptInputType_overlap: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/button-toggle.d.ts b/tools/public_api_guard/material/button-toggle.d.ts index 13dd7b88c479..134c5b3cf2fa 100644 --- a/tools/public_api_guard/material/button-toggle.d.ts +++ b/tools/public_api_guard/material/button-toggle.d.ts @@ -28,7 +28,7 @@ export declare class MatButtonToggle extends _MatButtonToggleMixinBase implement static ngAcceptInputType_disabled: BooleanInput; static ngAcceptInputType_multiple: BooleanInput; static ngAcceptInputType_vertical: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -73,7 +73,7 @@ export declare class MatButtonToggleGroup implements ControlValueAccessor, OnIni static ngAcceptInputType_disabled: BooleanInput; static ngAcceptInputType_multiple: BooleanInput; static ngAcceptInputType_vertical: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/button.d.ts b/tools/public_api_guard/material/button.d.ts index 9667e2d906a8..8274f442092d 100644 --- a/tools/public_api_guard/material/button.d.ts +++ b/tools/public_api_guard/material/button.d.ts @@ -4,7 +4,7 @@ export declare class MatAnchor extends MatButton { _haltDisabledEvents(event: Event): void; static ngAcceptInputType_disableRipple: BooleanInput; static ngAcceptInputType_disabled: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -21,7 +21,7 @@ export declare class MatButton extends _MatButtonMixinBase implements OnDestroy, ngOnDestroy(): void; static ngAcceptInputType_disableRipple: BooleanInput; static ngAcceptInputType_disabled: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/card.d.ts b/tools/public_api_guard/material/card.d.ts index ceaca3a925b7..80f96f2e09e3 100644 --- a/tools/public_api_guard/material/card.d.ts +++ b/tools/public_api_guard/material/card.d.ts @@ -7,7 +7,7 @@ export declare class MatCard { export declare class MatCardActions { align: 'start' | 'end'; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/checkbox.d.ts b/tools/public_api_guard/material/checkbox.d.ts index 19907f69a774..0eb5e5b90afd 100644 --- a/tools/public_api_guard/material/checkbox.d.ts +++ b/tools/public_api_guard/material/checkbox.d.ts @@ -51,7 +51,7 @@ export declare class MatCheckbox extends _MatCheckboxMixinBase implements Contro static ngAcceptInputType_disabled: BooleanInput; static ngAcceptInputType_indeterminate: BooleanInput; static ngAcceptInputType_required: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/chips.d.ts b/tools/public_api_guard/material/chips.d.ts index ee64561a08e7..697bec9e849e 100644 --- a/tools/public_api_guard/material/chips.d.ts +++ b/tools/public_api_guard/material/chips.d.ts @@ -42,7 +42,7 @@ export declare class MatChip extends _MatChipMixinBase implements FocusableOptio static ngAcceptInputType_removable: BooleanInput; static ngAcceptInputType_selectable: BooleanInput; static ngAcceptInputType_selected: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -79,7 +79,7 @@ export declare class MatChipInput implements MatChipTextControl, OnChanges { ngOnChanges(): void; static ngAcceptInputType_addOnBlur: BooleanInput; static ngAcceptInputType_disabled: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -155,7 +155,7 @@ export declare class MatChipList extends _MatChipListMixinBase implements MatFor static ngAcceptInputType_multiple: BooleanInput; static ngAcceptInputType_required: BooleanInput; static ngAcceptInputType_selectable: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/core.d.ts b/tools/public_api_guard/material/core.d.ts index 4e39f0d4e2ee..361ab9f52228 100644 --- a/tools/public_api_guard/material/core.d.ts +++ b/tools/public_api_guard/material/core.d.ts @@ -243,7 +243,7 @@ export declare class MatOptgroup extends _MatOptgroupMixinBase implements CanDis _labelId: string; label: string; static ngAcceptInputType_disabled: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -274,7 +274,7 @@ export declare class MatOption implements FocusableOption, AfterViewChecked, OnD setActiveStyles(): void; setInactiveStyles(): void; static ngAcceptInputType_disabled: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -301,7 +301,7 @@ export declare class MatPseudoCheckbox { disabled: boolean; state: MatPseudoCheckboxState; constructor(_animationMode?: string | undefined); - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -328,7 +328,7 @@ export declare class MatRipple implements OnInit, OnDestroy, RippleTarget { launch(x: number, y: number, config?: RippleConfig): RippleRef; ngOnDestroy(): void; ngOnInit(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/datepicker.d.ts b/tools/public_api_guard/material/datepicker.d.ts index eb1c86a379c9..f9b643cd1b7d 100644 --- a/tools/public_api_guard/material/datepicker.d.ts +++ b/tools/public_api_guard/material/datepicker.d.ts @@ -44,7 +44,7 @@ export declare class MatCalendar implements AfterContentInit, AfterViewChecke ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; updateTodaysDate(): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta, "mat-calendar", ["matCalendar"], { 'headerComponent': "headerComponent", 'startAt': "startAt", 'startView': "startView", 'selected': "selected", 'minDate': "minDate", 'maxDate': "maxDate", 'dateFilter': "dateFilter", 'dateClass': "dateClass" }, { 'selectedChange': "selectedChange", 'yearSelected': "yearSelected", 'monthSelected': "monthSelected", '_userSelection': "_userSelection" }, never>; + static ɵcmp: i0.ɵɵComponentDefWithMeta, "mat-calendar", ["matCalendar"], { "headerComponent": "headerComponent"; "startAt": "startAt"; "startView": "startView"; "selected": "selected"; "minDate": "minDate"; "maxDate": "maxDate"; "dateFilter": "dateFilter"; "dateClass": "dateClass"; }, { "selectedChange": "selectedChange"; "yearSelected": "yearSelected"; "monthSelected": "monthSelected"; "_userSelection": "_userSelection"; }, never>; static ɵfac: i0.ɵɵFactoryDef>; } @@ -66,7 +66,7 @@ export declare class MatCalendarBody implements OnChanges { _focusActiveCell(): void; _isActiveCell(rowIndex: number, colIndex: number): boolean; ngOnChanges(changes: SimpleChanges): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -135,7 +135,7 @@ export declare class MatDatepicker implements OnDestroy, CanColor { select(date: D): void; static ngAcceptInputType_disabled: BooleanInput; static ngAcceptInputType_touchUi: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta, "mat-datepicker", ["matDatepicker"], { 'calendarHeaderComponent': "calendarHeaderComponent", 'startAt': "startAt", 'startView': "startView", 'color': "color", 'touchUi': "touchUi", 'disabled': "disabled", 'panelClass': "panelClass", 'dateClass': "dateClass", 'opened': "opened" }, { 'yearSelected': "yearSelected", 'monthSelected': "monthSelected", 'openedStream': "opened", 'closedStream': "closed" }, never>; + static ɵcmp: i0.ɵɵComponentDefWithMeta, "mat-datepicker", ["matDatepicker"], { "calendarHeaderComponent": "calendarHeaderComponent"; "startAt": "startAt"; "startView": "startView"; "color": "color"; "touchUi": "touchUi"; "disabled": "disabled"; "panelClass": "panelClass"; "dateClass": "dateClass"; "opened": "opened"; }, { "yearSelected": "yearSelected"; "monthSelected": "monthSelected"; "openedStream": "opened"; "closedStream": "closed"; }, never>; static ɵfac: i0.ɵɵFactoryDef>; } @@ -150,7 +150,7 @@ export declare class MatDatepickerContent extends _MatDatepickerContentMixinB datepicker: MatDatepicker; constructor(elementRef: ElementRef); ngAfterViewInit(): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta, "mat-datepicker-content", ["matDatepickerContent"], { 'color': "color" }, {}, never>; + static ɵcmp: i0.ɵɵComponentDefWithMeta, "mat-datepicker-content", ["matDatepickerContent"], { "color": "color"; }, {}, never>; static ɵfac: i0.ɵɵFactoryDef>; } @@ -186,7 +186,7 @@ export declare class MatDatepickerInput implements ControlValueAccessor, OnDe writeValue(value: D): void; static ngAcceptInputType_disabled: BooleanInput; static ngAcceptInputType_value: any; - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "input[matDatepicker]", ["matDatepickerInput"], { 'matDatepicker': "matDatepicker", 'matDatepickerFilter': "matDatepickerFilter", 'value': "value", 'min': "min", 'max': "max", 'disabled': "disabled" }, { 'dateChange': "dateChange", 'dateInput': "dateInput" }, never>; + static ɵdir: i0.ɵɵDirectiveDefWithMeta, "input[matDatepicker]", ["matDatepickerInput"], { "matDatepicker": "matDatepicker"; "matDatepickerFilter": "matDatepickerFilter"; "value": "value"; "min": "min"; "max": "max"; "disabled": "disabled"; }, { "dateChange": "dateChange"; "dateInput": "dateInput"; }, never>; static ɵfac: i0.ɵɵFactoryDef>; } @@ -235,7 +235,7 @@ export declare class MatDatepickerToggle implements AfterContentInit, OnChang ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; static ngAcceptInputType_disabled: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta, "mat-datepicker-toggle", ["matDatepickerToggle"], { 'datepicker': "for", 'tabIndex': "tabIndex", 'disabled': "disabled", 'disableRipple': "disableRipple" }, {}, ["_customIcon"]>; + static ɵcmp: i0.ɵɵComponentDefWithMeta, "mat-datepicker-toggle", ["matDatepickerToggle"], { "datepicker": "for"; "tabIndex": "tabIndex"; "disabled": "disabled"; "disableRipple": "disableRipple"; }, {}, ["_customIcon"]>; static ɵfac: i0.ɵɵFactoryDef>; } @@ -272,7 +272,7 @@ export declare class MatMonthView implements AfterContentInit, OnDestroy { _init(): void; ngAfterContentInit(): void; ngOnDestroy(): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta, "mat-month-view", ["matMonthView"], { 'activeDate': "activeDate", 'selected': "selected", 'minDate': "minDate", 'maxDate': "maxDate", 'dateFilter': "dateFilter", 'dateClass': "dateClass" }, { 'selectedChange': "selectedChange", '_userSelection': "_userSelection", 'activeDateChange': "activeDateChange" }, never>; + static ɵcmp: i0.ɵɵComponentDefWithMeta, "mat-month-view", ["matMonthView"], { "activeDate": "activeDate"; "selected": "selected"; "minDate": "minDate"; "maxDate": "maxDate"; "dateFilter": "dateFilter"; "dateClass": "dateClass"; }, { "selectedChange": "selectedChange"; "_userSelection": "_userSelection"; "activeDateChange": "activeDateChange"; }, never>; static ɵfac: i0.ɵɵFactoryDef>; } @@ -298,7 +298,7 @@ export declare class MatMultiYearView implements AfterContentInit, OnDestroy _yearSelected(year: number): void; ngAfterContentInit(): void; ngOnDestroy(): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta, "mat-multi-year-view", ["matMultiYearView"], { 'activeDate': "activeDate", 'selected': "selected", 'minDate': "minDate", 'maxDate': "maxDate", 'dateFilter': "dateFilter" }, { 'selectedChange': "selectedChange", 'yearSelected': "yearSelected", 'activeDateChange': "activeDateChange" }, never>; + static ɵcmp: i0.ɵɵComponentDefWithMeta, "mat-multi-year-view", ["matMultiYearView"], { "activeDate": "activeDate"; "selected": "selected"; "minDate": "minDate"; "maxDate": "maxDate"; "dateFilter": "dateFilter"; }, { "selectedChange": "selectedChange"; "yearSelected": "yearSelected"; "activeDateChange": "activeDateChange"; }, never>; static ɵfac: i0.ɵɵFactoryDef>; } @@ -324,7 +324,7 @@ export declare class MatYearView implements AfterContentInit, OnDestroy { _monthSelected(month: number): void; ngAfterContentInit(): void; ngOnDestroy(): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta, "mat-year-view", ["matYearView"], { 'activeDate': "activeDate", 'selected': "selected", 'minDate': "minDate", 'maxDate': "maxDate", 'dateFilter': "dateFilter" }, { 'selectedChange': "selectedChange", 'monthSelected': "monthSelected", 'activeDateChange': "activeDateChange" }, never>; + static ɵcmp: i0.ɵɵComponentDefWithMeta, "mat-year-view", ["matYearView"], { "activeDate": "activeDate"; "selected": "selected"; "minDate": "minDate"; "maxDate": "maxDate"; "dateFilter": "dateFilter"; }, { "selectedChange": "selectedChange"; "monthSelected": "monthSelected"; "activeDateChange": "activeDateChange"; }, never>; static ɵfac: i0.ɵɵFactoryDef>; } diff --git a/tools/public_api_guard/material/dialog.d.ts b/tools/public_api_guard/material/dialog.d.ts index 9eb00c988442..9825b4bd758c 100644 --- a/tools/public_api_guard/material/dialog.d.ts +++ b/tools/public_api_guard/material/dialog.d.ts @@ -56,7 +56,7 @@ export declare class MatDialogClose implements OnInit, OnChanges { constructor(dialogRef: MatDialogRef, _elementRef: ElementRef, _dialog: MatDialog); ngOnChanges(changes: SimpleChanges): void; ngOnInit(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -145,7 +145,7 @@ export declare class MatDialogTitle implements OnInit { id: string; constructor(_dialogRef: MatDialogRef, _elementRef: ElementRef, _dialog: MatDialog); ngOnInit(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/divider.d.ts b/tools/public_api_guard/material/divider.d.ts index f0c3ef1e5d1d..6ead0933fccc 100644 --- a/tools/public_api_guard/material/divider.d.ts +++ b/tools/public_api_guard/material/divider.d.ts @@ -3,7 +3,7 @@ export declare class MatDivider { vertical: boolean; static ngAcceptInputType_inset: BooleanInput; static ngAcceptInputType_vertical: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/expansion.d.ts b/tools/public_api_guard/material/expansion.d.ts index 92d902169a53..a85fc913de4c 100644 --- a/tools/public_api_guard/material/expansion.d.ts +++ b/tools/public_api_guard/material/expansion.d.ts @@ -14,7 +14,7 @@ export declare class MatAccordion extends CdkAccordion implements MatAccordionBa ngAfterContentInit(): void; static ngAcceptInputType_hideToggle: BooleanInput; static ngAcceptInputType_multi: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -64,7 +64,7 @@ export declare class MatExpansionPanel extends CdkAccordionItem implements After static ngAcceptInputType_disabled: BooleanInput; static ngAcceptInputType_expanded: BooleanInput; static ngAcceptInputType_hideToggle: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -108,7 +108,7 @@ export declare class MatExpansionPanelHeader implements OnDestroy, FocusableOpti _toggle(): void; focus(origin?: FocusOrigin, options?: FocusOptions): void; ngOnDestroy(): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/form-field.d.ts b/tools/public_api_guard/material/form-field.d.ts index 9652c8c341e8..9afb6ac8b232 100644 --- a/tools/public_api_guard/material/form-field.d.ts +++ b/tools/public_api_guard/material/form-field.d.ts @@ -8,7 +8,7 @@ export declare const MAT_FORM_FIELD_DEFAULT_OPTIONS: InjectionToken; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -56,7 +56,7 @@ export declare class MatFormField extends _MatFormFieldMixinBase implements Afte ngOnDestroy(): void; updateOutlineGap(): void; static ngAcceptInputType_hideRequiredMarker: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -99,7 +99,7 @@ export declare class MatFormFieldModule { export declare class MatHint { align: 'start' | 'end'; id: string; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/grid-list.d.ts b/tools/public_api_guard/material/grid-list.d.ts index e96ff3bddee6..9f896df4250d 100644 --- a/tools/public_api_guard/material/grid-list.d.ts +++ b/tools/public_api_guard/material/grid-list.d.ts @@ -13,7 +13,7 @@ export declare class MatGridList implements MatGridListBase, OnInit, AfterConten ngAfterContentChecked(): void; ngOnInit(): void; static ngAcceptInputType_cols: NumberInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -32,7 +32,7 @@ export declare class MatGridTile { _setStyle(property: string, value: any): void; static ngAcceptInputType_colspan: NumberInput; static ngAcceptInputType_rowspan: NumberInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/icon.d.ts b/tools/public_api_guard/material/icon.d.ts index dbb8ac171cab..4f701b6f1e59 100644 --- a/tools/public_api_guard/material/icon.d.ts +++ b/tools/public_api_guard/material/icon.d.ts @@ -34,7 +34,7 @@ export declare class MatIcon extends _MatIconMixinBase implements OnChanges, OnI ngOnDestroy(): void; ngOnInit(): void; static ngAcceptInputType_inline: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/input.d.ts b/tools/public_api_guard/material/input.d.ts index de3b6d09e69a..fec5105cc6fc 100644 --- a/tools/public_api_guard/material/input.d.ts +++ b/tools/public_api_guard/material/input.d.ts @@ -52,7 +52,7 @@ export declare class MatInput extends _MatInputMixinBase implements MatFormField static ngAcceptInputType_readonly: BooleanInput; static ngAcceptInputType_required: BooleanInput; static ngAcceptInputType_value: any; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -69,6 +69,6 @@ export declare class MatTextareaAutosize extends CdkTextareaAutosize { static ngAcceptInputType_enabled: BooleanInput; static ngAcceptInputType_maxRows: NumberInput; static ngAcceptInputType_minRows: NumberInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/list.d.ts b/tools/public_api_guard/material/list.d.ts index 74d94a9c026e..8b7ad109681d 100644 --- a/tools/public_api_guard/material/list.d.ts +++ b/tools/public_api_guard/material/list.d.ts @@ -7,7 +7,7 @@ export declare class MatList extends _MatListMixinBase implements CanDisableRipp ngOnChanges(): void; ngOnDestroy(): void; static ngAcceptInputType_disableRipple: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -31,7 +31,7 @@ export declare class MatListItem extends _MatListItemMixinBase implements AfterC ngAfterContentInit(): void; ngOnDestroy(): void; static ngAcceptInputType_disableRipple: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -69,7 +69,7 @@ export declare class MatListOption extends _MatListOptionMixinBase implements Af static ngAcceptInputType_disableRipple: BooleanInput; static ngAcceptInputType_disabled: BooleanInput; static ngAcceptInputType_selected: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -83,7 +83,7 @@ export declare class MatNavList extends _MatListMixinBase implements CanDisableR ngOnChanges(): void; ngOnDestroy(): void; static ngAcceptInputType_disableRipple: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -116,7 +116,7 @@ export declare class MatSelectionList extends _MatSelectionListMixinBase impleme writeValue(values: string[]): void; static ngAcceptInputType_disableRipple: BooleanInput; static ngAcceptInputType_disabled: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/menu.d.ts b/tools/public_api_guard/material/menu.d.ts index 97a23e271101..396eef6cc843 100644 --- a/tools/public_api_guard/material/menu.d.ts +++ b/tools/public_api_guard/material/menu.d.ts @@ -48,7 +48,7 @@ export declare class _MatMenuBase implements AfterContentInit, MatMenuPanel; + static ɵdir: i0.ɵɵDirectiveDefWithMeta<_MatMenuBase, never, never, { "backdropClass": "backdropClass"; "ariaLabel": "aria-label"; "ariaLabelledby": "aria-labelledby"; "ariaDescribedby": "aria-describedby"; "xPosition": "xPosition"; "yPosition": "yPosition"; "overlapTrigger": "overlapTrigger"; "hasBackdrop": "hasBackdrop"; "panelClass": "class"; "classList": "classList"; }, { "closed": "closed"; "close": "close"; }, ["lazyContent", "_allItems", "items"]>; static ɵfac: i0.ɵɵFactoryDef<_MatMenuBase>; } @@ -110,7 +110,7 @@ export declare class MatMenuItem extends _MatMenuItemMixinBase implements Focusa ngOnDestroy(): void; static ngAcceptInputType_disableRipple: BooleanInput; static ngAcceptInputType_disabled: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -162,7 +162,7 @@ export declare class MatMenuTrigger implements AfterContentInit, OnDestroy { openMenu(): void; toggleMenu(): void; triggersSubmenu(): boolean; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/paginator.d.ts b/tools/public_api_guard/material/paginator.d.ts index c7d8cba6f1d8..043a210db4aa 100644 --- a/tools/public_api_guard/material/paginator.d.ts +++ b/tools/public_api_guard/material/paginator.d.ts @@ -36,7 +36,7 @@ export declare class MatPaginator extends _MatPaginatorBase implements OnInit, O static ngAcceptInputType_pageIndex: NumberInput; static ngAcceptInputType_pageSize: NumberInput; static ngAcceptInputType_showFirstLastButtons: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/progress-bar.d.ts b/tools/public_api_guard/material/progress-bar.d.ts index 143e1193a615..788f9ff15cb3 100644 --- a/tools/public_api_guard/material/progress-bar.d.ts +++ b/tools/public_api_guard/material/progress-bar.d.ts @@ -24,7 +24,7 @@ export declare class MatProgressBar extends _MatProgressBarMixinBase implements ngAfterViewInit(): void; ngOnDestroy(): void; static ngAcceptInputType_value: NumberInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/progress-spinner.d.ts b/tools/public_api_guard/material/progress-spinner.d.ts index 011bfe018866..a506d2b1bf25 100644 --- a/tools/public_api_guard/material/progress-spinner.d.ts +++ b/tools/public_api_guard/material/progress-spinner.d.ts @@ -19,7 +19,7 @@ export declare class MatProgressSpinner extends _MatProgressSpinnerMixinBase imp static ngAcceptInputType_diameter: NumberInput; static ngAcceptInputType_strokeWidth: NumberInput; static ngAcceptInputType_value: NumberInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -39,7 +39,7 @@ export declare class MatSpinner extends MatProgressSpinner { static ngAcceptInputType_diameter: NumberInput; static ngAcceptInputType_strokeWidth: NumberInput; static ngAcceptInputType_value: NumberInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/radio.d.ts b/tools/public_api_guard/material/radio.d.ts index 397d759728e2..517d98b78c38 100644 --- a/tools/public_api_guard/material/radio.d.ts +++ b/tools/public_api_guard/material/radio.d.ts @@ -34,7 +34,7 @@ export declare class MatRadioButton extends _MatRadioButtonMixinBase implements static ngAcceptInputType_disableRipple: BooleanInput; static ngAcceptInputType_disabled: BooleanInput; static ngAcceptInputType_required: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -74,7 +74,7 @@ export declare class MatRadioGroup implements AfterContentInit, ControlValueAcce writeValue(value: any): void; static ngAcceptInputType_disabled: BooleanInput; static ngAcceptInputType_required: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/select.d.ts b/tools/public_api_guard/material/select.d.ts index 233045f2d59c..88c8f515aee1 100644 --- a/tools/public_api_guard/material/select.d.ts +++ b/tools/public_api_guard/material/select.d.ts @@ -89,7 +89,7 @@ export declare class MatSelect extends _MatSelectMixinBase implements AfterConte static ngAcceptInputType_multiple: BooleanInput; static ngAcceptInputType_required: BooleanInput; static ngAcceptInputType_typeaheadDebounceInterval: NumberInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/sidenav.d.ts b/tools/public_api_guard/material/sidenav.d.ts index 2b351345768c..fc95f78186d3 100644 --- a/tools/public_api_guard/material/sidenav.d.ts +++ b/tools/public_api_guard/material/sidenav.d.ts @@ -33,7 +33,7 @@ export declare class MatDrawer implements AfterContentInit, AfterContentChecked, static ngAcceptInputType_autoFocus: BooleanInput; static ngAcceptInputType_disableClose: BooleanInput; static ngAcceptInputType_opened: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -73,7 +73,7 @@ export declare class MatDrawerContainer implements AfterContentInit, DoCheck, On updateContentMargins(): void; static ngAcceptInputType_autosize: BooleanInput; static ngAcceptInputType_hasBackdrop: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -99,7 +99,7 @@ export declare class MatSidenav extends MatDrawer { static ngAcceptInputType_fixedInViewport: BooleanInput; static ngAcceptInputType_fixedTopGap: NumberInput; static ngAcceptInputType_opened: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/slide-toggle.d.ts b/tools/public_api_guard/material/slide-toggle.d.ts index d2371a34e8b3..4666acd7b925 100644 --- a/tools/public_api_guard/material/slide-toggle.d.ts +++ b/tools/public_api_guard/material/slide-toggle.d.ts @@ -43,7 +43,7 @@ export declare class MatSlideToggle extends _MatSlideToggleMixinBase implements static ngAcceptInputType_disableRipple: BooleanInput; static ngAcceptInputType_disabled: BooleanInput; static ngAcceptInputType_required: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/slider.d.ts b/tools/public_api_guard/material/slider.d.ts index 5a6e6bb56300..aba891c44f12 100644 --- a/tools/public_api_guard/material/slider.d.ts +++ b/tools/public_api_guard/material/slider.d.ts @@ -61,7 +61,7 @@ export declare class MatSlider extends _MatSliderMixinBase implements ControlVal static ngAcceptInputType_tickInterval: NumberInput; static ngAcceptInputType_value: NumberInput; static ngAcceptInputType_vertical: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/sort.d.ts b/tools/public_api_guard/material/sort.d.ts index 362c04885c7e..ef43d152253e 100644 --- a/tools/public_api_guard/material/sort.d.ts +++ b/tools/public_api_guard/material/sort.d.ts @@ -30,7 +30,7 @@ export declare class MatSort extends _MatSortMixinBase implements CanDisable, Ha sort(sortable: MatSortable): void; static ngAcceptInputType_disableClear: BooleanInput; static ngAcceptInputType_disabled: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -77,7 +77,7 @@ export declare class MatSortHeader extends _MatSortHeaderMixinBase implements Ca ngOnInit(): void; static ngAcceptInputType_disableClear: BooleanInput; static ngAcceptInputType_disabled: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/stepper.d.ts b/tools/public_api_guard/material/stepper.d.ts index ef515b442d22..d6f5cf816ae0 100644 --- a/tools/public_api_guard/material/stepper.d.ts +++ b/tools/public_api_guard/material/stepper.d.ts @@ -14,7 +14,7 @@ export declare class MatHorizontalStepper extends MatStepper { static ngAcceptInputType_linear: BooleanInput; static ngAcceptInputType_optional: BooleanInput; static ngAcceptInputType_selectedIndex: NumberInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -51,7 +51,7 @@ export declare class MatStepHeader extends CdkStepHeader implements OnDestroy { _templateLabel(): MatStepLabel | null; focus(): void; ngOnDestroy(): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -77,7 +77,7 @@ export declare class MatStepper extends CdkStepper implements AfterContentInit { static ngAcceptInputType_linear: BooleanInput; static ngAcceptInputType_optional: BooleanInput; static ngAcceptInputType_selectedIndex: NumberInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -90,7 +90,7 @@ export declare class MatStepperIcon { name: StepState; templateRef: TemplateRef; constructor(templateRef: TemplateRef); - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -113,12 +113,12 @@ export declare class MatStepperModule { } export declare class MatStepperNext extends CdkStepperNext { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } export declare class MatStepperPrevious extends CdkStepperPrevious { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -130,6 +130,6 @@ export declare class MatVerticalStepper extends MatStepper { static ngAcceptInputType_linear: BooleanInput; static ngAcceptInputType_optional: BooleanInput; static ngAcceptInputType_selectedIndex: NumberInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/table.d.ts b/tools/public_api_guard/material/table.d.ts index 2719bdfe909f..45682e17d429 100644 --- a/tools/public_api_guard/material/table.d.ts +++ b/tools/public_api_guard/material/table.d.ts @@ -13,7 +13,7 @@ export declare class MatColumnDef extends CdkColumnDef { name: string; static ngAcceptInputType_sticky: BooleanInput; static ngAcceptInputType_stickyEnd: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -35,7 +35,7 @@ export declare class MatFooterRow extends CdkFooterRow { export declare class MatFooterRowDef extends CdkFooterRowDef { static ngAcceptInputType_sticky: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -57,7 +57,7 @@ export declare class MatHeaderRow extends CdkHeaderRow { export declare class MatHeaderRowDef extends CdkHeaderRowDef { static ngAcceptInputType_sticky: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -67,7 +67,7 @@ export declare class MatRow extends CdkRow { } export declare class MatRowDef extends CdkRowDef { - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "[matRowDef]", never, { 'columns': "matRowDefColumns", 'when': "matRowDefWhen" }, {}, never>; + static ɵdir: i0.ɵɵDirectiveDefWithMeta, "[matRowDef]", never, { "columns": "matRowDefColumns"; "when": "matRowDefWhen"; }, {}, never>; static ɵfac: i0.ɵɵFactoryDef>; } diff --git a/tools/public_api_guard/material/tabs.d.ts b/tools/public_api_guard/material/tabs.d.ts index be4f181317be..fff6f0cd067b 100644 --- a/tools/public_api_guard/material/tabs.d.ts +++ b/tools/public_api_guard/material/tabs.d.ts @@ -25,7 +25,7 @@ export declare abstract class _MatTabBodyBase implements OnInit, OnDestroy { _onTranslateTabStarted(event: AnimationEvent): void; ngOnDestroy(): void; ngOnInit(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta<_MatTabBodyBase, never, never, { '_content': "content", 'origin': "origin", 'animationDuration': "animationDuration", 'position': "position" }, { '_onCentering': "_onCentering", '_beforeCentering': "_beforeCentering", '_afterLeavingCenter': "_afterLeavingCenter", '_onCentered': "_onCentered" }, never>; + static ɵdir: i0.ɵɵDirectiveDefWithMeta<_MatTabBodyBase, never, never, { "_content": "content"; "origin": "origin"; "animationDuration": "animationDuration"; "position": "position"; }, { "_onCentering": "_onCentering"; "_beforeCentering": "_beforeCentering"; "_afterLeavingCenter": "_afterLeavingCenter"; "_onCentered": "_onCentered"; }, never>; static ɵfac: i0.ɵɵFactoryDef<_MatTabBodyBase>; } @@ -58,7 +58,7 @@ export declare abstract class _MatTabGroupBase extends _MatTabGroupMixinBase imp ngAfterContentInit(): void; ngOnDestroy(): void; realignInkBar(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta<_MatTabGroupBase, never, never, { 'dynamicHeight': "dynamicHeight", 'selectedIndex': "selectedIndex", 'headerPosition': "headerPosition", 'animationDuration': "animationDuration", 'disablePagination': "disablePagination", 'backgroundColor': "backgroundColor" }, { 'selectedIndexChange': "selectedIndexChange", 'focusChange': "focusChange", 'animationDone': "animationDone", 'selectedTabChange': "selectedTabChange" }, never>; + static ɵdir: i0.ɵɵDirectiveDefWithMeta<_MatTabGroupBase, never, never, { "dynamicHeight": "dynamicHeight"; "selectedIndex": "selectedIndex"; "headerPosition": "headerPosition"; "animationDuration": "animationDuration"; "disablePagination": "disablePagination"; "backgroundColor": "backgroundColor"; }, { "selectedIndexChange": "selectedIndexChange"; "focusChange": "focusChange"; "animationDone": "animationDone"; "selectedTabChange": "selectedTabChange"; }, never>; static ɵfac: i0.ɵɵFactoryDef<_MatTabGroupBase>; } @@ -66,7 +66,7 @@ export declare abstract class _MatTabHeaderBase extends MatPaginatedTabHeader im disableRipple: any; constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef, viewportRuler: ViewportRuler, dir: Directionality, ngZone: NgZone, platform: Platform, animationMode?: string); protected _itemSelected(event: KeyboardEvent): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta<_MatTabHeaderBase, never, never, { 'disableRipple': "disableRipple" }, {}, never>; + static ɵdir: i0.ɵɵDirectiveDefWithMeta<_MatTabHeaderBase, never, never, { "disableRipple": "disableRipple"; }, {}, never>; static ɵfac: i0.ɵɵFactoryDef<_MatTabHeaderBase>; } @@ -79,7 +79,7 @@ export declare class _MatTabLinkBase extends _MatTabLinkMixinBase implements OnD constructor(_tabNavBar: _MatTabNavBase, elementRef: ElementRef, globalRippleOptions: RippleGlobalOptions | null, tabIndex: string, _focusMonitor: FocusMonitor, animationMode?: string); focus(): void; ngOnDestroy(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta<_MatTabLinkBase, never, never, { 'active': "active" }, {}, never>; + static ɵdir: i0.ɵɵDirectiveDefWithMeta<_MatTabLinkBase, never, never, { "active": "active"; }, {}, never>; static ɵfac: i0.ɵɵFactoryDef<_MatTabLinkBase>; } @@ -95,7 +95,7 @@ export declare abstract class _MatTabNavBase extends MatPaginatedTabHeader imple protected _itemSelected(): void; ngAfterContentInit(): void; updateActiveLink(_element?: ElementRef): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta<_MatTabNavBase, never, never, { 'backgroundColor': "backgroundColor", 'disableRipple': "disableRipple", 'color': "color" }, {}, never>; + static ɵdir: i0.ɵɵDirectiveDefWithMeta<_MatTabNavBase, never, never, { "backgroundColor": "backgroundColor"; "disableRipple": "disableRipple"; "color": "color"; }, {}, never>; static ɵfac: i0.ɵɵFactoryDef<_MatTabNavBase>; } @@ -132,7 +132,7 @@ export declare class MatTab extends _MatTabMixinBase implements OnInit, CanDisab ngOnDestroy(): void; ngOnInit(): void; static ngAcceptInputType_disabled: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -177,7 +177,7 @@ export declare class MatTabGroup extends _MatTabGroupBase { static ngAcceptInputType_disableRipple: BooleanInput; static ngAcceptInputType_dynamicHeight: BooleanInput; static ngAcceptInputType_selectedIndex: NumberInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -191,7 +191,7 @@ export declare class MatTabHeader extends _MatTabHeaderBase { constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef, viewportRuler: ViewportRuler, dir: Directionality, ngZone: NgZone, platform: Platform, animationMode?: string); static ngAcceptInputType_disableRipple: BooleanInput; static ngAcceptInputType_selectedIndex: NumberInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -209,7 +209,7 @@ export declare class MatTabLabelWrapper extends _MatTabLabelWrapperMixinBase imp getOffsetLeft(): number; getOffsetWidth(): number; static ngAcceptInputType_disabled: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -218,7 +218,7 @@ export declare class MatTabLink extends _MatTabLinkBase implements OnDestroy { ngOnDestroy(): void; static ngAcceptInputType_disableRipple: BooleanInput; static ngAcceptInputType_disabled: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } @@ -233,7 +233,7 @@ export declare class MatTabNav extends _MatTabNavBase { platform?: Platform, animationMode?: string); static ngAcceptInputType_disableRipple: BooleanInput; static ngAcceptInputType_selectedIndex: NumberInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/toolbar.d.ts b/tools/public_api_guard/material/toolbar.d.ts index dd8e94f268c8..c42af6b32c70 100644 --- a/tools/public_api_guard/material/toolbar.d.ts +++ b/tools/public_api_guard/material/toolbar.d.ts @@ -2,7 +2,7 @@ export declare class MatToolbar extends _MatToolbarMixinBase implements CanColor _toolbarRows: QueryList; constructor(elementRef: ElementRef, _platform: Platform, document?: any); ngAfterViewInit(): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/tooltip.d.ts b/tools/public_api_guard/material/tooltip.d.ts index 22014a729205..2f6881208b74 100644 --- a/tools/public_api_guard/material/tooltip.d.ts +++ b/tools/public_api_guard/material/tooltip.d.ts @@ -45,7 +45,7 @@ export declare class MatTooltip implements OnDestroy, OnInit { static ngAcceptInputType_disabled: BooleanInput; static ngAcceptInputType_hideDelay: NumberInput; static ngAcceptInputType_showDelay: NumberInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; + static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/tools/public_api_guard/material/tree.d.ts b/tools/public_api_guard/material/tree.d.ts index e3959752094f..0bf55cf6effc 100644 --- a/tools/public_api_guard/material/tree.d.ts +++ b/tools/public_api_guard/material/tree.d.ts @@ -9,7 +9,7 @@ export declare class MatNestedTreeNode extends CdkNestedTreeNode implement ngAfterContentInit(): void; ngOnDestroy(): void; static ngAcceptInputType_disabled: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "mat-nested-tree-node", ["matNestedTreeNode"], { 'node': "matNestedTreeNode", 'disabled': "disabled", 'tabIndex': "tabIndex" }, {}, never>; + static ɵdir: i0.ɵɵDirectiveDefWithMeta, "mat-nested-tree-node", ["matNestedTreeNode"], { "node": "matNestedTreeNode"; "disabled": "disabled"; "tabIndex": "tabIndex"; }, {}, never>; static ɵfac: i0.ɵɵFactoryDef>; } @@ -59,13 +59,13 @@ export declare class MatTreeNode extends _MatTreeNodeMixinBase implements role: 'treeitem' | 'group'; constructor(_elementRef: ElementRef, _tree: CdkTree, tabIndex: string); static ngAcceptInputType_disabled: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "mat-tree-node", ["matTreeNode"], { 'disabled': "disabled", 'tabIndex': "tabIndex", 'role': "role" }, {}, never>; + static ɵdir: i0.ɵɵDirectiveDefWithMeta, "mat-tree-node", ["matTreeNode"], { "disabled": "disabled"; "tabIndex": "tabIndex"; "role": "role"; }, {}, never>; static ɵfac: i0.ɵɵFactoryDef>; } export declare class MatTreeNodeDef extends CdkTreeNodeDef { data: T; - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "[matTreeNodeDef]", never, { 'when': "matTreeNodeDefWhen", 'data': "matTreeNode" }, {}, never>; + static ɵdir: i0.ɵɵDirectiveDefWithMeta, "[matTreeNodeDef]", never, { "when": "matTreeNodeDefWhen"; "data": "matTreeNode"; }, {}, never>; static ɵfac: i0.ɵɵFactoryDef>; } @@ -81,13 +81,13 @@ export declare class MatTreeNodePadding extends CdkTreeNodePadding { indent: number; level: number; static ngAcceptInputType_level: NumberInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "[matTreeNodePadding]", never, { 'level': "matTreeNodePadding", 'indent': "matTreeNodePaddingIndent" }, {}, never>; + static ɵdir: i0.ɵɵDirectiveDefWithMeta, "[matTreeNodePadding]", never, { "level": "matTreeNodePadding"; "indent": "matTreeNodePaddingIndent"; }, {}, never>; static ɵfac: i0.ɵɵFactoryDef>; } export declare class MatTreeNodeToggle extends CdkTreeNodeToggle { recursive: boolean; static ngAcceptInputType_recursive: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "[matTreeNodeToggle]", never, { 'recursive': "matTreeNodeToggleRecursive" }, {}, never>; + static ɵdir: i0.ɵɵDirectiveDefWithMeta, "[matTreeNodeToggle]", never, { "recursive": "matTreeNodeToggleRecursive"; }, {}, never>; static ɵfac: i0.ɵɵFactoryDef>; } diff --git a/tools/public_api_guard/youtube-player/youtube-player.d.ts b/tools/public_api_guard/youtube-player/youtube-player.d.ts index 6a6c487e639f..db10585a8d91 100644 --- a/tools/public_api_guard/youtube-player/youtube-player.d.ts +++ b/tools/public_api_guard/youtube-player/youtube-player.d.ts @@ -39,7 +39,7 @@ export declare class YouTubePlayer implements AfterViewInit, OnDestroy, OnInit { setVolume(volume: number): void; stopVideo(): void; unMute(): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta; + static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } diff --git a/yarn.lock b/yarn.lock index 35eeb8a861e9..f315b2c8e9d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@angular-devkit/core@9.0.0-rc.6", "@angular-devkit/core@^9.0.0-rc.6": - version "9.0.0-rc.6" - resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-9.0.0-rc.6.tgz#19313faebb932b46545c48b325e4504300c55fe8" - integrity sha512-tdr//+Wjm6OgxbtO5pzeKNf7P6X8MtTor4uyQfkaTrAFpf/LuewDTrzc6z1PrNqYASxuSV576SJrRmmralfr8w== +"@angular-devkit/core@9.0.0-rc.8", "@angular-devkit/core@^9.0.0-rc.8": + version "9.0.0-rc.8" + resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-9.0.0-rc.8.tgz#e667940cddcf51673032174f52ea2991f05d31b9" + integrity sha512-VxqlKeNh0dgCYdy2mn+yw3wymQCMKrWbaMqDxdlrA1jQ7fFq9bHATVTOc67iqZhigPpOI1tPO3GSQ27MmwAbXw== dependencies: ajv "6.10.2" fast-json-stable-stringify "2.0.0" @@ -13,38 +13,38 @@ rxjs "6.5.3" source-map "0.7.3" -"@angular-devkit/schematics@9.0.0-rc.6", "@angular-devkit/schematics@^9.0.0-rc.6": - version "9.0.0-rc.6" - resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-9.0.0-rc.6.tgz#10e2214d828dc3b00c7ab41251b8fbb57039ecba" - integrity sha512-hxUUq2vxj9Z8cqlF3hzquJsudcGAlDGcn6dz8K+1N6gvHNIu9FgIi3rzwleDsATnMdiZxHq+cuQLbH9qFbkFaw== +"@angular-devkit/schematics@9.0.0-rc.8", "@angular-devkit/schematics@^9.0.0-rc.8": + version "9.0.0-rc.8" + resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-9.0.0-rc.8.tgz#546568a6186499045289e134d329b2867a0353ff" + integrity sha512-YvFqpdluy9nNsKfcTG1x1W2AXV6m+CkavVSws4KJx1hRua+n9vO3jRYGKep4+GwpUg36oQTMXyW37XufUuGGyQ== dependencies: - "@angular-devkit/core" "9.0.0-rc.6" + "@angular-devkit/core" "9.0.0-rc.8" ora "4.0.2" rxjs "6.5.3" -"@angular/animations@^9.0.0-rc.7": - version "9.0.0-rc.7" - resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-9.0.0-rc.7.tgz#ed1aadba110ff086e4a522e802ea5b6d499a7ad3" - integrity sha512-N2JnT9XHu2wOo4zzjK+Aiu0Ow5NYXLIp2XSHPH31ZOzhNj5eSFZJr1Sjk0bg6oXDqCIyfcAUQnkwYKbe2NyeFQ== +"@angular/animations@^9.0.0-rc.8": + version "9.0.0-rc.8" + resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-9.0.0-rc.8.tgz#04aa6fd0735971e7ee6880235221ef0644529f32" + integrity sha512-5BX45bRIPi9oNy0X28MmcZXt+DeR5tKOebH3czyB+mc7vXX29AEDHmZp1+FtDX+waJldP5cEUSJausnU/BW5pA== -"@angular/bazel@^9.0.0-rc.7": - version "9.0.0-rc.7" - resolved "https://registry.yarnpkg.com/@angular/bazel/-/bazel-9.0.0-rc.7.tgz#32b8c99885f6103ee2532e5a8ba6969c7142527d" - integrity sha512-AhIeNxUtJK/3zsUi+G5P/+sd21rGS1GIeoMqvvBuKhcEJhNpJP1VSBtUkYuPxuYQqwDUik9fvK7BMgCjoJ2pxQ== +"@angular/bazel@^9.0.0-rc.8": + version "9.0.0-rc.8" + resolved "https://registry.yarnpkg.com/@angular/bazel/-/bazel-9.0.0-rc.8.tgz#f4f5b85baf45ed7e31e8253900fc537150478945" + integrity sha512-wFLPsspKibd7Co0s9ZLj0/HIfOC14TEY/+v/owj9PFdZHBHWRrWGKbRvb/byPyNJ+OMNGmGHBgwdA8lTtsWVbw== dependencies: "@microsoft/api-extractor" "^7.3.9" shelljs "0.8.2" tsickle "^0.37.1" -"@angular/common@^9.0.0-rc.7": - version "9.0.0-rc.7" - resolved "https://registry.yarnpkg.com/@angular/common/-/common-9.0.0-rc.7.tgz#7258b0f00d18b1f5c8f12c7b5bce4cfb9f58957a" - integrity sha512-2WGAizPJ6Yst/sP0boiYoGvMojcUKxqlRdn8ineCFCZlgkYZ/qYxY5R0gXwN1DPHVNKrNk1LDs11DYoGU25Htg== +"@angular/common@^9.0.0-rc.8": + version "9.0.0-rc.8" + resolved "https://registry.yarnpkg.com/@angular/common/-/common-9.0.0-rc.8.tgz#3f02562dda586f2dd11eee57073739f23b665dce" + integrity sha512-RxDx4n9L98/M1cvm56/7dAe4mA2Pv/sJk+679DtL+yev8HS1jBoMting8iBp86Qco2vKTVq6GcdoooYYqnrRkg== -"@angular/compiler-cli@^9.0.0-rc.7": - version "9.0.0-rc.7" - resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-9.0.0-rc.7.tgz#0cba2650b0e3c1e03f51e03399c6f8a8fc60ab1f" - integrity sha512-341PP6Ewjt7x9l9tut5a7273jttAL1aY++YCy3vX6QYwIkxKGG3ZQgSfxa8M4tXwN5+wH0JkZWoSPVAmfRtsRw== +"@angular/compiler-cli@^9.0.0-rc.8": + version "9.0.0-rc.8" + resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-9.0.0-rc.8.tgz#4b11769f68872773875dfe08570145ee7bba10fc" + integrity sha512-QFVyDra3EgUDb10ZybXlTFs2OZcpVGbiB++NKJuQyt443Rck5noNBkyH3iMNpQYhmqNjs/t7AVp+I+MkcKsscw== dependencies: canonical-path "1.0.0" chokidar "^2.1.1" @@ -57,48 +57,48 @@ source-map "^0.6.1" yargs "13.1.0" -"@angular/compiler@^9.0.0-rc.7": - version "9.0.0-rc.7" - resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.0-rc.7.tgz#395f4fc4284b2651a24a4c1c95e31e57296c2b14" - integrity sha512-kwX6475iuFEWcQc62mgd9Dq1lGMvqZXxEc0EZqsewi9Dpg/rj0ImXeYOTtIKFrgAkg03ahADBjtCComB0eKZgg== - -"@angular/core@^9.0.0-rc.7": - version "9.0.0-rc.7" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.0.0-rc.7.tgz#842f37485244b77b1c104cadade2c82fb4cb3fac" - integrity sha512-qn2lYImZNVzWOz8dR32Z9TTcW+nYX31H8Ckzn++xbL0x0W9iKg13GaNfaVJqnZI1pnzpRzzJdWXf5xQQQsKQsw== - -"@angular/elements@^9.0.0-rc.7": - version "9.0.0-rc.7" - resolved "https://registry.yarnpkg.com/@angular/elements/-/elements-9.0.0-rc.7.tgz#9878944558bd07b34304bacac4e9233f4329df00" - integrity sha512-09jf3wT2O//47uOc9cwF55FRPw7BUS+eMZbmmtfK4rQQfp4sDTqSXcU1oj22+HYH/wfQ1O0NAFE/uUi6knMzUw== - -"@angular/forms@^9.0.0-rc.7": - version "9.0.0-rc.7" - resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-9.0.0-rc.7.tgz#0b0bfd3d60c3456b4eb0f7bf1dfeec97d04458ba" - integrity sha512-hY/Dn2zg/yQb8Qk7a8RiwGJrankQAJssV4JJZSBuVGgtbdhdKv1+u9xNVcqYPlY+WuBhyvU+WoRWlooMv3c1AA== - -"@angular/platform-browser-dynamic@^9.0.0-rc.7": - version "9.0.0-rc.7" - resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-9.0.0-rc.7.tgz#9bfe1a8776c8bcae95f42a7dd003aa908c9f3a09" - integrity sha512-r5qwnEotJm0RXNqxa7GcW9+RQMGCYMzGT/yr6CTQmLsn5Gn0ljE8DLSTpmNDIGTfwqIm1E9VIApASRLv/maeCQ== - -"@angular/platform-browser@^9.0.0-rc.7": - version "9.0.0-rc.7" - resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-9.0.0-rc.7.tgz#992e70f31ac0c4ecfb99f57ecec2d8eaf0bba7d7" - integrity sha512-3xCVDX7QzK1V2XGwitakl/1Ekt3A0RfFqxffVa40iQH7shlAQ7SYDeTSj2Mtaz5QoqbkzLT9ZCrl9KtVllaojw== - -"@angular/platform-server@^9.0.0-rc.7": - version "9.0.0-rc.7" - resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-9.0.0-rc.7.tgz#93336258d26fa2459deff8595b943c8f2840044c" - integrity sha512-BG91B85KIy5U/+lMFXCmt9Fav8mSzURayF4rGyBAsOK5EreAJogntUS6zhABukSIyQpEYVA5nIXfx19l27nfXA== +"@angular/compiler@^9.0.0-rc.8": + version "9.0.0-rc.8" + resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.0-rc.8.tgz#018747e21a057ac8a713ace14a6286c01f6e0e4d" + integrity sha512-oCRp6R5P9HZe6iLuyZVjrsEtRH4DFDI7lICy14Dqf65hV+L3s/QLaGz44K+PYV+V8xYeh5PtACpt9RZg5GvnqQ== + +"@angular/core@^9.0.0-rc.8": + version "9.0.0-rc.8" + resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.0.0-rc.8.tgz#244be4fb488945fd743c973564bcd2b16837f881" + integrity sha512-u8VMfh/WIr6FZnzFDEpEiOuxgDTiXIgQwH2N7UPrtVDGHiIdtrPA6pRg7I1eqmFFKOqY3a6c7XFNDaYA7H3AWw== + +"@angular/elements@^9.0.0-rc.8": + version "9.0.0-rc.8" + resolved "https://registry.yarnpkg.com/@angular/elements/-/elements-9.0.0-rc.8.tgz#47318ebc44b4c371dc3f294d6883eb3fa934cd51" + integrity sha512-3pR7dvs7fFn7ATyuJUCWntiGa6m2RHIuwYlRKujxBbx9wvHYaQeiLXmbV/1ap6Z3t+PZWcLjjmGaR7wf8mbHlQ== + +"@angular/forms@^9.0.0-rc.8": + version "9.0.0-rc.8" + resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-9.0.0-rc.8.tgz#c40e415ab88045c594102506bb5e3416f0d098a7" + integrity sha512-wsHgV6SI2LC6JDSRuBMZuwcTf0sXP9MwZXsNQ0CtuiuKu9TpwIe5OUw2NAktieh9H4IzT3h2npQCjFTr89LH+A== + +"@angular/platform-browser-dynamic@^9.0.0-rc.8": + version "9.0.0-rc.8" + resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-9.0.0-rc.8.tgz#fcdae0523049c3ff7926d7576ae59b567190ed23" + integrity sha512-6XOSv3L/mV2m3azY/9kLIMNHHLZYdMoAxUOJf5OIJbXo/+4lZLnTBFBRmTRBH0JSFZe5VI21FaGp5ByWFAAqIw== + +"@angular/platform-browser@^9.0.0-rc.8": + version "9.0.0-rc.8" + resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-9.0.0-rc.8.tgz#aa127c42ec1a2e9539d217732f5402d04416529f" + integrity sha512-SPl7NRvr+/Q8Lq/wlsHy1N05tT9mcP8wugy+oBLHg5rEFwLUSoGaiQPSEanh55YBgHfs5GgPkX2JEZLsp7njzw== + +"@angular/platform-server@^9.0.0-rc.8": + version "9.0.0-rc.8" + resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-9.0.0-rc.8.tgz#1e9cf958c2b10c72854923cbd56e8988fe818f3f" + integrity sha512-LfPru6+UuGG6m1Kl1dsz9dqxZ0EON6nxt5a1nghVTrLcHchbPfX1dGJd4wCWK3IPzgApmrmnlfSmhyPXLZFIFg== dependencies: domino "^2.1.2" xhr2 "^0.1.4" -"@angular/router@^9.0.0-rc.7": - version "9.0.0-rc.7" - resolved "https://registry.yarnpkg.com/@angular/router/-/router-9.0.0-rc.7.tgz#9c042e8832df1c20bcbf16d0994df6ace68699db" - integrity sha512-6kviTBp43UyYj/Ah4qMhoga5YVHTVf3fmvbA4ETfTZAV0IEiPahxhn3FJ5Yal9Lk6Fc2kGmDvuDJgbn7gNbppA== +"@angular/router@^9.0.0-rc.8": + version "9.0.0-rc.8" + resolved "https://registry.yarnpkg.com/@angular/router/-/router-9.0.0-rc.8.tgz#adde0f5241468de38151b09938d5c839867a371c" + integrity sha512-gWFYIAzrrZX/Ba8AQQpxeabtUDMtvqx5dojyup6SW5UxqChj83YIXv3AZDyEQ7RDT0hjrpoPL3y5awXS25q2KA== "@babel/code-frame@^7.0.0": version "7.0.0" @@ -1031,13 +1031,13 @@ resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570" integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA= -"@schematics/angular@^9.0.0-rc.6": - version "9.0.0-rc.6" - resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-9.0.0-rc.6.tgz#52e414d1d9227edaed718dca70a7e48b7b85b626" - integrity sha512-Xc78VjRuvxCzQOw4WkpcSu/yOqxXwGHv+StrhZC5/aAGG2IPt5iTBLNwHrosGtv5agR9NrWtMFsqVQNQgJo5Xw== +"@schematics/angular@^9.0.0-rc.8": + version "9.0.0-rc.8" + resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-9.0.0-rc.8.tgz#5fb7458d242efacf33a442b1b4fc156a5ec71999" + integrity sha512-1c7Sv74B2Fh3hr+80Yc0DVYIRYvbV8Z9k7hiqbXMT35+vulG6nZfHt88QSePChReY+TKreuPVdvBMjUQR/Zm/w== dependencies: - "@angular-devkit/core" "9.0.0-rc.6" - "@angular-devkit/schematics" "9.0.0-rc.6" + "@angular-devkit/core" "9.0.0-rc.8" + "@angular-devkit/schematics" "9.0.0-rc.8" "@types/archy@^0.0.31": version "0.0.31"