Skip to content

Commit 06dabae

Browse files
crisbetommalerba
authored andcommitted
build: bump Angular dependencies to latest versions (#18137)
Bumps the Angular-related dependencies to their latest versions.
1 parent a744dc3 commit 06dabae

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+216
-216
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@
4343
},
4444
"version": "9.0.0-rc.7",
4545
"dependencies": {
46-
"@angular/animations": "^9.0.0-rc.7",
47-
"@angular/common": "^9.0.0-rc.7",
48-
"@angular/compiler": "^9.0.0-rc.7",
49-
"@angular/core": "^9.0.0-rc.7",
50-
"@angular/elements": "^9.0.0-rc.7",
51-
"@angular/forms": "^9.0.0-rc.7",
52-
"@angular/platform-browser": "^9.0.0-rc.7",
46+
"@angular/animations": "^9.0.0-rc.8",
47+
"@angular/common": "^9.0.0-rc.8",
48+
"@angular/compiler": "^9.0.0-rc.8",
49+
"@angular/core": "^9.0.0-rc.8",
50+
"@angular/elements": "^9.0.0-rc.8",
51+
"@angular/forms": "^9.0.0-rc.8",
52+
"@angular/platform-browser": "^9.0.0-rc.8",
5353
"@types/googlemaps": "^3.37.0",
5454
"@types/youtube": "^0.0.38",
5555
"@webcomponents/custom-elements": "^1.1.0",
@@ -61,13 +61,13 @@
6161
"zone.js": "~0.10.2"
6262
},
6363
"devDependencies": {
64-
"@angular-devkit/core": "^9.0.0-rc.6",
65-
"@angular-devkit/schematics": "^9.0.0-rc.6",
66-
"@angular/bazel": "^9.0.0-rc.7",
67-
"@angular/compiler-cli": "^9.0.0-rc.7",
68-
"@angular/platform-browser-dynamic": "^9.0.0-rc.7",
69-
"@angular/platform-server": "^9.0.0-rc.7",
70-
"@angular/router": "^9.0.0-rc.7",
64+
"@angular-devkit/core": "^9.0.0-rc.8",
65+
"@angular-devkit/schematics": "^9.0.0-rc.8",
66+
"@angular/bazel": "^9.0.0-rc.8",
67+
"@angular/compiler-cli": "^9.0.0-rc.8",
68+
"@angular/platform-browser-dynamic": "^9.0.0-rc.8",
69+
"@angular/platform-server": "^9.0.0-rc.8",
70+
"@angular/router": "^9.0.0-rc.8",
7171
"@bazel/bazel": "^1.1.0",
7272
"@bazel/buildifier": "^0.29.0",
7373
"@bazel/ibazel": "^0.10.3",
@@ -77,7 +77,7 @@
7777
"@bazel/typescript": "1.0.0",
7878
"@firebase/app-types": "^0.3.2",
7979
"@octokit/rest": "^16.28.7",
80-
"@schematics/angular": "^9.0.0-rc.6",
80+
"@schematics/angular": "^9.0.0-rc.8",
8181
"@types/browser-sync": "^2.26.1",
8282
"@types/fs-extra": "^4.0.3",
8383
"@types/glob": "^5.0.33",

tools/public_api_guard/cdk/a11y.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ export declare class CdkAriaLive implements OnDestroy {
2828
politeness: AriaLivePoliteness;
2929
constructor(_elementRef: ElementRef, _liveAnnouncer: LiveAnnouncer, _contentObserver: ContentObserver, _ngZone: NgZone);
3030
ngOnDestroy(): void;
31-
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkAriaLive, "[cdkAriaLive]", ["cdkAriaLive"], { 'politeness': "cdkAriaLive" }, {}, never>;
31+
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkAriaLive, "[cdkAriaLive]", ["cdkAriaLive"], { "politeness": "cdkAriaLive"; }, {}, never>;
3232
static ɵfac: i0.ɵɵFactoryDef<CdkAriaLive>;
3333
}
3434

3535
export declare class CdkMonitorFocus implements OnDestroy {
3636
cdkFocusChange: EventEmitter<FocusOrigin>;
3737
constructor(_elementRef: ElementRef<HTMLElement>, _focusMonitor: FocusMonitor);
3838
ngOnDestroy(): void;
39-
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkMonitorFocus, "[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]", never, {}, { 'cdkFocusChange': "cdkFocusChange" }, never>;
39+
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkMonitorFocus, "[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]", never, {}, { "cdkFocusChange": "cdkFocusChange"; }, never>;
4040
static ɵfac: i0.ɵɵFactoryDef<CdkMonitorFocus>;
4141
}
4242

@@ -50,7 +50,7 @@ export declare class CdkTrapFocus implements OnDestroy, AfterContentInit, DoChec
5050
ngOnDestroy(): void;
5151
static ngAcceptInputType_autoCapture: BooleanInput;
5252
static ngAcceptInputType_enabled: BooleanInput;
53-
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkTrapFocus, "[cdkTrapFocus]", ["cdkTrapFocus"], { 'enabled': "cdkTrapFocus", 'autoCapture': "cdkTrapFocusAutoCapture" }, {}, never>;
53+
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkTrapFocus, "[cdkTrapFocus]", ["cdkTrapFocus"], { "enabled": "cdkTrapFocus"; "autoCapture": "cdkTrapFocusAutoCapture"; }, {}, never>;
5454
static ɵfac: i0.ɵɵFactoryDef<CdkTrapFocus>;
5555
}
5656

tools/public_api_guard/cdk/accordion.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export declare class CdkAccordion implements OnDestroy, OnChanges {
88
ngOnDestroy(): void;
99
openAll(): void;
1010
static ngAcceptInputType_multi: BooleanInput;
11-
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkAccordion, "cdk-accordion, [cdkAccordion]", ["cdkAccordion"], { 'multi': "multi" }, {}, never>;
11+
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkAccordion, "cdk-accordion, [cdkAccordion]", ["cdkAccordion"], { "multi": "multi"; }, {}, never>;
1212
static ɵfac: i0.ɵɵFactoryDef<CdkAccordion>;
1313
}
1414

@@ -29,7 +29,7 @@ export declare class CdkAccordionItem implements OnDestroy {
2929
toggle(): void;
3030
static ngAcceptInputType_disabled: BooleanInput;
3131
static ngAcceptInputType_expanded: BooleanInput;
32-
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkAccordionItem, "cdk-accordion-item, [cdkAccordionItem]", ["cdkAccordionItem"], { 'expanded': "expanded", 'disabled': "disabled" }, { 'closed': "closed", 'opened': "opened", 'destroyed': "destroyed", 'expandedChange': "expandedChange" }, never>;
32+
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkAccordionItem, "cdk-accordion-item, [cdkAccordionItem]", ["cdkAccordionItem"], { "expanded": "expanded"; "disabled": "disabled"; }, { "closed": "closed"; "opened": "opened"; "destroyed": "destroyed"; "expandedChange": "expandedChange"; }, never>;
3333
static ɵfac: i0.ɵɵFactoryDef<CdkAccordionItem>;
3434
}
3535

tools/public_api_guard/cdk/bidi.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export declare class Dir implements Directionality, AfterContentInit, OnDestroy
1010
readonly value: Direction;
1111
ngAfterContentInit(): void;
1212
ngOnDestroy(): void;
13-
static ɵdir: i0.ɵɵDirectiveDefWithMeta<Dir, "[dir]", ["dir"], { 'dir': "dir" }, { 'change': "dirChange" }, never>;
13+
static ɵdir: i0.ɵɵDirectiveDefWithMeta<Dir, "[dir]", ["dir"], { "dir": "dir"; }, { "change": "dirChange"; }, never>;
1414
static ɵfac: i0.ɵɵFactoryDef<Dir>;
1515
}
1616

tools/public_api_guard/cdk/clipboard.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export declare class CdkCopyToClipboard {
66
constructor(_clipboard: Clipboard,
77
_ngZone?: NgZone | undefined, config?: CdkCopyToClipboardConfig);
88
copy(attempts?: number): void;
9-
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkCopyToClipboard, "[cdkCopyToClipboard]", never, { 'text': "cdkCopyToClipboard", 'attempts': "cdkCopyToClipboardAttempts" }, { 'copied': "cdkCopyToClipboardCopied", '_deprecatedCopied': "copied" }, never>;
9+
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkCopyToClipboard, "[cdkCopyToClipboard]", never, { "text": "cdkCopyToClipboard"; "attempts": "cdkCopyToClipboardAttempts"; }, { "copied": "cdkCopyToClipboardCopied"; "_deprecatedCopied": "copied"; }, never>;
1010
static ɵfac: i0.ɵɵFactoryDef<CdkCopyToClipboard>;
1111
}
1212

tools/public_api_guard/cdk/drag-drop.d.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export declare class CdkDrag<T = any> implements AfterViewInit, OnChanges, OnDes
4747
ngOnDestroy(): void;
4848
reset(): void;
4949
static ngAcceptInputType_disabled: BooleanInput;
50-
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkDrag<any>, "[cdkDrag]", ["cdkDrag"], { 'data': "cdkDragData", 'lockAxis': "cdkDragLockAxis", 'rootElementSelector': "cdkDragRootElement", 'boundaryElement': "cdkDragBoundary", 'dragStartDelay': "cdkDragStartDelay", 'freeDragPosition': "cdkDragFreeDragPosition", 'disabled': "cdkDragDisabled", 'constrainPosition': "cdkDragConstrainPosition", 'previewClass': "cdkDragPreviewClass" }, { 'started': "cdkDragStarted", 'released': "cdkDragReleased", 'ended': "cdkDragEnded", 'entered': "cdkDragEntered", 'exited': "cdkDragExited", 'dropped': "cdkDragDropped", 'moved': "cdkDragMoved" }, ["_previewTemplate", "_placeholderTemplate", "_handles"]>;
50+
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkDrag<any>, "[cdkDrag]", ["cdkDrag"], { "data": "cdkDragData"; "lockAxis": "cdkDragLockAxis"; "rootElementSelector": "cdkDragRootElement"; "boundaryElement": "cdkDragBoundary"; "dragStartDelay": "cdkDragStartDelay"; "freeDragPosition": "cdkDragFreeDragPosition"; "disabled": "cdkDragDisabled"; "constrainPosition": "cdkDragConstrainPosition"; "previewClass": "cdkDragPreviewClass"; }, { "started": "cdkDragStarted"; "released": "cdkDragReleased"; "ended": "cdkDragEnded"; "entered": "cdkDragEntered"; "exited": "cdkDragExited"; "dropped": "cdkDragDropped"; "moved": "cdkDragMoved"; }, ["_previewTemplate", "_placeholderTemplate", "_handles"]>;
5151
static ɵfac: i0.ɵɵFactoryDef<CdkDrag<any>>;
5252
}
5353

@@ -91,7 +91,7 @@ export declare class CdkDragHandle implements OnDestroy {
9191
constructor(element: ElementRef<HTMLElement>, parentDrag?: any);
9292
ngOnDestroy(): void;
9393
static ngAcceptInputType_disabled: BooleanInput;
94-
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkDragHandle, "[cdkDragHandle]", never, { 'disabled': "cdkDragHandleDisabled" }, {}, never>;
94+
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkDragHandle, "[cdkDragHandle]", never, { "disabled": "cdkDragHandleDisabled"; }, {}, never>;
9595
static ɵfac: i0.ɵɵFactoryDef<CdkDragHandle>;
9696
}
9797

@@ -116,15 +116,15 @@ export declare class CdkDragPlaceholder<T = any> {
116116
data: T;
117117
templateRef: TemplateRef<T>;
118118
constructor(templateRef: TemplateRef<T>);
119-
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkDragPlaceholder<any>, "ng-template[cdkDragPlaceholder]", never, { 'data': "data" }, {}, never>;
119+
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkDragPlaceholder<any>, "ng-template[cdkDragPlaceholder]", never, { "data": "data"; }, {}, never>;
120120
static ɵfac: i0.ɵɵFactoryDef<CdkDragPlaceholder<any>>;
121121
}
122122

123123
export declare class CdkDragPreview<T = any> {
124124
data: T;
125125
templateRef: TemplateRef<T>;
126126
constructor(templateRef: TemplateRef<T>);
127-
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkDragPreview<any>, "ng-template[cdkDragPreview]", never, { 'data': "data" }, {}, never>;
127+
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkDragPreview<any>, "ng-template[cdkDragPreview]", never, { "data": "data"; }, {}, never>;
128128
static ɵfac: i0.ɵɵFactoryDef<CdkDragPreview<any>>;
129129
}
130130

@@ -172,7 +172,7 @@ export declare class CdkDropList<T = any> implements AfterContentInit, OnDestroy
172172
static ngAcceptInputType_autoScrollDisabled: BooleanInput;
173173
static ngAcceptInputType_disabled: BooleanInput;
174174
static ngAcceptInputType_sortingDisabled: BooleanInput;
175-
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkDropList<any>, "[cdkDropList], cdk-drop-list", ["cdkDropList"], { 'connectedTo': "cdkDropListConnectedTo", 'data': "cdkDropListData", 'orientation': "cdkDropListOrientation", 'id': "id", 'lockAxis': "cdkDropListLockAxis", 'disabled': "cdkDropListDisabled", 'sortingDisabled': "cdkDropListSortingDisabled", 'enterPredicate': "cdkDropListEnterPredicate", 'autoScrollDisabled': "cdkDropListAutoScrollDisabled" }, { 'dropped': "cdkDropListDropped", 'entered': "cdkDropListEntered", 'exited': "cdkDropListExited", 'sorted': "cdkDropListSorted" }, ["_draggables"]>;
175+
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkDropList<any>, "[cdkDropList], cdk-drop-list", ["cdkDropList"], { "connectedTo": "cdkDropListConnectedTo"; "data": "cdkDropListData"; "orientation": "cdkDropListOrientation"; "id": "id"; "lockAxis": "cdkDropListLockAxis"; "disabled": "cdkDropListDisabled"; "sortingDisabled": "cdkDropListSortingDisabled"; "enterPredicate": "cdkDropListEnterPredicate"; "autoScrollDisabled": "cdkDropListAutoScrollDisabled"; }, { "dropped": "cdkDropListDropped"; "entered": "cdkDropListEntered"; "exited": "cdkDropListExited"; "sorted": "cdkDropListSorted"; }, ["_draggables"]>;
176176
static ɵfac: i0.ɵɵFactoryDef<CdkDropList<any>>;
177177
}
178178

@@ -181,7 +181,7 @@ export declare class CdkDropListGroup<T> implements OnDestroy {
181181
disabled: boolean;
182182
ngOnDestroy(): void;
183183
static ngAcceptInputType_disabled: BooleanInput;
184-
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkDropListGroup<any>, "[cdkDropListGroup]", ["cdkDropListGroup"], { 'disabled': "cdkDropListGroupDisabled" }, {}, never>;
184+
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkDropListGroup<any>, "[cdkDropListGroup]", ["cdkDropListGroup"], { "disabled": "cdkDropListGroupDisabled"; }, {}, never>;
185185
static ɵfac: i0.ɵɵFactoryDef<CdkDropListGroup<any>>;
186186
}
187187

tools/public_api_guard/cdk/observers.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export declare class CdkObserveContent implements AfterContentInit, OnDestroy {
77
ngOnDestroy(): void;
88
static ngAcceptInputType_debounce: BooleanInput;
99
static ngAcceptInputType_disabled: BooleanInput;
10-
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkObserveContent, "[cdkObserveContent]", ["cdkObserveContent"], { 'disabled': "cdkObserveContentDisabled", 'debounce': "debounce" }, { 'event': "cdkObserveContent" }, never>;
10+
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkObserveContent, "[cdkObserveContent]", ["cdkObserveContent"], { "disabled": "cdkObserveContentDisabled"; "debounce": "debounce"; }, { "event": "cdkObserveContent"; }, never>;
1111
static ɵfac: i0.ɵɵFactoryDef<CdkObserveContent>;
1212
}
1313

tools/public_api_guard/cdk/overlay.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export declare class CdkConnectedOverlay implements OnDestroy, OnChanges {
4141
static ngAcceptInputType_hasBackdrop: BooleanInput;
4242
static ngAcceptInputType_lockPosition: BooleanInput;
4343
static ngAcceptInputType_push: BooleanInput;
44-
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkConnectedOverlay, "[cdk-connected-overlay], [connected-overlay], [cdkConnectedOverlay]", ["cdkConnectedOverlay"], { 'origin': "cdkConnectedOverlayOrigin", 'positions': "cdkConnectedOverlayPositions", 'positionStrategy': "cdkConnectedOverlayPositionStrategy", 'offsetX': "cdkConnectedOverlayOffsetX", 'offsetY': "cdkConnectedOverlayOffsetY", 'width': "cdkConnectedOverlayWidth", 'height': "cdkConnectedOverlayHeight", 'minWidth': "cdkConnectedOverlayMinWidth", 'minHeight': "cdkConnectedOverlayMinHeight", 'backdropClass': "cdkConnectedOverlayBackdropClass", 'panelClass': "cdkConnectedOverlayPanelClass", 'viewportMargin': "cdkConnectedOverlayViewportMargin", 'scrollStrategy': "cdkConnectedOverlayScrollStrategy", 'open': "cdkConnectedOverlayOpen", 'transformOriginSelector': "cdkConnectedOverlayTransformOriginOn", 'hasBackdrop': "cdkConnectedOverlayHasBackdrop", 'lockPosition': "cdkConnectedOverlayLockPosition", 'flexibleDimensions': "cdkConnectedOverlayFlexibleDimensions", 'growAfterOpen': "cdkConnectedOverlayGrowAfterOpen", 'push': "cdkConnectedOverlayPush" }, { 'backdropClick': "backdropClick", 'positionChange': "positionChange", 'attach': "attach", 'detach': "detach", 'overlayKeydown': "overlayKeydown" }, never>;
44+
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkConnectedOverlay, "[cdk-connected-overlay], [connected-overlay], [cdkConnectedOverlay]", ["cdkConnectedOverlay"], { "origin": "cdkConnectedOverlayOrigin"; "positions": "cdkConnectedOverlayPositions"; "positionStrategy": "cdkConnectedOverlayPositionStrategy"; "offsetX": "cdkConnectedOverlayOffsetX"; "offsetY": "cdkConnectedOverlayOffsetY"; "width": "cdkConnectedOverlayWidth"; "height": "cdkConnectedOverlayHeight"; "minWidth": "cdkConnectedOverlayMinWidth"; "minHeight": "cdkConnectedOverlayMinHeight"; "backdropClass": "cdkConnectedOverlayBackdropClass"; "panelClass": "cdkConnectedOverlayPanelClass"; "viewportMargin": "cdkConnectedOverlayViewportMargin"; "scrollStrategy": "cdkConnectedOverlayScrollStrategy"; "open": "cdkConnectedOverlayOpen"; "transformOriginSelector": "cdkConnectedOverlayTransformOriginOn"; "hasBackdrop": "cdkConnectedOverlayHasBackdrop"; "lockPosition": "cdkConnectedOverlayLockPosition"; "flexibleDimensions": "cdkConnectedOverlayFlexibleDimensions"; "growAfterOpen": "cdkConnectedOverlayGrowAfterOpen"; "push": "cdkConnectedOverlayPush"; }, { "backdropClick": "backdropClick"; "positionChange": "positionChange"; "attach": "attach"; "detach": "detach"; "overlayKeydown": "overlayKeydown"; }, never>;
4545
static ɵfac: i0.ɵɵFactoryDef<CdkConnectedOverlay>;
4646
}
4747

tools/public_api_guard/cdk/portal.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export declare class CdkPortalOutlet extends BasePortalOutlet implements OnInit,
3333
ngOnDestroy(): void;
3434
ngOnInit(): void;
3535
static ngAcceptInputType_portal: Portal<any> | null | undefined | '';
36-
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkPortalOutlet, "[cdkPortalOutlet]", ["cdkPortalOutlet"], { 'portal': "cdkPortalOutlet" }, { 'attached': "attached" }, never>;
36+
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkPortalOutlet, "[cdkPortalOutlet]", ["cdkPortalOutlet"], { "portal": "cdkPortalOutlet"; }, { "attached": "attached"; }, never>;
3737
static ɵfac: i0.ɵɵFactoryDef<CdkPortalOutlet>;
3838
}
3939

@@ -80,7 +80,7 @@ export declare abstract class Portal<T> {
8080
export declare type PortalHost = PortalOutlet;
8181

8282
export declare class PortalHostDirective extends CdkPortalOutlet {
83-
static ɵdir: i0.ɵɵDirectiveDefWithMeta<PortalHostDirective, "[cdkPortalHost], [portalHost]", ["cdkPortalHost"], { 'portal': "cdkPortalHost" }, {}, never>;
83+
static ɵdir: i0.ɵɵDirectiveDefWithMeta<PortalHostDirective, "[cdkPortalHost], [portalHost]", ["cdkPortalHost"], { "portal": "cdkPortalHost"; }, {}, never>;
8484
static ɵfac: i0.ɵɵFactoryDef<PortalHostDirective>;
8585
}
8686

tools/public_api_guard/cdk/scrolling.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export declare class CdkFixedSizeVirtualScroll implements OnChanges {
4646
static ngAcceptInputType_itemSize: NumberInput;
4747
static ngAcceptInputType_maxBufferPx: NumberInput;
4848
static ngAcceptInputType_minBufferPx: NumberInput;
49-
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkFixedSizeVirtualScroll, "cdk-virtual-scroll-viewport[itemSize]", never, { 'itemSize': "itemSize", 'minBufferPx': "minBufferPx", 'maxBufferPx': "maxBufferPx" }, {}, never>;
49+
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkFixedSizeVirtualScroll, "cdk-virtual-scroll-viewport[itemSize]", never, { "itemSize": "itemSize"; "minBufferPx": "minBufferPx"; "maxBufferPx": "maxBufferPx"; }, {}, never>;
5050
static ɵfac: i0.ɵɵFactoryDef<CdkFixedSizeVirtualScroll>;
5151
}
5252

@@ -82,7 +82,7 @@ export declare class CdkVirtualForOf<T> implements CollectionViewer, DoCheck, On
8282
measureRangeSize(range: ListRange, orientation: 'horizontal' | 'vertical'): number;
8383
ngDoCheck(): void;
8484
ngOnDestroy(): void;
85-
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkVirtualForOf<any>, "[cdkVirtualFor][cdkVirtualForOf]", never, { 'cdkVirtualForOf': "cdkVirtualForOf", 'cdkVirtualForTrackBy': "cdkVirtualForTrackBy", 'cdkVirtualForTemplate': "cdkVirtualForTemplate", 'cdkVirtualForTemplateCacheSize': "cdkVirtualForTemplateCacheSize" }, {}, never>;
85+
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkVirtualForOf<any>, "[cdkVirtualFor][cdkVirtualForOf]", never, { "cdkVirtualForOf": "cdkVirtualForOf"; "cdkVirtualForTrackBy": "cdkVirtualForTrackBy"; "cdkVirtualForTemplate": "cdkVirtualForTemplate"; "cdkVirtualForTemplateCacheSize": "cdkVirtualForTemplateCacheSize"; }, {}, never>;
8686
static ɵfac: i0.ɵɵFactoryDef<CdkVirtualForOf<any>>;
8787
}
8888

@@ -124,7 +124,7 @@ export declare class CdkVirtualScrollViewport extends CdkScrollable implements O
124124
setRenderedContentOffset(offset: number, to?: 'to-start' | 'to-end'): void;
125125
setRenderedRange(range: ListRange): void;
126126
setTotalContentSize(size: number): void;
127-
static ɵcmp: i0.ɵɵComponentDefWithMeta<CdkVirtualScrollViewport, "cdk-virtual-scroll-viewport", never, { 'orientation': "orientation" }, { 'scrolledIndexChange': "scrolledIndexChange" }, never>;
127+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CdkVirtualScrollViewport, "cdk-virtual-scroll-viewport", never, { "orientation": "orientation"; }, { "scrolledIndexChange": "scrolledIndexChange"; }, never>;
128128
static ɵfac: i0.ɵɵFactoryDef<CdkVirtualScrollViewport>;
129129
}
130130

0 commit comments

Comments
 (0)