From 0bd5cb93ee2209052bd0dbc75051dd85a9466203 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Fri, 2 Apr 2021 20:13:03 +0200 Subject: [PATCH] build: bump Angular dependencies and drop benchpress * Updates the `@angular` dependencies to the latest versions. * Removes the depenency on `@angular/benchpress` since we weren't using it and it was causing some issues in the snapshot builds. --- .circleci/config.yml | 2 +- package.json | 35 ++- tools/public_api_guard/cdk/a11y.d.ts | 32 +- tools/public_api_guard/cdk/accordion.d.ts | 14 +- tools/public_api_guard/cdk/bidi.d.ts | 12 +- tools/public_api_guard/cdk/clipboard.d.ts | 12 +- tools/public_api_guard/cdk/collections.d.ts | 2 +- tools/public_api_guard/cdk/drag-drop.d.ts | 34 +-- tools/public_api_guard/cdk/layout.d.ts | 10 +- tools/public_api_guard/cdk/observers.d.ts | 14 +- tools/public_api_guard/cdk/overlay.d.ts | 28 +- tools/public_api_guard/cdk/platform.d.ts | 8 +- tools/public_api_guard/cdk/portal.d.ts | 22 +- tools/public_api_guard/cdk/scrolling.d.ts | 32 +- tools/public_api_guard/cdk/stepper.d.ts | 30 +- tools/public_api_guard/cdk/table.d.ts | 100 +++---- tools/public_api_guard/cdk/text-field.d.ts | 16 +- tools/public_api_guard/cdk/tree.d.ts | 34 +-- .../google-maps/google-maps.d.ts | 74 ++--- .../material/autocomplete.d.ts | 30 +- tools/public_api_guard/material/badge.d.ts | 10 +- .../material/bottom-sheet.d.ts | 12 +- .../material/button-toggle.d.ts | 14 +- tools/public_api_guard/material/button.d.ts | 14 +- tools/public_api_guard/material/card.d.ts | 62 ++-- tools/public_api_guard/material/checkbox.d.ts | 20 +- tools/public_api_guard/material/chips.d.ts | 30 +- tools/public_api_guard/material/core.d.ts | 76 ++--- .../public_api_guard/material/datepicker.d.ts | 88 +++--- tools/public_api_guard/material/dialog.d.ts | 36 +-- tools/public_api_guard/material/divider.d.ts | 10 +- .../public_api_guard/material/expansion.d.ts | 34 +-- .../public_api_guard/material/form-field.d.ts | 38 +-- .../public_api_guard/material/grid-list.d.ts | 30 +- tools/public_api_guard/material/icon.d.ts | 12 +- .../material/icon/testing.d.ts | 8 +- tools/public_api_guard/material/input.d.ts | 14 +- tools/public_api_guard/material/list.d.ts | 38 +-- tools/public_api_guard/material/menu.d.ts | 32 +- .../public_api_guard/material/paginator.d.ts | 16 +- .../material/progress-bar.d.ts | 10 +- .../material/progress-spinner.d.ts | 14 +- tools/public_api_guard/material/radio.d.ts | 22 +- tools/public_api_guard/material/select.d.ts | 18 +- tools/public_api_guard/material/sidenav.d.ts | 30 +- .../material/slide-toggle.d.ts | 20 +- tools/public_api_guard/material/slider.d.ts | 10 +- .../public_api_guard/material/snack-bar.d.ts | 16 +- tools/public_api_guard/material/sort.d.ts | 16 +- tools/public_api_guard/material/stepper.d.ts | 48 +-- tools/public_api_guard/material/table.d.ts | 74 ++--- tools/public_api_guard/material/tabs.d.ts | 70 ++--- tools/public_api_guard/material/toolbar.d.ts | 14 +- tools/public_api_guard/material/tooltip.d.ts | 22 +- tools/public_api_guard/material/tree.d.ts | 34 +-- .../youtube-player/youtube-player.d.ts | 10 +- yarn.lock | 277 ++++++++++-------- 57 files changed, 943 insertions(+), 897 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 27b8ba366c31..acb7d57594ff 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -366,7 +366,7 @@ jobs: # much about any failures that have made it into the main branch. command: | if [ -n "$CIRCLE_PR_NUMBER" ]; then - yarn ng-dev commit-message validate-range --range $CI_COMMIT_RANGE + yarn ng-dev commit-message validate-range $CI_GIT_BASE_REVISION $CI_GIT_REVISION fi - *slack_notify_on_failure diff --git a/package.json b/package.json index a6daf345f88f..fc86c6ea8818 100644 --- a/package.json +++ b/package.json @@ -52,13 +52,13 @@ }, "version": "12.0.0-next.5", "dependencies": { - "@angular/animations": "^12.0.0-next.5", - "@angular/common": "^12.0.0-next.5", - "@angular/compiler": "^12.0.0-next.5", - "@angular/core": "^12.0.0-next.5", - "@angular/elements": "^12.0.0-next.5", - "@angular/forms": "^12.0.0-next.5", - "@angular/platform-browser": "^12.0.0-next.5", + "@angular/animations": "^12.0.0-next.7", + "@angular/common": "^12.0.0-next.7", + "@angular/compiler": "^12.0.0-next.7", + "@angular/core": "^12.0.0-next.7", + "@angular/elements": "^12.0.0-next.7", + "@angular/forms": "^12.0.0-next.7", + "@angular/platform-browser": "^12.0.0-next.7", "@types/googlemaps": "^3.43.1", "@types/youtube": "^0.0.42", "@webcomponents/custom-elements": "^1.1.0", @@ -71,16 +71,15 @@ "zone.js": "~0.11.3" }, "devDependencies": { - "@angular-devkit/build-optimizer": "^0.1200.0-next.4", - "@angular-devkit/core": "^12.0.0-next.4", - "@angular-devkit/schematics": "^12.0.0-next.4", - "@angular/bazel": "^12.0.0-next.5", - "@angular/benchpress": "^0.2.1", - "@angular/compiler-cli": "^12.0.0-next.5", - "@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#a8dbb0d8cd8de1e86a4ec4ea66b5bd89a47d4876", - "@angular/platform-browser-dynamic": "^12.0.0-next.5", - "@angular/platform-server": "^12.0.0-next.5", - "@angular/router": "^12.0.0-next.5", + "@angular-devkit/build-optimizer": "^0.1200.0-next.6", + "@angular-devkit/core": "^12.0.0-next.6", + "@angular-devkit/schematics": "^12.0.0-next.6", + "@angular/bazel": "^12.0.0-next.7", + "@angular/compiler-cli": "^12.0.0-next.7", + "@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#3953ba9eea35a2660b6068523bafb92634042be9", + "@angular/platform-browser-dynamic": "^12.0.0-next.7", + "@angular/platform-server": "^12.0.0-next.7", + "@angular/router": "^12.0.0-next.7", "@axe-core/webdriverjs": "^4.1.0", "@bazel/bazelisk": "^1.4.0", "@bazel/buildifier": "^4.0.0", @@ -140,7 +139,7 @@ "@material/touch-target": "11.0.0-canary.0cde52f5a.0", "@material/typography": "11.0.0-canary.0cde52f5a.0", "@octokit/rest": "18.3.5", - "@schematics/angular": "^12.0.0-next.4", + "@schematics/angular": "^12.0.0-next.6", "@types/autoprefixer": "^9.7.2", "@types/browser-sync": "^2.26.1", "@types/fs-extra": "^9.0.5", diff --git a/tools/public_api_guard/cdk/a11y.d.ts b/tools/public_api_guard/cdk/a11y.d.ts index 83c5f0dce7e0..cc933a7fa512 100644 --- a/tools/public_api_guard/cdk/a11y.d.ts +++ b/tools/public_api_guard/cdk/a11y.d.ts @@ -1,8 +1,8 @@ export declare class A11yModule { constructor(highContrastModeDetector: HighContrastModeDetector); - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class ActiveDescendantKeyManager extends ListKeyManager { @@ -17,7 +17,7 @@ export declare class AriaDescriber implements OnDestroy { ngOnDestroy(): void; removeDescription(hostElement: Element, message: string, role?: string): void; removeDescription(hostElement: Element, message: HTMLElement): void; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } @@ -32,8 +32,8 @@ export declare class CdkAriaLive implements OnDestroy { set politeness(value: AriaLivePoliteness); constructor(_elementRef: ElementRef, _liveAnnouncer: LiveAnnouncer, _contentObserver: ContentObserver, _ngZone: NgZone); ngOnDestroy(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CdkMonitorFocus implements AfterViewInit, OnDestroy { @@ -41,8 +41,8 @@ export declare class CdkMonitorFocus implements AfterViewInit, OnDestroy { constructor(_elementRef: ElementRef, _focusMonitor: FocusMonitor); ngAfterViewInit(): void; ngOnDestroy(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CdkTrapFocus implements OnDestroy, AfterContentInit, OnChanges, DoCheck { @@ -58,8 +58,8 @@ export declare class CdkTrapFocus implements OnDestroy, AfterContentInit, OnChan ngOnDestroy(): void; static ngAcceptInputType_autoCapture: BooleanInput; static ngAcceptInputType_enabled: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class ConfigurableFocusTrap extends FocusTrap implements ManagedFocusTrap { @@ -79,7 +79,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; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } @@ -114,7 +114,7 @@ export declare class FocusMonitor implements OnDestroy { ngOnDestroy(): void; stopMonitoring(element: HTMLElement): void; stopMonitoring(element: ElementRef): void; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } @@ -158,7 +158,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; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } @@ -177,7 +177,7 @@ export declare class HighContrastModeDetector { constructor(_platform: Platform, document: any); _applyBodyHighContrastModeCssClasses(): void; getHighContrastMode(): HighContrastMode; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } @@ -192,7 +192,7 @@ export declare class InteractivityChecker { isFocusable(element: HTMLElement, config?: IsFocusableConfig): boolean; isTabbable(element: HTMLElement): boolean; isVisible(element: HTMLElement): boolean; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } @@ -250,7 +250,7 @@ export declare class LiveAnnouncer implements OnDestroy { announce(message: string, politeness?: AriaLivePoliteness, duration?: number): Promise; clear(): void; ngOnDestroy(): void; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } diff --git a/tools/public_api_guard/cdk/accordion.d.ts b/tools/public_api_guard/cdk/accordion.d.ts index 60d9d5cf509a..a14175b381d5 100644 --- a/tools/public_api_guard/cdk/accordion.d.ts +++ b/tools/public_api_guard/cdk/accordion.d.ts @@ -9,8 +9,8 @@ export declare class CdkAccordion implements OnDestroy, OnChanges { ngOnDestroy(): void; openAll(): void; static ngAcceptInputType_multi: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CdkAccordionItem implements OnDestroy { @@ -32,12 +32,12 @@ export declare class CdkAccordionItem implements OnDestroy { toggle(): void; static ngAcceptInputType_disabled: BooleanInput; static ngAcceptInputType_expanded: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CdkAccordionModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } diff --git a/tools/public_api_guard/cdk/bidi.d.ts b/tools/public_api_guard/cdk/bidi.d.ts index 21fb4ea35aab..cabd83e3676e 100644 --- a/tools/public_api_guard/cdk/bidi.d.ts +++ b/tools/public_api_guard/cdk/bidi.d.ts @@ -1,7 +1,7 @@ export declare class BidiModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class Dir implements Directionality, AfterContentInit, OnDestroy { @@ -12,8 +12,8 @@ export declare class Dir implements Directionality, AfterContentInit, OnDestroy get value(): Direction; ngAfterContentInit(): void; ngOnDestroy(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare const DIR_DOCUMENT: InjectionToken; @@ -25,6 +25,6 @@ export declare class Directionality implements OnDestroy { readonly value: Direction; constructor(_document?: any); ngOnDestroy(): void; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } diff --git a/tools/public_api_guard/cdk/clipboard.d.ts b/tools/public_api_guard/cdk/clipboard.d.ts index 874c4d19fb8e..d935cc6465cc 100644 --- a/tools/public_api_guard/cdk/clipboard.d.ts +++ b/tools/public_api_guard/cdk/clipboard.d.ts @@ -7,8 +7,8 @@ export declare class CdkCopyToClipboard implements OnDestroy { constructor(_clipboard: Clipboard, _ngZone: NgZone, config?: CdkCopyToClipboardConfig); copy(attempts?: number): void; ngOnDestroy(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export interface CdkCopyToClipboardConfig { @@ -21,14 +21,14 @@ export declare class Clipboard { constructor(document: any); beginCopy(text: string): PendingCopy; copy(text: string): boolean; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } export declare class ClipboardModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class PendingCopy { diff --git a/tools/public_api_guard/cdk/collections.d.ts b/tools/public_api_guard/cdk/collections.d.ts index afd925105255..193e63f3038e 100644 --- a/tools/public_api_guard/cdk/collections.d.ts +++ b/tools/public_api_guard/cdk/collections.d.ts @@ -100,7 +100,7 @@ export declare class UniqueSelectionDispatcher implements OnDestroy { listen(listener: UniqueSelectionDispatcherListener): () => void; ngOnDestroy(): void; notify(id: string, name: string): void; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } diff --git a/tools/public_api_guard/cdk/drag-drop.d.ts b/tools/public_api_guard/cdk/drag-drop.d.ts index e9cd371a47f1..f134e79208b0 100644 --- a/tools/public_api_guard/cdk/drag-drop.d.ts +++ b/tools/public_api_guard/cdk/drag-drop.d.ts @@ -55,8 +55,8 @@ 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"; "previewContainer": "cdkDragPreviewContainer"; }, { "started": "cdkDragStarted"; "released": "cdkDragReleased"; "ended": "cdkDragEnded"; "entered": "cdkDragEntered"; "exited": "cdkDragExited"; "dropped": "cdkDragDropped"; "moved": "cdkDragMoved"; }, ["_previewTemplate", "_placeholderTemplate", "_handles"]>; - static ɵfac: i0.ɵɵFactoryDef, [null, { optional: true; skipSelf: true; }, null, null, null, { optional: true; }, { optional: true; }, null, null, { optional: true; self: true; }, { optional: true; skipSelf: true; }]>; + static ɵdir: i0.ɵɵDirectiveDeclaration, "[cdkDrag]", ["cdkDrag"], { "data": "cdkDragData"; "lockAxis": "cdkDragLockAxis"; "rootElementSelector": "cdkDragRootElement"; "boundaryElement": "cdkDragBoundary"; "dragStartDelay": "cdkDragStartDelay"; "freeDragPosition": "cdkDragFreeDragPosition"; "disabled": "cdkDragDisabled"; "constrainPosition": "cdkDragConstrainPosition"; "previewClass": "cdkDragPreviewClass"; "previewContainer": "cdkDragPreviewContainer"; }, { "started": "cdkDragStarted"; "released": "cdkDragReleased"; "ended": "cdkDragEnded"; "entered": "cdkDragEntered"; "exited": "cdkDragExited"; "dropped": "cdkDragDropped"; "moved": "cdkDragMoved"; }, ["_previewTemplate", "_placeholderTemplate", "_handles"]>; + static ɵfac: i0.ɵɵFactoryDeclaration, [null, { optional: true; skipSelf: true; }, null, null, null, { optional: true; }, { optional: true; }, null, null, { optional: true; self: true; }, { optional: true; skipSelf: true; }]>; } export interface CdkDragDrop { @@ -108,8 +108,8 @@ export declare class CdkDragHandle implements OnDestroy { constructor(element: ElementRef, parentDrag?: any); ngOnDestroy(): void; static ngAcceptInputType_disabled: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export interface CdkDragMove { @@ -133,8 +133,8 @@ export declare class CdkDragPlaceholder { data: T; templateRef: TemplateRef; constructor(templateRef: TemplateRef); - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "ng-template[cdkDragPlaceholder]", never, { "data": "data"; }, {}, never>; - static ɵfac: i0.ɵɵFactoryDef, never>; + static ɵdir: i0.ɵɵDirectiveDeclaration, "ng-template[cdkDragPlaceholder]", never, { "data": "data"; }, {}, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, never>; } export declare class CdkDragPreview { @@ -144,8 +144,8 @@ export declare class CdkDragPreview { templateRef: TemplateRef; constructor(templateRef: TemplateRef); static ngAcceptInputType_matchSize: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "ng-template[cdkDragPreview]", never, { "data": "data"; "matchSize": "matchSize"; }, {}, never>; - static ɵfac: i0.ɵɵFactoryDef, never>; + static ɵdir: i0.ɵɵDirectiveDeclaration, "ng-template[cdkDragPreview]", never, { "data": "data"; "matchSize": "matchSize"; }, {}, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, never>; } export interface CdkDragRelease { @@ -192,8 +192,8 @@ export declare class CdkDropList implements OnDestroy { static ngAcceptInputType_autoScrollStep: NumberInput; 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"; "sortPredicate": "cdkDropListSortPredicate"; "autoScrollDisabled": "cdkDropListAutoScrollDisabled"; "autoScrollStep": "cdkDropListAutoScrollStep"; }, { "dropped": "cdkDropListDropped"; "entered": "cdkDropListEntered"; "exited": "cdkDropListExited"; "sorted": "cdkDropListSorted"; }, never>; - static ɵfac: i0.ɵɵFactoryDef, [null, null, null, null, { optional: true; }, { optional: true; skipSelf: true; }, { optional: true; }]>; + static ɵdir: i0.ɵɵDirectiveDeclaration, "[cdkDropList], cdk-drop-list", ["cdkDropList"], { "connectedTo": "cdkDropListConnectedTo"; "data": "cdkDropListData"; "orientation": "cdkDropListOrientation"; "id": "id"; "lockAxis": "cdkDropListLockAxis"; "disabled": "cdkDropListDisabled"; "sortingDisabled": "cdkDropListSortingDisabled"; "enterPredicate": "cdkDropListEnterPredicate"; "sortPredicate": "cdkDropListSortPredicate"; "autoScrollDisabled": "cdkDropListAutoScrollDisabled"; "autoScrollStep": "cdkDropListAutoScrollStep"; }, { "dropped": "cdkDropListDropped"; "entered": "cdkDropListEntered"; "exited": "cdkDropListExited"; "sorted": "cdkDropListSorted"; }, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, [null, null, null, null, { optional: true; }, { optional: true; skipSelf: true; }, { optional: true; }]>; } export declare class CdkDropListGroup implements OnDestroy { @@ -202,8 +202,8 @@ export declare class CdkDropListGroup implements OnDestroy { set disabled(value: boolean); ngOnDestroy(): void; static ngAcceptInputType_disabled: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "[cdkDropListGroup]", ["cdkDropListGroup"], { "disabled": "cdkDropListGroupDisabled"; }, {}, never>; - static ɵfac: i0.ɵɵFactoryDef, never>; + static ɵdir: i0.ɵɵDirectiveDeclaration, "[cdkDropListGroup]", ["cdkDropListGroup"], { "disabled": "cdkDropListGroupDisabled"; }, {}, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, never>; } export declare function copyArrayItem(currentArray: T[], targetArray: T[], currentIndex: number, targetIndex: number): void; @@ -216,7 +216,7 @@ export declare class DragDrop { constructor(_document: any, _ngZone: NgZone, _viewportRuler: ViewportRuler, _dragDropRegistry: DragDropRegistry); createDrag(element: ElementRef | HTMLElement, config?: DragRefConfig): DragRef; createDropList(element: ElementRef | HTMLElement): DropListRef; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } @@ -236,9 +236,9 @@ export interface DragDropConfig extends Partial { } export declare class DragDropModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class DragDropRegistry, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵprov: i0.ɵɵInjectableDef>; } diff --git a/tools/public_api_guard/cdk/layout.d.ts b/tools/public_api_guard/cdk/layout.d.ts index dcde14513e77..640782514320 100644 --- a/tools/public_api_guard/cdk/layout.d.ts +++ b/tools/public_api_guard/cdk/layout.d.ts @@ -3,7 +3,7 @@ export declare class BreakpointObserver implements OnDestroy { isMatched(value: string | readonly string[]): boolean; ngOnDestroy(): void; observe(value: string | readonly string[]): Observable; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } @@ -32,14 +32,14 @@ export interface BreakpointState { } export declare class LayoutModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class MediaMatcher { constructor(_platform: Platform); matchMedia(query: string): MediaQueryList; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } diff --git a/tools/public_api_guard/cdk/observers.d.ts b/tools/public_api_guard/cdk/observers.d.ts index f878951759e6..9e431f1239e3 100644 --- a/tools/public_api_guard/cdk/observers.d.ts +++ b/tools/public_api_guard/cdk/observers.d.ts @@ -9,8 +9,8 @@ export declare class CdkObserveContent implements AfterContentInit, OnDestroy { ngOnDestroy(): void; static ngAcceptInputType_debounce: NumberInput; static ngAcceptInputType_disabled: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class ContentObserver implements OnDestroy { @@ -18,18 +18,18 @@ export declare class ContentObserver implements OnDestroy { ngOnDestroy(): void; observe(element: Element): Observable; observe(element: ElementRef): Observable; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } export declare class MutationObserverFactory { create(callback: MutationCallback): MutationObserver | null; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } export declare class ObserversModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } diff --git a/tools/public_api_guard/cdk/overlay.d.ts b/tools/public_api_guard/cdk/overlay.d.ts index e845b6af28f2..1c81f6734217 100644 --- a/tools/public_api_guard/cdk/overlay.d.ts +++ b/tools/public_api_guard/cdk/overlay.d.ts @@ -50,16 +50,16 @@ export declare class CdkConnectedOverlay implements OnDestroy, OnChanges { static ngAcceptInputType_hasBackdrop: BooleanInput; static ngAcceptInputType_lockPosition: BooleanInput; static ngAcceptInputType_push: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CdkOverlayOrigin { elementRef: ElementRef; constructor( elementRef: ElementRef); - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CloseScrollStrategy implements ScrollStrategy { @@ -157,7 +157,7 @@ export declare class FullscreenOverlayContainer extends OverlayContainer impleme protected _createContainer(): void; getFullscreenElement(): Element; ngOnDestroy(): void; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } @@ -194,7 +194,7 @@ export declare class Overlay { scrollStrategies: ScrollStrategyOptions, _overlayContainer: OverlayContainer, _componentFactoryResolver: ComponentFactoryResolver, _positionBuilder: OverlayPositionBuilder, _keyboardDispatcher: OverlayKeyboardDispatcher, _injector: Injector, _ngZone: NgZone, _document: any, _directionality: Directionality, _location: Location, _outsideClickDispatcher: OverlayOutsideClickDispatcher); create(config?: OverlayConfig): OverlayRef; position(): OverlayPositionBuilder; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } @@ -228,7 +228,7 @@ export declare class OverlayContainer implements OnDestroy { protected _createContainer(): void; getContainerElement(): HTMLElement; ngOnDestroy(): void; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } @@ -236,21 +236,21 @@ export declare class OverlayKeyboardDispatcher extends BaseOverlayDispatcher { constructor(document: any); add(overlayRef: OverlayReference): void; protected detach(): void; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } export declare class OverlayModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class OverlayOutsideClickDispatcher extends BaseOverlayDispatcher { constructor(document: any, _platform: Platform); add(overlayRef: OverlayReference): void; protected detach(): void; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } @@ -259,7 +259,7 @@ export declare class OverlayPositionBuilder { connectedTo(elementRef: ElementRef, originPos: OriginConnectionPosition, overlayPos: OverlayConnectionPosition): ConnectedPositionStrategy; flexibleConnectedTo(origin: FlexibleConnectedPositionStrategyOrigin): FlexibleConnectedPositionStrategy; global(): GlobalPositionStrategy; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } @@ -342,7 +342,7 @@ export declare class ScrollStrategyOptions { noop: () => NoopScrollStrategy; reposition: (config?: RepositionScrollStrategyConfig | undefined) => RepositionScrollStrategy; constructor(_scrollDispatcher: ScrollDispatcher, _viewportRuler: ViewportRuler, _ngZone: NgZone, document: any); - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } diff --git a/tools/public_api_guard/cdk/platform.d.ts b/tools/public_api_guard/cdk/platform.d.ts index ca1c2828629f..6a1f58cfd135 100644 --- a/tools/public_api_guard/cdk/platform.d.ts +++ b/tools/public_api_guard/cdk/platform.d.ts @@ -19,14 +19,14 @@ export declare class Platform { WEBKIT: boolean; isBrowser: boolean; constructor(_platformId: Object); - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } export declare class PlatformModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare const enum RtlScrollAxisType { diff --git a/tools/public_api_guard/cdk/portal.d.ts b/tools/public_api_guard/cdk/portal.d.ts index dc901699f780..615686531334 100644 --- a/tools/public_api_guard/cdk/portal.d.ts +++ b/tools/public_api_guard/cdk/portal.d.ts @@ -17,8 +17,8 @@ export declare abstract class BasePortalOutlet implements PortalOutlet { export declare class CdkPortal extends TemplatePortal { constructor(templateRef: TemplateRef, viewContainerRef: ViewContainerRef); - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CdkPortalOutlet extends BasePortalOutlet implements OnInit, OnDestroy { @@ -34,8 +34,8 @@ export declare class CdkPortalOutlet extends BasePortalOutlet implements OnInit, ngOnDestroy(): void; ngOnInit(): void; static ngAcceptInputType_portal: Portal | null | undefined | ''; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare type CdkPortalOutletAttachedRef = ComponentRef | EmbeddedViewRef | null; @@ -81,8 +81,8 @@ export declare abstract class Portal { export declare type PortalHost = PortalOutlet; export declare class PortalHostDirective extends CdkPortalOutlet { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class PortalInjector implements Injector { @@ -91,9 +91,9 @@ export declare class PortalInjector implements Injector { } export declare class PortalModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export interface PortalOutlet { @@ -114,6 +114,6 @@ export declare class TemplatePortal extends Portal> } export declare class TemplatePortalDirective extends CdkPortal { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } diff --git a/tools/public_api_guard/cdk/scrolling.d.ts b/tools/public_api_guard/cdk/scrolling.d.ts index e647e78e7c3d..632b64daeb0b 100644 --- a/tools/public_api_guard/cdk/scrolling.d.ts +++ b/tools/public_api_guard/cdk/scrolling.d.ts @@ -49,8 +49,8 @@ export declare class CdkFixedSizeVirtualScroll implements OnChanges { static ngAcceptInputType_itemSize: NumberInput; static ngAcceptInputType_maxBufferPx: NumberInput; static ngAcceptInputType_minBufferPx: NumberInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CdkScrollable implements OnInit, OnDestroy { @@ -65,14 +65,14 @@ export declare class CdkScrollable implements OnInit, OnDestroy { ngOnDestroy(): void; ngOnInit(): void; scrollTo(options: ExtendedScrollToOptions): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CdkScrollableModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class CdkVirtualForOf implements CdkVirtualScrollRepeater, CollectionViewer, DoCheck, OnDestroy { @@ -96,8 +96,8 @@ export declare class CdkVirtualForOf implements CdkVirtualScrollRepeater, ngDoCheck(): void; ngOnDestroy(): void; static ngAcceptInputType_cdkVirtualForTemplateCacheSize: NumberInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "[cdkVirtualFor][cdkVirtualForOf]", never, { "cdkVirtualForOf": "cdkVirtualForOf"; "cdkVirtualForTrackBy": "cdkVirtualForTrackBy"; "cdkVirtualForTemplate": "cdkVirtualForTemplate"; "cdkVirtualForTemplateCacheSize": "cdkVirtualForTemplateCacheSize"; }, {}, never>; - static ɵfac: i0.ɵɵFactoryDef, [null, null, null, null, { skipSelf: true; }, null]>; + static ɵdir: i0.ɵɵDirectiveDeclaration, "[cdkVirtualFor][cdkVirtualForOf]", never, { "cdkVirtualForOf": "cdkVirtualForOf"; "cdkVirtualForTrackBy": "cdkVirtualForTrackBy"; "cdkVirtualForTemplate": "cdkVirtualForTemplate"; "cdkVirtualForTemplateCacheSize": "cdkVirtualForTemplateCacheSize"; }, {}, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, [null, null, null, null, { skipSelf: true; }, null]>; } export declare type CdkVirtualForOfContext = { @@ -143,8 +143,8 @@ 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 ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare const DEFAULT_RESIZE_TIME = 20; @@ -177,14 +177,14 @@ export declare class ScrollDispatcher implements OnDestroy { ngOnDestroy(): void; register(scrollable: CdkScrollable): void; scrolled(auditTimeInMs?: number): Observable; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } export declare class ScrollingModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class ViewportRuler implements OnDestroy { @@ -198,7 +198,7 @@ export declare class ViewportRuler implements OnDestroy { height: number; }>; ngOnDestroy(): void; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } diff --git a/tools/public_api_guard/cdk/stepper.d.ts b/tools/public_api_guard/cdk/stepper.d.ts index 461be878bc3b..414c8461b916 100644 --- a/tools/public_api_guard/cdk/stepper.d.ts +++ b/tools/public_api_guard/cdk/stepper.d.ts @@ -28,23 +28,23 @@ export declare class CdkStep implements OnChanges { static ngAcceptInputType_editable: BooleanInput; static ngAcceptInputType_hasError: BooleanInput; static ngAcceptInputType_optional: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CdkStepHeader implements FocusableOption { _elementRef: ElementRef; constructor(_elementRef: ElementRef); focus(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CdkStepLabel { template: TemplateRef; constructor(/** @docs-private */ template: TemplateRef); - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CdkStepper implements AfterContentInit, AfterViewInit, OnDestroy { @@ -83,14 +83,14 @@ export declare class CdkStepper implements AfterContentInit, AfterViewInit, OnDe static ngAcceptInputType_linear: BooleanInput; static ngAcceptInputType_optional: BooleanInput; static ngAcceptInputType_selectedIndex: NumberInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CdkStepperModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class CdkStepperNext { @@ -98,8 +98,8 @@ export declare class CdkStepperNext { type: string; constructor(_stepper: CdkStepper); _handleClick(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CdkStepperPrevious { @@ -107,8 +107,8 @@ export declare class CdkStepperPrevious { type: string; constructor(_stepper: CdkStepper); _handleClick(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare const STEP_STATE: { diff --git a/tools/public_api_guard/cdk/table.d.ts b/tools/public_api_guard/cdk/table.d.ts index dfaebcce0622..b2f45ff0a0de 100644 --- a/tools/public_api_guard/cdk/table.d.ts +++ b/tools/public_api_guard/cdk/table.d.ts @@ -5,7 +5,7 @@ export declare class _CoalescedStyleScheduler implements OnDestroy { ngOnDestroy(): void; schedule(task: () => unknown): void; scheduleEnd(task: () => unknown): void; - static ɵfac: i0.ɵɵFactoryDef<_CoalescedStyleScheduler, never>; + static ɵfac: i0.ɵɵFactoryDeclaration<_CoalescedStyleScheduler, never>; static ɵprov: i0.ɵɵInjectableDef<_CoalescedStyleScheduler>; } @@ -26,8 +26,8 @@ export declare abstract class BaseRowDef implements OnChanges { extractCellTemplate(column: CdkColumnDef): TemplateRef; getColumnsDiff(): IterableChanges | null; ngOnChanges(changes: SimpleChanges): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export interface CanStick { @@ -47,15 +47,15 @@ export declare const CDK_TABLE_TEMPLATE = "\n ; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CdkCellDef implements CellDef { template: TemplateRef; constructor(/** @docs-private */ template: TemplateRef); - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CdkCellOutlet implements OnDestroy { @@ -65,8 +65,8 @@ export declare class CdkCellOutlet implements OnDestroy { constructor(_viewContainer: ViewContainerRef); ngOnDestroy(): void; static mostRecentCellOutlet: CdkCellOutlet | null; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export interface CdkCellOutletMultiRowContext { @@ -108,26 +108,26 @@ export declare class CdkColumnDef extends _CdkColumnDefBase implements CanStick protected _updateColumnCssClassName(): void; static ngAcceptInputType_sticky: BooleanInput; static ngAcceptInputType_stickyEnd: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CdkFooterCell extends BaseCdkCell { constructor(columnDef: CdkColumnDef, elementRef: ElementRef); - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CdkFooterCellDef implements CellDef { template: TemplateRef; constructor(/** @docs-private */ template: TemplateRef); - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CdkFooterRow { - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CdkFooterRowDef extends _CdkFooterRowDefBase implements CanStick, OnChanges { @@ -135,26 +135,26 @@ export declare class CdkFooterRowDef extends _CdkFooterRowDefBase implements Can constructor(template: TemplateRef, _differs: IterableDiffers, _table?: any); ngOnChanges(changes: SimpleChanges): void; static ngAcceptInputType_sticky: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CdkHeaderCell extends BaseCdkCell { constructor(columnDef: CdkColumnDef, elementRef: ElementRef); - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CdkHeaderCellDef implements CellDef { template: TemplateRef; constructor(/** @docs-private */ template: TemplateRef); - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CdkHeaderRow { - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CdkHeaderRowDef extends _CdkHeaderRowDefBase implements CanStick, OnChanges { @@ -162,33 +162,33 @@ export declare class CdkHeaderRowDef extends _CdkHeaderRowDefBase implements Can constructor(template: TemplateRef, _differs: IterableDiffers, _table?: any); ngOnChanges(changes: SimpleChanges): void; static ngAcceptInputType_sticky: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CdkNoDataRow { templateRef: TemplateRef; constructor(templateRef: TemplateRef); - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CdkRecycleRows { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CdkRow { - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CdkRowDef extends BaseRowDef { _table?: any; when: (index: number, rowData: T) => boolean; constructor(template: TemplateRef, _differs: IterableDiffers, _table?: any); - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "[cdkRowDef]", never, { "columns": "cdkRowDefColumns"; "when": "cdkRowDefWhen"; }, {}, never>; - static ɵfac: i0.ɵɵFactoryDef, [null, null, { optional: true; }]>; + static ɵdir: i0.ɵɵDirectiveDeclaration, "[cdkRowDef]", never, { "columns": "cdkRowDefColumns"; "when": "cdkRowDefWhen"; }, {}, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, [null, null, { optional: true; }]>; } export declare class CdkTable implements AfterContentChecked, CollectionViewer, OnDestroy, OnInit { @@ -247,14 +247,14 @@ export declare class CdkTable implements AfterContentChecked, CollectionViewe updateStickyHeaderRowStyles(): void; static ngAcceptInputType_fixedLayout: BooleanInput; static ngAcceptInputType_multiTemplateDataRows: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta, "cdk-table, table[cdk-table]", ["cdkTable"], { "trackBy": "trackBy"; "dataSource": "dataSource"; "multiTemplateDataRows": "multiTemplateDataRows"; "fixedLayout": "fixedLayout"; }, {}, ["_noDataRow", "_contentColumnDefs", "_contentRowDefs", "_contentHeaderRowDefs", "_contentFooterRowDefs"], ["caption", "colgroup, col"]>; - static ɵfac: i0.ɵɵFactoryDef, [null, null, null, { attribute: "role"; }, { optional: true; }, null, null, null, null, null, { optional: true; skipSelf: true; }]>; + static ɵcmp: i0.ɵɵComponentDeclaration, "cdk-table, table[cdk-table]", ["cdkTable"], { "trackBy": "trackBy"; "dataSource": "dataSource"; "multiTemplateDataRows": "multiTemplateDataRows"; "fixedLayout": "fixedLayout"; }, {}, ["_noDataRow", "_contentColumnDefs", "_contentRowDefs", "_contentHeaderRowDefs", "_contentFooterRowDefs"], ["caption", "colgroup, col"]>; + static ɵfac: i0.ɵɵFactoryDeclaration, [null, null, null, { attribute: "role"; }, { optional: true; }, null, null, null, null, null, { optional: true; skipSelf: true; }]>; } export declare class CdkTableModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class CdkTextColumn implements OnDestroy, OnInit { @@ -271,8 +271,8 @@ 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, never>; - static ɵfac: i0.ɵɵFactoryDef, [{ optional: true; }, { optional: true; }]>; + static ɵcmp: i0.ɵɵComponentDeclaration, "cdk-text-column", never, { "name": "name"; "headerText": "headerText"; "dataAccessor": "dataAccessor"; "justify": "justify"; }, {}, never, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, [{ optional: true; }, { optional: true; }]>; } export interface CellDef { @@ -285,24 +285,24 @@ export declare class DataRowOutlet implements RowOutlet { elementRef: ElementRef; viewContainer: ViewContainerRef; constructor(viewContainer: ViewContainerRef, elementRef: ElementRef); - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class FooterRowOutlet implements RowOutlet { elementRef: ElementRef; viewContainer: ViewContainerRef; constructor(viewContainer: ViewContainerRef, elementRef: ElementRef); - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class HeaderRowOutlet implements RowOutlet { elementRef: ElementRef; viewContainer: ViewContainerRef; constructor(viewContainer: ViewContainerRef, elementRef: ElementRef); - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare function mixinHasStickyInput>(base: T): CanStickCtor & T; @@ -311,8 +311,8 @@ export declare class NoDataRowOutlet implements RowOutlet { elementRef: ElementRef; viewContainer: ViewContainerRef; constructor(viewContainer: ViewContainerRef, elementRef: ElementRef); - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export interface RenderRow { diff --git a/tools/public_api_guard/cdk/text-field.d.ts b/tools/public_api_guard/cdk/text-field.d.ts index 52ccc4947868..069cfbdd389c 100644 --- a/tools/public_api_guard/cdk/text-field.d.ts +++ b/tools/public_api_guard/cdk/text-field.d.ts @@ -10,7 +10,7 @@ export declare class AutofillMonitor implements OnDestroy { ngOnDestroy(): void; stopMonitoring(element: Element): void; stopMonitoring(element: ElementRef): void; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } @@ -19,8 +19,8 @@ export declare class CdkAutofill implements OnDestroy, OnInit { constructor(_elementRef: ElementRef, _autofillMonitor: AutofillMonitor); ngOnDestroy(): void; ngOnInit(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CdkTextareaAutosize implements AfterViewInit, DoCheck, OnDestroy { @@ -46,12 +46,12 @@ 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 ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class TextFieldModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } diff --git a/tools/public_api_guard/cdk/tree.d.ts b/tools/public_api_guard/cdk/tree.d.ts index 349bdf565be9..0c57e902e52a 100644 --- a/tools/public_api_guard/cdk/tree.d.ts +++ b/tools/public_api_guard/cdk/tree.d.ts @@ -33,8 +33,8 @@ export declare class CdkNestedTreeNode extends CdkTreeNode imple ngOnDestroy(): void; ngOnInit(): void; protected updateChildrenNodes(children?: T[]): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "cdk-nested-tree-node", ["cdkNestedTreeNode"], { "role": "role"; "disabled": "disabled"; "tabIndex": "tabIndex"; }, {}, ["nodeOutlet"]>; - static ɵfac: i0.ɵɵFactoryDef, never>; + static ɵdir: i0.ɵɵDirectiveDeclaration, "cdk-nested-tree-node", ["cdkNestedTreeNode"], { "role": "role"; "disabled": "disabled"; "tabIndex": "tabIndex"; }, {}, ["nodeOutlet"]>; + static ɵfac: i0.ɵɵFactoryDeclaration, never>; } export declare class CdkTree implements AfterContentChecked, CollectionViewer, OnDestroy, OnInit { @@ -55,14 +55,14 @@ export declare class CdkTree implements AfterContentChecked, Collectio ngOnDestroy(): void; ngOnInit(): void; renderNodeChanges(data: readonly T[], dataDiffer?: IterableDiffer, viewContainer?: ViewContainerRef, parentData?: T): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta, "cdk-tree", ["cdkTree"], { "dataSource": "dataSource"; "treeControl": "treeControl"; "trackBy": "trackBy"; }, {}, ["_nodeDefs"], never>; - static ɵfac: i0.ɵɵFactoryDef, never>; + static ɵcmp: i0.ɵɵComponentDeclaration, "cdk-tree", ["cdkTree"], { "dataSource": "dataSource"; "treeControl": "treeControl"; "trackBy": "trackBy"; }, {}, ["_nodeDefs"], never>; + static ɵfac: i0.ɵɵFactoryDeclaration, never>; } export declare class CdkTreeModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class CdkTreeNode implements DoCheck, FocusableOption, OnDestroy, OnInit { @@ -85,24 +85,24 @@ export declare class CdkTreeNode implements DoCheck, FocusableOption, ngOnDestroy(): void; ngOnInit(): void; static mostRecentTreeNode: CdkTreeNode | null; - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "cdk-tree-node", ["cdkTreeNode"], { "role": "role"; }, {}, never>; - static ɵfac: i0.ɵɵFactoryDef, never>; + static ɵdir: i0.ɵɵDirectiveDeclaration, "cdk-tree-node", ["cdkTreeNode"], { "role": "role"; }, {}, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, never>; } 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 ɵfac: i0.ɵɵFactoryDef, never>; + static ɵdir: i0.ɵɵDirectiveDeclaration, "[cdkTreeNodeDef]", never, { "when": "cdkTreeNodeDefWhen"; }, {}, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, never>; } export declare class CdkTreeNodeOutlet { _node?: any; viewContainer: ViewContainerRef; constructor(viewContainer: ViewContainerRef, _node?: any); - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class CdkTreeNodeOutletContext { @@ -128,8 +128,8 @@ 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 ɵfac: i0.ɵɵFactoryDef, [null, null, null, { optional: true; }]>; + static ɵdir: i0.ɵɵDirectiveDeclaration, "[cdkTreeNodePadding]", never, { "level": "cdkTreeNodePadding"; "indent": "cdkTreeNodePaddingIndent"; }, {}, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, [null, null, null, { optional: true; }]>; } export declare class CdkTreeNodeToggle { @@ -141,8 +141,8 @@ 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 ɵfac: i0.ɵɵFactoryDef, never>; + static ɵdir: i0.ɵɵDirectiveDeclaration, "[cdkTreeNodeToggle]", never, { "recursive": "cdkTreeNodeToggleRecursive"; }, {}, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, never>; } export declare class FlatTreeControl extends BaseTreeControl { 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 bfc8bcf99818..af7dc713285e 100644 --- a/tools/public_api_guard/google-maps/google-maps.d.ts +++ b/tools/public_api_guard/google-maps/google-maps.d.ts @@ -46,14 +46,14 @@ 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 ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class GoogleMapsModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare type HeatmapData = google.maps.MVCArray | (google.maps.LatLng | google.maps.visualization.WeightedLocation | google.maps.LatLngLiteral)[]; @@ -71,8 +71,8 @@ export declare class MapBaseLayer implements OnInit, OnDestroy { protected _unsetMap(): void; ngOnDestroy(): void; ngOnInit(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MapBicyclingLayer extends MapBaseLayer { @@ -80,8 +80,8 @@ export declare class MapBicyclingLayer extends MapBaseLayer { protected _initializeObject(): void; protected _setMap(): void; protected _unsetMap(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MapCircle implements OnInit, OnDestroy { @@ -111,8 +111,8 @@ export declare class MapCircle implements OnInit, OnDestroy { getVisible(): boolean; ngOnDestroy(): void; ngOnInit(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MapDirectionsRenderer implements OnInit, OnChanges, OnDestroy { @@ -127,8 +127,8 @@ export declare class MapDirectionsRenderer implements OnInit, OnChanges, OnDestr ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; ngOnInit(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export interface MapDirectionsResponse { @@ -139,14 +139,14 @@ export interface MapDirectionsResponse { export declare class MapDirectionsService { constructor(_ngZone: NgZone); route(request: google.maps.DirectionsRequest): Observable; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } export declare class MapGeocoder { constructor(_ngZone: NgZone); geocode(request: google.maps.GeocoderRequest): Observable; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } @@ -170,8 +170,8 @@ export declare class MapGroundOverlay implements OnInit, OnDestroy { getUrl(): string; ngOnDestroy(): void; ngOnInit(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MapHeatmapLayer implements OnInit, OnChanges, OnDestroy { @@ -183,8 +183,8 @@ export declare class MapHeatmapLayer implements OnInit, OnChanges, OnDestroy { ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; ngOnInit(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MapInfoWindow implements OnInit, OnDestroy { @@ -204,8 +204,8 @@ export declare class MapInfoWindow implements OnInit, OnDestroy { ngOnDestroy(): void; ngOnInit(): void; open(anchor?: MapAnchorPoint): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MapKmlLayer implements OnInit, OnDestroy { @@ -223,8 +223,8 @@ export declare class MapKmlLayer implements OnInit, OnDestroy { getZIndex(): number; ngOnDestroy(): void; ngOnInit(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MapMarker implements OnInit, OnChanges, OnDestroy, MapAnchorPoint { @@ -273,8 +273,8 @@ export declare class MapMarker implements OnInit, OnChanges, OnDestroy, MapAncho ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; ngOnInit(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MapMarkerClusterer implements OnInit, AfterContentInit, OnChanges, OnDestroy { @@ -327,8 +327,8 @@ export declare class MapMarkerClusterer implements OnInit, AfterContentInit, OnC ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; ngOnInit(): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MapPolygon implements OnInit, OnDestroy { @@ -354,8 +354,8 @@ export declare class MapPolygon implements OnInit, OnDestroy { getVisible(): boolean; ngOnDestroy(): void; ngOnInit(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MapPolyline implements OnInit, OnDestroy { @@ -380,8 +380,8 @@ export declare class MapPolyline implements OnInit, OnDestroy { getVisible(): boolean; ngOnDestroy(): void; ngOnInit(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MapRectangle implements OnInit, OnDestroy { @@ -407,8 +407,8 @@ export declare class MapRectangle implements OnInit, OnDestroy { getVisible(): boolean; ngOnDestroy(): void; ngOnInit(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MapTrafficLayer implements OnInit, OnDestroy { @@ -417,8 +417,8 @@ export declare class MapTrafficLayer implements OnInit, OnDestroy { constructor(_map: GoogleMap, _ngZone: NgZone); ngOnDestroy(): void; ngOnInit(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MapTransitLayer extends MapBaseLayer { @@ -426,6 +426,6 @@ export declare class MapTransitLayer extends MapBaseLayer { protected _initializeObject(): void; protected _setMap(): void; protected _unsetMap(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } diff --git a/tools/public_api_guard/material/autocomplete.d.ts b/tools/public_api_guard/material/autocomplete.d.ts index 8fc0c52765fc..edcbe34e3fc7 100644 --- a/tools/public_api_guard/material/autocomplete.d.ts +++ b/tools/public_api_guard/material/autocomplete.d.ts @@ -35,16 +35,16 @@ export declare abstract class _MatAutocompleteBase extends _MatAutocompleteMixin ngOnDestroy(): void; static ngAcceptInputType_autoActiveFirstOption: BooleanInput; static ngAcceptInputType_disableRipple: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta<_MatAutocompleteBase, never, never, { "ariaLabel": "aria-label"; "ariaLabelledby": "aria-labelledby"; "displayWith": "displayWith"; "autoActiveFirstOption": "autoActiveFirstOption"; "panelWidth": "panelWidth"; "classList": "class"; }, { "optionSelected": "optionSelected"; "opened": "opened"; "closed": "closed"; "optionActivated": "optionActivated"; }, never>; - static ɵfac: i0.ɵɵFactoryDef<_MatAutocompleteBase, never>; + static ɵdir: i0.ɵɵDirectiveDeclaration<_MatAutocompleteBase, never, never, { "ariaLabel": "aria-label"; "ariaLabelledby": "aria-labelledby"; "displayWith": "displayWith"; "autoActiveFirstOption": "autoActiveFirstOption"; "panelWidth": "panelWidth"; "classList": "class"; }, { "optionSelected": "optionSelected"; "opened": "opened"; "closed": "closed"; "optionActivated": "optionActivated"; }, never>; + static ɵfac: i0.ɵɵFactoryDeclaration<_MatAutocompleteBase, never>; } export declare abstract class _MatAutocompleteOriginBase { elementRef: ElementRef; constructor( elementRef: ElementRef); - static ɵdir: i0.ɵɵDirectiveDefWithMeta<_MatAutocompleteOriginBase, never, never, {}, {}, never>; - static ɵfac: i0.ɵɵFactoryDef<_MatAutocompleteOriginBase, never>; + static ɵdir: i0.ɵɵDirectiveDeclaration<_MatAutocompleteOriginBase, never, never, {}, {}, never>; + static ɵfac: i0.ɵɵFactoryDeclaration<_MatAutocompleteOriginBase, never>; } export declare abstract class _MatAutocompleteTriggerBase implements ControlValueAccessor, AfterViewInit, OnChanges, OnDestroy { @@ -76,8 +76,8 @@ export declare abstract class _MatAutocompleteTriggerBase implements ControlValu updatePosition(): void; writeValue(value: any): void; static ngAcceptInputType_autocompleteDisabled: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta<_MatAutocompleteTriggerBase, never, never, { "autocomplete": "matAutocomplete"; "position": "matAutocompletePosition"; "connectedTo": "matAutocompleteConnectedTo"; "autocompleteAttribute": "autocomplete"; "autocompleteDisabled": "matAutocompleteDisabled"; }, {}, never>; - static ɵfac: i0.ɵɵFactoryDef<_MatAutocompleteTriggerBase, [null, null, null, null, null, null, { optional: true; }, { optional: true; host: true; }, { optional: true; }, null, { optional: true; }]>; + static ɵdir: i0.ɵɵDirectiveDeclaration<_MatAutocompleteTriggerBase, never, never, { "autocomplete": "matAutocomplete"; "position": "matAutocompletePosition"; "connectedTo": "matAutocompleteConnectedTo"; "autocompleteAttribute": "autocomplete"; "autocompleteDisabled": "matAutocompleteDisabled"; }, {}, never>; + static ɵfac: i0.ɵɵFactoryDeclaration<_MatAutocompleteTriggerBase, [null, null, null, null, null, null, { optional: true; }, { optional: true; host: true; }, { optional: true; }, null, { optional: true; }]>; } export declare function getMatAutocompleteMissingPanelError(): Error; @@ -103,8 +103,8 @@ export declare class MatAutocomplete extends _MatAutocompleteBase { protected _visibleClass: string; optionGroups: QueryList; options: QueryList; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export interface MatAutocompleteActivatedEvent { @@ -118,14 +118,14 @@ export interface MatAutocompleteDefaultOptions { } export declare class MatAutocompleteModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class MatAutocompleteOrigin extends _MatAutocompleteOriginBase { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatAutocompleteSelectedEvent { @@ -138,6 +138,6 @@ export declare class MatAutocompleteSelectedEvent { export declare class MatAutocompleteTrigger extends _MatAutocompleteTriggerBase { protected _aboveClass: string; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } diff --git a/tools/public_api_guard/material/badge.d.ts b/tools/public_api_guard/material/badge.d.ts index e8fbff337f0e..963d45bef269 100644 --- a/tools/public_api_guard/material/badge.d.ts +++ b/tools/public_api_guard/material/badge.d.ts @@ -21,14 +21,14 @@ 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 ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatBadgeModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare type MatBadgePosition = 'above after' | 'above before' | 'below before' | 'below after' | 'before' | 'after' | 'above' | 'below'; diff --git a/tools/public_api_guard/material/bottom-sheet.d.ts b/tools/public_api_guard/material/bottom-sheet.d.ts index 8628f03168bd..9acc0475cc6f 100644 --- a/tools/public_api_guard/material/bottom-sheet.d.ts +++ b/tools/public_api_guard/material/bottom-sheet.d.ts @@ -10,7 +10,7 @@ export declare class MatBottomSheet implements OnDestroy { ngOnDestroy(): void; open(component: ComponentType, config?: MatBottomSheetConfig): MatBottomSheetRef; open(template: TemplateRef, config?: MatBottomSheetConfig): MatBottomSheetRef; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } @@ -48,14 +48,14 @@ export declare class MatBottomSheetContainer extends BasePortalOutlet implements enter(): void; exit(): void; ngOnDestroy(): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatBottomSheetModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class MatBottomSheetRef { diff --git a/tools/public_api_guard/material/button-toggle.d.ts b/tools/public_api_guard/material/button-toggle.d.ts index d01129e60af5..a9076d8d5814 100644 --- a/tools/public_api_guard/material/button-toggle.d.ts +++ b/tools/public_api_guard/material/button-toggle.d.ts @@ -33,8 +33,8 @@ export declare class MatButtonToggle extends _MatButtonToggleMixinBase implement static ngAcceptInputType_disabled: BooleanInput; static ngAcceptInputType_multiple: BooleanInput; static ngAcceptInputType_vertical: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare type MatButtonToggleAppearance = 'legacy' | 'standard'; @@ -83,14 +83,14 @@ export declare class MatButtonToggleGroup implements ControlValueAccessor, OnIni static ngAcceptInputType_disabled: BooleanInput; static ngAcceptInputType_multiple: BooleanInput; static ngAcceptInputType_vertical: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatButtonToggleModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare type ToggleType = 'checkbox' | 'radio'; diff --git a/tools/public_api_guard/material/button.d.ts b/tools/public_api_guard/material/button.d.ts index ef7baff913bb..0fd2b8263427 100644 --- a/tools/public_api_guard/material/button.d.ts +++ b/tools/public_api_guard/material/button.d.ts @@ -2,8 +2,8 @@ export declare class MatAnchor extends MatButton { tabIndex: number; constructor(focusMonitor: FocusMonitor, elementRef: ElementRef, animationMode: string); _haltDisabledEvents(event: Event): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatButton extends _MatButtonMixinBase implements AfterViewInit, OnDestroy, CanDisable, CanColor, CanDisableRipple, FocusableOption { @@ -20,12 +20,12 @@ export declare class MatButton extends _MatButtonMixinBase implements AfterViewI ngOnDestroy(): void; static ngAcceptInputType_disableRipple: BooleanInput; static ngAcceptInputType_disabled: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatButtonModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } diff --git a/tools/public_api_guard/material/card.d.ts b/tools/public_api_guard/material/card.d.ts index 6dbab29565e3..76f33c826800 100644 --- a/tools/public_api_guard/material/card.d.ts +++ b/tools/public_api_guard/material/card.d.ts @@ -1,78 +1,78 @@ export declare class MatCard { _animationMode?: string | undefined; constructor(_animationMode?: string | undefined); - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatCardActions { align: 'start' | 'end'; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatCardAvatar { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatCardContent { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatCardFooter { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatCardHeader { - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatCardImage { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatCardLgImage { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatCardMdImage { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatCardModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class MatCardSmImage { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatCardSubtitle { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatCardTitle { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatCardTitleGroup { - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatCardXlImage { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } diff --git a/tools/public_api_guard/material/checkbox.d.ts b/tools/public_api_guard/material/checkbox.d.ts index 2e7cd06d774c..4e473a72c9e7 100644 --- a/tools/public_api_guard/material/checkbox.d.ts +++ b/tools/public_api_guard/material/checkbox.d.ts @@ -1,7 +1,7 @@ export declare class _MatCheckboxRequiredValidatorModule { - static ɵfac: i0.ɵɵFactoryDef<_MatCheckboxRequiredValidatorModule, never>; - static ɵinj: i0.ɵɵInjectorDef<_MatCheckboxRequiredValidatorModule>; - static ɵmod: i0.ɵɵNgModuleDefWithMeta<_MatCheckboxRequiredValidatorModule, [typeof i1.MatCheckboxRequiredValidator], never, [typeof i1.MatCheckboxRequiredValidator]>; + static ɵfac: i0.ɵɵFactoryDeclaration<_MatCheckboxRequiredValidatorModule, never>; + static ɵinj: i0.ɵɵInjectorDeclaration<_MatCheckboxRequiredValidatorModule>; + static ɵmod: i0.ɵɵNgModuleDeclaration<_MatCheckboxRequiredValidatorModule, [typeof i1.MatCheckboxRequiredValidator], never, [typeof i1.MatCheckboxRequiredValidator]>; } export declare const MAT_CHECKBOX_CONTROL_VALUE_ACCESSOR: any; @@ -55,8 +55,8 @@ export declare class MatCheckbox extends _MatCheckboxMixinBase implements Contro static ngAcceptInputType_indeterminate: BooleanInput; static ngAcceptInputType_required: BooleanInput; static ngAcceptInputType_tabIndex: NumberInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatCheckboxChange { @@ -72,14 +72,14 @@ export interface MatCheckboxDefaultOptions { } export declare class MatCheckboxModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class MatCheckboxRequiredValidator extends CheckboxRequiredValidator { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare const enum TransitionCheckState { diff --git a/tools/public_api_guard/material/chips.d.ts b/tools/public_api_guard/material/chips.d.ts index c24ab1b32d8b..a16fcaab933c 100644 --- a/tools/public_api_guard/material/chips.d.ts +++ b/tools/public_api_guard/material/chips.d.ts @@ -57,13 +57,13 @@ export declare class MatChip extends _MatChipMixinBase implements FocusableOptio static ngAcceptInputType_selectable: BooleanInput; static ngAcceptInputType_selected: BooleanInput; static ngAcceptInputType_tabIndex: NumberInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatChipAvatar { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export interface MatChipEvent { @@ -100,8 +100,8 @@ export declare class MatChipInput implements MatChipTextControl, OnChanges, OnDe ngOnDestroy(): void; static ngAcceptInputType_addOnBlur: BooleanInput; static ngAcceptInputType_disabled: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export interface MatChipInputEvent { @@ -184,8 +184,8 @@ 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 ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatChipListChange { @@ -200,8 +200,8 @@ export declare class MatChipRemove { protected _parentChip: MatChip; constructor(_parentChip: MatChip, elementRef: ElementRef); _handleClick(event: Event): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export interface MatChipsDefaultOptions { @@ -219,12 +219,12 @@ export declare class MatChipSelectionChange { } export declare class MatChipsModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class MatChipTrailingIcon { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } diff --git a/tools/public_api_guard/material/core.d.ts b/tools/public_api_guard/material/core.d.ts index df74bc090b47..946ad2717f76 100644 --- a/tools/public_api_guard/material/core.d.ts +++ b/tools/public_api_guard/material/core.d.ts @@ -8,8 +8,8 @@ export declare class _MatOptgroupBase extends _MatOptgroupMixinBase implements C label: string; constructor(parent?: MatOptionParentComponent); static ngAcceptInputType_disabled: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta<_MatOptgroupBase, never, never, { "label": "label"; }, {}, never>; - static ɵfac: i0.ɵɵFactoryDef<_MatOptgroupBase, [{ optional: true; }]>; + static ɵdir: i0.ɵɵDirectiveDeclaration<_MatOptgroupBase, never, never, { "label": "label"; }, {}, never>; + static ɵfac: i0.ɵɵFactoryDeclaration<_MatOptgroupBase, [{ optional: true; }]>; } export declare class _MatOptionBase implements FocusableOption, AfterViewChecked, OnDestroy { @@ -40,8 +40,8 @@ export declare class _MatOptionBase implements FocusableOption, AfterViewChecked setActiveStyles(): void; setInactiveStyles(): void; static ngAcceptInputType_disabled: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta<_MatOptionBase, never, never, { "value": "value"; "id": "id"; "disabled": "disabled"; }, { "onSelectionChange": "onSelectionChange"; }, never>; - static ɵfac: i0.ɵɵFactoryDef<_MatOptionBase, never>; + static ɵdir: i0.ɵɵDirectiveDeclaration<_MatOptionBase, never, never, { "value": "value"; "id": "id"; "disabled": "disabled"; }, { "onSelectionChange": "onSelectionChange"; }, never>; + static ɵfac: i0.ɵɵFactoryDeclaration<_MatOptionBase, never>; } export declare class AnimationCurves { @@ -126,7 +126,7 @@ export declare const defaultRippleAnimationConfig: { export declare class ErrorStateMatcher { isErrorState(control: FormControl | null, form: FormGroupDirective | NgForm | null): boolean; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } @@ -167,9 +167,9 @@ export declare const MAT_RIPPLE_GLOBAL_OPTIONS: InjectionToken; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare type MatDateFormats = { @@ -188,37 +188,37 @@ export declare type MatDateFormats = { export declare const MATERIAL_SANITY_CHECKS: InjectionToken; export declare class MatLine { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatLineModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class MatNativeDateModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class MatOptgroup extends _MatOptgroupBase { - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatOption extends _MatOptionBase { constructor(element: ElementRef, changeDetectorRef: ChangeDetectorRef, parent: MatOptionParentComponent, group: MatOptgroup); - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatOptionModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export interface MatOptionParentComponent { @@ -240,14 +240,14 @@ export declare class MatPseudoCheckbox { disabled: boolean; state: MatPseudoCheckboxState; constructor(_animationMode?: string | undefined); - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatPseudoCheckboxModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare type MatPseudoCheckboxState = 'unchecked' | 'checked' | 'indeterminate'; @@ -270,14 +270,14 @@ 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 ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatRippleModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare function mixinColor>(base: T, defaultColor?: ThemePalette): CanColorCtor & T; @@ -318,14 +318,14 @@ export declare class NativeDateAdapter extends DateAdapter { parse(value: any): Date | null; toIso8601(date: Date): string; today(): Date; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } export declare class NativeDateModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export interface RippleAnimationConfig { @@ -388,7 +388,7 @@ export declare function setLines(lines: QueryList, element: ElementRef< export declare class ShowOnDirtyErrorStateMatcher implements ErrorStateMatcher { isErrorState(control: FormControl | null, form: FormGroupDirective | NgForm | null): boolean; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } diff --git a/tools/public_api_guard/material/datepicker.d.ts b/tools/public_api_guard/material/datepicker.d.ts index 083212105773..aa11d7b450f3 100644 --- a/tools/public_api_guard/material/datepicker.d.ts +++ b/tools/public_api_guard/material/datepicker.d.ts @@ -21,7 +21,7 @@ export declare class DefaultMatCalendarRangeStrategy implements MatDateRangeS constructor(_dateAdapter: DateAdapter); createPreview(activeDate: D | null, currentRange: DateRange): DateRange; selectionFinished(date: D, currentRange: DateRange): DateRange; - static ɵfac: i0.ɵɵFactoryDef, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵprov: i0.ɵɵInjectableDef>; } @@ -91,8 +91,8 @@ 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"; "comparisonStart": "comparisonStart"; "comparisonEnd": "comparisonEnd"; }, { "selectedChange": "selectedChange"; "yearSelected": "yearSelected"; "monthSelected": "monthSelected"; "viewChanged": "viewChanged"; "_userSelection": "_userSelection"; }, never, never>; - static ɵfac: i0.ɵɵFactoryDef, [null, { optional: true; }, { optional: true; }, null]>; + static ɵcmp: i0.ɵɵComponentDeclaration, "mat-calendar", ["matCalendar"], { "headerComponent": "headerComponent"; "startAt": "startAt"; "startView": "startView"; "selected": "selected"; "minDate": "minDate"; "maxDate": "maxDate"; "dateFilter": "dateFilter"; "dateClass": "dateClass"; "comparisonStart": "comparisonStart"; "comparisonEnd": "comparisonEnd"; }, { "selectedChange": "selectedChange"; "yearSelected": "yearSelected"; "monthSelected": "monthSelected"; "viewChanged": "viewChanged"; "_userSelection": "_userSelection"; }, never, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, [null, { optional: true; }, { optional: true; }, null]>; } export declare class MatCalendarBody implements OnChanges, OnDestroy { @@ -134,8 +134,8 @@ export declare class MatCalendarBody implements OnChanges, OnDestroy { _isSelected(value: number): boolean; ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatCalendarCell { @@ -168,8 +168,8 @@ export declare class MatCalendarHeader { nextEnabled(): boolean; previousClicked(): void; previousEnabled(): boolean; - static ɵcmp: i0.ɵɵComponentDefWithMeta, "mat-calendar-header", ["matCalendarHeader"], {}, {}, never, ["*"]>; - static ɵfac: i0.ɵɵFactoryDef, [null, null, { optional: true; }, { optional: true; }, null]>; + static ɵcmp: i0.ɵɵComponentDeclaration, "mat-calendar-header", ["matCalendarHeader"], {}, {}, never, ["*"]>; + static ɵfac: i0.ɵɵFactoryDeclaration, [null, null, { optional: true; }, { optional: true; }, null]>; } export interface MatCalendarUserEvent { @@ -180,8 +180,8 @@ export interface MatCalendarUserEvent { export declare type MatCalendarView = 'month' | 'year' | 'multi-year'; export declare class MatDatepicker extends MatDatepickerBase, D | null, D> { - static ɵcmp: i0.ɵɵComponentDefWithMeta, "mat-datepicker", ["matDatepicker"], {}, {}, never, never>; - static ɵfac: i0.ɵɵFactoryDef, never>; + static ɵcmp: i0.ɵɵComponentDeclaration, "mat-datepicker", ["matDatepicker"], {}, {}, never, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, never>; } export declare class MatDatepickerActions implements AfterViewInit, OnDestroy { @@ -189,8 +189,8 @@ export declare class MatDatepickerActions implements AfterViewInit, OnDestroy { constructor(_datepicker: MatDatepickerBase, unknown>, _viewContainerRef: ViewContainerRef); ngAfterViewInit(): void; ngOnDestroy(): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare const matDatepickerAnimations: { @@ -201,15 +201,15 @@ export declare const matDatepickerAnimations: { export declare class MatDatepickerApply { constructor(_datepicker: MatDatepickerBase, unknown>); _applySelection(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatDatepickerCancel { _datepicker: MatDatepickerBase, unknown>; constructor(_datepicker: MatDatepickerBase, unknown>); - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatDatepickerContent> extends _MatDatepickerContentMixinBase implements OnInit, AfterViewInit, OnDestroy, CanColor { @@ -231,8 +231,8 @@ export declare class MatDatepickerContent ngAfterViewInit(): void; ngOnDestroy(): void; ngOnInit(): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta, "mat-datepicker-content", ["matDatepickerContent"], { "color": "color"; }, {}, never, never>; - static ɵfac: i0.ɵɵFactoryDef, [null, null, null, null, { optional: true; }, null]>; + static ɵcmp: i0.ɵɵComponentDeclaration, "mat-datepicker-content", ["matDatepickerContent"], { "color": "color"; }, {}, never, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, [null, null, null, null, { optional: true; }, null]>; } export declare class MatDatepickerInput extends MatDatepickerInputBase implements MatDatepickerControl, OnDestroy { @@ -258,8 +258,8 @@ export declare class MatDatepickerInput extends MatDatepickerInputBase, "input[matDatepicker]", ["matDatepickerInput"], { "matDatepicker": "matDatepicker"; "min": "min"; "max": "max"; "dateFilter": "matDatepickerFilter"; }, {}, never>; - static ɵfac: i0.ɵɵFactoryDef, [null, { optional: true; }, { optional: true; }, { optional: true; }]>; + static ɵdir: i0.ɵɵDirectiveDeclaration, "input[matDatepicker]", ["matDatepickerInput"], { "matDatepicker": "matDatepicker"; "min": "min"; "max": "max"; "dateFilter": "matDatepickerFilter"; }, {}, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, [null, { optional: true; }, { optional: true; }, { optional: true; }]>; } export declare class MatDatepickerInputEvent { @@ -285,14 +285,14 @@ export declare class MatDatepickerIntl { switchToMonthViewLabel: string; switchToMultiYearViewLabel: string; formatYearRange(start: string, end: string): string; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } export declare class MatDatepickerModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class MatDatepickerToggle implements AfterContentInit, OnChanges, OnDestroy { @@ -311,13 +311,13 @@ 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"; "ariaLabel": "aria-label"; "disabled": "disabled"; "disableRipple": "disableRipple"; }, {}, ["_customIcon"], ["[matDatepickerToggleIcon]"]>; - static ɵfac: i0.ɵɵFactoryDef, [null, null, { attribute: "tabindex"; }]>; + static ɵcmp: i0.ɵɵComponentDeclaration, "mat-datepicker-toggle", ["matDatepickerToggle"], { "datepicker": "for"; "tabIndex": "tabIndex"; "ariaLabel": "aria-label"; "disabled": "disabled"; "disableRipple": "disableRipple"; }, {}, ["_customIcon"], ["[matDatepickerToggleIcon]"]>; + static ɵfac: i0.ɵɵFactoryDeclaration, [null, null, { attribute: "tabindex"; }]>; } export declare class MatDatepickerToggleIcon { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatDateRangeInput implements MatFormFieldControl>, MatDatepickerControl, MatDateRangeInputParent, MatDateRangePickerInput, AfterContentInit, OnChanges, OnDestroy { @@ -367,14 +367,14 @@ export declare class MatDateRangeInput implements MatFormFieldControl, "mat-date-range-input", ["matDateRangeInput"], { "rangePicker": "rangePicker"; "required": "required"; "dateFilter": "dateFilter"; "min": "min"; "max": "max"; "disabled": "disabled"; "separator": "separator"; "comparisonStart": "comparisonStart"; "comparisonEnd": "comparisonEnd"; }, {}, ["_startInput", "_endInput"], ["input[matStartDate]", "input[matEndDate]"]>; - static ɵfac: i0.ɵɵFactoryDef, [null, null, { optional: true; self: true; }, { optional: true; }, { optional: true; }]>; + static ɵcmp: i0.ɵɵComponentDeclaration, "mat-date-range-input", ["matDateRangeInput"], { "rangePicker": "rangePicker"; "required": "required"; "dateFilter": "dateFilter"; "min": "min"; "max": "max"; "disabled": "disabled"; "separator": "separator"; "comparisonStart": "comparisonStart"; "comparisonEnd": "comparisonEnd"; }, {}, ["_startInput", "_endInput"], ["input[matStartDate]", "input[matEndDate]"]>; + static ɵfac: i0.ɵɵFactoryDeclaration, [null, null, { optional: true; self: true; }, { optional: true; }, { optional: true; }]>; } export declare class MatDateRangePicker extends MatDatepickerBase, DateRange, D> { protected _forwardContentValues(instance: MatDatepickerContent, D>): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta, "mat-date-range-picker", ["matDateRangePicker"], {}, {}, never, never>; - static ɵfac: i0.ɵɵFactoryDef, never>; + static ɵcmp: i0.ɵɵComponentDeclaration, "mat-date-range-picker", ["matDateRangePicker"], {}, {}, never, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, never>; } export interface MatDateRangeSelectionStrategy { @@ -395,7 +395,7 @@ export declare abstract class MatDateSelectionModel, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵprov: i0.ɵɵInjectableDef>; } @@ -408,8 +408,8 @@ export declare class MatEndDate extends _MatDateRangeInputBase implements ngDoCheck(): void; ngOnInit(): void; static ngAcceptInputType_disabled: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "input[matEndDate]", never, { "errorStateMatcher": "errorStateMatcher"; }, { "dateChange": "dateChange"; "dateInput": "dateInput"; }, never>; - static ɵfac: i0.ɵɵFactoryDef, [null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }]>; + static ɵdir: i0.ɵɵDirectiveDeclaration, "input[matEndDate]", never, { "errorStateMatcher": "errorStateMatcher"; }, { "dateChange": "dateChange"; "dateInput": "dateInput"; }, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, [null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }]>; } export declare class MatMonthView implements AfterContentInit, OnChanges, OnDestroy { @@ -455,8 +455,8 @@ export declare class MatMonthView implements AfterContentInit, OnChanges, OnD ngAfterContentInit(): void; ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta, "mat-month-view", ["matMonthView"], { "activeDate": "activeDate"; "selected": "selected"; "minDate": "minDate"; "maxDate": "maxDate"; "dateFilter": "dateFilter"; "dateClass": "dateClass"; "comparisonStart": "comparisonStart"; "comparisonEnd": "comparisonEnd"; }, { "selectedChange": "selectedChange"; "_userSelection": "_userSelection"; "activeDateChange": "activeDateChange"; }, never, never>; - static ɵfac: i0.ɵɵFactoryDef, [null, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }]>; + static ɵcmp: i0.ɵɵComponentDeclaration, "mat-month-view", ["matMonthView"], { "activeDate": "activeDate"; "selected": "selected"; "minDate": "minDate"; "maxDate": "maxDate"; "dateFilter": "dateFilter"; "dateClass": "dateClass"; "comparisonStart": "comparisonStart"; "comparisonEnd": "comparisonEnd"; }, { "selectedChange": "selectedChange"; "_userSelection": "_userSelection"; "activeDateChange": "activeDateChange"; }, never, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, [null, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }]>; } export declare class MatMultiYearView implements AfterContentInit, OnDestroy { @@ -486,8 +486,8 @@ export declare class MatMultiYearView implements AfterContentInit, OnDestroy _yearSelected(event: MatCalendarUserEvent): void; ngAfterContentInit(): void; ngOnDestroy(): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta, "mat-multi-year-view", ["matMultiYearView"], { "activeDate": "activeDate"; "selected": "selected"; "minDate": "minDate"; "maxDate": "maxDate"; "dateFilter": "dateFilter"; "dateClass": "dateClass"; }, { "selectedChange": "selectedChange"; "yearSelected": "yearSelected"; "activeDateChange": "activeDateChange"; }, never, never>; - static ɵfac: i0.ɵɵFactoryDef, [null, { optional: true; }, { optional: true; }]>; + static ɵcmp: i0.ɵɵComponentDeclaration, "mat-multi-year-view", ["matMultiYearView"], { "activeDate": "activeDate"; "selected": "selected"; "minDate": "minDate"; "maxDate": "maxDate"; "dateFilter": "dateFilter"; "dateClass": "dateClass"; }, { "selectedChange": "selectedChange"; "yearSelected": "yearSelected"; "activeDateChange": "activeDateChange"; }, never, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, [null, { optional: true; }, { optional: true; }]>; } export declare class MatRangeDateSelectionModel extends MatDateSelectionModel, D> { @@ -496,7 +496,7 @@ export declare class MatRangeDateSelectionModel extends MatDateSelectionModel clone(): MatRangeDateSelectionModel; isComplete(): boolean; isValid(): boolean; - static ɵfac: i0.ɵɵFactoryDef, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵprov: i0.ɵɵInjectableDef>; } @@ -506,7 +506,7 @@ export declare class MatSingleDateSelectionModel extends MatDateSelectionMode clone(): MatSingleDateSelectionModel; isComplete(): boolean; isValid(): boolean; - static ɵfac: i0.ɵɵFactoryDef, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵprov: i0.ɵɵInjectableDef>; } @@ -520,8 +520,8 @@ export declare class MatStartDate extends _MatDateRangeInputBase implement ngDoCheck(): void; ngOnInit(): void; static ngAcceptInputType_disabled: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "input[matStartDate]", never, { "errorStateMatcher": "errorStateMatcher"; }, { "dateChange": "dateChange"; "dateInput": "dateInput"; }, never>; - static ɵfac: i0.ɵɵFactoryDef, [null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }]>; + static ɵdir: i0.ɵɵDirectiveDeclaration, "input[matStartDate]", never, { "errorStateMatcher": "errorStateMatcher"; }, { "dateChange": "dateChange"; "dateInput": "dateInput"; }, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, [null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }]>; } export declare class MatYearView implements AfterContentInit, OnDestroy { @@ -552,8 +552,8 @@ export declare class MatYearView implements AfterContentInit, OnDestroy { _monthSelected(event: MatCalendarUserEvent): void; ngAfterContentInit(): void; ngOnDestroy(): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta, "mat-year-view", ["matYearView"], { "activeDate": "activeDate"; "selected": "selected"; "minDate": "minDate"; "maxDate": "maxDate"; "dateFilter": "dateFilter"; "dateClass": "dateClass"; }, { "selectedChange": "selectedChange"; "monthSelected": "monthSelected"; "activeDateChange": "activeDateChange"; }, never, never>; - static ɵfac: i0.ɵɵFactoryDef, [null, { optional: true; }, { optional: true; }, { optional: true; }]>; + static ɵcmp: i0.ɵɵComponentDeclaration, "mat-year-view", ["matYearView"], { "activeDate": "activeDate"; "selected": "selected"; "minDate": "minDate"; "maxDate": "maxDate"; "dateFilter": "dateFilter"; "dateClass": "dateClass"; }, { "selectedChange": "selectedChange"; "monthSelected": "monthSelected"; "activeDateChange": "activeDateChange"; }, never, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, [null, { optional: true; }, { optional: true; }, { optional: true; }]>; } export declare const yearsPerPage = 24; diff --git a/tools/public_api_guard/material/dialog.d.ts b/tools/public_api_guard/material/dialog.d.ts index 002b80004508..268024299115 100644 --- a/tools/public_api_guard/material/dialog.d.ts +++ b/tools/public_api_guard/material/dialog.d.ts @@ -12,8 +12,8 @@ export declare abstract class _MatDialogBase open(component: ComponentType, config?: MatDialogConfig): MatDialogRef; open(template: TemplateRef, config?: MatDialogConfig): MatDialogRef; open(template: ComponentType | TemplateRef, config?: MatDialogConfig): MatDialogRef; - static ɵdir: i0.ɵɵDirectiveDefWithMeta<_MatDialogBase, never, never, {}, {}, never>; - static ɵfac: i0.ɵɵFactoryDef<_MatDialogBase, never>; + static ɵdir: i0.ɵɵDirectiveDeclaration<_MatDialogBase, never, never, {}, {}, never>; + static ɵfac: i0.ɵɵFactoryDeclaration<_MatDialogBase, never>; } export declare abstract class _MatDialogContainerBase extends BasePortalOutlet { @@ -37,8 +37,8 @@ export declare abstract class _MatDialogContainerBase extends BasePortalOutlet { protected _trapFocus(): void; attachComponentPortal(portal: ComponentPortal): ComponentRef; attachTemplatePortal(portal: TemplatePortal): EmbeddedViewRef; - static ɵdir: i0.ɵɵDirectiveDefWithMeta<_MatDialogContainerBase, never, never, {}, {}, never>; - static ɵfac: i0.ɵɵFactoryDef<_MatDialogContainerBase, [null, null, null, { optional: true; }, null, null]>; + static ɵdir: i0.ɵɵDirectiveDeclaration<_MatDialogContainerBase, never, never, {}, {}, never>; + static ɵfac: i0.ɵɵFactoryDeclaration<_MatDialogContainerBase, [null, null, null, { optional: true; }, null, null]>; } export interface DialogPosition { @@ -69,13 +69,13 @@ export declare function MAT_DIALOG_SCROLL_STRATEGY_PROVIDER_FACTORY(overlay: Ove export declare class MatDialog extends _MatDialogBase { constructor(overlay: Overlay, injector: Injector, location: Location, defaultOptions: MatDialogConfig, scrollStrategy: any, parentDialog: MatDialog, overlayContainer: OverlayContainer); - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } export declare class MatDialogActions { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare const matDialogAnimations: { @@ -92,8 +92,8 @@ export declare class MatDialogClose implements OnInit, OnChanges { _onButtonClick(event: MouseEvent): void; ngOnChanges(changes: SimpleChanges): void; ngOnInit(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatDialogConfig { @@ -128,19 +128,19 @@ export declare class MatDialogContainer extends _MatDialogContainerBase { _onAnimationDone({ toState, totalTime }: AnimationEvent): void; _onAnimationStart({ toState, totalTime }: AnimationEvent): void; _startExitAnimation(): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatDialogContent { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatDialogModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class MatDialogRef { @@ -172,8 +172,8 @@ export declare class MatDialogTitle implements OnInit { id: string; constructor(_dialogRef: MatDialogRef, _elementRef: ElementRef, _dialog: MatDialog); ngOnInit(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare function throwMatDialogContentAlreadyAttachedError(): void; diff --git a/tools/public_api_guard/material/divider.d.ts b/tools/public_api_guard/material/divider.d.ts index 87374004cd5b..112f83805192 100644 --- a/tools/public_api_guard/material/divider.d.ts +++ b/tools/public_api_guard/material/divider.d.ts @@ -5,12 +5,12 @@ export declare class MatDivider { set vertical(value: boolean); static ngAcceptInputType_inset: BooleanInput; static ngAcceptInputType_vertical: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatDividerModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } diff --git a/tools/public_api_guard/material/expansion.d.ts b/tools/public_api_guard/material/expansion.d.ts index a8ac15deab74..a7da048bf8c5 100644 --- a/tools/public_api_guard/material/expansion.d.ts +++ b/tools/public_api_guard/material/expansion.d.ts @@ -15,8 +15,8 @@ export declare class MatAccordion extends CdkAccordion implements MatAccordionBa ngAfterContentInit(): void; ngOnDestroy(): void; static ngAcceptInputType_hideToggle: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export interface MatAccordionBase extends CdkAccordion { @@ -37,9 +37,9 @@ export declare const matExpansionAnimations: { }; export declare class MatExpansionModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class MatExpansionPanel extends CdkAccordionItem implements AfterContentInit, OnChanges, OnDestroy { @@ -68,20 +68,20 @@ export declare class MatExpansionPanel extends CdkAccordionItem implements After open(): void; toggle(): void; static ngAcceptInputType_hideToggle: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatExpansionPanelActionRow { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatExpansionPanelContent { _template: TemplateRef; constructor(_template: TemplateRef); - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export interface MatExpansionPanelDefaultOptions { @@ -91,8 +91,8 @@ export interface MatExpansionPanelDefaultOptions { } export declare class MatExpansionPanelDescription { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatExpansionPanelHeader implements AfterViewInit, OnDestroy, FocusableOption { @@ -113,13 +113,13 @@ export declare class MatExpansionPanelHeader implements AfterViewInit, OnDestroy focus(origin?: FocusOrigin, options?: FocusOptions): void; ngAfterViewInit(): void; ngOnDestroy(): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare type MatExpansionPanelState = 'expanded' | 'collapsed'; export declare class MatExpansionPanelTitle { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } diff --git a/tools/public_api_guard/material/form-field.d.ts b/tools/public_api_guard/material/form-field.d.ts index a6edd4ef4f7c..88b1d5b91d8d 100644 --- a/tools/public_api_guard/material/form-field.d.ts +++ b/tools/public_api_guard/material/form-field.d.ts @@ -21,8 +21,8 @@ export declare const MAT_SUFFIX: InjectionToken; export declare class MatError { id: string; constructor(ariaLive: string, elementRef: ElementRef); - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatFormField extends _MatFormFieldMixinBase implements AfterContentInit, AfterContentChecked, AfterViewInit, OnDestroy, CanColor { @@ -75,8 +75,8 @@ export declare class MatFormField extends _MatFormFieldMixinBase implements Afte ngOnDestroy(): void; updateOutlineGap(): void; static ngAcceptInputType_hideRequiredMarker: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare const matFormFieldAnimations: { @@ -102,8 +102,8 @@ export declare abstract class MatFormFieldControl { value: T | null; abstract onContainerClick(event: MouseEvent): void; abstract setDescribedByIds(ids: string[]): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta, never, never, {}, {}, never>; - static ɵfac: i0.ɵɵFactoryDef, never>; + static ɵdir: i0.ɵɵDirectiveDeclaration, never, never, {}, {}, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, never>; } export interface MatFormFieldDefaultOptions { @@ -113,34 +113,34 @@ export interface MatFormFieldDefaultOptions { } export declare class MatFormFieldModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class MatHint { align: 'start' | 'end'; id: string; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatLabel { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatPlaceholder { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatPrefix { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatSuffix { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } diff --git a/tools/public_api_guard/material/grid-list.d.ts b/tools/public_api_guard/material/grid-list.d.ts index 724712a11fa3..078d7de72f58 100644 --- a/tools/public_api_guard/material/grid-list.d.ts +++ b/tools/public_api_guard/material/grid-list.d.ts @@ -1,6 +1,6 @@ export declare class MatGridAvatarCssMatStyler { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatGridList implements MatGridListBase, OnInit, AfterContentChecked, TileStyleTarget { @@ -16,14 +16,14 @@ export declare class MatGridList implements MatGridListBase, OnInit, AfterConten ngAfterContentChecked(): void; ngOnInit(): void; static ngAcceptInputType_cols: NumberInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatGridListModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class MatGridTile { @@ -38,26 +38,26 @@ export declare class MatGridTile { _setStyle(property: string, value: any): void; static ngAcceptInputType_colspan: NumberInput; static ngAcceptInputType_rowspan: NumberInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatGridTileFooterCssMatStyler { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatGridTileHeaderCssMatStyler { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatGridTileText implements AfterContentInit { _lines: QueryList; constructor(_element: ElementRef); ngAfterContentInit(): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare const ɵTileCoordinator: typeof TileCoordinator; diff --git a/tools/public_api_guard/material/icon.d.ts b/tools/public_api_guard/material/icon.d.ts index 6364062e9e22..f5d60e650083 100644 --- a/tools/public_api_guard/material/icon.d.ts +++ b/tools/public_api_guard/material/icon.d.ts @@ -42,8 +42,8 @@ export declare class MatIcon extends _MatIconMixinBase implements OnInit, AfterV ngOnDestroy(): void; ngOnInit(): void; static ngAcceptInputType_inline: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export interface MatIconLocation { @@ -51,9 +51,9 @@ export interface MatIconLocation { } export declare class MatIconModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class MatIconRegistry implements OnDestroy { @@ -74,7 +74,7 @@ export declare class MatIconRegistry implements OnDestroy { ngOnDestroy(): void; registerFontClassAlias(alias: string, className?: string): this; setDefaultFontSetClass(className: string): this; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } diff --git a/tools/public_api_guard/material/icon/testing.d.ts b/tools/public_api_guard/material/icon/testing.d.ts index 19b0cb952ecb..19b366d923fe 100644 --- a/tools/public_api_guard/material/icon/testing.d.ts +++ b/tools/public_api_guard/material/icon/testing.d.ts @@ -15,7 +15,7 @@ export declare class FakeMatIconRegistry implements PublicApi, ngOnDestroy(): void; registerFontClassAlias(): this; setDefaultFontSetClass(): this; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } @@ -40,7 +40,7 @@ export declare class MatIconHarness extends ComponentHarness { } export declare class MatIconTestingModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } diff --git a/tools/public_api_guard/material/input.d.ts b/tools/public_api_guard/material/input.d.ts index c45d4d3490c0..fee31c374f3a 100644 --- a/tools/public_api_guard/material/input.d.ts +++ b/tools/public_api_guard/material/input.d.ts @@ -58,14 +58,14 @@ 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 ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatInputModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class MatTextareaAutosize extends CdkTextareaAutosize { @@ -77,6 +77,6 @@ export declare class MatTextareaAutosize extends CdkTextareaAutosize { set matAutosizeMinRows(value: number); get matTextareaAutosize(): boolean; set matTextareaAutosize(value: boolean); - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } diff --git a/tools/public_api_guard/material/list.d.ts b/tools/public_api_guard/material/list.d.ts index ba9ae44a6c1d..78d29d3bc87e 100644 --- a/tools/public_api_guard/material/list.d.ts +++ b/tools/public_api_guard/material/list.d.ts @@ -12,18 +12,18 @@ export declare class MatList extends _MatListMixinBase implements CanDisable, Ca ngOnDestroy(): void; static ngAcceptInputType_disableRipple: BooleanInput; static ngAcceptInputType_disabled: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatListAvatarCssMatStyler { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatListIconCssMatStyler { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatListItem extends _MatListItemMixinBase implements AfterContentInit, CanDisableRipple, OnDestroy { @@ -39,14 +39,14 @@ export declare class MatListItem extends _MatListItemMixinBase implements AfterC ngOnDestroy(): void; static ngAcceptInputType_disableRipple: BooleanInput; static ngAcceptInputType_disabled: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatListModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class MatListOption extends _MatListOptionMixinBase implements AfterContentInit, OnDestroy, OnInit, FocusableOption, CanDisableRipple { @@ -82,15 +82,15 @@ 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 ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare type MatListOptionCheckboxPosition = 'before' | 'after'; export declare class MatListSubheaderCssMatStyler { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatNavList extends _MatListMixinBase implements CanDisable, CanDisableRipple, OnChanges, OnDestroy { @@ -99,8 +99,8 @@ export declare class MatNavList extends _MatListMixinBase implements CanDisable, ngOnDestroy(): void; static ngAcceptInputType_disableRipple: BooleanInput; static ngAcceptInputType_disabled: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatSelectionList extends _MatSelectionListMixinBase implements CanDisableRipple, AfterContentInit, ControlValueAccessor, OnDestroy, OnChanges { @@ -137,8 +137,8 @@ export declare class MatSelectionList extends _MatSelectionListMixinBase impleme static ngAcceptInputType_disableRipple: BooleanInput; static ngAcceptInputType_disabled: BooleanInput; static ngAcceptInputType_multiple: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatSelectionListChange { diff --git a/tools/public_api_guard/material/menu.d.ts b/tools/public_api_guard/material/menu.d.ts index c53ffb5d92d3..20799e3c1f1d 100644 --- a/tools/public_api_guard/material/menu.d.ts +++ b/tools/public_api_guard/material/menu.d.ts @@ -48,14 +48,14 @@ export declare class _MatMenuBase implements AfterContentInit, MatMenuPanel; - static ɵfac: i0.ɵɵFactoryDef<_MatMenuBase, never>; + static ɵdir: i0.ɵɵDirectiveDeclaration<_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.ɵɵFactoryDeclaration<_MatMenuBase, never>; } export declare class _MatMenuDirectivesModule { - static ɵfac: i0.ɵɵFactoryDef<_MatMenuDirectivesModule, never>; - static ɵinj: i0.ɵɵInjectorDef<_MatMenuDirectivesModule>; - static ɵmod: i0.ɵɵNgModuleDefWithMeta<_MatMenuDirectivesModule, [typeof i1.MatMenuTrigger, typeof i2.MatMenuContent], never, [typeof i1.MatMenuTrigger, typeof i2.MatMenuContent, typeof i3.MatCommonModule]>; + static ɵfac: i0.ɵɵFactoryDeclaration<_MatMenuDirectivesModule, never>; + static ɵinj: i0.ɵɵInjectorDeclaration<_MatMenuDirectivesModule>; + static ɵmod: i0.ɵɵNgModuleDeclaration<_MatMenuDirectivesModule, [typeof i1.MatMenuTrigger, typeof i2.MatMenuContent], never, [typeof i1.MatMenuTrigger, typeof i2.MatMenuContent, typeof i3.MatCommonModule]>; } export declare const fadeInItems: AnimationTriggerMetadata; @@ -70,8 +70,8 @@ export declare const MAT_MENU_SCROLL_STRATEGY: InjectionToken<() => ScrollStrate export declare class MatMenu extends _MatMenuBase { constructor(elementRef: ElementRef, ngZone: NgZone, defaultOptions: MatMenuDefaultOptions); - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare const matMenuAnimations: { @@ -85,8 +85,8 @@ export declare class MatMenuContent implements OnDestroy { attach(context?: any): void; detach(): void; ngOnDestroy(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export interface MatMenuDefaultOptions { @@ -117,14 +117,14 @@ export declare class MatMenuItem extends _MatMenuItemMixinBase implements Focusa ngOnDestroy(): void; static ngAcceptInputType_disableRipple: BooleanInput; static ngAcceptInputType_disabled: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatMenuModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export interface MatMenuPanel { @@ -174,8 +174,8 @@ export declare class MatMenuTrigger implements AfterContentInit, OnDestroy { toggleMenu(): void; triggersSubmenu(): boolean; updatePosition(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare type MenuPositionX = 'before' | 'after'; diff --git a/tools/public_api_guard/material/paginator.d.ts b/tools/public_api_guard/material/paginator.d.ts index 6481147f2a5c..ea932053690b 100644 --- a/tools/public_api_guard/material/paginator.d.ts +++ b/tools/public_api_guard/material/paginator.d.ts @@ -39,8 +39,8 @@ export declare abstract class _MatPaginatorBase, never, never, { "color": "color"; "pageIndex": "pageIndex"; "length": "length"; "pageSize": "pageSize"; "pageSizeOptions": "pageSizeOptions"; "hidePageSize": "hidePageSize"; "showFirstLastButtons": "showFirstLastButtons"; }, { "page": "page"; }, never>; - static ɵfac: i0.ɵɵFactoryDef<_MatPaginatorBase, never>; + static ɵdir: i0.ɵɵDirectiveDeclaration<_MatPaginatorBase, never, never, { "color": "color"; "pageIndex": "pageIndex"; "length": "length"; "pageSize": "pageSize"; "pageSizeOptions": "pageSizeOptions"; "hidePageSize": "hidePageSize"; "showFirstLastButtons": "showFirstLastButtons"; }, { "page": "page"; }, never>; + static ɵfac: i0.ɵɵFactoryDeclaration<_MatPaginatorBase, never>; } export declare const MAT_PAGINATOR_DEFAULT_OPTIONS: InjectionToken; @@ -56,8 +56,8 @@ export declare function MAT_PAGINATOR_INTL_PROVIDER_FACTORY(parentIntl: MatPagin export declare class MatPaginator extends _MatPaginatorBase { _formFieldAppearance?: MatFormFieldAppearance; constructor(intl: MatPaginatorIntl, changeDetectorRef: ChangeDetectorRef, defaults?: MatPaginatorDefaultOptions); - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export interface MatPaginatorDefaultOptions { @@ -76,14 +76,14 @@ export declare class MatPaginatorIntl { lastPageLabel: string; nextPageLabel: string; previousPageLabel: string; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } export declare class MatPaginatorModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class PageEvent { diff --git a/tools/public_api_guard/material/progress-bar.d.ts b/tools/public_api_guard/material/progress-bar.d.ts index a9334f81fe17..7d5f70043ccd 100644 --- a/tools/public_api_guard/material/progress-bar.d.ts +++ b/tools/public_api_guard/material/progress-bar.d.ts @@ -26,8 +26,8 @@ export declare class MatProgressBar extends _MatProgressBarMixinBase implements ngAfterViewInit(): void; ngOnDestroy(): void; static ngAcceptInputType_value: NumberInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export interface MatProgressBarLocation { @@ -35,9 +35,9 @@ export interface MatProgressBarLocation { } export declare class MatProgressBarModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export interface ProgressAnimationEnd { diff --git a/tools/public_api_guard/material/progress-spinner.d.ts b/tools/public_api_guard/material/progress-spinner.d.ts index edd9f8e8e457..1f1dcb0aa484 100644 --- a/tools/public_api_guard/material/progress-spinner.d.ts +++ b/tools/public_api_guard/material/progress-spinner.d.ts @@ -23,8 +23,8 @@ export declare class MatProgressSpinner extends _MatProgressSpinnerMixinBase imp static ngAcceptInputType_diameter: NumberInput; static ngAcceptInputType_strokeWidth: NumberInput; static ngAcceptInputType_value: NumberInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export interface MatProgressSpinnerDefaultOptions { @@ -34,15 +34,15 @@ export interface MatProgressSpinnerDefaultOptions { } export declare class MatProgressSpinnerModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class MatSpinner extends MatProgressSpinner { constructor(elementRef: ElementRef, platform: Platform, document: any, animationMode: string, defaults?: MatProgressSpinnerDefaultOptions); - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare type ProgressSpinnerMode = 'determinate' | 'indeterminate'; diff --git a/tools/public_api_guard/material/radio.d.ts b/tools/public_api_guard/material/radio.d.ts index 93a819d25dc0..cb266d910192 100644 --- a/tools/public_api_guard/material/radio.d.ts +++ b/tools/public_api_guard/material/radio.d.ts @@ -37,8 +37,8 @@ export declare abstract class _MatRadioButtonBase extends _MatRadioButtonMixinBa static ngAcceptInputType_disabled: BooleanInput; static ngAcceptInputType_required: BooleanInput; static ngAcceptInputType_tabIndex: NumberInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta<_MatRadioButtonBase, never, never, { "id": "id"; "name": "name"; "ariaLabel": "aria-label"; "ariaLabelledby": "aria-labelledby"; "ariaDescribedby": "aria-describedby"; "checked": "checked"; "value": "value"; "labelPosition": "labelPosition"; "disabled": "disabled"; "required": "required"; "color": "color"; }, { "change": "change"; }, never>; - static ɵfac: i0.ɵɵFactoryDef<_MatRadioButtonBase, never>; + static ɵdir: i0.ɵɵDirectiveDeclaration<_MatRadioButtonBase, never, never, { "id": "id"; "name": "name"; "ariaLabel": "aria-label"; "ariaLabelledby": "aria-labelledby"; "ariaDescribedby": "aria-describedby"; "checked": "checked"; "value": "value"; "labelPosition": "labelPosition"; "disabled": "disabled"; "required": "required"; "color": "color"; }, { "change": "change"; }, never>; + static ɵfac: i0.ɵɵFactoryDeclaration<_MatRadioButtonBase, never>; } export declare abstract class _MatRadioGroupBase implements AfterContentInit, ControlValueAccessor { @@ -71,8 +71,8 @@ export declare abstract class _MatRadioGroupBase writeValue(value: any): void; static ngAcceptInputType_disabled: BooleanInput; static ngAcceptInputType_required: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta<_MatRadioGroupBase, never, never, { "color": "color"; "name": "name"; "labelPosition": "labelPosition"; "value": "value"; "selected": "selected"; "disabled": "disabled"; "required": "required"; }, { "change": "change"; }, never>; - static ɵfac: i0.ɵɵFactoryDef<_MatRadioGroupBase, never>; + static ɵdir: i0.ɵɵDirectiveDeclaration<_MatRadioGroupBase, never, never, { "color": "color"; "name": "name"; "labelPosition": "labelPosition"; "value": "value"; "selected": "selected"; "disabled": "disabled"; "required": "required"; }, { "change": "change"; }, never>; + static ɵfac: i0.ɵɵFactoryDeclaration<_MatRadioGroupBase, never>; } export declare const MAT_RADIO_DEFAULT_OPTIONS: InjectionToken; @@ -85,8 +85,8 @@ export declare const MAT_RADIO_GROUP_CONTROL_VALUE_ACCESSOR: any; export declare class MatRadioButton extends _MatRadioButtonBase { constructor(radioGroup: MatRadioGroup, elementRef: ElementRef, changeDetector: ChangeDetectorRef, focusMonitor: FocusMonitor, radioDispatcher: UniqueSelectionDispatcher, animationMode?: string, providerOverride?: MatRadioDefaultOptions, tabIndex?: string); - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatRadioChange { @@ -103,12 +103,12 @@ export interface MatRadioDefaultOptions { export declare class MatRadioGroup extends _MatRadioGroupBase { _radios: QueryList; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatRadioModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } diff --git a/tools/public_api_guard/material/select.d.ts b/tools/public_api_guard/material/select.d.ts index b61554d32bd8..7891e6f6a22c 100644 --- a/tools/public_api_guard/material/select.d.ts +++ b/tools/public_api_guard/material/select.d.ts @@ -93,8 +93,8 @@ export declare abstract class _MatSelectBase extends _MatSelectMixinBase impl static ngAcceptInputType_required: BooleanInput; static ngAcceptInputType_tabIndex: NumberInput; static ngAcceptInputType_typeaheadDebounceInterval: NumberInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta<_MatSelectBase, never, never, { "panelClass": "panelClass"; "placeholder": "placeholder"; "required": "required"; "multiple": "multiple"; "disableOptionCentering": "disableOptionCentering"; "compareWith": "compareWith"; "value": "value"; "ariaLabel": "aria-label"; "ariaLabelledby": "aria-labelledby"; "errorStateMatcher": "errorStateMatcher"; "typeaheadDebounceInterval": "typeaheadDebounceInterval"; "sortComparator": "sortComparator"; "id": "id"; }, { "openedChange": "openedChange"; "_openedStream": "opened"; "_closedStream": "closed"; "selectionChange": "selectionChange"; "valueChange": "valueChange"; }, never>; - static ɵfac: i0.ɵɵFactoryDef<_MatSelectBase, [null, null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; self: true; }, { attribute: "tabindex"; }, null, null, { optional: true; }]>; + static ɵdir: i0.ɵɵDirectiveDeclaration<_MatSelectBase, never, never, { "panelClass": "panelClass"; "placeholder": "placeholder"; "required": "required"; "multiple": "multiple"; "disableOptionCentering": "disableOptionCentering"; "compareWith": "compareWith"; "value": "value"; "ariaLabel": "aria-label"; "ariaLabelledby": "aria-labelledby"; "errorStateMatcher": "errorStateMatcher"; "typeaheadDebounceInterval": "typeaheadDebounceInterval"; "sortComparator": "sortComparator"; "id": "id"; }, { "openedChange": "openedChange"; "_openedStream": "opened"; "_closedStream": "closed"; "selectionChange": "selectionChange"; "valueChange": "valueChange"; }, never>; + static ɵfac: i0.ɵɵFactoryDeclaration<_MatSelectBase, [null, null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; self: true; }, { attribute: "tabindex"; }, null, null, { optional: true; }]>; } export declare const MAT_SELECT_CONFIG: InjectionToken; @@ -127,8 +127,8 @@ export declare class MatSelect extends _MatSelectBase implement protected _scrollOptionIntoView(index: number): void; ngOnInit(): void; open(): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare const matSelectAnimations: { @@ -151,12 +151,12 @@ export interface MatSelectConfig { } export declare class MatSelectModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class MatSelectTrigger { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } diff --git a/tools/public_api_guard/material/sidenav.d.ts b/tools/public_api_guard/material/sidenav.d.ts index 093ce96559e1..ec2bec85b5cb 100644 --- a/tools/public_api_guard/material/sidenav.d.ts +++ b/tools/public_api_guard/material/sidenav.d.ts @@ -38,8 +38,8 @@ export declare class MatDrawer implements AfterContentInit, AfterContentChecked, static ngAcceptInputType_autoFocus: BooleanInput; static ngAcceptInputType_disableClose: BooleanInput; static ngAcceptInputType_opened: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare const matDrawerAnimations: { @@ -80,16 +80,16 @@ export declare class MatDrawerContainer implements AfterContentInit, DoCheck, On updateContentMargins(): void; static ngAcceptInputType_autosize: BooleanInput; static ngAcceptInputType_hasBackdrop: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatDrawerContent extends CdkScrollable implements AfterContentInit { _container: MatDrawerContainer; constructor(_changeDetectorRef: ChangeDetectorRef, _container: MatDrawerContainer, elementRef: ElementRef, scrollDispatcher: ScrollDispatcher, ngZone: NgZone); ngAfterContentInit(): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare type MatDrawerMode = 'over' | 'push' | 'side'; @@ -106,28 +106,28 @@ export declare class MatSidenav extends MatDrawer { static ngAcceptInputType_fixedBottomGap: NumberInput; static ngAcceptInputType_fixedInViewport: BooleanInput; static ngAcceptInputType_fixedTopGap: NumberInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatSidenavContainer extends MatDrawerContainer { _allDrawers: QueryList; _content: MatSidenavContent; static ngAcceptInputType_hasBackdrop: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatSidenavContent extends MatDrawerContent { constructor(changeDetectorRef: ChangeDetectorRef, container: MatSidenavContainer, elementRef: ElementRef, scrollDispatcher: ScrollDispatcher, ngZone: NgZone); - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatSidenavModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare function throwMatDuplicatedDrawerError(position: string): void; diff --git a/tools/public_api_guard/material/slide-toggle.d.ts b/tools/public_api_guard/material/slide-toggle.d.ts index 93b2dcdcac07..00be6c5a5123 100644 --- a/tools/public_api_guard/material/slide-toggle.d.ts +++ b/tools/public_api_guard/material/slide-toggle.d.ts @@ -1,7 +1,7 @@ export declare class _MatSlideToggleRequiredValidatorModule { - static ɵfac: i0.ɵɵFactoryDef<_MatSlideToggleRequiredValidatorModule, never>; - static ɵinj: i0.ɵɵInjectorDef<_MatSlideToggleRequiredValidatorModule>; - static ɵmod: i0.ɵɵNgModuleDefWithMeta<_MatSlideToggleRequiredValidatorModule, [typeof i1.MatSlideToggleRequiredValidator], never, [typeof i1.MatSlideToggleRequiredValidator]>; + static ɵfac: i0.ɵɵFactoryDeclaration<_MatSlideToggleRequiredValidatorModule, never>; + static ɵinj: i0.ɵɵInjectorDeclaration<_MatSlideToggleRequiredValidatorModule>; + static ɵmod: i0.ɵɵNgModuleDeclaration<_MatSlideToggleRequiredValidatorModule, [typeof i1.MatSlideToggleRequiredValidator], never, [typeof i1.MatSlideToggleRequiredValidator]>; } export declare const MAT_SLIDE_TOGGLE_DEFAULT_OPTIONS: InjectionToken; @@ -45,8 +45,8 @@ export declare class MatSlideToggle extends _MatSlideToggleMixinBase implements static ngAcceptInputType_disabled: BooleanInput; static ngAcceptInputType_required: BooleanInput; static ngAcceptInputType_tabIndex: NumberInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatSlideToggleChange { @@ -63,12 +63,12 @@ export interface MatSlideToggleDefaultOptions { } export declare class MatSlideToggleModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class MatSlideToggleRequiredValidator extends CheckboxRequiredValidator { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } diff --git a/tools/public_api_guard/material/slider.d.ts b/tools/public_api_guard/material/slider.d.ts index ff0a7194b115..725bbb87bfe8 100644 --- a/tools/public_api_guard/material/slider.d.ts +++ b/tools/public_api_guard/material/slider.d.ts @@ -72,8 +72,8 @@ 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 ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatSliderChange { @@ -82,7 +82,7 @@ export declare class MatSliderChange { } export declare class MatSliderModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } diff --git a/tools/public_api_guard/material/snack-bar.d.ts b/tools/public_api_guard/material/snack-bar.d.ts index 3c1106ff9a8e..8dc6e77da419 100644 --- a/tools/public_api_guard/material/snack-bar.d.ts +++ b/tools/public_api_guard/material/snack-bar.d.ts @@ -27,7 +27,7 @@ export declare class MatSnackBar implements OnDestroy { open(message: string, action?: string, config?: MatSnackBarConfig): MatSnackBarRef; openFromComponent(component: ComponentType, config?: MatSnackBarConfig): MatSnackBarRef; openFromTemplate(template: TemplateRef, config?: MatSnackBarConfig): MatSnackBarRef>; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } @@ -65,8 +65,8 @@ export declare class MatSnackBarContainer extends BasePortalOutlet implements On exit(): Observable; ngOnDestroy(): void; onAnimationEnd(event: AnimationEvent): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export interface MatSnackBarDismiss { @@ -76,9 +76,9 @@ export interface MatSnackBarDismiss { export declare type MatSnackBarHorizontalPosition = 'start' | 'center' | 'end' | 'left' | 'right'; export declare class MatSnackBarModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class MatSnackBarRef { @@ -106,8 +106,8 @@ export declare class SimpleSnackBar implements TextOnlySnackBar { snackBarRef: MatSnackBarRef; constructor(snackBarRef: MatSnackBarRef, data: any); action(): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export interface TextOnlySnackBar { diff --git a/tools/public_api_guard/material/sort.d.ts b/tools/public_api_guard/material/sort.d.ts index ebd3a80b71b4..6d8a7e488e18 100644 --- a/tools/public_api_guard/material/sort.d.ts +++ b/tools/public_api_guard/material/sort.d.ts @@ -35,8 +35,8 @@ 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 ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export interface MatSortable { @@ -90,20 +90,20 @@ export declare class MatSortHeader extends _MatSortHeaderMixinBase implements Ca ngOnInit(): void; static ngAcceptInputType_disableClear: BooleanInput; static ngAcceptInputType_disabled: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatSortHeaderIntl { readonly changes: Subject; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } export declare class MatSortModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export interface Sort { diff --git a/tools/public_api_guard/material/stepper.d.ts b/tools/public_api_guard/material/stepper.d.ts index 3efe366e3e3d..9ac07679ade8 100644 --- a/tools/public_api_guard/material/stepper.d.ts +++ b/tools/public_api_guard/material/stepper.d.ts @@ -7,8 +7,8 @@ export declare const MAT_STEPPER_INTL_PROVIDER: { export declare function MAT_STEPPER_INTL_PROVIDER_FACTORY(parentIntl: MatStepperIntl): MatStepperIntl; export declare class MatHorizontalStepper extends _MatProxyStepperBase { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatStep extends CdkStep implements ErrorStateMatcher, AfterContentInit, OnDestroy { @@ -20,15 +20,15 @@ export declare class MatStep extends CdkStep implements ErrorStateMatcher, After isErrorState(control: FormControl | null, form: FormGroupDirective | NgForm | null): boolean; ngAfterContentInit(): void; ngOnDestroy(): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatStepContent { _template: TemplateRef; constructor(_template: TemplateRef); - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatStepHeader extends _MatStepHeaderMixinBase implements AfterViewInit, OnDestroy, CanColor { @@ -53,13 +53,13 @@ export declare class MatStepHeader extends _MatStepHeaderMixinBase implements Af focus(origin?: FocusOrigin, options?: FocusOptions): void; ngAfterViewInit(): void; ngOnDestroy(): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatStepLabel extends CdkStepLabel { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatStepper extends CdkStepper implements AfterContentInit { @@ -79,8 +79,8 @@ export declare class MatStepper extends CdkStepper implements AfterContentInit { static ngAcceptInputType_editable: BooleanInput; static ngAcceptInputType_hasError: BooleanInput; static ngAcceptInputType_optional: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare const matStepperAnimations: { @@ -92,8 +92,8 @@ export declare class MatStepperIcon { name: StepState; templateRef: TemplateRef; constructor(templateRef: TemplateRef); - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export interface MatStepperIconContext { @@ -105,27 +105,27 @@ export interface MatStepperIconContext { export declare class MatStepperIntl { readonly changes: Subject; optionalLabel: string; - static ɵfac: i0.ɵɵFactoryDef; + static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDef; } export declare class MatStepperModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class MatStepperNext extends CdkStepperNext { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatStepperPrevious extends CdkStepperPrevious { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatVerticalStepper extends _MatProxyStepperBase { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } diff --git a/tools/public_api_guard/material/table.d.ts b/tools/public_api_guard/material/table.d.ts index ef174cb5b232..9a0dc4dd99d5 100644 --- a/tools/public_api_guard/material/table.d.ts +++ b/tools/public_api_guard/material/table.d.ts @@ -23,13 +23,13 @@ export declare class _MatTableDataSource extends DataSou } export declare class MatCell extends CdkCell { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatCellDef extends CdkCellDef { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatColumnDef extends CdkColumnDef { @@ -37,89 +37,89 @@ export declare class MatColumnDef extends CdkColumnDef { set name(name: string); protected _updateColumnCssClassName(): void; static ngAcceptInputType_sticky: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatFooterCell extends CdkFooterCell { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatFooterCellDef extends CdkFooterCellDef { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatFooterRow extends CdkFooterRow { - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatFooterRowDef extends CdkFooterRowDef { static ngAcceptInputType_sticky: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatHeaderCell extends CdkHeaderCell { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatHeaderCellDef extends CdkHeaderCellDef { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatHeaderRow extends CdkHeaderRow { - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatHeaderRowDef extends CdkHeaderRowDef { static ngAcceptInputType_sticky: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatNoDataRow extends CdkNoDataRow { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatRecycleRows { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatRow extends CdkRow { - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatRowDef extends CdkRowDef { - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "[matRowDef]", never, { "columns": "matRowDefColumns"; "when": "matRowDefWhen"; }, {}, never>; - static ɵfac: i0.ɵɵFactoryDef, never>; + static ɵdir: i0.ɵɵDirectiveDeclaration, "[matRowDef]", never, { "columns": "matRowDefColumns"; "when": "matRowDefWhen"; }, {}, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, never>; } export declare class MatTable extends CdkTable { protected needsPositionStickyOnElement: boolean; protected stickyCssClass: string; - static ɵcmp: i0.ɵɵComponentDefWithMeta, "mat-table, table[mat-table]", ["matTable"], {}, {}, never, ["caption", "colgroup, col"]>; - static ɵfac: i0.ɵɵFactoryDef, never>; + static ɵcmp: i0.ɵɵComponentDeclaration, "mat-table, table[mat-table]", ["matTable"], {}, {}, never, ["caption", "colgroup, col"]>; + static ɵfac: i0.ɵɵFactoryDeclaration, never>; } export declare class MatTableDataSource extends _MatTableDataSource { } export declare class MatTableModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class MatTextColumn extends CdkTextColumn { - static ɵcmp: i0.ɵɵComponentDefWithMeta, "mat-text-column", never, {}, {}, never, never>; - static ɵfac: i0.ɵɵFactoryDef, never>; + static ɵcmp: i0.ɵɵComponentDeclaration, "mat-text-column", never, {}, {}, never, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, never>; } diff --git a/tools/public_api_guard/material/tabs.d.ts b/tools/public_api_guard/material/tabs.d.ts index 5e7c61fb6702..ac4ec693b509 100644 --- a/tools/public_api_guard/material/tabs.d.ts +++ b/tools/public_api_guard/material/tabs.d.ts @@ -25,8 +25,8 @@ 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 ɵfac: i0.ɵɵFactoryDef<_MatTabBodyBase, [null, { optional: true; }, null]>; + static ɵdir: i0.ɵɵDirectiveDeclaration<_MatTabBodyBase, never, never, { "_content": "content"; "origin": "origin"; "animationDuration": "animationDuration"; "position": "position"; }, { "_onCentering": "_onCentering"; "_beforeCentering": "_beforeCentering"; "_afterLeavingCenter": "_afterLeavingCenter"; "_onCentered": "_onCentered"; }, never>; + static ɵfac: i0.ɵɵFactoryDeclaration<_MatTabBodyBase, [null, { optional: true; }, null]>; } export declare abstract class _MatTabGroupBase extends _MatTabGroupMixinBase implements AfterContentInit, AfterContentChecked, OnDestroy, CanColor, CanDisableRipple { @@ -68,8 +68,8 @@ export declare abstract class _MatTabGroupBase extends _MatTabGroupMixinBase imp static ngAcceptInputType_disableRipple: BooleanInput; static ngAcceptInputType_dynamicHeight: BooleanInput; static ngAcceptInputType_selectedIndex: NumberInput; - 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, [null, null, { optional: true; }, { optional: true; }]>; + static ɵdir: i0.ɵɵDirectiveDeclaration<_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.ɵɵFactoryDeclaration<_MatTabGroupBase, [null, null, { optional: true; }, { optional: true; }]>; } export declare abstract class _MatTabHeaderBase extends MatPaginatedTabHeader implements AfterContentChecked, AfterContentInit, AfterViewInit, OnDestroy { @@ -77,8 +77,8 @@ export declare abstract class _MatTabHeaderBase extends MatPaginatedTabHeader im set disableRipple(value: 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 ɵfac: i0.ɵɵFactoryDef<_MatTabHeaderBase, [null, null, null, { optional: true; }, null, null, { optional: true; }]>; + static ɵdir: i0.ɵɵDirectiveDeclaration<_MatTabHeaderBase, never, never, { "disableRipple": "disableRipple"; }, {}, never>; + static ɵfac: i0.ɵɵFactoryDeclaration<_MatTabHeaderBase, [null, null, null, { optional: true; }, null, null, { optional: true; }]>; } export declare class _MatTabLinkBase extends _MatTabLinkMixinBase implements AfterViewInit, OnDestroy, CanDisable, CanDisableRipple, HasTabIndex, RippleTarget, FocusableOption { @@ -95,8 +95,8 @@ export declare class _MatTabLinkBase extends _MatTabLinkMixinBase implements Aft static ngAcceptInputType_disableRipple: BooleanInput; static ngAcceptInputType_disabled: BooleanInput; static ngAcceptInputType_tabIndex: NumberInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta<_MatTabLinkBase, never, never, { "active": "active"; }, {}, never>; - static ɵfac: i0.ɵɵFactoryDef<_MatTabLinkBase, [null, null, { optional: true; }, { attribute: "tabindex"; }, null, { optional: true; }]>; + static ɵdir: i0.ɵɵDirectiveDeclaration<_MatTabLinkBase, never, never, { "active": "active"; }, {}, never>; + static ɵfac: i0.ɵɵFactoryDeclaration<_MatTabLinkBase, [null, null, { optional: true; }, { attribute: "tabindex"; }, null, { optional: true; }]>; } export declare abstract class _MatTabNavBase extends MatPaginatedTabHeader implements AfterContentChecked, AfterContentInit, OnDestroy { @@ -112,8 +112,8 @@ export declare abstract class _MatTabNavBase extends MatPaginatedTabHeader imple protected _itemSelected(): void; ngAfterContentInit(): void; updateActiveLink(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta<_MatTabNavBase, never, never, { "backgroundColor": "backgroundColor"; "disableRipple": "disableRipple"; "color": "color"; }, {}, never>; - static ɵfac: i0.ɵɵFactoryDef<_MatTabNavBase, [null, { optional: true; }, null, null, null, null, { optional: true; }]>; + static ɵdir: i0.ɵɵDirectiveDeclaration<_MatTabNavBase, never, never, { "backgroundColor": "backgroundColor"; "disableRipple": "disableRipple"; "color": "color"; }, {}, never>; + static ɵfac: i0.ɵɵFactoryDeclaration<_MatTabNavBase, [null, { optional: true; }, null, null, null, null, { optional: true; }]>; } export declare const MAT_TAB_GROUP: InjectionToken; @@ -126,8 +126,8 @@ export declare class MatInkBar { alignToElement(element: HTMLElement): void; hide(): void; show(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatTab extends _MatTabMixinBase implements OnInit, CanDisable, OnChanges, OnDestroy { @@ -151,15 +151,15 @@ export declare class MatTab extends _MatTabMixinBase implements OnInit, CanDisab ngOnDestroy(): void; ngOnInit(): void; static ngAcceptInputType_disabled: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatTabBody extends _MatTabBodyBase { _portalHost: CdkPortalOutlet; constructor(elementRef: ElementRef, dir: Directionality, changeDetectorRef: ChangeDetectorRef); - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare type MatTabBodyOriginState = 'left' | 'right'; @@ -168,8 +168,8 @@ export declare class MatTabBodyPortal extends CdkPortalOutlet implements OnInit, constructor(componentFactoryResolver: ComponentFactoryResolver, viewContainerRef: ViewContainerRef, _host: MatTabBody, _document: any); ngOnDestroy(): void; ngOnInit(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare type MatTabBodyPositionState = 'left' | 'center' | 'right' | 'left-origin-center' | 'right-origin-center'; @@ -181,8 +181,8 @@ export declare class MatTabChangeEvent { export declare class MatTabContent { template: TemplateRef; constructor( template: TemplateRef); - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatTabGroup extends _MatTabGroupBase { @@ -190,8 +190,8 @@ export declare class MatTabGroup extends _MatTabGroupBase { _tabBodyWrapper: ElementRef; _tabHeader: MatTabGroupBaseHeader; constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef, defaultConfig?: MatTabsConfig, animationMode?: string); - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatTabHeader extends _MatTabHeaderBase { @@ -203,15 +203,15 @@ export declare class MatTabHeader extends _MatTabHeaderBase { _tabListContainer: ElementRef; constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef, viewportRuler: ViewportRuler, dir: Directionality, ngZone: NgZone, platform: Platform, animationMode?: string); static ngAcceptInputType_disableRipple: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare type MatTabHeaderPosition = 'above' | 'below'; export declare class MatTabLabel extends CdkPortal { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatTabLabelWrapper extends _MatTabLabelWrapperMixinBase implements CanDisable { @@ -221,15 +221,15 @@ export declare class MatTabLabelWrapper extends _MatTabLabelWrapperMixinBase imp getOffsetLeft(): number; getOffsetWidth(): number; static ngAcceptInputType_disabled: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatTabLink extends _MatTabLinkBase implements OnDestroy { constructor(tabNavBar: MatTabNav, elementRef: ElementRef, ngZone: NgZone, platform: Platform, globalRippleOptions: RippleGlobalOptions | null, tabIndex: string, focusMonitor: FocusMonitor, animationMode?: string); ngOnDestroy(): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatTabNav extends _MatTabNavBase { @@ -241,8 +241,8 @@ export declare class MatTabNav extends _MatTabNavBase { _tabListContainer: ElementRef; constructor(elementRef: ElementRef, dir: Directionality, ngZone: NgZone, changeDetectorRef: ChangeDetectorRef, viewportRuler: ViewportRuler, platform: Platform, animationMode?: string); static ngAcceptInputType_disableRipple: BooleanInput; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare const matTabsAnimations: { @@ -257,9 +257,9 @@ export interface MatTabsConfig { } export declare class MatTabsModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare type ScrollDirection = 'after' | 'before'; diff --git a/tools/public_api_guard/material/toolbar.d.ts b/tools/public_api_guard/material/toolbar.d.ts index 5588af3c75b9..8226aec7b3a8 100644 --- a/tools/public_api_guard/material/toolbar.d.ts +++ b/tools/public_api_guard/material/toolbar.d.ts @@ -2,19 +2,19 @@ export declare class MatToolbar extends _MatToolbarMixinBase implements CanColor _toolbarRows: QueryList; constructor(elementRef: ElementRef, _platform: Platform, document?: any); ngAfterViewInit(): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatToolbarModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class MatToolbarRow { - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare function throwToolbarMixedModesError(): void; diff --git a/tools/public_api_guard/material/tooltip.d.ts b/tools/public_api_guard/material/tooltip.d.ts index 5949e7601880..7fe5c1ab613c 100644 --- a/tools/public_api_guard/material/tooltip.d.ts +++ b/tools/public_api_guard/material/tooltip.d.ts @@ -39,8 +39,8 @@ export declare abstract class _MatTooltipBase i static ngAcceptInputType_disabled: BooleanInput; static ngAcceptInputType_hideDelay: NumberInput; static ngAcceptInputType_showDelay: NumberInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta<_MatTooltipBase, never, never, { "position": "matTooltipPosition"; "disabled": "matTooltipDisabled"; "showDelay": "matTooltipShowDelay"; "hideDelay": "matTooltipHideDelay"; "touchGestures": "matTooltipTouchGestures"; "message": "matTooltip"; "tooltipClass": "matTooltipClass"; }, {}, never>; - static ɵfac: i0.ɵɵFactoryDef<_MatTooltipBase, never>; + static ɵdir: i0.ɵɵDirectiveDeclaration<_MatTooltipBase, never, never, { "position": "matTooltipPosition"; "disabled": "matTooltipDisabled"; "showDelay": "matTooltipShowDelay"; "hideDelay": "matTooltipHideDelay"; "touchGestures": "matTooltipTouchGestures"; "message": "matTooltip"; "tooltipClass": "matTooltipClass"; }, {}, never>; + static ɵfac: i0.ɵɵFactoryDeclaration<_MatTooltipBase, never>; } export declare abstract class _TooltipComponentBase implements OnDestroy { @@ -61,8 +61,8 @@ export declare abstract class _TooltipComponentBase implements OnDestroy { isVisible(): boolean; ngOnDestroy(): void; show(delay: number): void; - static ɵdir: i0.ɵɵDirectiveDefWithMeta<_TooltipComponentBase, never, never, {}, {}, never>; - static ɵfac: i0.ɵɵFactoryDef<_TooltipComponentBase, never>; + static ɵdir: i0.ɵɵDirectiveDeclaration<_TooltipComponentBase, never, never, {}, {}, never>; + static ɵfac: i0.ɵɵFactoryDeclaration<_TooltipComponentBase, never>; } export declare function getMatTooltipInvalidPositionError(position: string): Error; @@ -84,8 +84,8 @@ export declare const MAT_TOOLTIP_SCROLL_STRATEGY_FACTORY_PROVIDER: { export declare class MatTooltip extends _MatTooltipBase { protected readonly _tooltipComponent: typeof TooltipComponent; constructor(overlay: Overlay, elementRef: ElementRef, scrollDispatcher: ScrollDispatcher, viewContainerRef: ViewContainerRef, ngZone: NgZone, platform: Platform, ariaDescriber: AriaDescriber, focusMonitor: FocusMonitor, scrollStrategy: any, dir: Directionality, defaultOptions: MatTooltipDefaultOptions, _document: any); - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare const matTooltipAnimations: { @@ -101,9 +101,9 @@ export interface MatTooltipDefaultOptions { } export declare class MatTooltipModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare const SCROLL_THROTTLE_MS = 20; @@ -113,8 +113,8 @@ export declare const TOOLTIP_PANEL_CLASS = "mat-tooltip-panel"; export declare class TooltipComponent extends _TooltipComponentBase { _isHandset: Observable; constructor(changeDetectorRef: ChangeDetectorRef, _breakpointObserver: BreakpointObserver); - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare type TooltipPosition = 'left' | 'right' | 'above' | 'below' | 'before' | 'after'; diff --git a/tools/public_api_guard/material/tree.d.ts b/tools/public_api_guard/material/tree.d.ts index a8e6d19082fd..bee59568641a 100644 --- a/tools/public_api_guard/material/tree.d.ts +++ b/tools/public_api_guard/material/tree.d.ts @@ -13,14 +13,14 @@ export declare class MatNestedTreeNode extends CdkNestedTreeNode ngOnDestroy(): void; ngOnInit(): void; static ngAcceptInputType_disabled: BooleanInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "mat-nested-tree-node", ["matNestedTreeNode"], { "role": "role"; "disabled": "disabled"; "tabIndex": "tabIndex"; "node": "matNestedTreeNode"; }, {}, never>; - static ɵfac: i0.ɵɵFactoryDef, [null, null, null, { attribute: "tabindex"; }]>; + static ɵdir: i0.ɵɵDirectiveDeclaration, "mat-nested-tree-node", ["matNestedTreeNode"], { "role": "role"; "disabled": "disabled"; "tabIndex": "tabIndex"; "node": "matNestedTreeNode"; }, {}, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, [null, null, null, { attribute: "tabindex"; }]>; } export declare class MatTree extends CdkTree { _nodeOutlet: MatTreeNodeOutlet; - static ɵcmp: i0.ɵɵComponentDefWithMeta, "mat-tree", ["matTree"], {}, {}, never, never>; - static ɵfac: i0.ɵɵFactoryDef, never>; + static ɵcmp: i0.ɵɵComponentDeclaration, "mat-tree", ["matTree"], {}, {}, never, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, never>; } export declare class MatTreeFlatDataSource extends DataSource { @@ -47,9 +47,9 @@ export declare class MatTreeFlattener { } export declare class MatTreeModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } export declare class MatTreeNestedDataSource extends DataSource { @@ -69,22 +69,22 @@ export declare class MatTreeNode extends _MatTreeNodeMixinBase i ngOnInit(): void; static ngAcceptInputType_disabled: BooleanInput; static ngAcceptInputType_tabIndex: NumberInput; - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "mat-tree-node", ["matTreeNode"], { "role": "role"; "disabled": "disabled"; "tabIndex": "tabIndex"; }, {}, never>; - static ɵfac: i0.ɵɵFactoryDef, [null, null, { attribute: "tabindex"; }]>; + static ɵdir: i0.ɵɵDirectiveDeclaration, "mat-tree-node", ["matTreeNode"], { "role": "role"; "disabled": "disabled"; "tabIndex": "tabIndex"; }, {}, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, [null, null, { attribute: "tabindex"; }]>; } export declare class MatTreeNodeDef extends CdkTreeNodeDef { data: T; - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "[matTreeNodeDef]", never, { "when": "matTreeNodeDefWhen"; "data": "matTreeNode"; }, {}, never>; - static ɵfac: i0.ɵɵFactoryDef, never>; + static ɵdir: i0.ɵɵDirectiveDeclaration, "[matTreeNodeDef]", never, { "when": "matTreeNodeDefWhen"; "data": "matTreeNode"; }, {}, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, never>; } export declare class MatTreeNodeOutlet implements CdkTreeNodeOutlet { _node?: any; viewContainer: ViewContainerRef; constructor(viewContainer: ViewContainerRef, _node?: any); - static ɵdir: i0.ɵɵDirectiveDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class MatTreeNodePadding extends CdkTreeNodePadding { @@ -92,13 +92,13 @@ export declare class MatTreeNodePadding extends CdkTreeNodePadding, "[matTreeNodePadding]", never, { "level": "matTreeNodePadding"; "indent": "matTreeNodePaddingIndent"; }, {}, never>; - static ɵfac: i0.ɵɵFactoryDef, never>; + static ɵdir: i0.ɵɵDirectiveDeclaration, "[matTreeNodePadding]", never, { "level": "matTreeNodePadding"; "indent": "matTreeNodePaddingIndent"; }, {}, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, never>; } export declare class MatTreeNodeToggle extends CdkTreeNodeToggle { get recursive(): boolean; set recursive(value: boolean); - static ɵdir: i0.ɵɵDirectiveDefWithMeta, "[matTreeNodeToggle]", never, { "recursive": "matTreeNodeToggleRecursive"; }, {}, never>; - static ɵfac: i0.ɵɵFactoryDef, never>; + static ɵdir: i0.ɵɵDirectiveDeclaration, "[matTreeNodeToggle]", never, { "recursive": "matTreeNodeToggleRecursive"; }, {}, never>; + static ɵfac: i0.ɵɵFactoryDeclaration, never>; } 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 511b6fc06f59..785a58aed048 100644 --- a/tools/public_api_guard/youtube-player/youtube-player.d.ts +++ b/tools/public_api_guard/youtube-player/youtube-player.d.ts @@ -43,12 +43,12 @@ export declare class YouTubePlayer implements AfterViewInit, OnDestroy, OnInit { setVolume(volume: number): void; stopVideo(): void; unMute(): void; - static ɵcmp: i0.ɵɵComponentDefWithMeta; - static ɵfac: i0.ɵɵFactoryDef; + static ɵcmp: i0.ɵɵComponentDeclaration; + static ɵfac: i0.ɵɵFactoryDeclaration; } export declare class YouTubePlayerModule { - static ɵfac: i0.ɵɵFactoryDef; - static ɵinj: i0.ɵɵInjectorDef; - static ɵmod: i0.ɵɵNgModuleDefWithMeta; + static ɵfac: i0.ɵɵFactoryDeclaration; + static ɵinj: i0.ɵɵInjectorDeclaration; + static ɵmod: i0.ɵɵNgModuleDeclaration; } diff --git a/yarn.lock b/yarn.lock index 5b744240d10a..c1e0d69ee417 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,21 +2,21 @@ # yarn lockfile v1 -"@angular-devkit/build-optimizer@^0.1200.0-next.4": - version "0.1200.0-next.4" - resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.1200.0-next.4.tgz#70fe590c651f1e4ad83ac299d69c46c2703fc8bb" - integrity sha512-ZO50ImbpVCG++F8uEnpDfG/xHDiluYuM21eh9X4FIZEeyC7xcZBoCXIiE2LrEYDiaVYNrYw0T6x2F+3naj1Q8Q== +"@angular-devkit/build-optimizer@^0.1200.0-next.6": + version "0.1200.0-next.6" + resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.1200.0-next.6.tgz#b33fd762689b94c6b0a9924cfa6caf71bb3044ef" + integrity sha512-pMdHevSUYEwJ5l9Opeg4fcyPB68Oi8+xxMn89nfG/uU06g01Yeo2vZIbkupvjotTRThbogStJOINH8UobIAzug== dependencies: loader-utils "2.0.0" source-map "0.7.3" tslib "2.1.0" - typescript "4.1.5" + typescript "4.2.3" webpack-sources "2.2.0" -"@angular-devkit/core@12.0.0-next.4": - version "12.0.0-next.4" - resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-12.0.0-next.4.tgz#d12f5ea9195bf6d1c551a9a1808db2fdd93f0f48" - integrity sha512-sMhcE1/wxLR6BcfpHnHUvqhZPYdzbI/O3uDO4+d9n/5OCpQ5ayw/rUzCtu5MFT957yfdaB9B6rSbJ40ftixevg== +"@angular-devkit/core@12.0.0-next.6", "@angular-devkit/core@^12.0.0-next.6": + version "12.0.0-next.6" + resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-12.0.0-next.6.tgz#3fd93bb7495f6a002c4b7e7e60b0afd5088502cd" + integrity sha512-PsiNi5g0k6yYZzCdCDcOtquWHr1gAVXKEuaeVP9OqBYIZrR8dz1Fa3ZoJXGaBN81/msymSm10JRy2nwagSU0sg== dependencies: ajv "6.12.6" fast-json-stable-stringify "2.1.0" @@ -24,43 +24,32 @@ rxjs "6.6.6" source-map "0.7.3" -"@angular-devkit/core@^12.0.0-next.4": - version "12.0.0-next.5" - resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-12.0.0-next.5.tgz#d553f35db6ccb1e1c75b67f6c478eb339f9a618b" - integrity sha512-Jo9aAhrnM4ZpUpW1y42O2FGZTPhLtW6KokGF1E6joBT4mj5JY9KXOIRh8nvvJ+gusiXsOFV4FW+gSJwAU26q4g== +"@angular-devkit/schematics@12.0.0-next.6", "@angular-devkit/schematics@^12.0.0-next.6": + version "12.0.0-next.6" + resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-12.0.0-next.6.tgz#6da938aa5362d7d82ae29f4021919a2114efbed6" + integrity sha512-amJtne6yPm8ZLW2RT4tCcNWPNJl8egnp72MngEqHccj+gaNqI3Fw7Dw6fsBH/77JYxIYbVS9kzZkr61OOtPYfw== dependencies: - ajv "6.12.6" - fast-json-stable-stringify "2.1.0" - magic-string "0.25.7" + "@angular-devkit/core" "12.0.0-next.6" + ora "5.4.0" rxjs "6.6.6" - source-map "0.7.3" -"@angular-devkit/schematics@12.0.0-next.4", "@angular-devkit/schematics@^12.0.0-next.4": - version "12.0.0-next.4" - resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-12.0.0-next.4.tgz#6d25334fada4cff06b1d28c05de244860d69f9d3" - integrity sha512-xqfnuhBRjWbE3gqlL124YqwZiVGq2B6IbCk8lHEHqeQ38ArgaDsR8htEHSRWupKjBd6h2eT4Lx8URL7C1IpADA== - dependencies: - "@angular-devkit/core" "12.0.0-next.4" - ora "5.3.0" - rxjs "6.6.6" - -"@angular/animations@^12.0.0-next.5": - version "12.0.0-next.5" - resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-12.0.0-next.5.tgz#621d98140eca608144b7ffe8a8f93c875ca9da53" - integrity sha512-mxlB2qZEf576ErsNhbdLO1a+mqcALHbQUkjDQtUda7ZO41RV01HbE9UuEb1y6WYfiVU7yYze6kPdZGKH36zWLQ== +"@angular/animations@^12.0.0-next.7": + version "12.0.0-next.7" + resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-12.0.0-next.7.tgz#1a8ace2cade4b91e221a0f89b5c30274afce0dd8" + integrity sha512-9sFO2qqFAPsTECCimgq1pc+dPJfQOKaoHexYza9koG16BFL1n1F/09FFDaog4Ex0ENmSFZnINLzwjLjXUiiK3A== dependencies: tslib "^2.1.0" -"@angular/bazel@^12.0.0-next.5": - version "12.0.0-next.5" - resolved "https://registry.yarnpkg.com/@angular/bazel/-/bazel-12.0.0-next.5.tgz#1b926e93a8763f095d144c8754eb72f1251dac41" - integrity sha512-w7K06MvO/51fzEaxbH0jVVDg8Le1qclEUb3IWq5NIJkSMTemGFRTPeEHiozNBHSUKumTffS1eZgLufnvC+u7lQ== +"@angular/bazel@^12.0.0-next.7": + version "12.0.0-next.7" + resolved "https://registry.yarnpkg.com/@angular/bazel/-/bazel-12.0.0-next.7.tgz#7bd7fee75785a2df9c69a3db50263d74b4a89a4d" + integrity sha512-jwDtq4xnt1ix9pwl3rP6wsw4JApBkGlBXvdiiD/NLR99qMr5N2EU7SEi7aWNKvE4AU4xtoV2fUFbP8zHtQaXqA== dependencies: "@microsoft/api-extractor" "^7.7.13" shelljs "0.8.2" tsickle "^0.38.0" -"@angular/benchpress@0.2.1", "@angular/benchpress@^0.2.1": +"@angular/benchpress@0.2.1": version "0.2.1" resolved "https://registry.yarnpkg.com/@angular/benchpress/-/benchpress-0.2.1.tgz#f8b58d9acfda0d29959b87dcb8082b1c33735db5" integrity sha512-ojHCP96ZunHBZpt08USSEdLJsuXnEEdJtfzl+9oTdMXbooKkzSVO7N6bVdjefbGRNAleAuSAo3gVrdPqumLznA== @@ -68,17 +57,17 @@ "@angular/core" "^10.0.0-0 || ^11.0.0" reflect-metadata "^0.1.13" -"@angular/common@^12.0.0-next.5": - version "12.0.0-next.5" - resolved "https://registry.yarnpkg.com/@angular/common/-/common-12.0.0-next.5.tgz#9c82f3e72b84fe89c733c0db4deae84296ff9bad" - integrity sha512-HfENXz4uVYC68bRSVR/yoCfIeklKIAOVzLw3pWN5nFnf2XKn+TtKstjXc1heoP8xDgX2MFJLOw0VLk2Qu53z/g== +"@angular/common@^12.0.0-next.7": + version "12.0.0-next.7" + resolved "https://registry.yarnpkg.com/@angular/common/-/common-12.0.0-next.7.tgz#e756e8f5ec2ba44ea0655ceef04d7c11e36f5981" + integrity sha512-NA5S78X1ATxfQvH52KK5mJm9P2lHdURsVjHQ3os/G3MYLJGCibM6SHqmSeiH+3fNKpoak1YMTw4jGMIls9N6hA== dependencies: tslib "^2.1.0" -"@angular/compiler-cli@^12.0.0-next.5": - version "12.0.0-next.5" - resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-12.0.0-next.5.tgz#1cc2c994c5470a4e67c6488efdb9305a4786a94d" - integrity sha512-rIaw7T32N22pc5iAn9G4/E+HgX+yBVQkMwhQPCzM/oI89oggWSjRuWzfY3CqSraZbvdA59nLEgIHzM+aQtO/bg== +"@angular/compiler-cli@^12.0.0-next.7": + version "12.0.0-next.7" + resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-12.0.0-next.7.tgz#7dba9ea4baba3d949794481f6af0146e4656042e" + integrity sha512-THU6l2yKnJdUAogQuhncAQKePft9gRuSjqh1dm9IA0+6G/0mC61jtTGjURCNuMtK4MgTTjGzzkqMlm3tEcc33Q== dependencies: "@babel/core" "^7.8.6" "@babel/types" "^7.8.6" @@ -94,17 +83,17 @@ source-map "^0.6.1" sourcemap-codec "^1.4.8" tslib "^2.1.0" - yargs "^16.1.1" + yargs "^16.2.0" "@angular/compiler@9.0.0": version "9.0.0" resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.0.tgz#87e0bef4c369b6cadae07e3a4295778fc93799d5" integrity sha512-ctjwuntPfZZT2mNj2NDIVu51t9cvbhl/16epc5xEwyzyDt76pX9UgwvY+MbXrf/C/FWwdtmNtfP698BKI+9leQ== -"@angular/compiler@^12.0.0-next.5": - version "12.0.0-next.5" - resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-12.0.0-next.5.tgz#3d7b1a0271296466f695cf0bcb40a9fd47a06a7e" - integrity sha512-rWKSnEOYUd1UCyqTDgtjH8OtsVuqcBrnWDz1t6/3v6Wxnr6VfqGV4vTzb7FAtbwvCF9n+Hrg5wn6+R78qGg71w== +"@angular/compiler@^12.0.0-next.7": + version "12.0.0-next.7" + resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-12.0.0-next.7.tgz#e2559d8d520c29c869a53b38a8e141051999ddbe" + integrity sha512-r2Sb0zMNNxdtrMLJZparK8BNg7IsePHimBWPk98UtilTjaH8el8AWCNW8HmBjXgbOrgzLS6a8o8XSr2kJfl00g== dependencies: tslib "^2.1.0" @@ -120,16 +109,16 @@ dependencies: tslib "^2.0.0" -"@angular/core@^12.0.0-next.5": - version "12.0.0-next.5" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-12.0.0-next.5.tgz#18597df4ea23d1bd781e62e85b72ce82b11cf452" - integrity sha512-UZBG4Lgvckteh3dM1f+lrJfianajIybHG4ttiLmh6XBGDObr55dzZQVlCjTqqFGVB1VJDjAIyHiJoqqxy9JNJQ== +"@angular/core@^12.0.0-next.7": + version "12.0.0-next.7" + resolved "https://registry.yarnpkg.com/@angular/core/-/core-12.0.0-next.7.tgz#424880157bfee0594d4dc497c116e76040a46c1b" + integrity sha512-o94gNrQvqilL8hss62Luz0ZjlfWa+aTLfVyImrS1mLHfUiASCH55s77+9UzQwRjvQ9KjpmQaMLfTT9o8ih4Eew== dependencies: tslib "^2.1.0" -"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#a8dbb0d8cd8de1e86a4ec4ea66b5bd89a47d4876": +"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#3953ba9eea35a2660b6068523bafb92634042be9": version "0.0.0" - resolved "https://github.com/angular/dev-infra-private-builds.git#a8dbb0d8cd8de1e86a4ec4ea66b5bd89a47d4876" + resolved "https://github.com/angular/dev-infra-private-builds.git#3953ba9eea35a2660b6068523bafb92634042be9" dependencies: "@angular/benchpress" "0.2.1" "@bazel/buildifier" "^0.29.0" @@ -140,9 +129,10 @@ chalk "^2.3.1" clang-format "^1.4.0" cli-progress "^3.7.0" + conventional-commits-parser "^3.2.1" + git-raw-commits "^2.0.10" glob "7.1.2" inquirer "^7.3.3" - inquirer-autocomplete-prompt "^1.0.2" minimatch "^3.0.4" multimatch "^4.0.0" node-fetch "^2.6.1" @@ -153,53 +143,53 @@ semver "^6.3.0" shelljs "^0.8.4" ts-node "^8.6.2" - tslib "^2.0.0" + tslib "^2.1.0" typed-graphqlify "^2.3.0" - typescript "~4.1.2" + typescript "~4.2.3" yaml "^1.10.0" - yargs "^16.1.1" + yargs "^16.2.0" -"@angular/elements@^12.0.0-next.5": - version "12.0.0-next.5" - resolved "https://registry.yarnpkg.com/@angular/elements/-/elements-12.0.0-next.5.tgz#1b53a20b61196a548097498434e20202dbec5df3" - integrity sha512-5P8VMmpCSc4wv0QrflZc38xFE7VH93A+zLY83M8BrA4DVWJzfUYgFglo1jcRqoAfiS3c88nxNmmknpZBwri3sw== +"@angular/elements@^12.0.0-next.7": + version "12.0.0-next.7" + resolved "https://registry.yarnpkg.com/@angular/elements/-/elements-12.0.0-next.7.tgz#f43a69c881830a7accc966b0148ccee95b0a386b" + integrity sha512-YZRadEi0NG1IXD2FXngHIgolKt/VJ2HUcFd49HmoWDh5klFF/Uc1Zqz8A1rk7leuFvQ4qE0oz1uw0dkw1MMZYA== dependencies: tslib "^2.1.0" -"@angular/forms@^12.0.0-next.5": - version "12.0.0-next.5" - resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-12.0.0-next.5.tgz#0fdd821d4b48ae7888df2cc781f41e0061e64504" - integrity sha512-Erp2gPIJU/TIgE8szcdZom4eetq9y/bmpqhMFAUrmQllyIvV9xTkqTaPEy44IO7rAMBT5Bcxk6gUimY2u+ObRg== +"@angular/forms@^12.0.0-next.7": + version "12.0.0-next.7" + resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-12.0.0-next.7.tgz#3a27855b791cf1e1af49ef97963292a228789a31" + integrity sha512-u/Wy4rydT5MsXsXPtVKKNnbcSHScAdXvgIxjeOdEhPfLdUMY1Z+lAnuKEkMaOzps74+tbjO0IwXb/ZvlCJhhzA== dependencies: tslib "^2.1.0" -"@angular/platform-browser-dynamic@^12.0.0-next.5": - version "12.0.0-next.5" - resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-12.0.0-next.5.tgz#66444656b4a25cd6f798da8f89b8d1bf4d2634a7" - integrity sha512-ILDVSkMC5AWmJQLY6DQnjYqooZgcl1trt8nDNP4SXQhf+ndo7Wm+NNrmUhMLAuJ1xzkoLv7PtkY8CAtRRKXmig== +"@angular/platform-browser-dynamic@^12.0.0-next.7": + version "12.0.0-next.7" + resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-12.0.0-next.7.tgz#b1c9cdeb55f0976dcc7ce385d5cf6c2eba2d4c61" + integrity sha512-ObGt1aEVLk48nB12tCzwltXV/PSwkjCs46GhGXCRY9xiEfmoe0oREjbyp1lC/STzbwj4MYB8mZvMWOyPSXYOzQ== dependencies: tslib "^2.1.0" -"@angular/platform-browser@^12.0.0-next.5": - version "12.0.0-next.5" - resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-12.0.0-next.5.tgz#0eb5024c4cf88567ff201b599e3f6a3c6a5cddc8" - integrity sha512-5nTVflViIEbR6o4GHnbUtkXEIHXqNmDuWA/GhSdZpAirImFZBS0UCXXuuaRJ7NHh4G/3ikfb/6iN+eDJOV5j2w== +"@angular/platform-browser@^12.0.0-next.7": + version "12.0.0-next.7" + resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-12.0.0-next.7.tgz#622cd11853d70343ca027d2ad0aa07630bc353cd" + integrity sha512-qm1ICtGHnxK17YuJuWTq2HzsoRQpqs0igeH8Zg2epnj7QO5qj9qIv7a7FoylH3wr1s9oL5cmsarLPorT/Zasnw== dependencies: tslib "^2.1.0" -"@angular/platform-server@^12.0.0-next.5": - version "12.0.0-next.5" - resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-12.0.0-next.5.tgz#6949887bb0db89dadd58d41b3c0a79cf27ca7b7f" - integrity sha512-8Y16K+ekH62yY0MibGPuAh4921QuLxeYf7BiNOpOszHeKfXjzaT2KGiN4lQBGtkfvL4JdEkkh4JA8RL54SA8dA== +"@angular/platform-server@^12.0.0-next.7": + version "12.0.0-next.7" + resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-12.0.0-next.7.tgz#20042024e7694dde84ec82d2825c8482606f452d" + integrity sha512-gkCNLoAKcXk+lKj5FT5e770ympQHPo6piGs2OdUkP/eVGlHjYhiCV7p5Rt16wgOG1hqxwnUX8CLJAraT3KqaRA== dependencies: domino "^2.1.2" tslib "^2.1.0" xhr2 "^0.2.0" -"@angular/router@^12.0.0-next.5": - version "12.0.0-next.5" - resolved "https://registry.yarnpkg.com/@angular/router/-/router-12.0.0-next.5.tgz#dbda639532c65d766019b020bba2a1f68fee1f21" - integrity sha512-JL+wLft5QVjVoewupWuXDpJW3dMCayoxHYpPqPzwNZjBK3E0CJqAW79Ifqm1+r6m7ep61d990caULmc0F0nyFw== +"@angular/router@^12.0.0-next.7": + version "12.0.0-next.7" + resolved "https://registry.yarnpkg.com/@angular/router/-/router-12.0.0-next.7.tgz#d2fe77eb55708a8f74d340742f8aca29eff55f62" + integrity sha512-TR8D6qtOcGxPSCMYERySgGFWS0YzpBVZOqFDhxOzLHoEKT0QQ1/Hmo8GevnRsCu0msyd2hdLgnS+0m0Skzo8/A== dependencies: tslib "^2.1.0" @@ -1819,13 +1809,13 @@ argparse "~1.0.9" colors "~1.2.1" -"@schematics/angular@^12.0.0-next.4": - version "12.0.0-next.4" - resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-12.0.0-next.4.tgz#e8246b46e4013f458afce45b34adc7633b55f0d8" - integrity sha512-zz16yD7+NAH6Q8BEMG5To6ckUzpN7C4i96HuxY/QCvLjD9zK3LnCAUge9qX0qjCaKdM+KKwbouZ1bEjXXS/WhA== +"@schematics/angular@^12.0.0-next.6": + version "12.0.0-next.6" + resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-12.0.0-next.6.tgz#94ee96be451640fd8555afc3b4602e16b963629c" + integrity sha512-FHeVrNRA6oc2cgnOca2q1lGXKSPgq1tHHuxb/lhcOxnbTbOTS7/018MSG9IdVgya24eq/dXdtBGnkKJdwdrgVg== dependencies: - "@angular-devkit/core" "12.0.0-next.4" - "@angular-devkit/schematics" "12.0.0-next.4" + "@angular-devkit/core" "12.0.0-next.6" + "@angular-devkit/schematics" "12.0.0-next.6" jsonc-parser "3.0.0" "@sindresorhus/is@^0.14.0": @@ -2386,7 +2376,7 @@ ansi-escapes@^3.1.0, ansi-escapes@^3.2.0: resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b" integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ== -ansi-escapes@^4.2.1, ansi-escapes@^4.3.1: +ansi-escapes@^4.2.1: version "4.3.1" resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.1.tgz#a5c47cc43181f1f38ffd7076837700d395522a61" integrity sha512-JWF7ocqNrp8u9oqpgV+wH5ftbt+cfvv+PTjOvKLT3AdYly/LmORARfEVT1iyjwN+4MqE5UmVKoAdIBqeoCHgLA== @@ -3034,6 +3024,15 @@ bl@^4.0.3: inherits "^2.0.4" readable-stream "^3.4.0" +bl@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a" + integrity sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w== + dependencies: + buffer "^5.5.0" + inherits "^2.0.4" + readable-stream "^3.4.0" + blakejs@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/blakejs/-/blakejs-1.1.0.tgz#69df92ef953aa88ca51a32df6ab1c54a155fc7a5" @@ -4250,6 +4249,19 @@ conventional-commits-parser@^3.2.0: through2 "^4.0.0" trim-off-newlines "^1.0.0" +conventional-commits-parser@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-3.2.1.tgz#ba44f0b3b6588da2ee9fd8da508ebff50d116ce2" + integrity sha512-OG9kQtmMZBJD/32NEw5IhN5+HnBqVjy03eC+I71I0oQRFA5rOgA4OtPOYG7mz1GkCfCNxn3gKIX8EiHJYuf1cA== + dependencies: + JSONStream "^1.0.4" + is-text-path "^1.0.1" + lodash "^4.17.15" + meow "^8.0.0" + split2 "^3.0.0" + through2 "^4.0.0" + trim-off-newlines "^1.0.0" + convert-source-map@^1.5.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0: version "1.7.0" resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442" @@ -4451,6 +4463,11 @@ dargs@^4.0.1: dependencies: number-is-nan "^1.0.0" +dargs@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/dargs/-/dargs-7.0.0.tgz#04015c41de0bcb69ec84050f3d9be0caf8d6d5cc" + integrity sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg== + dashdash@^1.12.0: version "1.14.1" resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0" @@ -5687,7 +5704,7 @@ figures@^2.0.0: dependencies: escape-string-regexp "^1.0.5" -figures@^3.0.0, figures@^3.2.0: +figures@^3.0.0: version "3.2.0" resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af" integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg== @@ -6308,6 +6325,17 @@ git-raw-commits@2.0.0: split2 "^2.0.0" through2 "^2.0.0" +git-raw-commits@^2.0.10: + version "2.0.10" + resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.10.tgz#e2255ed9563b1c9c3ea6bd05806410290297bbc1" + integrity sha512-sHhX5lsbG9SOO6yXdlwgEMQ/ljIn7qMpAbJZCGfXX2fq5T8M5SrDnpYk9/4HswTildcIqatsWa91vty6VhWSaQ== + dependencies: + dargs "^7.0.0" + lodash "^4.17.15" + meow "^8.0.0" + split2 "^3.0.0" + through2 "^4.0.0" + git-remote-origin-url@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/git-remote-origin-url/-/git-remote-origin-url-2.0.0.tgz#5282659dae2107145a11126112ad3216ec5fa65f" @@ -7109,17 +7137,6 @@ ini@^1.3.2, ini@^1.3.4, ini@^1.3.5, ini@~1.3.0: resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.7.tgz#a09363e1911972ea16d7a8851005d84cf09a9a84" integrity sha512-iKpRpXP+CrP2jyrxvg1kMUpXDyRUFDWurxbnVT1vQPx+Wz9uCYsMIqYuSBLV+PAaZG/d7kRLKRFc9oDMsH+mFQ== -inquirer-autocomplete-prompt@^1.0.2: - version "1.1.0" - resolved "https://registry.yarnpkg.com/inquirer-autocomplete-prompt/-/inquirer-autocomplete-prompt-1.1.0.tgz#e7745b49122e56b483659c91328a2c3fca33ffd6" - integrity sha512-mrSeUSFGnTSid/DCKG+E+IcN4MaOnT2bW7NuSagZAguD4k3hZ0UladdYNP4EstZOwgeqv0C3M1zYa1QIIf0Oyg== - dependencies: - ansi-escapes "^4.3.1" - chalk "^4.0.0" - figures "^3.2.0" - run-async "^2.4.0" - rxjs "^6.6.2" - inquirer@^7.3.3: version "7.3.3" resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.3.tgz#04d176b2af04afc157a83fd7c100e98ee0aad003" @@ -7602,6 +7619,11 @@ is-unc-path@^1.0.0: dependencies: unc-path-regex "^0.1.2" +is-unicode-supported@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7" + integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw== + is-upper-case@^1.1.0: version "1.1.2" resolved "https://registry.yarnpkg.com/is-upper-case/-/is-upper-case-1.1.2.tgz#8d0b1fa7e7933a1e58483600ec7d9661cbaf756f" @@ -8525,6 +8547,14 @@ log-symbols@^4.0.0: dependencies: chalk "^4.0.0" +log-symbols@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503" + integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg== + dependencies: + chalk "^4.1.0" + is-unicode-supported "^0.1.0" + log4js@^4.0.0: version "4.5.1" resolved "https://registry.yarnpkg.com/log4js/-/log4js-4.5.1.tgz#e543625e97d9e6f3e6e7c9fc196dd6ab2cae30b5" @@ -9706,17 +9736,18 @@ optionator@^0.8.1: type-check "~0.3.2" wordwrap "~1.0.0" -ora@5.3.0, ora@^5.0.0, ora@^5.1.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/ora/-/ora-5.3.0.tgz#fb832899d3a1372fe71c8b2c534bbfe74961bb6f" - integrity sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g== +ora@5.4.0: + version "5.4.0" + resolved "https://registry.yarnpkg.com/ora/-/ora-5.4.0.tgz#42eda4855835b9cd14d33864c97a3c95a3f56bf4" + integrity sha512-1StwyXQGoU6gdjYkyVcqOLnVlbKj+6yPNNOxJVgpt9t4eksKjiriiHuxktLYkgllwk+D6MbC4ihH84L1udRXPg== dependencies: - bl "^4.0.3" + bl "^4.1.0" chalk "^4.1.0" cli-cursor "^3.1.0" cli-spinners "^2.5.0" is-interactive "^1.0.0" - log-symbols "^4.0.0" + is-unicode-supported "^0.1.0" + log-symbols "^4.1.0" strip-ansi "^6.0.0" wcwidth "^1.0.1" @@ -9732,6 +9763,20 @@ ora@^3.4.0: strip-ansi "^5.2.0" wcwidth "^1.0.1" +ora@^5.0.0, ora@^5.1.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/ora/-/ora-5.3.0.tgz#fb832899d3a1372fe71c8b2c534bbfe74961bb6f" + integrity sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g== + dependencies: + bl "^4.0.3" + chalk "^4.1.0" + cli-cursor "^3.1.0" + cli-spinners "^2.5.0" + is-interactive "^1.0.0" + log-symbols "^4.0.0" + strip-ansi "^6.0.0" + wcwidth "^1.0.1" + ordered-read-streams@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz#77c0cb37c41525d64166d990ffad7ec6a0e1363e" @@ -10773,7 +10818,7 @@ readable-stream@1.1.x: isarray "0.0.1" string_decoder "~0.10.x" -readable-stream@3, readable-stream@^3.1.1, readable-stream@^3.4.0, readable-stream@^3.6.0: +readable-stream@3, readable-stream@^3.0.0, readable-stream@^3.1.1, readable-stream@^3.4.0, readable-stream@^3.6.0: version "3.6.0" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== @@ -11345,7 +11390,7 @@ rxjs-tslint-rules@^4.33.1: tsutils "^3.0.0" tsutils-etc "^1.2.2" -rxjs@6.6.6, rxjs@^6.4.0, rxjs@^6.5.3, rxjs@^6.6.0, rxjs@^6.6.2, rxjs@^6.6.6: +rxjs@6.6.6, rxjs@^6.4.0, rxjs@^6.5.3, rxjs@^6.6.0, rxjs@^6.6.6: version "6.6.6" resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.6.tgz#14d8417aa5a07c5e633995b525e1e3c0dec03b70" integrity sha512-/oTwee4N4iWzAMAL9xdGKjkEHmIwupR3oXbQjCKywF1BeFohswF3vZdogbmEF6pZkOsXTzWkrZszrWpQTByYVg== @@ -11994,6 +12039,13 @@ split2@^2.0.0: dependencies: through2 "^2.0.2" +split2@^3.0.0: + version "3.2.2" + resolved "https://registry.yarnpkg.com/split2/-/split2-3.2.2.tgz#bf2cf2a37d838312c249c89206fd7a17dd12365f" + integrity sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg== + dependencies: + readable-stream "^3.0.0" + split@0.3: version "0.3.3" resolved "https://registry.yarnpkg.com/split/-/split-0.3.3.tgz#cd0eea5e63a211dfff7eb0f091c4133e2d0dd28f" @@ -12911,11 +12963,6 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@4.1.5, typescript@~4.1.2: - version "4.1.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72" - integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA== - typescript@4.2.3, typescript@^3.2.2, typescript@~4.2.3: version "4.2.3" resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3" @@ -13730,7 +13777,7 @@ yargs-parser@^5.0.0: camelcase "^3.0.0" object.assign "^4.1.0" -yargs@16.2.0, yargs@^16.0.0, yargs@^16.1.1, yargs@^16.2.0: +yargs@16.2.0, yargs@^16.0.0, yargs@^16.2.0: version "16.2.0" resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66" integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==