@angular/cdk 16.1.0-next.1 → 16.1.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (174) hide show
  1. package/a11y/index.d.ts +3 -3
  2. package/accordion/index.d.ts +2 -2
  3. package/bidi/index.d.ts +1 -1
  4. package/clipboard/index.d.ts +1 -1
  5. package/dialog/index.d.ts +1 -1
  6. package/drag-drop/index.d.ts +32 -57
  7. package/esm2022/a11y/a11y-module.mjs +6 -7
  8. package/esm2022/a11y/aria-describer/aria-describer.mjs +5 -6
  9. package/esm2022/a11y/focus-monitor/focus-monitor.mjs +9 -11
  10. package/esm2022/a11y/focus-trap/configurable-focus-trap-factory.mjs +5 -6
  11. package/esm2022/a11y/focus-trap/focus-trap-manager.mjs +5 -6
  12. package/esm2022/a11y/focus-trap/focus-trap.mjs +9 -11
  13. package/esm2022/a11y/high-contrast-mode/high-contrast-mode-detector.mjs +5 -6
  14. package/esm2022/a11y/input-modality/input-modality-detector.mjs +5 -6
  15. package/esm2022/a11y/interactivity-checker/interactivity-checker.mjs +5 -6
  16. package/esm2022/a11y/live-announcer/live-announcer.mjs +9 -11
  17. package/esm2022/accordion/accordion-item.mjs +5 -6
  18. package/esm2022/accordion/accordion-module.mjs +6 -7
  19. package/esm2022/accordion/accordion.mjs +5 -6
  20. package/esm2022/bidi/bidi-module.mjs +6 -7
  21. package/esm2022/bidi/dir.mjs +5 -6
  22. package/esm2022/bidi/directionality.mjs +5 -6
  23. package/esm2022/clipboard/clipboard-module.mjs +6 -7
  24. package/esm2022/clipboard/clipboard.mjs +5 -6
  25. package/esm2022/clipboard/copy-to-clipboard.mjs +5 -6
  26. package/esm2022/collections/unique-selection-dispatcher.mjs +5 -6
  27. package/esm2022/dialog/dialog-container.mjs +5 -6
  28. package/esm2022/dialog/dialog-module.mjs +6 -7
  29. package/esm2022/dialog/dialog.mjs +5 -6
  30. package/esm2022/drag-drop/directives/drag-handle.mjs +5 -6
  31. package/esm2022/drag-drop/directives/drag-placeholder.mjs +5 -6
  32. package/esm2022/drag-drop/directives/drag-preview.mjs +5 -6
  33. package/esm2022/drag-drop/directives/drag.mjs +12 -8
  34. package/esm2022/drag-drop/directives/drop-list-group.mjs +5 -6
  35. package/esm2022/drag-drop/directives/drop-list.mjs +7 -13
  36. package/esm2022/drag-drop/drag-drop-module.mjs +6 -7
  37. package/esm2022/drag-drop/drag-drop-registry.mjs +5 -6
  38. package/esm2022/drag-drop/drag-drop.mjs +5 -6
  39. package/esm2022/drag-drop/drag-events.mjs +1 -1
  40. package/esm2022/drag-drop/drag-ref.mjs +1 -1
  41. package/esm2022/drag-drop/drop-list-ref.mjs +1 -1
  42. package/esm2022/drag-drop/public-api.mjs +2 -2
  43. package/esm2022/layout/breakpoints-observer.mjs +5 -6
  44. package/esm2022/layout/layout-module.mjs +6 -7
  45. package/esm2022/layout/media-matcher.mjs +5 -6
  46. package/esm2022/listbox/listbox-module.mjs +6 -7
  47. package/esm2022/listbox/listbox.mjs +9 -11
  48. package/esm2022/menu/context-menu-trigger.mjs +9 -11
  49. package/esm2022/menu/menu-aim.mjs +9 -11
  50. package/esm2022/menu/menu-bar.mjs +5 -6
  51. package/esm2022/menu/menu-base.mjs +5 -6
  52. package/esm2022/menu/menu-group.mjs +5 -6
  53. package/esm2022/menu/menu-item-checkbox.mjs +5 -6
  54. package/esm2022/menu/menu-item-radio.mjs +5 -6
  55. package/esm2022/menu/menu-item-selectable.mjs +5 -6
  56. package/esm2022/menu/menu-item.mjs +5 -6
  57. package/esm2022/menu/menu-module.mjs +6 -7
  58. package/esm2022/menu/menu-stack.mjs +5 -6
  59. package/esm2022/menu/menu-trigger-base.mjs +5 -6
  60. package/esm2022/menu/menu-trigger.mjs +5 -6
  61. package/esm2022/menu/menu.mjs +5 -6
  62. package/esm2022/observers/observe-content.mjs +18 -22
  63. package/esm2022/observers/private/shared-resize-observer.mjs +5 -6
  64. package/esm2022/overlay/dispatchers/base-overlay-dispatcher.mjs +5 -6
  65. package/esm2022/overlay/dispatchers/overlay-keyboard-dispatcher.mjs +5 -6
  66. package/esm2022/overlay/dispatchers/overlay-outside-click-dispatcher.mjs +5 -6
  67. package/esm2022/overlay/fullscreen-overlay-container.mjs +5 -6
  68. package/esm2022/overlay/overlay-container.mjs +5 -6
  69. package/esm2022/overlay/overlay-directives.mjs +9 -11
  70. package/esm2022/overlay/overlay-module.mjs +6 -7
  71. package/esm2022/overlay/overlay-ref.mjs +1 -1
  72. package/esm2022/overlay/overlay.mjs +5 -6
  73. package/esm2022/overlay/position/flexible-connected-position-strategy.mjs +1 -1
  74. package/esm2022/overlay/position/global-position-strategy.mjs +1 -1
  75. package/esm2022/overlay/position/overlay-position-builder.mjs +5 -6
  76. package/esm2022/overlay/position/position-strategy.mjs +1 -1
  77. package/esm2022/overlay/scroll/close-scroll-strategy.mjs +1 -1
  78. package/esm2022/overlay/scroll/reposition-scroll-strategy.mjs +1 -1
  79. package/esm2022/overlay/scroll/scroll-strategy-options.mjs +5 -6
  80. package/esm2022/overlay/scroll/scroll-strategy.mjs +1 -1
  81. package/esm2022/platform/platform-module.mjs +6 -7
  82. package/esm2022/platform/platform.mjs +5 -6
  83. package/esm2022/portal/portal-directives.mjs +22 -27
  84. package/esm2022/scrolling/fixed-size-virtual-scroll.mjs +5 -6
  85. package/esm2022/scrolling/scroll-dispatcher.mjs +5 -6
  86. package/esm2022/scrolling/scrollable.mjs +5 -6
  87. package/esm2022/scrolling/scrolling-module.mjs +11 -13
  88. package/esm2022/scrolling/viewport-ruler.mjs +5 -6
  89. package/esm2022/scrolling/virtual-for-of.mjs +5 -6
  90. package/esm2022/scrolling/virtual-scroll-strategy.mjs +1 -1
  91. package/esm2022/scrolling/virtual-scroll-viewport.mjs +5 -6
  92. package/esm2022/scrolling/virtual-scrollable-element.mjs +5 -6
  93. package/esm2022/scrolling/virtual-scrollable-window.mjs +5 -6
  94. package/esm2022/scrolling/virtual-scrollable.mjs +5 -6
  95. package/esm2022/stepper/step-header.mjs +5 -6
  96. package/esm2022/stepper/step-label.mjs +5 -6
  97. package/esm2022/stepper/stepper-button.mjs +9 -11
  98. package/esm2022/stepper/stepper-module.mjs +6 -7
  99. package/esm2022/stepper/stepper.mjs +14 -11
  100. package/esm2022/table/cell.mjs +29 -36
  101. package/esm2022/table/coalesced-style-scheduler.mjs +5 -6
  102. package/esm2022/table/row.mjs +37 -46
  103. package/esm2022/table/table-module.mjs +6 -7
  104. package/esm2022/table/table.mjs +25 -31
  105. package/esm2022/table/text-column.mjs +5 -6
  106. package/esm2022/text-field/autofill.mjs +9 -11
  107. package/esm2022/text-field/autosize.mjs +5 -6
  108. package/esm2022/text-field/text-field-module.mjs +6 -7
  109. package/esm2022/tree/nested-node.mjs +5 -6
  110. package/esm2022/tree/node.mjs +5 -6
  111. package/esm2022/tree/outlet.mjs +5 -6
  112. package/esm2022/tree/padding.mjs +5 -6
  113. package/esm2022/tree/toggle.mjs +5 -6
  114. package/esm2022/tree/tree-module.mjs +6 -7
  115. package/esm2022/tree/tree.mjs +9 -11
  116. package/esm2022/version.mjs +1 -1
  117. package/fesm2022/a11y.mjs +40 -40
  118. package/fesm2022/a11y.mjs.map +1 -1
  119. package/fesm2022/accordion.mjs +10 -10
  120. package/fesm2022/accordion.mjs.map +1 -1
  121. package/fesm2022/bidi.mjs +10 -10
  122. package/fesm2022/bidi.mjs.map +1 -1
  123. package/fesm2022/cdk.mjs +1 -1
  124. package/fesm2022/cdk.mjs.map +1 -1
  125. package/fesm2022/clipboard.mjs +10 -10
  126. package/fesm2022/clipboard.mjs.map +1 -1
  127. package/fesm2022/collections.mjs +3 -3
  128. package/fesm2022/collections.mjs.map +1 -1
  129. package/fesm2022/dialog.mjs +10 -10
  130. package/fesm2022/dialog.mjs.map +1 -1
  131. package/fesm2022/drag-drop.mjs +738 -738
  132. package/fesm2022/drag-drop.mjs.map +1 -1
  133. package/fesm2022/layout.mjs +10 -10
  134. package/fesm2022/layout.mjs.map +1 -1
  135. package/fesm2022/listbox.mjs +10 -10
  136. package/fesm2022/listbox.mjs.map +1 -1
  137. package/fesm2022/menu.mjs +49 -49
  138. package/fesm2022/menu.mjs.map +1 -1
  139. package/fesm2022/observers/private.mjs +3 -3
  140. package/fesm2022/observers/private.mjs.map +1 -1
  141. package/fesm2022/observers.mjs +13 -13
  142. package/fesm2022/observers.mjs.map +1 -1
  143. package/fesm2022/overlay.mjs +34 -34
  144. package/fesm2022/overlay.mjs.map +1 -1
  145. package/fesm2022/platform.mjs +7 -7
  146. package/fesm2022/platform.mjs.map +1 -1
  147. package/fesm2022/portal.mjs +16 -16
  148. package/fesm2022/portal.mjs.map +1 -1
  149. package/fesm2022/scrolling.mjs +35 -35
  150. package/fesm2022/scrolling.mjs.map +1 -1
  151. package/fesm2022/stepper.mjs +27 -22
  152. package/fesm2022/stepper.mjs.map +1 -1
  153. package/fesm2022/table.mjs +76 -76
  154. package/fesm2022/table.mjs.map +1 -1
  155. package/fesm2022/text-field.mjs +13 -13
  156. package/fesm2022/text-field.mjs.map +1 -1
  157. package/fesm2022/tree.mjs +25 -25
  158. package/fesm2022/tree.mjs.map +1 -1
  159. package/listbox/index.d.ts +2 -2
  160. package/menu/index.d.ts +12 -12
  161. package/observers/index.d.ts +1 -1
  162. package/overlay/index.d.ts +14 -44
  163. package/package.json +1 -1
  164. package/portal/index.d.ts +4 -4
  165. package/schematics/ng-add/index.js +1 -1
  166. package/schematics/ng-add/index.mjs +1 -1
  167. package/schematics/update-tool/target-version.js +2 -2
  168. package/schematics/update-tool/target-version.mjs +2 -2
  169. package/scrolling/index.d.ts +7 -7
  170. package/stepper/index.d.ts +8 -6
  171. package/table/index.d.ts +23 -23
  172. package/text-field/index.d.ts +2 -2
  173. package/tree/index.d.ts +7 -7
  174. package/esm2022/overlay/overlay-reference.mjs +0 -9
@@ -21,7 +21,6 @@ import { Observable } from 'rxjs';
21
21
  import { OnChanges } from '@angular/core';
22
22
  import { OnDestroy } from '@angular/core';
23
23
  import { Platform } from '@angular/cdk/platform';
24
- import { Portal } from '@angular/cdk/portal';
25
24
  import { PortalOutlet } from '@angular/cdk/portal';
26
25
  import { ScrollDispatcher } from '@angular/cdk/scrolling';
27
26
  import { SimpleChanges } from '@angular/core';
@@ -38,15 +37,15 @@ import { ViewportRuler } from '@angular/cdk/scrolling';
38
37
  */
39
38
  declare abstract class BaseOverlayDispatcher implements OnDestroy {
40
39
  /** Currently attached overlays in the order they were attached. */
41
- _attachedOverlays: OverlayReference[];
40
+ _attachedOverlays: OverlayRef[];
42
41
  protected _document: Document;
43
42
  protected _isAttached: boolean;
44
43
  constructor(document: any);
45
44
  ngOnDestroy(): void;
46
45
  /** Add a new overlay to the list of attached overlay refs. */
47
- add(overlayRef: OverlayReference): void;
46
+ add(overlayRef: OverlayRef): void;
48
47
  /** Remove an overlay from the list of attached overlay refs. */
49
- remove(overlayRef: OverlayReference): void;
48
+ remove(overlayRef: OverlayRef): void;
50
49
  /** Detaches the global event listener. */
51
50
  protected abstract detach(): void;
52
51
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseOverlayDispatcher, never>;
@@ -192,7 +191,7 @@ export declare class CdkConnectedOverlay implements OnDestroy, OnChanges {
192
191
  /** Detaches the overlay and unsubscribes to backdrop clicks if backdrop exists */
193
192
  private _detachOverlay;
194
193
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkConnectedOverlay, [null, null, null, null, { optional: true; }]>;
195
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkConnectedOverlay, "[cdk-connected-overlay], [connected-overlay], [cdkConnectedOverlay]", ["cdkConnectedOverlay"], { "origin": { "alias": "cdkConnectedOverlayOrigin"; "required": false; }; "positions": { "alias": "cdkConnectedOverlayPositions"; "required": false; }; "positionStrategy": { "alias": "cdkConnectedOverlayPositionStrategy"; "required": false; }; "offsetX": { "alias": "cdkConnectedOverlayOffsetX"; "required": false; }; "offsetY": { "alias": "cdkConnectedOverlayOffsetY"; "required": false; }; "width": { "alias": "cdkConnectedOverlayWidth"; "required": false; }; "height": { "alias": "cdkConnectedOverlayHeight"; "required": false; }; "minWidth": { "alias": "cdkConnectedOverlayMinWidth"; "required": false; }; "minHeight": { "alias": "cdkConnectedOverlayMinHeight"; "required": false; }; "backdropClass": { "alias": "cdkConnectedOverlayBackdropClass"; "required": false; }; "panelClass": { "alias": "cdkConnectedOverlayPanelClass"; "required": false; }; "viewportMargin": { "alias": "cdkConnectedOverlayViewportMargin"; "required": false; }; "scrollStrategy": { "alias": "cdkConnectedOverlayScrollStrategy"; "required": false; }; "open": { "alias": "cdkConnectedOverlayOpen"; "required": false; }; "disableClose": { "alias": "cdkConnectedOverlayDisableClose"; "required": false; }; "transformOriginSelector": { "alias": "cdkConnectedOverlayTransformOriginOn"; "required": false; }; "hasBackdrop": { "alias": "cdkConnectedOverlayHasBackdrop"; "required": false; }; "lockPosition": { "alias": "cdkConnectedOverlayLockPosition"; "required": false; }; "flexibleDimensions": { "alias": "cdkConnectedOverlayFlexibleDimensions"; "required": false; }; "growAfterOpen": { "alias": "cdkConnectedOverlayGrowAfterOpen"; "required": false; }; "push": { "alias": "cdkConnectedOverlayPush"; "required": false; }; }, { "backdropClick": "backdropClick"; "positionChange": "positionChange"; "attach": "attach"; "detach": "detach"; "overlayKeydown": "overlayKeydown"; "overlayOutsideClick": "overlayOutsideClick"; }, never, never, true, never>;
194
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkConnectedOverlay, "[cdk-connected-overlay], [connected-overlay], [cdkConnectedOverlay]", ["cdkConnectedOverlay"], { "origin": { "alias": "cdkConnectedOverlayOrigin"; "required": false; }; "positions": { "alias": "cdkConnectedOverlayPositions"; "required": false; }; "positionStrategy": { "alias": "cdkConnectedOverlayPositionStrategy"; "required": false; }; "offsetX": { "alias": "cdkConnectedOverlayOffsetX"; "required": false; }; "offsetY": { "alias": "cdkConnectedOverlayOffsetY"; "required": false; }; "width": { "alias": "cdkConnectedOverlayWidth"; "required": false; }; "height": { "alias": "cdkConnectedOverlayHeight"; "required": false; }; "minWidth": { "alias": "cdkConnectedOverlayMinWidth"; "required": false; }; "minHeight": { "alias": "cdkConnectedOverlayMinHeight"; "required": false; }; "backdropClass": { "alias": "cdkConnectedOverlayBackdropClass"; "required": false; }; "panelClass": { "alias": "cdkConnectedOverlayPanelClass"; "required": false; }; "viewportMargin": { "alias": "cdkConnectedOverlayViewportMargin"; "required": false; }; "scrollStrategy": { "alias": "cdkConnectedOverlayScrollStrategy"; "required": false; }; "open": { "alias": "cdkConnectedOverlayOpen"; "required": false; }; "disableClose": { "alias": "cdkConnectedOverlayDisableClose"; "required": false; }; "transformOriginSelector": { "alias": "cdkConnectedOverlayTransformOriginOn"; "required": false; }; "hasBackdrop": { "alias": "cdkConnectedOverlayHasBackdrop"; "required": false; }; "lockPosition": { "alias": "cdkConnectedOverlayLockPosition"; "required": false; }; "flexibleDimensions": { "alias": "cdkConnectedOverlayFlexibleDimensions"; "required": false; }; "growAfterOpen": { "alias": "cdkConnectedOverlayGrowAfterOpen"; "required": false; }; "push": { "alias": "cdkConnectedOverlayPush"; "required": false; }; }, { "backdropClick": "backdropClick"; "positionChange": "positionChange"; "attach": "attach"; "detach": "detach"; "overlayKeydown": "overlayKeydown"; "overlayOutsideClick": "overlayOutsideClick"; }, never, never, true, never, false>;
196
195
  }
197
196
 
198
197
  /**
@@ -206,7 +205,7 @@ export declare class CdkOverlayOrigin {
206
205
  /** Reference to the element on which the directive is applied. */
207
206
  elementRef: ElementRef);
208
207
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkOverlayOrigin, never>;
209
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkOverlayOrigin, "[cdk-overlay-origin], [overlay-origin], [cdkOverlayOrigin]", ["cdkOverlayOrigin"], {}, {}, never, never, true, never>;
208
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkOverlayOrigin, "[cdk-overlay-origin], [overlay-origin], [cdkOverlayOrigin]", ["cdkOverlayOrigin"], {}, {}, never, never, true, never, false>;
210
209
  }
211
210
 
212
211
  export { CdkScrollable }
@@ -224,7 +223,7 @@ export declare class CloseScrollStrategy implements ScrollStrategy {
224
223
  private _initialScrollPosition;
225
224
  constructor(_scrollDispatcher: ScrollDispatcher, _ngZone: NgZone, _viewportRuler: ViewportRuler, _config?: CloseScrollStrategyConfig | undefined);
226
225
  /** Attaches this scroll strategy to an overlay. */
227
- attach(overlayRef: OverlayReference): void;
226
+ attach(overlayRef: OverlayRef): void;
228
227
  /** Enables the closing of the attached overlay on scroll. */
229
228
  enable(): void;
230
229
  /** Disables the closing the attached overlay on scroll. */
@@ -369,7 +368,7 @@ export declare class FlexibleConnectedPositionStrategy implements PositionStrate
369
368
  get positions(): ConnectionPositionPair[];
370
369
  constructor(connectedTo: FlexibleConnectedPositionStrategyOrigin, _viewportRuler: ViewportRuler, _document: Document, _platform: Platform, _overlayContainer: OverlayContainer);
371
370
  /** Attaches this position strategy to an overlay. */
372
- attach(overlayRef: OverlayReference): void;
371
+ attach(overlayRef: OverlayRef): void;
373
372
  /**
374
373
  * Updates the position of the overlay element, using whichever preferred position relative
375
374
  * to the origin best fits on-screen.
@@ -587,7 +586,7 @@ export declare class GlobalPositionStrategy implements PositionStrategy {
587
586
  private _width;
588
587
  private _height;
589
588
  private _isDisposed;
590
- attach(overlayRef: OverlayReference): void;
589
+ attach(overlayRef: OverlayRef): void;
591
590
  /**
592
591
  * Sets the top position of the overlay. Clears any previously set vertical position.
593
592
  * @param value New top offset.
@@ -833,7 +832,7 @@ export declare class OverlayKeyboardDispatcher extends BaseOverlayDispatcher {
833
832
  /** @breaking-change 14.0.0 _ngZone will be required. */
834
833
  _ngZone?: NgZone | undefined);
835
834
  /** Add a new overlay to the list of attached overlay refs. */
836
- add(overlayRef: OverlayReference): void;
835
+ add(overlayRef: OverlayRef): void;
837
836
  /** Detaches the global keyboard event listener. */
838
837
  protected detach(): void;
839
838
  /** Keyboard event listener that will be attached to the body. */
@@ -864,7 +863,7 @@ export declare class OverlayOutsideClickDispatcher extends BaseOverlayDispatcher
864
863
  /** @breaking-change 14.0.0 _ngZone will be required. */
865
864
  _ngZone?: NgZone | undefined);
866
865
  /** Add a new overlay to the list of attached overlay refs. */
867
- add(overlayRef: OverlayReference): void;
866
+ add(overlayRef: OverlayRef): void;
868
867
  /** Detaches the global keyboard event listener. */
869
868
  protected detach(): void;
870
869
  private _addEventListeners;
@@ -900,7 +899,7 @@ export declare class OverlayPositionBuilder {
900
899
  * Reference to an overlay that has been created with the Overlay service.
901
900
  * Used to manipulate or dispose of said overlay.
902
901
  */
903
- export declare class OverlayRef implements PortalOutlet, OverlayReference {
902
+ export declare class OverlayRef implements PortalOutlet {
904
903
  private _portalOutlet;
905
904
  private _host;
906
905
  private _pane;
@@ -1011,35 +1010,6 @@ export declare class OverlayRef implements PortalOutlet, OverlayReference {
1011
1010
  private _disposeBackdrop;
1012
1011
  }
1013
1012
 
1014
- /**
1015
- * Basic interface for an overlay. Used to avoid circular type references between
1016
- * `OverlayRef`, `PositionStrategy` and `ScrollStrategy`, and `OverlayConfig`.
1017
- * @docs-private
1018
- */
1019
- declare interface OverlayReference {
1020
- attach: (portal: Portal<any>) => any;
1021
- detach: () => any;
1022
- dispose: () => void;
1023
- overlayElement: HTMLElement;
1024
- hostElement: HTMLElement;
1025
- backdropElement: HTMLElement | null;
1026
- getConfig: () => any;
1027
- hasAttached: () => boolean;
1028
- updateSize: (config: any) => void;
1029
- updatePosition: () => void;
1030
- getDirection: () => Direction;
1031
- setDirection: (dir: Direction | Directionality) => void;
1032
- backdropClick: () => Observable<MouseEvent>;
1033
- attachments: () => Observable<void>;
1034
- detachments: () => Observable<void>;
1035
- keydownEvents: () => Observable<KeyboardEvent>;
1036
- outsidePointerEvents: () => Observable<MouseEvent>;
1037
- addPanelClass: (classes: string | string[]) => void;
1038
- removePanelClass: (classes: string | string[]) => void;
1039
- readonly _outsidePointerEvents: Subject<MouseEvent>;
1040
- readonly _keydownEvents: Subject<KeyboardEvent>;
1041
- }
1042
-
1043
1013
  /** Size properties for an overlay. */
1044
1014
  export declare interface OverlaySizeConfig {
1045
1015
  width?: number | string;
@@ -1059,7 +1029,7 @@ declare interface Point {
1059
1029
  /** Strategy for setting the position on an overlay. */
1060
1030
  export declare interface PositionStrategy {
1061
1031
  /** Attaches this position strategy to an overlay. */
1062
- attach(overlayRef: OverlayReference): void;
1032
+ attach(overlayRef: OverlayRef): void;
1063
1033
  /** Updates the position of the overlay element. */
1064
1034
  apply(): void;
1065
1035
  /** Called when the overlay is detached. */
@@ -1080,7 +1050,7 @@ export declare class RepositionScrollStrategy implements ScrollStrategy {
1080
1050
  private _overlayRef;
1081
1051
  constructor(_scrollDispatcher: ScrollDispatcher, _viewportRuler: ViewportRuler, _ngZone: NgZone, _config?: RepositionScrollStrategyConfig | undefined);
1082
1052
  /** Attaches this scroll strategy to an overlay. */
1083
- attach(overlayRef: OverlayReference): void;
1053
+ attach(overlayRef: OverlayRef): void;
1084
1054
  /** Enables repositioning of the attached overlay on scroll. */
1085
1055
  enable(): void;
1086
1056
  /** Disables repositioning of the attached overlay on scroll. */
@@ -1141,7 +1111,7 @@ export declare interface ScrollStrategy {
1141
1111
  /** Disable this scroll strategy (called when the attached overlay is detached from a portal). */
1142
1112
  disable: () => void;
1143
1113
  /** Attaches this `ScrollStrategy` to an overlay. */
1144
- attach: (overlayRef: OverlayReference) => void;
1114
+ attach: (overlayRef: OverlayRef) => void;
1145
1115
  /** Detaches the scroll strategy from the current overlay. */
1146
1116
  detach?: () => void;
1147
1117
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/cdk",
3
- "version": "16.1.0-next.1",
3
+ "version": "16.1.0-rc.0",
4
4
  "description": "Angular Material Component Development Kit",
5
5
  "repository": {
6
6
  "type": "git",
package/portal/index.d.ts CHANGED
@@ -53,7 +53,7 @@ export declare abstract class BasePortalOutlet implements PortalOutlet {
53
53
  export declare class CdkPortal extends TemplatePortal {
54
54
  constructor(templateRef: TemplateRef<any>, viewContainerRef: ViewContainerRef);
55
55
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkPortal, never>;
56
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkPortal, "[cdkPortal]", ["cdkPortal"], {}, {}, never, never, false, never>;
56
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkPortal, "[cdkPortal]", ["cdkPortal"], {}, {}, never, never, false, never, false>;
57
57
  }
58
58
 
59
59
  /**
@@ -109,7 +109,7 @@ export declare class CdkPortalOutlet extends BasePortalOutlet implements OnInit,
109
109
  /** Gets the root node of the portal outlet. */
110
110
  private _getRootNode;
111
111
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkPortalOutlet, never>;
112
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkPortalOutlet, "[cdkPortalOutlet]", ["cdkPortalOutlet"], { "portal": { "alias": "cdkPortalOutlet"; "required": false; }; }, { "attached": "attached"; }, never, never, false, never>;
112
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkPortalOutlet, "[cdkPortalOutlet]", ["cdkPortalOutlet"], { "portal": { "alias": "cdkPortalOutlet"; "required": false; }; }, { "attached": "attached"; }, never, never, false, never, false>;
113
113
  }
114
114
 
115
115
  /**
@@ -254,7 +254,7 @@ export declare type PortalHost = PortalOutlet;
254
254
  */
255
255
  export declare class PortalHostDirective extends CdkPortalOutlet {
256
256
  static ɵfac: i0.ɵɵFactoryDeclaration<PortalHostDirective, never>;
257
- static ɵdir: i0.ɵɵDirectiveDeclaration<PortalHostDirective, "[cdkPortalHost], [portalHost]", ["cdkPortalHost"], { "portal": { "alias": "cdkPortalHost"; "required": false; }; }, {}, never, never, false, never>;
257
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PortalHostDirective, "[cdkPortalHost], [portalHost]", ["cdkPortalHost"], { "portal": { "alias": "cdkPortalHost"; "required": false; }; }, {}, never, never, false, never, false>;
258
258
  }
259
259
 
260
260
  /**
@@ -326,7 +326,7 @@ export declare class TemplatePortal<C = any> extends Portal<EmbeddedViewRef<C>>
326
326
  */
327
327
  export declare class TemplatePortalDirective extends CdkPortal {
328
328
  static ɵfac: i0.ɵɵFactoryDeclaration<TemplatePortalDirective, never>;
329
- static ɵdir: i0.ɵɵDirectiveDeclaration<TemplatePortalDirective, "[cdk-portal], [portal]", ["cdkPortal"], {}, {}, never, never, false, never>;
329
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TemplatePortalDirective, "[cdk-portal], [portal]", ["cdkPortal"], {}, {}, never, never, false, never, false>;
330
330
  }
331
331
 
332
332
  export { }
@@ -28,7 +28,7 @@ function default_1() {
28
28
  // In order to align the CDK version with other Angular dependencies that are setup by
29
29
  // `@schematics/angular`, we use tilde instead of caret. This is default for Angular
30
30
  // dependencies in new CLI projects.
31
- (0, package_config_1.addPackageToPackageJson)(host, '@angular/cdk', `~16.1.0-next.1`);
31
+ (0, package_config_1.addPackageToPackageJson)(host, '@angular/cdk', `~16.1.0-rc.0`);
32
32
  // Add a task to run the package manager. This is necessary because we updated the
33
33
  // workspace "package.json" file and we want lock files to reflect the new version range.
34
34
  context.addTask(new tasks_1.NodePackageInstallTask());
@@ -28,7 +28,7 @@ function default_1() {
28
28
  // In order to align the CDK version with other Angular dependencies that are setup by
29
29
  // `@schematics/angular`, we use tilde instead of caret. This is default for Angular
30
30
  // dependencies in new CLI projects.
31
- (0, package_config_1.addPackageToPackageJson)(host, '@angular/cdk', `~16.1.0-next.1`);
31
+ (0, package_config_1.addPackageToPackageJson)(host, '@angular/cdk', `~16.1.0-rc.0`);
32
32
  // Add a task to run the package manager. This is necessary because we updated the
33
33
  // workspace "package.json" file and we want lock files to reflect the new version range.
34
34
  context.addTask(new tasks_1.NodePackageInstallTask());
@@ -14,7 +14,7 @@ exports.getAllVersionNames = exports.TargetVersion = void 0;
14
14
  var TargetVersion;
15
15
  (function (TargetVersion) {
16
16
  TargetVersion["V16"] = "version 16";
17
- })(TargetVersion = exports.TargetVersion || (exports.TargetVersion = {}));
17
+ })(TargetVersion || (exports.TargetVersion = TargetVersion = {}));
18
18
  /**
19
19
  * Returns all versions that are supported by "ng update". The versions are determined
20
20
  * based on the "TargetVersion" enum.
@@ -25,4 +25,4 @@ function getAllVersionNames() {
25
25
  });
26
26
  }
27
27
  exports.getAllVersionNames = getAllVersionNames;
28
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LXZlcnNpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvY2RrL3NjaGVtYXRpY3MvdXBkYXRlLXRvb2wvdGFyZ2V0LXZlcnNpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBOzs7Ozs7R0FNRzs7O0FBRUgsMkVBQTJFO0FBQzNFLG1FQUFtRTtBQUNuRSw2Q0FBNkM7QUFDN0MsSUFBWSxhQUVYO0FBRkQsV0FBWSxhQUFhO0lBQ3ZCLG1DQUFrQixDQUFBO0FBQ3BCLENBQUMsRUFGVyxhQUFhLEdBQWIscUJBQWEsS0FBYixxQkFBYSxRQUV4QjtBQUVEOzs7R0FHRztBQUNILFNBQWdCLGtCQUFrQjtJQUNoQyxPQUFPLE1BQU0sQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDLENBQUMsTUFBTSxDQUFDLFNBQVMsQ0FBQyxFQUFFO1FBQ25ELE9BQU8sT0FBUSxhQUFvRCxDQUFDLFNBQVMsQ0FBQyxLQUFLLFFBQVEsQ0FBQztJQUM5RixDQUFDLENBQUMsQ0FBQztBQUNMLENBQUM7QUFKRCxnREFJQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG4vKiogUG9zc2libGUgdmVyc2lvbnMgdGhhdCBjYW4gYmUgYXV0b21hdGljYWxseSBtaWdyYXRlZCBieSBgbmcgdXBkYXRlYC4gKi9cbi8vIFVzZWQgaW4gYW4gYE9iamVjdC5rZXlzYCBjYWxsIGJlbG93IHNvIGl0IGNhbid0IGJlIGBjb25zdCBlbnVtYC5cbi8vIHRzbGludDpkaXNhYmxlLW5leHQtbGluZTpwcmVmZXItY29uc3QtZW51bVxuZXhwb3J0IGVudW0gVGFyZ2V0VmVyc2lvbiB7XG4gIFYxNiA9ICd2ZXJzaW9uIDE2Jyxcbn1cblxuLyoqXG4gKiBSZXR1cm5zIGFsbCB2ZXJzaW9ucyB0aGF0IGFyZSBzdXBwb3J0ZWQgYnkgXCJuZyB1cGRhdGVcIi4gVGhlIHZlcnNpb25zIGFyZSBkZXRlcm1pbmVkXG4gKiBiYXNlZCBvbiB0aGUgXCJUYXJnZXRWZXJzaW9uXCIgZW51bS5cbiAqL1xuZXhwb3J0IGZ1bmN0aW9uIGdldEFsbFZlcnNpb25OYW1lcygpOiBzdHJpbmdbXSB7XG4gIHJldHVybiBPYmplY3Qua2V5cyhUYXJnZXRWZXJzaW9uKS5maWx0ZXIoZW51bVZhbHVlID0+IHtcbiAgICByZXR1cm4gdHlwZW9mIChUYXJnZXRWZXJzaW9uIGFzIFJlY29yZDxzdHJpbmcsIHN0cmluZyB8IHVuZGVmaW5lZD4pW2VudW1WYWx1ZV0gPT09ICdzdHJpbmcnO1xuICB9KTtcbn1cbiJdfQ==
28
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LXZlcnNpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvY2RrL3NjaGVtYXRpY3MvdXBkYXRlLXRvb2wvdGFyZ2V0LXZlcnNpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBOzs7Ozs7R0FNRzs7O0FBRUgsMkVBQTJFO0FBQzNFLG1FQUFtRTtBQUNuRSw2Q0FBNkM7QUFDN0MsSUFBWSxhQUVYO0FBRkQsV0FBWSxhQUFhO0lBQ3ZCLG1DQUFrQixDQUFBO0FBQ3BCLENBQUMsRUFGVyxhQUFhLDZCQUFiLGFBQWEsUUFFeEI7QUFFRDs7O0dBR0c7QUFDSCxTQUFnQixrQkFBa0I7SUFDaEMsT0FBTyxNQUFNLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxTQUFTLENBQUMsRUFBRTtRQUNuRCxPQUFPLE9BQVEsYUFBb0QsQ0FBQyxTQUFTLENBQUMsS0FBSyxRQUFRLENBQUM7SUFDOUYsQ0FBQyxDQUFDLENBQUM7QUFDTCxDQUFDO0FBSkQsZ0RBSUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEBsaWNlbnNlXG4gKiBDb3B5cmlnaHQgR29vZ2xlIExMQyBBbGwgUmlnaHRzIFJlc2VydmVkLlxuICpcbiAqIFVzZSBvZiB0aGlzIHNvdXJjZSBjb2RlIGlzIGdvdmVybmVkIGJ5IGFuIE1JVC1zdHlsZSBsaWNlbnNlIHRoYXQgY2FuIGJlXG4gKiBmb3VuZCBpbiB0aGUgTElDRU5TRSBmaWxlIGF0IGh0dHBzOi8vYW5ndWxhci5pby9saWNlbnNlXG4gKi9cblxuLyoqIFBvc3NpYmxlIHZlcnNpb25zIHRoYXQgY2FuIGJlIGF1dG9tYXRpY2FsbHkgbWlncmF0ZWQgYnkgYG5nIHVwZGF0ZWAuICovXG4vLyBVc2VkIGluIGFuIGBPYmplY3Qua2V5c2AgY2FsbCBiZWxvdyBzbyBpdCBjYW4ndCBiZSBgY29uc3QgZW51bWAuXG4vLyB0c2xpbnQ6ZGlzYWJsZS1uZXh0LWxpbmU6cHJlZmVyLWNvbnN0LWVudW1cbmV4cG9ydCBlbnVtIFRhcmdldFZlcnNpb24ge1xuICBWMTYgPSAndmVyc2lvbiAxNicsXG59XG5cbi8qKlxuICogUmV0dXJucyBhbGwgdmVyc2lvbnMgdGhhdCBhcmUgc3VwcG9ydGVkIGJ5IFwibmcgdXBkYXRlXCIuIFRoZSB2ZXJzaW9ucyBhcmUgZGV0ZXJtaW5lZFxuICogYmFzZWQgb24gdGhlIFwiVGFyZ2V0VmVyc2lvblwiIGVudW0uXG4gKi9cbmV4cG9ydCBmdW5jdGlvbiBnZXRBbGxWZXJzaW9uTmFtZXMoKTogc3RyaW5nW10ge1xuICByZXR1cm4gT2JqZWN0LmtleXMoVGFyZ2V0VmVyc2lvbikuZmlsdGVyKGVudW1WYWx1ZSA9PiB7XG4gICAgcmV0dXJuIHR5cGVvZiAoVGFyZ2V0VmVyc2lvbiBhcyBSZWNvcmQ8c3RyaW5nLCBzdHJpbmcgfCB1bmRlZmluZWQ+KVtlbnVtVmFsdWVdID09PSAnc3RyaW5nJztcbiAgfSk7XG59XG4iXX0=
@@ -14,7 +14,7 @@ exports.getAllVersionNames = exports.TargetVersion = void 0;
14
14
  var TargetVersion;
15
15
  (function (TargetVersion) {
16
16
  TargetVersion["V16"] = "version 16";
17
- })(TargetVersion = exports.TargetVersion || (exports.TargetVersion = {}));
17
+ })(TargetVersion || (exports.TargetVersion = TargetVersion = {}));
18
18
  /**
19
19
  * Returns all versions that are supported by "ng update". The versions are determined
20
20
  * based on the "TargetVersion" enum.
@@ -25,4 +25,4 @@ function getAllVersionNames() {
25
25
  });
26
26
  }
27
27
  exports.getAllVersionNames = getAllVersionNames;
28
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LXZlcnNpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvY2RrL3NjaGVtYXRpY3MvdXBkYXRlLXRvb2wvdGFyZ2V0LXZlcnNpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBOzs7Ozs7R0FNRzs7O0FBRUgsMkVBQTJFO0FBQzNFLG1FQUFtRTtBQUNuRSw2Q0FBNkM7QUFDN0MsSUFBWSxhQUVYO0FBRkQsV0FBWSxhQUFhO0lBQ3ZCLG1DQUFrQixDQUFBO0FBQ3BCLENBQUMsRUFGVyxhQUFhLEdBQWIscUJBQWEsS0FBYixxQkFBYSxRQUV4QjtBQUVEOzs7R0FHRztBQUNILFNBQWdCLGtCQUFrQjtJQUNoQyxPQUFPLE1BQU0sQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDLENBQUMsTUFBTSxDQUFDLFNBQVMsQ0FBQyxFQUFFO1FBQ25ELE9BQU8sT0FBUSxhQUFvRCxDQUFDLFNBQVMsQ0FBQyxLQUFLLFFBQVEsQ0FBQztJQUM5RixDQUFDLENBQUMsQ0FBQztBQUNMLENBQUM7QUFKRCxnREFJQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG4vKiogUG9zc2libGUgdmVyc2lvbnMgdGhhdCBjYW4gYmUgYXV0b21hdGljYWxseSBtaWdyYXRlZCBieSBgbmcgdXBkYXRlYC4gKi9cbi8vIFVzZWQgaW4gYW4gYE9iamVjdC5rZXlzYCBjYWxsIGJlbG93IHNvIGl0IGNhbid0IGJlIGBjb25zdCBlbnVtYC5cbi8vIHRzbGludDpkaXNhYmxlLW5leHQtbGluZTpwcmVmZXItY29uc3QtZW51bVxuZXhwb3J0IGVudW0gVGFyZ2V0VmVyc2lvbiB7XG4gIFYxNiA9ICd2ZXJzaW9uIDE2Jyxcbn1cblxuLyoqXG4gKiBSZXR1cm5zIGFsbCB2ZXJzaW9ucyB0aGF0IGFyZSBzdXBwb3J0ZWQgYnkgXCJuZyB1cGRhdGVcIi4gVGhlIHZlcnNpb25zIGFyZSBkZXRlcm1pbmVkXG4gKiBiYXNlZCBvbiB0aGUgXCJUYXJnZXRWZXJzaW9uXCIgZW51bS5cbiAqL1xuZXhwb3J0IGZ1bmN0aW9uIGdldEFsbFZlcnNpb25OYW1lcygpOiBzdHJpbmdbXSB7XG4gIHJldHVybiBPYmplY3Qua2V5cyhUYXJnZXRWZXJzaW9uKS5maWx0ZXIoZW51bVZhbHVlID0+IHtcbiAgICByZXR1cm4gdHlwZW9mIChUYXJnZXRWZXJzaW9uIGFzIFJlY29yZDxzdHJpbmcsIHN0cmluZyB8IHVuZGVmaW5lZD4pW2VudW1WYWx1ZV0gPT09ICdzdHJpbmcnO1xuICB9KTtcbn1cbiJdfQ==
28
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LXZlcnNpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvY2RrL3NjaGVtYXRpY3MvdXBkYXRlLXRvb2wvdGFyZ2V0LXZlcnNpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBOzs7Ozs7R0FNRzs7O0FBRUgsMkVBQTJFO0FBQzNFLG1FQUFtRTtBQUNuRSw2Q0FBNkM7QUFDN0MsSUFBWSxhQUVYO0FBRkQsV0FBWSxhQUFhO0lBQ3ZCLG1DQUFrQixDQUFBO0FBQ3BCLENBQUMsRUFGVyxhQUFhLDZCQUFiLGFBQWEsUUFFeEI7QUFFRDs7O0dBR0c7QUFDSCxTQUFnQixrQkFBa0I7SUFDaEMsT0FBTyxNQUFNLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxTQUFTLENBQUMsRUFBRTtRQUNuRCxPQUFPLE9BQVEsYUFBb0QsQ0FBQyxTQUFTLENBQUMsS0FBSyxRQUFRLENBQUM7SUFDOUYsQ0FBQyxDQUFDLENBQUM7QUFDTCxDQUFDO0FBSkQsZ0RBSUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEBsaWNlbnNlXG4gKiBDb3B5cmlnaHQgR29vZ2xlIExMQyBBbGwgUmlnaHRzIFJlc2VydmVkLlxuICpcbiAqIFVzZSBvZiB0aGlzIHNvdXJjZSBjb2RlIGlzIGdvdmVybmVkIGJ5IGFuIE1JVC1zdHlsZSBsaWNlbnNlIHRoYXQgY2FuIGJlXG4gKiBmb3VuZCBpbiB0aGUgTElDRU5TRSBmaWxlIGF0IGh0dHBzOi8vYW5ndWxhci5pby9saWNlbnNlXG4gKi9cblxuLyoqIFBvc3NpYmxlIHZlcnNpb25zIHRoYXQgY2FuIGJlIGF1dG9tYXRpY2FsbHkgbWlncmF0ZWQgYnkgYG5nIHVwZGF0ZWAuICovXG4vLyBVc2VkIGluIGFuIGBPYmplY3Qua2V5c2AgY2FsbCBiZWxvdyBzbyBpdCBjYW4ndCBiZSBgY29uc3QgZW51bWAuXG4vLyB0c2xpbnQ6ZGlzYWJsZS1uZXh0LWxpbmU6cHJlZmVyLWNvbnN0LWVudW1cbmV4cG9ydCBlbnVtIFRhcmdldFZlcnNpb24ge1xuICBWMTYgPSAndmVyc2lvbiAxNicsXG59XG5cbi8qKlxuICogUmV0dXJucyBhbGwgdmVyc2lvbnMgdGhhdCBhcmUgc3VwcG9ydGVkIGJ5IFwibmcgdXBkYXRlXCIuIFRoZSB2ZXJzaW9ucyBhcmUgZGV0ZXJtaW5lZFxuICogYmFzZWQgb24gdGhlIFwiVGFyZ2V0VmVyc2lvblwiIGVudW0uXG4gKi9cbmV4cG9ydCBmdW5jdGlvbiBnZXRBbGxWZXJzaW9uTmFtZXMoKTogc3RyaW5nW10ge1xuICByZXR1cm4gT2JqZWN0LmtleXMoVGFyZ2V0VmVyc2lvbikuZmlsdGVyKGVudW1WYWx1ZSA9PiB7XG4gICAgcmV0dXJuIHR5cGVvZiAoVGFyZ2V0VmVyc2lvbiBhcyBSZWNvcmQ8c3RyaW5nLCBzdHJpbmcgfCB1bmRlZmluZWQ+KVtlbnVtVmFsdWVdID09PSAnc3RyaW5nJztcbiAgfSk7XG59XG4iXX0=
@@ -52,7 +52,7 @@ export declare class CdkFixedSizeVirtualScroll implements OnChanges {
52
52
  _scrollStrategy: FixedSizeVirtualScrollStrategy;
53
53
  ngOnChanges(): void;
54
54
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkFixedSizeVirtualScroll, never>;
55
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkFixedSizeVirtualScroll, "cdk-virtual-scroll-viewport[itemSize]", never, { "itemSize": { "alias": "itemSize"; "required": false; }; "minBufferPx": { "alias": "minBufferPx"; "required": false; }; "maxBufferPx": { "alias": "maxBufferPx"; "required": false; }; }, {}, never, never, true, never>;
55
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkFixedSizeVirtualScroll, "cdk-virtual-scroll-viewport[itemSize]", never, { "itemSize": { "alias": "itemSize"; "required": false; }; "minBufferPx": { "alias": "minBufferPx"; "required": false; }; "maxBufferPx": { "alias": "maxBufferPx"; "required": false; }; }, {}, never, never, true, never, false>;
56
56
  }
57
57
 
58
58
  /**
@@ -95,7 +95,7 @@ export declare class CdkScrollable implements OnInit, OnDestroy {
95
95
  */
96
96
  measureScrollOffset(from: 'top' | 'left' | 'right' | 'bottom' | 'start' | 'end'): number;
97
97
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkScrollable, [null, null, null, { optional: true; }]>;
98
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkScrollable, "[cdk-scrollable], [cdkScrollable]", never, {}, {}, never, never, true, never>;
98
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkScrollable, "[cdk-scrollable], [cdkScrollable]", never, {}, {}, never, never, true, never, false>;
99
99
  }
100
100
 
101
101
  export declare class CdkScrollableModule {
@@ -186,7 +186,7 @@ export declare class CdkVirtualForOf<T> implements CdkVirtualScrollRepeater<T>,
186
186
  private _updateComputedContextProperties;
187
187
  private _getEmbeddedViewArgs;
188
188
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkVirtualForOf<any>, [null, null, null, null, { skipSelf: true; }, null]>;
189
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkVirtualForOf<any>, "[cdkVirtualFor][cdkVirtualForOf]", never, { "cdkVirtualForOf": { "alias": "cdkVirtualForOf"; "required": false; }; "cdkVirtualForTrackBy": { "alias": "cdkVirtualForTrackBy"; "required": false; }; "cdkVirtualForTemplate": { "alias": "cdkVirtualForTemplate"; "required": false; }; "cdkVirtualForTemplateCacheSize": { "alias": "cdkVirtualForTemplateCacheSize"; "required": false; }; }, {}, never, never, true, never>;
189
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkVirtualForOf<any>, "[cdkVirtualFor][cdkVirtualForOf]", never, { "cdkVirtualForOf": { "alias": "cdkVirtualForOf"; "required": false; }; "cdkVirtualForTrackBy": { "alias": "cdkVirtualForTrackBy"; "required": false; }; "cdkVirtualForTemplate": { "alias": "cdkVirtualForTemplate"; "required": false; }; "cdkVirtualForTemplateCacheSize": { "alias": "cdkVirtualForTemplateCacheSize"; "required": false; }; }, {}, never, never, true, never, false>;
190
190
  }
191
191
 
192
192
  /** The context for an item rendered by `CdkVirtualForOf` */
@@ -227,7 +227,7 @@ export declare abstract class CdkVirtualScrollable extends CdkScrollable {
227
227
  */
228
228
  abstract measureBoundingClientRectWithScrollOffset(from: 'left' | 'top' | 'right' | 'bottom'): number;
229
229
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkVirtualScrollable, [null, null, null, { optional: true; }]>;
230
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkVirtualScrollable, never, never, {}, {}, never, never, false, never>;
230
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkVirtualScrollable, never, never, {}, {}, never, never, false, never, false>;
231
231
  }
232
232
 
233
233
  /**
@@ -237,7 +237,7 @@ export declare class CdkVirtualScrollableElement extends CdkVirtualScrollable {
237
237
  constructor(elementRef: ElementRef, scrollDispatcher: ScrollDispatcher, ngZone: NgZone, dir: Directionality);
238
238
  measureBoundingClientRectWithScrollOffset(from: 'left' | 'top' | 'right' | 'bottom'): number;
239
239
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkVirtualScrollableElement, [null, null, null, { optional: true; }]>;
240
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkVirtualScrollableElement, "[cdkVirtualScrollingElement]", never, {}, {}, never, never, true, never>;
240
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkVirtualScrollableElement, "[cdkVirtualScrollingElement]", never, {}, {}, never, never, true, never, false>;
241
241
  }
242
242
 
243
243
  /**
@@ -248,7 +248,7 @@ export declare class CdkVirtualScrollableWindow extends CdkVirtualScrollable {
248
248
  constructor(scrollDispatcher: ScrollDispatcher, ngZone: NgZone, dir: Directionality);
249
249
  measureBoundingClientRectWithScrollOffset(from: 'left' | 'top' | 'right' | 'bottom'): number;
250
250
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkVirtualScrollableWindow, [null, null, { optional: true; }]>;
251
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkVirtualScrollableWindow, "cdk-virtual-scroll-viewport[scrollWindow]", never, {}, {}, never, never, true, never>;
251
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkVirtualScrollableWindow, "cdk-virtual-scroll-viewport[scrollWindow]", never, {}, {}, never, never, true, never, false>;
252
252
  }
253
253
 
254
254
  /**
@@ -394,7 +394,7 @@ export declare class CdkVirtualScrollViewport extends CdkVirtualScrollable imple
394
394
  /** Calculates the `style.width` and `style.height` for the spacer element. */
395
395
  private _calculateSpacerSize;
396
396
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkVirtualScrollViewport, [null, null, null, { optional: true; }, { optional: true; }, null, null, { optional: true; }]>;
397
- static ɵcmp: i0.ɵɵComponentDeclaration<CdkVirtualScrollViewport, "cdk-virtual-scroll-viewport", never, { "orientation": { "alias": "orientation"; "required": false; }; "appendOnly": { "alias": "appendOnly"; "required": false; }; }, { "scrolledIndexChange": "scrolledIndexChange"; }, never, ["*"], true, never>;
397
+ static ɵcmp: i0.ɵɵComponentDeclaration<CdkVirtualScrollViewport, "cdk-virtual-scroll-viewport", never, { "orientation": { "alias": "orientation"; "required": false; }; "appendOnly": { "alias": "appendOnly"; "required": false; }; }, { "scrolledIndexChange": "scrolledIndexChange"; }, never, ["*"], true, never, false>;
398
398
  }
399
399
 
400
400
  /** Time in ms to throttle the resize events by default. */
@@ -127,7 +127,7 @@ export declare class CdkStep implements OnChanges {
127
127
  /** Determines whether the error state can be shown. */
128
128
  _showError(): boolean;
129
129
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkStep, [null, { optional: true; }]>;
130
- static ɵcmp: i0.ɵɵComponentDeclaration<CdkStep, "cdk-step", ["cdkStep"], { "stepControl": { "alias": "stepControl"; "required": false; }; "label": { "alias": "label"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "state": { "alias": "state"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "optional": { "alias": "optional"; "required": false; }; "completed": { "alias": "completed"; "required": false; }; "hasError": { "alias": "hasError"; "required": false; }; }, { "interactedStream": "interacted"; }, ["stepLabel"], ["*"], false, never>;
130
+ static ɵcmp: i0.ɵɵComponentDeclaration<CdkStep, "cdk-step", ["cdkStep"], { "stepControl": { "alias": "stepControl"; "required": false; }; "label": { "alias": "label"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "state": { "alias": "state"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "optional": { "alias": "optional"; "required": false; }; "completed": { "alias": "completed"; "required": false; }; "hasError": { "alias": "hasError"; "required": false; }; }, { "interactedStream": "interacted"; }, ["stepLabel"], ["*"], false, never, false>;
131
131
  }
132
132
 
133
133
  export declare class CdkStepHeader implements FocusableOption {
@@ -136,14 +136,14 @@ export declare class CdkStepHeader implements FocusableOption {
136
136
  /** Focuses the step header. */
137
137
  focus(): void;
138
138
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkStepHeader, never>;
139
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkStepHeader, "[cdkStepHeader]", never, {}, {}, never, never, false, never>;
139
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkStepHeader, "[cdkStepHeader]", never, {}, {}, never, never, false, never, false>;
140
140
  }
141
141
 
142
142
  export declare class CdkStepLabel {
143
143
  template: TemplateRef<any>;
144
144
  constructor(/** @docs-private */ template: TemplateRef<any>);
145
145
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkStepLabel, never>;
146
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkStepLabel, "[cdkStepLabel]", never, {}, {}, never, never, false, never>;
146
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkStepLabel, "[cdkStepLabel]", never, {}, {}, never, never, false, never, false>;
147
147
  }
148
148
 
149
149
  export declare class CdkStepper implements AfterContentInit, AfterViewInit, OnDestroy {
@@ -175,6 +175,8 @@ export declare class CdkStepper implements AfterContentInit, AfterViewInit, OnDe
175
175
  set selected(step: CdkStep | undefined);
176
176
  /** Event emitted when the selected step has changed. */
177
177
  readonly selectionChange: EventEmitter<StepperSelectionEvent>;
178
+ /** Output to support two-way binding on `[(selectedIndex)]` */
179
+ readonly selectedIndexChange: EventEmitter<number>;
178
180
  /** Used to track unique ID for each stepper component. */
179
181
  _groupId: number;
180
182
  /** Orientation of the stepper. */
@@ -215,7 +217,7 @@ export declare class CdkStepper implements AfterContentInit, AfterViewInit, OnDe
215
217
  /** Checks whether the passed-in index is a valid step index. */
216
218
  private _isValidIndex;
217
219
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkStepper, [{ optional: true; }, null, null]>;
218
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkStepper, "[cdkStepper]", ["cdkStepper"], { "linear": { "alias": "linear"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; }, { "selectionChange": "selectionChange"; }, ["_steps", "_stepHeader"], never, false, never>;
220
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkStepper, "[cdkStepper]", ["cdkStepper"], { "linear": { "alias": "linear"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; }, { "selectionChange": "selectionChange"; "selectedIndexChange": "selectedIndexChange"; }, ["_steps", "_stepHeader"], never, false, never, false>;
219
221
  }
220
222
 
221
223
  export declare class CdkStepperModule {
@@ -231,7 +233,7 @@ export declare class CdkStepperNext {
231
233
  type: string;
232
234
  constructor(_stepper: CdkStepper);
233
235
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkStepperNext, never>;
234
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkStepperNext, "button[cdkStepperNext]", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>;
236
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkStepperNext, "button[cdkStepperNext]", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never, false>;
235
237
  }
236
238
 
237
239
  /** Button that moves to the previous step in a stepper workflow. */
@@ -241,7 +243,7 @@ export declare class CdkStepperPrevious {
241
243
  type: string;
242
244
  constructor(_stepper: CdkStepper);
243
245
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkStepperPrevious, never>;
244
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkStepperPrevious, "button[cdkStepperPrevious]", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>;
246
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkStepperPrevious, "button[cdkStepperPrevious]", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never, false>;
245
247
  }
246
248
 
247
249
  declare namespace i1 {
package/table/index.d.ts CHANGED
@@ -55,7 +55,7 @@ export declare abstract class BaseRowDef implements OnChanges {
55
55
  /** Gets this row def's relevant cell template from the provided column def. */
56
56
  extractCellTemplate(column: CdkColumnDef): TemplateRef<any>;
57
57
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseRowDef, never>;
58
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaseRowDef, never, never, {}, {}, never, never, false, never>;
58
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaseRowDef, never, never, {}, {}, never, never, false, never, false>;
59
59
  }
60
60
 
61
61
  /**
@@ -101,7 +101,7 @@ export declare const CDK_TABLE_TEMPLATE = "\n <ng-content select=\"caption\"></
101
101
  export declare class CdkCell extends BaseCdkCell {
102
102
  constructor(columnDef: CdkColumnDef, elementRef: ElementRef);
103
103
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkCell, never>;
104
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkCell, "cdk-cell, td[cdk-cell]", never, {}, {}, never, never, false, never>;
104
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkCell, "cdk-cell, td[cdk-cell]", never, {}, {}, never, never, false, never, false>;
105
105
  }
106
106
 
107
107
  /**
@@ -112,7 +112,7 @@ export declare class CdkCellDef implements CellDef {
112
112
  template: TemplateRef<any>;
113
113
  constructor(/** @docs-private */ template: TemplateRef<any>);
114
114
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkCellDef, never>;
115
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkCellDef, "[cdkCellDef]", never, {}, {}, never, never, false, never>;
115
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkCellDef, "[cdkCellDef]", never, {}, {}, never, never, false, never, false>;
116
116
  }
117
117
 
118
118
  /**
@@ -136,7 +136,7 @@ export declare class CdkCellOutlet implements OnDestroy {
136
136
  constructor(_viewContainer: ViewContainerRef);
137
137
  ngOnDestroy(): void;
138
138
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkCellOutlet, never>;
139
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkCellOutlet, "[cdkCellOutlet]", never, {}, {}, never, never, false, never>;
139
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkCellOutlet, "[cdkCellOutlet]", never, {}, {}, never, never, false, never, false>;
140
140
  }
141
141
 
142
142
  /**
@@ -233,7 +233,7 @@ export declare class CdkColumnDef extends _CdkColumnDefBase implements CanStick
233
233
  */
234
234
  protected _setNameInput(value: string): void;
235
235
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkColumnDef, [{ optional: true; }]>;
236
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkColumnDef, "[cdkColumnDef]", never, { "sticky": { "alias": "sticky"; "required": false; }; "name": { "alias": "cdkColumnDef"; "required": false; }; "stickyEnd": { "alias": "stickyEnd"; "required": false; }; }, {}, ["cell", "headerCell", "footerCell"], never, false, never>;
236
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkColumnDef, "[cdkColumnDef]", never, { "sticky": { "alias": "sticky"; "required": false; }; "name": { "alias": "cdkColumnDef"; "required": false; }; "stickyEnd": { "alias": "stickyEnd"; "required": false; }; }, {}, ["cell", "headerCell", "footerCell"], never, false, never, false>;
237
237
  }
238
238
 
239
239
  /** @docs-private */
@@ -246,7 +246,7 @@ declare const _CdkColumnDefBase: CanStickCtor & typeof CdkColumnDefBase;
246
246
  export declare class CdkFooterCell extends BaseCdkCell {
247
247
  constructor(columnDef: CdkColumnDef, elementRef: ElementRef);
248
248
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkFooterCell, never>;
249
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkFooterCell, "cdk-footer-cell, td[cdk-footer-cell]", never, {}, {}, never, never, false, never>;
249
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkFooterCell, "cdk-footer-cell, td[cdk-footer-cell]", never, {}, {}, never, never, false, never, false>;
250
250
  }
251
251
 
252
252
  /**
@@ -257,13 +257,13 @@ export declare class CdkFooterCellDef implements CellDef {
257
257
  template: TemplateRef<any>;
258
258
  constructor(/** @docs-private */ template: TemplateRef<any>);
259
259
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkFooterCellDef, never>;
260
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkFooterCellDef, "[cdkFooterCellDef]", never, {}, {}, never, never, false, never>;
260
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkFooterCellDef, "[cdkFooterCellDef]", never, {}, {}, never, never, false, never, false>;
261
261
  }
262
262
 
263
263
  /** Footer template container that contains the cell outlet. Adds the right class and role. */
264
264
  export declare class CdkFooterRow {
265
265
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkFooterRow, never>;
266
- static ɵcmp: i0.ɵɵComponentDeclaration<CdkFooterRow, "cdk-footer-row, tr[cdk-footer-row]", never, {}, {}, never, never, false, never>;
266
+ static ɵcmp: i0.ɵɵComponentDeclaration<CdkFooterRow, "cdk-footer-row, tr[cdk-footer-row]", never, {}, {}, never, never, false, never, false>;
267
267
  }
268
268
 
269
269
  /**
@@ -275,7 +275,7 @@ export declare class CdkFooterRowDef extends _CdkFooterRowDefBase implements Can
275
275
  constructor(template: TemplateRef<any>, _differs: IterableDiffers, _table?: any);
276
276
  ngOnChanges(changes: SimpleChanges): void;
277
277
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkFooterRowDef, [null, null, { optional: true; }]>;
278
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkFooterRowDef, "[cdkFooterRowDef]", never, { "columns": { "alias": "cdkFooterRowDef"; "required": false; }; "sticky": { "alias": "cdkFooterRowDefSticky"; "required": false; }; }, {}, never, never, false, never>;
278
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkFooterRowDef, "[cdkFooterRowDef]", never, { "columns": { "alias": "cdkFooterRowDef"; "required": false; }; "sticky": { "alias": "cdkFooterRowDefSticky"; "required": false; }; }, {}, never, never, false, never, false>;
279
279
  }
280
280
 
281
281
  /** @docs-private */
@@ -288,7 +288,7 @@ declare const _CdkFooterRowDefBase: CanStickCtor & typeof CdkFooterRowDefBase;
288
288
  export declare class CdkHeaderCell extends BaseCdkCell {
289
289
  constructor(columnDef: CdkColumnDef, elementRef: ElementRef);
290
290
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkHeaderCell, never>;
291
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkHeaderCell, "cdk-header-cell, th[cdk-header-cell]", never, {}, {}, never, never, false, never>;
291
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkHeaderCell, "cdk-header-cell, th[cdk-header-cell]", never, {}, {}, never, never, false, never, false>;
292
292
  }
293
293
 
294
294
  /**
@@ -299,13 +299,13 @@ export declare class CdkHeaderCellDef implements CellDef {
299
299
  template: TemplateRef<any>;
300
300
  constructor(/** @docs-private */ template: TemplateRef<any>);
301
301
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkHeaderCellDef, never>;
302
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkHeaderCellDef, "[cdkHeaderCellDef]", never, {}, {}, never, never, false, never>;
302
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkHeaderCellDef, "[cdkHeaderCellDef]", never, {}, {}, never, never, false, never, false>;
303
303
  }
304
304
 
305
305
  /** Header template container that contains the cell outlet. Adds the right class and role. */
306
306
  export declare class CdkHeaderRow {
307
307
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkHeaderRow, never>;
308
- static ɵcmp: i0.ɵɵComponentDeclaration<CdkHeaderRow, "cdk-header-row, tr[cdk-header-row]", never, {}, {}, never, never, false, never>;
308
+ static ɵcmp: i0.ɵɵComponentDeclaration<CdkHeaderRow, "cdk-header-row, tr[cdk-header-row]", never, {}, {}, never, never, false, never, false>;
309
309
  }
310
310
 
311
311
  /**
@@ -317,7 +317,7 @@ export declare class CdkHeaderRowDef extends _CdkHeaderRowDefBase implements Can
317
317
  constructor(template: TemplateRef<any>, _differs: IterableDiffers, _table?: any);
318
318
  ngOnChanges(changes: SimpleChanges): void;
319
319
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkHeaderRowDef, [null, null, { optional: true; }]>;
320
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkHeaderRowDef, "[cdkHeaderRowDef]", never, { "columns": { "alias": "cdkHeaderRowDef"; "required": false; }; "sticky": { "alias": "cdkHeaderRowDefSticky"; "required": false; }; }, {}, never, never, false, never>;
320
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkHeaderRowDef, "[cdkHeaderRowDef]", never, { "columns": { "alias": "cdkHeaderRowDef"; "required": false; }; "sticky": { "alias": "cdkHeaderRowDefSticky"; "required": false; }; }, {}, never, never, false, never, false>;
321
321
  }
322
322
 
323
323
  /** @docs-private */
@@ -332,7 +332,7 @@ export declare class CdkNoDataRow {
332
332
  _contentClassName: string;
333
333
  constructor(templateRef: TemplateRef<any>);
334
334
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkNoDataRow, never>;
335
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkNoDataRow, "ng-template[cdkNoDataRow]", never, {}, {}, never, never, false, never>;
335
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkNoDataRow, "ng-template[cdkNoDataRow]", never, {}, {}, never, never, false, never, false>;
336
336
  }
337
337
 
338
338
  /**
@@ -341,13 +341,13 @@ export declare class CdkNoDataRow {
341
341
  */
342
342
  export declare class CdkRecycleRows {
343
343
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkRecycleRows, never>;
344
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkRecycleRows, "cdk-table[recycleRows], table[cdk-table][recycleRows]", never, {}, {}, never, never, false, never>;
344
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkRecycleRows, "cdk-table[recycleRows], table[cdk-table][recycleRows]", never, {}, {}, never, never, false, never, false>;
345
345
  }
346
346
 
347
347
  /** Data row template container that contains the cell outlet. Adds the right class and role. */
348
348
  export declare class CdkRow {
349
349
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkRow, never>;
350
- static ɵcmp: i0.ɵɵComponentDeclaration<CdkRow, "cdk-row, tr[cdk-row]", never, {}, {}, never, never, false, never>;
350
+ static ɵcmp: i0.ɵɵComponentDeclaration<CdkRow, "cdk-row, tr[cdk-row]", never, {}, {}, never, never, false, never, false>;
351
351
  }
352
352
 
353
353
  /**
@@ -366,7 +366,7 @@ export declare class CdkRowDef<T> extends BaseRowDef {
366
366
  when: (index: number, rowData: T) => boolean;
367
367
  constructor(template: TemplateRef<any>, _differs: IterableDiffers, _table?: any);
368
368
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkRowDef<any>, [null, null, { optional: true; }]>;
369
- static ɵdir: i0.ɵɵDirectiveDeclaration<CdkRowDef<any>, "[cdkRowDef]", never, { "columns": { "alias": "cdkRowDefColumns"; "required": false; }; "when": { "alias": "cdkRowDefWhen"; "required": false; }; }, {}, never, never, false, never>;
369
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CdkRowDef<any>, "[cdkRowDef]", never, { "columns": { "alias": "cdkRowDefColumns"; "required": false; }; "when": { "alias": "cdkRowDefWhen"; "required": false; }; }, {}, never, never, false, never, false>;
370
370
  }
371
371
 
372
372
  /**
@@ -749,7 +749,7 @@ export declare class CdkTable<T> implements AfterContentChecked, CollectionViewe
749
749
  /** Creates or removes the no data row, depending on whether any data is being shown. */
750
750
  private _updateNoDataRow;
751
751
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkTable<any>, [null, null, null, { attribute: "role"; }, { optional: true; }, null, null, null, null, null, { optional: true; skipSelf: true; }, { optional: true; }]>;
752
- static ɵcmp: i0.ɵɵComponentDeclaration<CdkTable<any>, "cdk-table, table[cdk-table]", ["cdkTable"], { "trackBy": { "alias": "trackBy"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; "multiTemplateDataRows": { "alias": "multiTemplateDataRows"; "required": false; }; "fixedLayout": { "alias": "fixedLayout"; "required": false; }; }, { "contentChanged": "contentChanged"; }, ["_noDataRow", "_contentColumnDefs", "_contentRowDefs", "_contentHeaderRowDefs", "_contentFooterRowDefs"], ["caption", "colgroup, col"], false, never>;
752
+ static ɵcmp: i0.ɵɵComponentDeclaration<CdkTable<any>, "cdk-table, table[cdk-table]", ["cdkTable"], { "trackBy": { "alias": "trackBy"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; "multiTemplateDataRows": { "alias": "multiTemplateDataRows"; "required": false; }; "fixedLayout": { "alias": "fixedLayout"; "required": false; }; }, { "contentChanged": "contentChanged"; }, ["_noDataRow", "_contentColumnDefs", "_contentRowDefs", "_contentHeaderRowDefs", "_contentFooterRowDefs"], ["caption", "colgroup, col"], false, never, false>;
753
753
  }
754
754
 
755
755
  /** Possible types that can be set as the data source for a `CdkTable`. */
@@ -820,7 +820,7 @@ export declare class CdkTextColumn<T> implements OnDestroy, OnInit {
820
820
  /** Synchronizes the column definition name with the text column name. */
821
821
  private _syncColumnDefName;
822
822
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkTextColumn<any>, [{ optional: true; }, { optional: true; }]>;
823
- static ɵcmp: i0.ɵɵComponentDeclaration<CdkTextColumn<any>, "cdk-text-column", never, { "name": { "alias": "name"; "required": false; }; "headerText": { "alias": "headerText"; "required": false; }; "dataAccessor": { "alias": "dataAccessor"; "required": false; }; "justify": { "alias": "justify"; "required": false; }; }, {}, never, never, false, never>;
823
+ static ɵcmp: i0.ɵɵComponentDeclaration<CdkTextColumn<any>, "cdk-text-column", never, { "name": { "alias": "name"; "required": false; }; "headerText": { "alias": "headerText"; "required": false; }; "dataAccessor": { "alias": "dataAccessor"; "required": false; }; "justify": { "alias": "justify"; "required": false; }; }, {}, never, never, false, never, false>;
824
824
  }
825
825
 
826
826
  /** Base interface for a cell definition. Captures a column's cell template definition. */
@@ -873,7 +873,7 @@ export declare class DataRowOutlet implements RowOutlet {
873
873
  elementRef: ElementRef;
874
874
  constructor(viewContainer: ViewContainerRef, elementRef: ElementRef);
875
875
  static ɵfac: i0.ɵɵFactoryDeclaration<DataRowOutlet, never>;
876
- static ɵdir: i0.ɵɵDirectiveDeclaration<DataRowOutlet, "[rowOutlet]", never, {}, {}, never, never, false, never>;
876
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DataRowOutlet, "[rowOutlet]", never, {}, {}, never, never, false, never, false>;
877
877
  }
878
878
 
879
879
  export { DataSource }
@@ -887,7 +887,7 @@ export declare class FooterRowOutlet implements RowOutlet {
887
887
  elementRef: ElementRef;
888
888
  constructor(viewContainer: ViewContainerRef, elementRef: ElementRef);
889
889
  static ɵfac: i0.ɵɵFactoryDeclaration<FooterRowOutlet, never>;
890
- static ɵdir: i0.ɵɵDirectiveDeclaration<FooterRowOutlet, "[footerRowOutlet]", never, {}, {}, never, never, false, never>;
890
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FooterRowOutlet, "[footerRowOutlet]", never, {}, {}, never, never, false, never, false>;
891
891
  }
892
892
 
893
893
  /**
@@ -899,7 +899,7 @@ export declare class HeaderRowOutlet implements RowOutlet {
899
899
  elementRef: ElementRef;
900
900
  constructor(viewContainer: ViewContainerRef, elementRef: ElementRef);
901
901
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderRowOutlet, never>;
902
- static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderRowOutlet, "[headerRowOutlet]", never, {}, {}, never, never, false, never>;
902
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderRowOutlet, "[headerRowOutlet]", never, {}, {}, never, never, false, never, false>;
903
903
  }
904
904
 
905
905
  declare namespace i1 {
@@ -973,7 +973,7 @@ export declare class NoDataRowOutlet implements RowOutlet {
973
973
  elementRef: ElementRef;
974
974
  constructor(viewContainer: ViewContainerRef, elementRef: ElementRef);
975
975
  static ɵfac: i0.ɵɵFactoryDeclaration<NoDataRowOutlet, never>;
976
- static ɵdir: i0.ɵɵDirectiveDeclaration<NoDataRowOutlet, "[noDataRowOutlet]", never, {}, {}, never, never, false, never>;
976
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NoDataRowOutlet, "[noDataRowOutlet]", never, {}, {}, never, never, false, never, false>;
977
977
  }
978
978
 
979
979
  /**