@angular/cdk 14.0.0-next.3 → 14.0.0-next.6

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 (208) hide show
  1. package/a11y/live-announcer/live-announcer.d.ts +3 -1
  2. package/drag-drop/drag-events.d.ts +8 -0
  3. package/drag-drop/drag-ref.d.ts +7 -1
  4. package/drag-drop/drop-list-ref.d.ts +5 -1
  5. package/drag-drop/parent-position-tracker.d.ts +11 -3
  6. package/esm2020/a11y/a11y-module.mjs +5 -5
  7. package/esm2020/a11y/aria-describer/aria-describer.mjs +4 -4
  8. package/esm2020/a11y/focus-monitor/focus-monitor.mjs +7 -7
  9. package/esm2020/a11y/focus-trap/configurable-focus-trap-factory.mjs +4 -4
  10. package/esm2020/a11y/focus-trap/focus-trap-manager.mjs +4 -4
  11. package/esm2020/a11y/focus-trap/focus-trap.mjs +7 -7
  12. package/esm2020/a11y/high-contrast-mode/high-contrast-mode-detector.mjs +7 -12
  13. package/esm2020/a11y/input-modality/input-modality-detector.mjs +4 -4
  14. package/esm2020/a11y/interactivity-checker/interactivity-checker.mjs +4 -4
  15. package/esm2020/a11y/live-announcer/live-announcer.mjs +11 -8
  16. package/esm2020/accordion/accordion-item.mjs +4 -4
  17. package/esm2020/accordion/accordion-module.mjs +5 -5
  18. package/esm2020/accordion/accordion.mjs +4 -4
  19. package/esm2020/bidi/bidi-module.mjs +5 -5
  20. package/esm2020/bidi/dir.mjs +4 -4
  21. package/esm2020/bidi/directionality.mjs +4 -4
  22. package/esm2020/clipboard/clipboard-module.mjs +5 -5
  23. package/esm2020/clipboard/clipboard.mjs +4 -4
  24. package/esm2020/clipboard/copy-to-clipboard.mjs +4 -4
  25. package/esm2020/collections/unique-selection-dispatcher.mjs +4 -4
  26. package/esm2020/drag-drop/directives/drag-handle.mjs +4 -4
  27. package/esm2020/drag-drop/directives/drag-placeholder.mjs +4 -4
  28. package/esm2020/drag-drop/directives/drag-preview.mjs +4 -4
  29. package/esm2020/drag-drop/directives/drag.mjs +26 -24
  30. package/esm2020/drag-drop/directives/drop-list-group.mjs +4 -4
  31. package/esm2020/drag-drop/directives/drop-list.mjs +14 -13
  32. package/esm2020/drag-drop/drag-drop-module.mjs +5 -5
  33. package/esm2020/drag-drop/drag-drop-registry.mjs +4 -4
  34. package/esm2020/drag-drop/drag-drop.mjs +4 -4
  35. package/esm2020/drag-drop/drag-events.mjs +1 -1
  36. package/esm2020/drag-drop/drag-ref.mjs +33 -21
  37. package/esm2020/drag-drop/drop-list-ref.mjs +7 -3
  38. package/esm2020/drag-drop/parent-position-tracker.mjs +13 -5
  39. package/esm2020/layout/breakpoints-observer.mjs +4 -4
  40. package/esm2020/layout/layout-module.mjs +5 -5
  41. package/esm2020/layout/media-matcher.mjs +4 -4
  42. package/esm2020/observers/observe-content.mjs +14 -14
  43. package/esm2020/overlay/dispatchers/base-overlay-dispatcher.mjs +4 -4
  44. package/esm2020/overlay/dispatchers/overlay-keyboard-dispatcher.mjs +26 -8
  45. package/esm2020/overlay/dispatchers/overlay-outside-click-dispatcher.mjs +33 -12
  46. package/esm2020/overlay/fullscreen-overlay-container.mjs +4 -4
  47. package/esm2020/overlay/overlay-container.mjs +4 -4
  48. package/esm2020/overlay/overlay-directives.mjs +7 -7
  49. package/esm2020/overlay/overlay-module.mjs +5 -5
  50. package/esm2020/overlay/overlay-ref.mjs +15 -16
  51. package/esm2020/overlay/overlay.mjs +4 -4
  52. package/esm2020/overlay/position/global-position-strategy.mjs +64 -30
  53. package/esm2020/overlay/position/overlay-position-builder.mjs +4 -4
  54. package/esm2020/overlay/scroll/scroll-strategy-options.mjs +4 -4
  55. package/esm2020/platform/platform-module.mjs +5 -5
  56. package/esm2020/platform/platform.mjs +4 -4
  57. package/esm2020/portal/dom-portal-outlet.mjs +4 -2
  58. package/esm2020/portal/portal-directives.mjs +20 -18
  59. package/esm2020/portal/portal.mjs +12 -3
  60. package/esm2020/scrolling/fixed-size-virtual-scroll.mjs +4 -4
  61. package/esm2020/scrolling/scroll-dispatcher.mjs +4 -4
  62. package/esm2020/scrolling/scrollable.mjs +4 -4
  63. package/esm2020/scrolling/scrolling-module.mjs +9 -9
  64. package/esm2020/scrolling/viewport-ruler.mjs +4 -4
  65. package/esm2020/scrolling/virtual-for-of.mjs +4 -4
  66. package/esm2020/scrolling/virtual-scroll-viewport.mjs +4 -4
  67. package/esm2020/stepper/step-header.mjs +4 -4
  68. package/esm2020/stepper/step-label.mjs +4 -4
  69. package/esm2020/stepper/stepper-button.mjs +7 -7
  70. package/esm2020/stepper/stepper-module.mjs +5 -5
  71. package/esm2020/stepper/stepper.mjs +9 -22
  72. package/esm2020/table/cell.mjs +22 -22
  73. package/esm2020/table/coalesced-style-scheduler.mjs +4 -4
  74. package/esm2020/table/row.mjs +28 -28
  75. package/esm2020/table/table-module.mjs +5 -5
  76. package/esm2020/table/table.mjs +19 -19
  77. package/esm2020/table/text-column.mjs +4 -4
  78. package/esm2020/testing/harness-environment.mjs +4 -1
  79. package/esm2020/testing/public-api.mjs +2 -1
  80. package/esm2020/testing/selenium-webdriver/selenium-web-driver-element.mjs +8 -3
  81. package/esm2020/testing/test-element-errors.mjs +15 -0
  82. package/esm2020/testing/test-element.mjs +1 -1
  83. package/esm2020/testing/testbed/fake-events/type-in-element.mjs +12 -3
  84. package/esm2020/testing/testbed/unit-test-element.mjs +21 -5
  85. package/esm2020/text-field/autofill.mjs +7 -7
  86. package/esm2020/text-field/autosize.mjs +4 -4
  87. package/esm2020/text-field/text-field-module.mjs +5 -5
  88. package/esm2020/tree/nested-node.mjs +4 -4
  89. package/esm2020/tree/node.mjs +4 -4
  90. package/esm2020/tree/outlet.mjs +4 -4
  91. package/esm2020/tree/padding.mjs +4 -4
  92. package/esm2020/tree/toggle.mjs +4 -4
  93. package/esm2020/tree/tree-module.mjs +5 -5
  94. package/esm2020/tree/tree.mjs +7 -7
  95. package/esm2020/version.mjs +1 -1
  96. package/fesm2015/a11y.mjs +47 -49
  97. package/fesm2015/a11y.mjs.map +1 -1
  98. package/fesm2015/accordion.mjs +10 -10
  99. package/fesm2015/accordion.mjs.map +1 -1
  100. package/fesm2015/bidi.mjs +10 -10
  101. package/fesm2015/bidi.mjs.map +1 -1
  102. package/fesm2015/cdk.mjs +1 -1
  103. package/fesm2015/cdk.mjs.map +1 -1
  104. package/fesm2015/clipboard.mjs +10 -10
  105. package/fesm2015/clipboard.mjs.map +1 -1
  106. package/fesm2015/coercion.mjs.map +1 -1
  107. package/fesm2015/collections.mjs +3 -3
  108. package/fesm2015/collections.mjs.map +1 -1
  109. package/fesm2015/drag-drop.mjs +111 -83
  110. package/fesm2015/drag-drop.mjs.map +1 -1
  111. package/fesm2015/keycodes.mjs.map +1 -1
  112. package/fesm2015/layout.mjs +10 -10
  113. package/fesm2015/layout.mjs.map +1 -1
  114. package/fesm2015/observers.mjs +13 -13
  115. package/fesm2015/observers.mjs.map +1 -1
  116. package/fesm2015/overlay.mjs +163 -91
  117. package/fesm2015/overlay.mjs.map +1 -1
  118. package/fesm2015/platform.mjs +7 -7
  119. package/fesm2015/platform.mjs.map +1 -1
  120. package/fesm2015/portal.mjs +33 -20
  121. package/fesm2015/portal.mjs.map +1 -1
  122. package/fesm2015/scrolling.mjs +26 -26
  123. package/fesm2015/scrolling.mjs.map +1 -1
  124. package/fesm2015/stepper.mjs +24 -37
  125. package/fesm2015/stepper.mjs.map +1 -1
  126. package/fesm2015/table.mjs +76 -76
  127. package/fesm2015/table.mjs.map +1 -1
  128. package/fesm2015/testing/selenium-webdriver.mjs +7 -2
  129. package/fesm2015/testing/selenium-webdriver.mjs.map +1 -1
  130. package/fesm2015/testing/testbed.mjs +31 -7
  131. package/fesm2015/testing/testbed.mjs.map +1 -1
  132. package/fesm2015/testing.mjs +19 -1
  133. package/fesm2015/testing.mjs.map +1 -1
  134. package/fesm2015/text-field.mjs +13 -13
  135. package/fesm2015/text-field.mjs.map +1 -1
  136. package/fesm2015/tree.mjs +25 -25
  137. package/fesm2015/tree.mjs.map +1 -1
  138. package/fesm2020/a11y.mjs +47 -49
  139. package/fesm2020/a11y.mjs.map +1 -1
  140. package/fesm2020/accordion.mjs +10 -10
  141. package/fesm2020/accordion.mjs.map +1 -1
  142. package/fesm2020/bidi.mjs +10 -10
  143. package/fesm2020/bidi.mjs.map +1 -1
  144. package/fesm2020/cdk.mjs +1 -1
  145. package/fesm2020/cdk.mjs.map +1 -1
  146. package/fesm2020/clipboard.mjs +10 -10
  147. package/fesm2020/clipboard.mjs.map +1 -1
  148. package/fesm2020/coercion.mjs.map +1 -1
  149. package/fesm2020/collections.mjs +3 -3
  150. package/fesm2020/collections.mjs.map +1 -1
  151. package/fesm2020/drag-drop.mjs +110 -83
  152. package/fesm2020/drag-drop.mjs.map +1 -1
  153. package/fesm2020/keycodes.mjs.map +1 -1
  154. package/fesm2020/layout.mjs +10 -10
  155. package/fesm2020/layout.mjs.map +1 -1
  156. package/fesm2020/observers.mjs +13 -13
  157. package/fesm2020/observers.mjs.map +1 -1
  158. package/fesm2020/overlay.mjs +163 -91
  159. package/fesm2020/overlay.mjs.map +1 -1
  160. package/fesm2020/platform.mjs +7 -7
  161. package/fesm2020/platform.mjs.map +1 -1
  162. package/fesm2020/portal.mjs +33 -20
  163. package/fesm2020/portal.mjs.map +1 -1
  164. package/fesm2020/scrolling.mjs +26 -26
  165. package/fesm2020/scrolling.mjs.map +1 -1
  166. package/fesm2020/stepper.mjs +24 -37
  167. package/fesm2020/stepper.mjs.map +1 -1
  168. package/fesm2020/table.mjs +76 -76
  169. package/fesm2020/table.mjs.map +1 -1
  170. package/fesm2020/testing/selenium-webdriver.mjs +7 -2
  171. package/fesm2020/testing/selenium-webdriver.mjs.map +1 -1
  172. package/fesm2020/testing/testbed.mjs +31 -7
  173. package/fesm2020/testing/testbed.mjs.map +1 -1
  174. package/fesm2020/testing.mjs +19 -1
  175. package/fesm2020/testing.mjs.map +1 -1
  176. package/fesm2020/text-field.mjs +13 -13
  177. package/fesm2020/text-field.mjs.map +1 -1
  178. package/fesm2020/tree.mjs +25 -25
  179. package/fesm2020/tree.mjs.map +1 -1
  180. package/overlay/_index.scss +7 -1
  181. package/overlay/dispatchers/overlay-keyboard-dispatcher.d.ts +7 -2
  182. package/overlay/dispatchers/overlay-outside-click-dispatcher.d.ts +8 -2
  183. package/overlay/overlay-ref.d.ts +2 -0
  184. package/overlay/position/global-position-strategy.d.ts +14 -3
  185. package/overlay-prebuilt.css +1 -1
  186. package/package.json +3 -3
  187. package/portal/dom-portal-outlet.d.ts +2 -2
  188. package/portal/portal.d.ts +12 -2
  189. package/schematics/migration.json +5 -0
  190. package/schematics/ng-add/index.js +1 -1
  191. package/schematics/ng-add/index.mjs +1 -1
  192. package/schematics/ng-update/data/constructor-checks.js +7 -1
  193. package/schematics/ng-update/data/constructor-checks.mjs +7 -1
  194. package/schematics/ng-update/devkit-migration-rule.js +2 -2
  195. package/schematics/ng-update/devkit-migration-rule.mjs +2 -2
  196. package/schematics/ng-update/index.d.ts +2 -0
  197. package/schematics/ng-update/index.js +7 -2
  198. package/schematics/ng-update/index.mjs +7 -2
  199. package/schematics/update-tool/target-version.d.ts +2 -1
  200. package/schematics/update-tool/target-version.js +2 -1
  201. package/schematics/update-tool/target-version.mjs +2 -1
  202. package/stepper/stepper.d.ts +3 -12
  203. package/table/text-column.d.ts +1 -1
  204. package/testing/public-api.d.ts +1 -0
  205. package/testing/test-element-errors.d.ts +12 -0
  206. package/testing/test-element.d.ts +4 -2
  207. package/testing/testbed/fake-events/type-in-element.d.ts +2 -2
  208. package/testing/testbed/unit-test-element.d.ts +4 -1
package/fesm2020/a11y.mjs CHANGED
@@ -259,9 +259,9 @@ class AriaDescriber {
259
259
  return element.nodeType === this._document.ELEMENT_NODE;
260
260
  }
261
261
  }
262
- AriaDescriber.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: AriaDescriber, deps: [{ token: DOCUMENT }, { token: i1.Platform }], target: i0.ɵɵFactoryTarget.Injectable });
263
- AriaDescriber.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: AriaDescriber, providedIn: 'root' });
264
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: AriaDescriber, decorators: [{
262
+ AriaDescriber.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: AriaDescriber, deps: [{ token: DOCUMENT }, { token: i1.Platform }], target: i0.ɵɵFactoryTarget.Injectable });
263
+ AriaDescriber.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: AriaDescriber, providedIn: 'root' });
264
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: AriaDescriber, decorators: [{
265
265
  type: Injectable,
266
266
  args: [{ providedIn: 'root' }]
267
267
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
@@ -777,9 +777,9 @@ class InteractivityChecker {
777
777
  (config?.ignoreVisibility || this.isVisible(element)));
778
778
  }
779
779
  }
780
- InteractivityChecker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: InteractivityChecker, deps: [{ token: i1.Platform }], target: i0.ɵɵFactoryTarget.Injectable });
781
- InteractivityChecker.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: InteractivityChecker, providedIn: 'root' });
782
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: InteractivityChecker, decorators: [{
780
+ InteractivityChecker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: InteractivityChecker, deps: [{ token: i1.Platform }], target: i0.ɵɵFactoryTarget.Injectable });
781
+ InteractivityChecker.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: InteractivityChecker, providedIn: 'root' });
782
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: InteractivityChecker, decorators: [{
783
783
  type: Injectable,
784
784
  args: [{ providedIn: 'root' }]
785
785
  }], ctorParameters: function () { return [{ type: i1.Platform }]; } });
@@ -1178,9 +1178,9 @@ class FocusTrapFactory {
1178
1178
  return new FocusTrap(element, this._checker, this._ngZone, this._document, deferCaptureElements);
1179
1179
  }
1180
1180
  }
1181
- FocusTrapFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: FocusTrapFactory, deps: [{ token: InteractivityChecker }, { token: i0.NgZone }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
1182
- FocusTrapFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: FocusTrapFactory, providedIn: 'root' });
1183
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: FocusTrapFactory, decorators: [{
1181
+ FocusTrapFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: FocusTrapFactory, deps: [{ token: InteractivityChecker }, { token: i0.NgZone }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
1182
+ FocusTrapFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: FocusTrapFactory, providedIn: 'root' });
1183
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: FocusTrapFactory, decorators: [{
1184
1184
  type: Injectable,
1185
1185
  args: [{ providedIn: 'root' }]
1186
1186
  }], ctorParameters: function () { return [{ type: InteractivityChecker }, { type: i0.NgZone }, { type: undefined, decorators: [{
@@ -1252,9 +1252,9 @@ class CdkTrapFocus {
1252
1252
  this.focusTrap.focusInitialElementWhenReady();
1253
1253
  }
1254
1254
  }
1255
- CdkTrapFocus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkTrapFocus, deps: [{ token: i0.ElementRef }, { token: FocusTrapFactory }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
1256
- CdkTrapFocus.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: { enabled: ["cdkTrapFocus", "enabled"], autoCapture: ["cdkTrapFocusAutoCapture", "autoCapture"] }, exportAs: ["cdkTrapFocus"], usesOnChanges: true, ngImport: i0 });
1257
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkTrapFocus, decorators: [{
1255
+ CdkTrapFocus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: CdkTrapFocus, deps: [{ token: i0.ElementRef }, { token: FocusTrapFactory }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
1256
+ CdkTrapFocus.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.5", type: CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: { enabled: ["cdkTrapFocus", "enabled"], autoCapture: ["cdkTrapFocusAutoCapture", "autoCapture"] }, exportAs: ["cdkTrapFocus"], usesOnChanges: true, ngImport: i0 });
1257
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: CdkTrapFocus, decorators: [{
1258
1258
  type: Directive,
1259
1259
  args: [{
1260
1260
  selector: '[cdkTrapFocus]',
@@ -1444,9 +1444,9 @@ class FocusTrapManager {
1444
1444
  }
1445
1445
  }
1446
1446
  }
1447
- FocusTrapManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: FocusTrapManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1448
- FocusTrapManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: FocusTrapManager, providedIn: 'root' });
1449
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: FocusTrapManager, decorators: [{
1447
+ FocusTrapManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: FocusTrapManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1448
+ FocusTrapManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: FocusTrapManager, providedIn: 'root' });
1449
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: FocusTrapManager, decorators: [{
1450
1450
  type: Injectable,
1451
1451
  args: [{ providedIn: 'root' }]
1452
1452
  }] });
@@ -1479,9 +1479,9 @@ class ConfigurableFocusTrapFactory {
1479
1479
  return new ConfigurableFocusTrap(element, this._checker, this._ngZone, this._document, this._focusTrapManager, this._inertStrategy, configObject);
1480
1480
  }
1481
1481
  }
1482
- ConfigurableFocusTrapFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: ConfigurableFocusTrapFactory, deps: [{ token: InteractivityChecker }, { token: i0.NgZone }, { token: FocusTrapManager }, { token: DOCUMENT }, { token: FOCUS_TRAP_INERT_STRATEGY, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1483
- ConfigurableFocusTrapFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: ConfigurableFocusTrapFactory, providedIn: 'root' });
1484
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: ConfigurableFocusTrapFactory, decorators: [{
1482
+ ConfigurableFocusTrapFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: ConfigurableFocusTrapFactory, deps: [{ token: InteractivityChecker }, { token: i0.NgZone }, { token: FocusTrapManager }, { token: DOCUMENT }, { token: FOCUS_TRAP_INERT_STRATEGY, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1483
+ ConfigurableFocusTrapFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: ConfigurableFocusTrapFactory, providedIn: 'root' });
1484
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: ConfigurableFocusTrapFactory, decorators: [{
1485
1485
  type: Injectable,
1486
1486
  args: [{ providedIn: 'root' }]
1487
1487
  }], ctorParameters: function () { return [{ type: InteractivityChecker }, { type: i0.NgZone }, { type: FocusTrapManager }, { type: undefined, decorators: [{
@@ -1677,9 +1677,9 @@ class InputModalityDetector {
1677
1677
  }
1678
1678
  }
1679
1679
  }
1680
- InputModalityDetector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: InputModalityDetector, deps: [{ token: i1.Platform }, { token: i0.NgZone }, { token: DOCUMENT }, { token: INPUT_MODALITY_DETECTOR_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1681
- InputModalityDetector.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: InputModalityDetector, providedIn: 'root' });
1682
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: InputModalityDetector, decorators: [{
1680
+ InputModalityDetector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: InputModalityDetector, deps: [{ token: i1.Platform }, { token: i0.NgZone }, { token: DOCUMENT }, { token: INPUT_MODALITY_DETECTOR_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1681
+ InputModalityDetector.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: InputModalityDetector, providedIn: 'root' });
1682
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: InputModalityDetector, decorators: [{
1683
1683
  type: Injectable,
1684
1684
  args: [{ providedIn: 'root' }]
1685
1685
  }], ctorParameters: function () { return [{ type: i1.Platform }, { type: i0.NgZone }, { type: Document, decorators: [{
@@ -1797,9 +1797,9 @@ class LiveAnnouncer {
1797
1797
  return liveEl;
1798
1798
  }
1799
1799
  }
1800
- LiveAnnouncer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: LiveAnnouncer, deps: [{ token: LIVE_ANNOUNCER_ELEMENT_TOKEN, optional: true }, { token: i0.NgZone }, { token: DOCUMENT }, { token: LIVE_ANNOUNCER_DEFAULT_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1801
- LiveAnnouncer.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: LiveAnnouncer, providedIn: 'root' });
1802
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: LiveAnnouncer, decorators: [{
1800
+ LiveAnnouncer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: LiveAnnouncer, deps: [{ token: LIVE_ANNOUNCER_ELEMENT_TOKEN, optional: true }, { token: i0.NgZone }, { token: DOCUMENT }, { token: LIVE_ANNOUNCER_DEFAULT_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1801
+ LiveAnnouncer.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: LiveAnnouncer, providedIn: 'root' });
1802
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: LiveAnnouncer, decorators: [{
1803
1803
  type: Injectable,
1804
1804
  args: [{ providedIn: 'root' }]
1805
1805
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
@@ -1848,7 +1848,7 @@ class CdkAriaLive {
1848
1848
  // The `MutationObserver` fires also for attribute
1849
1849
  // changes which we don't want to announce.
1850
1850
  if (elementText !== this._previousAnnouncedText) {
1851
- this._liveAnnouncer.announce(elementText, this._politeness);
1851
+ this._liveAnnouncer.announce(elementText, this._politeness, this.duration);
1852
1852
  this._previousAnnouncedText = elementText;
1853
1853
  }
1854
1854
  });
@@ -1861,9 +1861,9 @@ class CdkAriaLive {
1861
1861
  }
1862
1862
  }
1863
1863
  }
1864
- CdkAriaLive.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkAriaLive, deps: [{ token: i0.ElementRef }, { token: LiveAnnouncer }, { token: i1$1.ContentObserver }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
1865
- CdkAriaLive.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: CdkAriaLive, selector: "[cdkAriaLive]", inputs: { politeness: ["cdkAriaLive", "politeness"] }, exportAs: ["cdkAriaLive"], ngImport: i0 });
1866
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkAriaLive, decorators: [{
1864
+ CdkAriaLive.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: CdkAriaLive, deps: [{ token: i0.ElementRef }, { token: LiveAnnouncer }, { token: i1$1.ContentObserver }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
1865
+ CdkAriaLive.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.5", type: CdkAriaLive, selector: "[cdkAriaLive]", inputs: { politeness: ["cdkAriaLive", "politeness"], duration: ["cdkAriaLiveDuration", "duration"] }, exportAs: ["cdkAriaLive"], ngImport: i0 });
1866
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: CdkAriaLive, decorators: [{
1867
1867
  type: Directive,
1868
1868
  args: [{
1869
1869
  selector: '[cdkAriaLive]',
@@ -1872,6 +1872,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1872
1872
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: LiveAnnouncer }, { type: i1$1.ContentObserver }, { type: i0.NgZone }]; }, propDecorators: { politeness: [{
1873
1873
  type: Input,
1874
1874
  args: ['cdkAriaLive']
1875
+ }], duration: [{
1876
+ type: Input,
1877
+ args: ['cdkAriaLiveDuration']
1875
1878
  }] } });
1876
1879
 
1877
1880
  /**
@@ -2209,9 +2212,9 @@ class FocusMonitor {
2209
2212
  return results;
2210
2213
  }
2211
2214
  }
2212
- FocusMonitor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: FocusMonitor, deps: [{ token: i0.NgZone }, { token: i1.Platform }, { token: InputModalityDetector }, { token: DOCUMENT, optional: true }, { token: FOCUS_MONITOR_DEFAULT_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
2213
- FocusMonitor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: FocusMonitor, providedIn: 'root' });
2214
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: FocusMonitor, decorators: [{
2215
+ FocusMonitor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: FocusMonitor, deps: [{ token: i0.NgZone }, { token: i1.Platform }, { token: InputModalityDetector }, { token: DOCUMENT, optional: true }, { token: FOCUS_MONITOR_DEFAULT_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
2216
+ FocusMonitor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: FocusMonitor, providedIn: 'root' });
2217
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: FocusMonitor, decorators: [{
2215
2218
  type: Injectable,
2216
2219
  args: [{ providedIn: 'root' }]
2217
2220
  }], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i1.Platform }, { type: InputModalityDetector }, { type: undefined, decorators: [{
@@ -2253,9 +2256,9 @@ class CdkMonitorFocus {
2253
2256
  }
2254
2257
  }
2255
2258
  }
2256
- CdkMonitorFocus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkMonitorFocus, deps: [{ token: i0.ElementRef }, { token: FocusMonitor }], target: i0.ɵɵFactoryTarget.Directive });
2257
- CdkMonitorFocus.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: CdkMonitorFocus, selector: "[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]", outputs: { cdkFocusChange: "cdkFocusChange" }, ngImport: i0 });
2258
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkMonitorFocus, decorators: [{
2259
+ CdkMonitorFocus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: CdkMonitorFocus, deps: [{ token: i0.ElementRef }, { token: FocusMonitor }], target: i0.ɵɵFactoryTarget.Directive });
2260
+ CdkMonitorFocus.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.5", type: CdkMonitorFocus, selector: "[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]", outputs: { cdkFocusChange: "cdkFocusChange" }, ngImport: i0 });
2261
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: CdkMonitorFocus, decorators: [{
2259
2262
  type: Directive,
2260
2263
  args: [{
2261
2264
  selector: '[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]',
@@ -2327,26 +2330,21 @@ class HighContrastModeDetector {
2327
2330
  _applyBodyHighContrastModeCssClasses() {
2328
2331
  if (!this._hasCheckedHighContrastMode && this._platform.isBrowser && this._document.body) {
2329
2332
  const bodyClasses = this._document.body.classList;
2330
- // IE11 doesn't support `classList` operations with multiple arguments
2331
- bodyClasses.remove(HIGH_CONTRAST_MODE_ACTIVE_CSS_CLASS);
2332
- bodyClasses.remove(BLACK_ON_WHITE_CSS_CLASS);
2333
- bodyClasses.remove(WHITE_ON_BLACK_CSS_CLASS);
2333
+ bodyClasses.remove(HIGH_CONTRAST_MODE_ACTIVE_CSS_CLASS, BLACK_ON_WHITE_CSS_CLASS, WHITE_ON_BLACK_CSS_CLASS);
2334
2334
  this._hasCheckedHighContrastMode = true;
2335
2335
  const mode = this.getHighContrastMode();
2336
2336
  if (mode === 1 /* BLACK_ON_WHITE */) {
2337
- bodyClasses.add(HIGH_CONTRAST_MODE_ACTIVE_CSS_CLASS);
2338
- bodyClasses.add(BLACK_ON_WHITE_CSS_CLASS);
2337
+ bodyClasses.add(HIGH_CONTRAST_MODE_ACTIVE_CSS_CLASS, BLACK_ON_WHITE_CSS_CLASS);
2339
2338
  }
2340
2339
  else if (mode === 2 /* WHITE_ON_BLACK */) {
2341
- bodyClasses.add(HIGH_CONTRAST_MODE_ACTIVE_CSS_CLASS);
2342
- bodyClasses.add(WHITE_ON_BLACK_CSS_CLASS);
2340
+ bodyClasses.add(HIGH_CONTRAST_MODE_ACTIVE_CSS_CLASS, WHITE_ON_BLACK_CSS_CLASS);
2343
2341
  }
2344
2342
  }
2345
2343
  }
2346
2344
  }
2347
- HighContrastModeDetector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: HighContrastModeDetector, deps: [{ token: i1.Platform }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
2348
- HighContrastModeDetector.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: HighContrastModeDetector, providedIn: 'root' });
2349
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: HighContrastModeDetector, decorators: [{
2345
+ HighContrastModeDetector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: HighContrastModeDetector, deps: [{ token: i1.Platform }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
2346
+ HighContrastModeDetector.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: HighContrastModeDetector, providedIn: 'root' });
2347
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: HighContrastModeDetector, decorators: [{
2350
2348
  type: Injectable,
2351
2349
  args: [{ providedIn: 'root' }]
2352
2350
  }], ctorParameters: function () { return [{ type: i1.Platform }, { type: undefined, decorators: [{
@@ -2366,10 +2364,10 @@ class A11yModule {
2366
2364
  highContrastModeDetector._applyBodyHighContrastModeCssClasses();
2367
2365
  }
2368
2366
  }
2369
- A11yModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: A11yModule, deps: [{ token: HighContrastModeDetector }], target: i0.ɵɵFactoryTarget.NgModule });
2370
- A11yModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: A11yModule, declarations: [CdkAriaLive, CdkTrapFocus, CdkMonitorFocus], imports: [ObserversModule], exports: [CdkAriaLive, CdkTrapFocus, CdkMonitorFocus] });
2371
- A11yModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: A11yModule, imports: [[ObserversModule]] });
2372
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: A11yModule, decorators: [{
2367
+ A11yModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: A11yModule, deps: [{ token: HighContrastModeDetector }], target: i0.ɵɵFactoryTarget.NgModule });
2368
+ A11yModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: A11yModule, declarations: [CdkAriaLive, CdkTrapFocus, CdkMonitorFocus], imports: [ObserversModule], exports: [CdkAriaLive, CdkTrapFocus, CdkMonitorFocus] });
2369
+ A11yModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: A11yModule, imports: [[ObserversModule]] });
2370
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.5", ngImport: i0, type: A11yModule, decorators: [{
2373
2371
  type: NgModule,
2374
2372
  args: [{
2375
2373
  imports: [ObserversModule],