@angular/cdk 13.1.0-next.1 → 13.1.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 (164) hide show
  1. package/bidi/dir.d.ts +1 -1
  2. package/bidi/directionality.d.ts +2 -0
  3. package/esm2020/a11y/a11y-module.mjs +5 -5
  4. package/esm2020/a11y/aria-describer/aria-describer.mjs +4 -4
  5. package/esm2020/a11y/focus-monitor/focus-monitor.mjs +7 -7
  6. package/esm2020/a11y/focus-trap/configurable-focus-trap-factory.mjs +4 -4
  7. package/esm2020/a11y/focus-trap/focus-trap-manager.mjs +4 -4
  8. package/esm2020/a11y/focus-trap/focus-trap.mjs +23 -20
  9. package/esm2020/a11y/high-contrast-mode/high-contrast-mode-detector.mjs +4 -4
  10. package/esm2020/a11y/input-modality/input-modality-detector.mjs +4 -4
  11. package/esm2020/a11y/interactivity-checker/interactivity-checker.mjs +4 -4
  12. package/esm2020/a11y/live-announcer/live-announcer.mjs +7 -7
  13. package/esm2020/accordion/accordion-item.mjs +4 -4
  14. package/esm2020/accordion/accordion-module.mjs +5 -5
  15. package/esm2020/accordion/accordion.mjs +4 -4
  16. package/esm2020/bidi/bidi-module.mjs +5 -5
  17. package/esm2020/bidi/dir.mjs +11 -9
  18. package/esm2020/bidi/directionality.mjs +15 -10
  19. package/esm2020/clipboard/clipboard-module.mjs +5 -5
  20. package/esm2020/clipboard/clipboard.mjs +4 -4
  21. package/esm2020/clipboard/copy-to-clipboard.mjs +4 -4
  22. package/esm2020/collections/unique-selection-dispatcher.mjs +4 -4
  23. package/esm2020/drag-drop/directives/drag-handle.mjs +4 -4
  24. package/esm2020/drag-drop/directives/drag-placeholder.mjs +4 -4
  25. package/esm2020/drag-drop/directives/drag-preview.mjs +4 -4
  26. package/esm2020/drag-drop/directives/drag.mjs +5 -10
  27. package/esm2020/drag-drop/directives/drop-list-group.mjs +4 -4
  28. package/esm2020/drag-drop/directives/drop-list.mjs +4 -4
  29. package/esm2020/drag-drop/drag-drop-module.mjs +5 -5
  30. package/esm2020/drag-drop/drag-drop-registry.mjs +4 -4
  31. package/esm2020/drag-drop/drag-drop.mjs +4 -4
  32. package/esm2020/drag-drop/drag-ref.mjs +2 -3
  33. package/esm2020/drag-drop/drop-list-ref.mjs +8 -6
  34. package/esm2020/layout/breakpoints-observer.mjs +4 -4
  35. package/esm2020/layout/layout-module.mjs +5 -5
  36. package/esm2020/layout/media-matcher.mjs +4 -4
  37. package/esm2020/observers/observe-content.mjs +14 -14
  38. package/esm2020/overlay/dispatchers/base-overlay-dispatcher.mjs +4 -4
  39. package/esm2020/overlay/dispatchers/overlay-keyboard-dispatcher.mjs +4 -4
  40. package/esm2020/overlay/dispatchers/overlay-outside-click-dispatcher.mjs +6 -5
  41. package/esm2020/overlay/fullscreen-overlay-container.mjs +4 -4
  42. package/esm2020/overlay/overlay-container.mjs +4 -4
  43. package/esm2020/overlay/overlay-directives.mjs +7 -7
  44. package/esm2020/overlay/overlay-module.mjs +5 -5
  45. package/esm2020/overlay/overlay.mjs +4 -4
  46. package/esm2020/overlay/position/overlay-position-builder.mjs +4 -4
  47. package/esm2020/overlay/scroll/scroll-strategy-options.mjs +4 -4
  48. package/esm2020/platform/platform-module.mjs +5 -5
  49. package/esm2020/platform/platform.mjs +4 -4
  50. package/esm2020/portal/portal-directives.mjs +17 -17
  51. package/esm2020/scrolling/fixed-size-virtual-scroll.mjs +4 -4
  52. package/esm2020/scrolling/scroll-dispatcher.mjs +4 -4
  53. package/esm2020/scrolling/scrollable.mjs +4 -4
  54. package/esm2020/scrolling/scrolling-module.mjs +9 -9
  55. package/esm2020/scrolling/viewport-ruler.mjs +4 -4
  56. package/esm2020/scrolling/virtual-for-of.mjs +4 -4
  57. package/esm2020/scrolling/virtual-scroll-viewport.mjs +4 -4
  58. package/esm2020/stepper/step-header.mjs +4 -4
  59. package/esm2020/stepper/step-label.mjs +4 -4
  60. package/esm2020/stepper/stepper-button.mjs +7 -7
  61. package/esm2020/stepper/stepper-module.mjs +5 -5
  62. package/esm2020/stepper/stepper.mjs +7 -7
  63. package/esm2020/table/cell.mjs +22 -22
  64. package/esm2020/table/coalesced-style-scheduler.mjs +4 -4
  65. package/esm2020/table/row.mjs +28 -28
  66. package/esm2020/table/table-module.mjs +5 -5
  67. package/esm2020/table/table.mjs +19 -19
  68. package/esm2020/table/text-column.mjs +4 -4
  69. package/esm2020/testing/test-element.mjs +1 -1
  70. package/esm2020/testing/testbed/fake-events/event-objects.mjs +6 -3
  71. package/esm2020/testing/testbed/unit-test-element.mjs +1 -1
  72. package/esm2020/text-field/autofill.mjs +7 -7
  73. package/esm2020/text-field/autosize.mjs +4 -4
  74. package/esm2020/text-field/text-field-module.mjs +5 -5
  75. package/esm2020/tree/nested-node.mjs +4 -4
  76. package/esm2020/tree/node.mjs +4 -4
  77. package/esm2020/tree/outlet.mjs +4 -4
  78. package/esm2020/tree/padding.mjs +4 -4
  79. package/esm2020/tree/toggle.mjs +4 -4
  80. package/esm2020/tree/tree-module.mjs +5 -5
  81. package/esm2020/tree/tree.mjs +7 -7
  82. package/esm2020/version.mjs +1 -1
  83. package/fesm2015/a11y.mjs +56 -53
  84. package/fesm2015/a11y.mjs.map +1 -1
  85. package/fesm2015/accordion.mjs +10 -10
  86. package/fesm2015/accordion.mjs.map +1 -1
  87. package/fesm2015/bidi.mjs +27 -20
  88. package/fesm2015/bidi.mjs.map +1 -1
  89. package/fesm2015/cdk.mjs +1 -1
  90. package/fesm2015/cdk.mjs.map +1 -1
  91. package/fesm2015/clipboard.mjs +10 -10
  92. package/fesm2015/clipboard.mjs.map +1 -1
  93. package/fesm2015/collections.mjs +3 -3
  94. package/fesm2015/collections.mjs.map +1 -1
  95. package/fesm2015/drag-drop.mjs +37 -41
  96. package/fesm2015/drag-drop.mjs.map +1 -1
  97. package/fesm2015/layout.mjs +10 -10
  98. package/fesm2015/layout.mjs.map +1 -1
  99. package/fesm2015/observers.mjs +13 -13
  100. package/fesm2015/observers.mjs.map +1 -1
  101. package/fesm2015/overlay.mjs +36 -35
  102. package/fesm2015/overlay.mjs.map +1 -1
  103. package/fesm2015/platform.mjs +7 -7
  104. package/fesm2015/platform.mjs.map +1 -1
  105. package/fesm2015/portal.mjs +16 -16
  106. package/fesm2015/portal.mjs.map +1 -1
  107. package/fesm2015/scrolling.mjs +26 -26
  108. package/fesm2015/scrolling.mjs.map +1 -1
  109. package/fesm2015/stepper.mjs +22 -22
  110. package/fesm2015/stepper.mjs.map +1 -1
  111. package/fesm2015/table.mjs +76 -76
  112. package/fesm2015/table.mjs.map +1 -1
  113. package/fesm2015/testing/testbed.mjs +5 -3
  114. package/fesm2015/testing/testbed.mjs.map +1 -1
  115. package/fesm2015/testing.mjs.map +1 -1
  116. package/fesm2015/text-field.mjs +13 -13
  117. package/fesm2015/text-field.mjs.map +1 -1
  118. package/fesm2015/tree.mjs +25 -25
  119. package/fesm2015/tree.mjs.map +1 -1
  120. package/fesm2020/a11y.mjs +56 -53
  121. package/fesm2020/a11y.mjs.map +1 -1
  122. package/fesm2020/accordion.mjs +10 -10
  123. package/fesm2020/accordion.mjs.map +1 -1
  124. package/fesm2020/bidi.mjs +27 -20
  125. package/fesm2020/bidi.mjs.map +1 -1
  126. package/fesm2020/cdk.mjs +1 -1
  127. package/fesm2020/cdk.mjs.map +1 -1
  128. package/fesm2020/clipboard.mjs +10 -10
  129. package/fesm2020/clipboard.mjs.map +1 -1
  130. package/fesm2020/collections.mjs +3 -3
  131. package/fesm2020/collections.mjs.map +1 -1
  132. package/fesm2020/drag-drop.mjs +37 -41
  133. package/fesm2020/drag-drop.mjs.map +1 -1
  134. package/fesm2020/layout.mjs +10 -10
  135. package/fesm2020/layout.mjs.map +1 -1
  136. package/fesm2020/observers.mjs +13 -13
  137. package/fesm2020/observers.mjs.map +1 -1
  138. package/fesm2020/overlay.mjs +36 -35
  139. package/fesm2020/overlay.mjs.map +1 -1
  140. package/fesm2020/platform.mjs +7 -7
  141. package/fesm2020/platform.mjs.map +1 -1
  142. package/fesm2020/portal.mjs +16 -16
  143. package/fesm2020/portal.mjs.map +1 -1
  144. package/fesm2020/scrolling.mjs +26 -26
  145. package/fesm2020/scrolling.mjs.map +1 -1
  146. package/fesm2020/stepper.mjs +22 -22
  147. package/fesm2020/stepper.mjs.map +1 -1
  148. package/fesm2020/table.mjs +76 -76
  149. package/fesm2020/table.mjs.map +1 -1
  150. package/fesm2020/testing/testbed.mjs +5 -2
  151. package/fesm2020/testing/testbed.mjs.map +1 -1
  152. package/fesm2020/testing.mjs.map +1 -1
  153. package/fesm2020/text-field.mjs +13 -13
  154. package/fesm2020/text-field.mjs.map +1 -1
  155. package/fesm2020/tree.mjs +25 -25
  156. package/fesm2020/tree.mjs.map +1 -1
  157. package/package.json +1 -1
  158. package/schematics/ng-add/index.js +1 -1
  159. package/schematics/ng-add/index.mjs +1 -1
  160. package/schematics/utils/build-component.js +1 -2
  161. package/schematics/utils/build-component.mjs +1 -2
  162. package/testing/test-element.d.ts +2 -1
  163. package/testing/testbed/fake-events/event-objects.d.ts +1 -1
  164. package/testing/testbed/unit-test-element.d.ts +2 -1
package/fesm2015/a11y.mjs CHANGED
@@ -239,9 +239,9 @@ class AriaDescriber {
239
239
  return element.nodeType === this._document.ELEMENT_NODE;
240
240
  }
241
241
  }
242
- AriaDescriber.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AriaDescriber, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
243
- AriaDescriber.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AriaDescriber, providedIn: 'root' });
244
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AriaDescriber, decorators: [{
242
+ AriaDescriber.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: AriaDescriber, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
243
+ AriaDescriber.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: AriaDescriber, providedIn: 'root' });
244
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: AriaDescriber, decorators: [{
245
245
  type: Injectable,
246
246
  args: [{ providedIn: 'root' }]
247
247
  }], ctorParameters: function () {
@@ -752,9 +752,9 @@ class InteractivityChecker {
752
752
  ((config === null || config === void 0 ? void 0 : config.ignoreVisibility) || this.isVisible(element)));
753
753
  }
754
754
  }
755
- InteractivityChecker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: InteractivityChecker, deps: [{ token: i1.Platform }], target: i0.ɵɵFactoryTarget.Injectable });
756
- InteractivityChecker.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: InteractivityChecker, providedIn: 'root' });
757
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: InteractivityChecker, decorators: [{
755
+ InteractivityChecker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: InteractivityChecker, deps: [{ token: i1.Platform }], target: i0.ɵɵFactoryTarget.Injectable });
756
+ InteractivityChecker.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: InteractivityChecker, providedIn: 'root' });
757
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: InteractivityChecker, decorators: [{
758
758
  type: Injectable,
759
759
  args: [{ providedIn: 'root' }]
760
760
  }], ctorParameters: function () { return [{ type: i1.Platform }]; } });
@@ -977,18 +977,20 @@ class FocusTrap {
977
977
  */
978
978
  _getRegionBoundary(bound) {
979
979
  // Contains the deprecated version of selector, for temporary backwards comparability.
980
- let markers = this._element.querySelectorAll(`[cdk-focus-region-${bound}], ` + `[cdkFocusRegion${bound}], ` + `[cdk-focus-${bound}]`);
981
- for (let i = 0; i < markers.length; i++) {
982
- // @breaking-change 8.0.0
983
- if (markers[i].hasAttribute(`cdk-focus-${bound}`)) {
984
- console.warn(`Found use of deprecated attribute 'cdk-focus-${bound}', ` +
985
- `use 'cdkFocusRegion${bound}' instead. The deprecated ` +
986
- `attribute will be removed in 8.0.0.`, markers[i]);
987
- }
988
- else if (markers[i].hasAttribute(`cdk-focus-region-${bound}`)) {
989
- console.warn(`Found use of deprecated attribute 'cdk-focus-region-${bound}', ` +
990
- `use 'cdkFocusRegion${bound}' instead. The deprecated attribute ` +
991
- `will be removed in 8.0.0.`, markers[i]);
980
+ const markers = this._element.querySelectorAll(`[cdk-focus-region-${bound}], ` + `[cdkFocusRegion${bound}], ` + `[cdk-focus-${bound}]`);
981
+ if (typeof ngDevMode === 'undefined' || ngDevMode) {
982
+ for (let i = 0; i < markers.length; i++) {
983
+ // @breaking-change 8.0.0
984
+ if (markers[i].hasAttribute(`cdk-focus-${bound}`)) {
985
+ console.warn(`Found use of deprecated attribute 'cdk-focus-${bound}', ` +
986
+ `use 'cdkFocusRegion${bound}' instead. The deprecated ` +
987
+ `attribute will be removed in 8.0.0.`, markers[i]);
988
+ }
989
+ else if (markers[i].hasAttribute(`cdk-focus-region-${bound}`)) {
990
+ console.warn(`Found use of deprecated attribute 'cdk-focus-region-${bound}', ` +
991
+ `use 'cdkFocusRegion${bound}' instead. The deprecated attribute ` +
992
+ `will be removed in 8.0.0.`, markers[i]);
993
+ }
992
994
  }
993
995
  }
994
996
  if (bound == 'start') {
@@ -1007,7 +1009,8 @@ class FocusTrap {
1007
1009
  const redirectToElement = this._element.querySelector(`[cdk-focus-initial], ` + `[cdkFocusInitial]`);
1008
1010
  if (redirectToElement) {
1009
1011
  // @breaking-change 8.0.0
1010
- if (redirectToElement.hasAttribute(`cdk-focus-initial`)) {
1012
+ if ((typeof ngDevMode === 'undefined' || ngDevMode) &&
1013
+ redirectToElement.hasAttribute(`cdk-focus-initial`)) {
1011
1014
  console.warn(`Found use of deprecated attribute 'cdk-focus-initial', ` +
1012
1015
  `use 'cdkFocusInitial' instead. The deprecated attribute ` +
1013
1016
  `will be removed in 8.0.0`, redirectToElement);
@@ -1150,9 +1153,9 @@ class FocusTrapFactory {
1150
1153
  return new FocusTrap(element, this._checker, this._ngZone, this._document, deferCaptureElements);
1151
1154
  }
1152
1155
  }
1153
- FocusTrapFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: FocusTrapFactory, deps: [{ token: InteractivityChecker }, { token: i0.NgZone }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
1154
- FocusTrapFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: FocusTrapFactory, providedIn: 'root' });
1155
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: FocusTrapFactory, decorators: [{
1156
+ FocusTrapFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: FocusTrapFactory, deps: [{ token: InteractivityChecker }, { token: i0.NgZone }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
1157
+ FocusTrapFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: FocusTrapFactory, providedIn: 'root' });
1158
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: FocusTrapFactory, decorators: [{
1156
1159
  type: Injectable,
1157
1160
  args: [{ providedIn: 'root' }]
1158
1161
  }], ctorParameters: function () {
@@ -1226,9 +1229,9 @@ class CdkTrapFocus {
1226
1229
  this.focusTrap.focusInitialElementWhenReady();
1227
1230
  }
1228
1231
  }
1229
- CdkTrapFocus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CdkTrapFocus, deps: [{ token: i0.ElementRef }, { token: FocusTrapFactory }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
1230
- CdkTrapFocus.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: { enabled: ["cdkTrapFocus", "enabled"], autoCapture: ["cdkTrapFocusAutoCapture", "autoCapture"] }, exportAs: ["cdkTrapFocus"], usesOnChanges: true, ngImport: i0 });
1231
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CdkTrapFocus, decorators: [{
1232
+ CdkTrapFocus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: CdkTrapFocus, deps: [{ token: i0.ElementRef }, { token: FocusTrapFactory }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
1233
+ CdkTrapFocus.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.0-next.3", type: CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: { enabled: ["cdkTrapFocus", "enabled"], autoCapture: ["cdkTrapFocusAutoCapture", "autoCapture"] }, exportAs: ["cdkTrapFocus"], usesOnChanges: true, ngImport: i0 });
1234
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: CdkTrapFocus, decorators: [{
1232
1235
  type: Directive,
1233
1236
  args: [{
1234
1237
  selector: '[cdkTrapFocus]',
@@ -1413,9 +1416,9 @@ class FocusTrapManager {
1413
1416
  }
1414
1417
  }
1415
1418
  }
1416
- FocusTrapManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: FocusTrapManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1417
- FocusTrapManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: FocusTrapManager, providedIn: 'root' });
1418
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: FocusTrapManager, decorators: [{
1419
+ FocusTrapManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: FocusTrapManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1420
+ FocusTrapManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: FocusTrapManager, providedIn: 'root' });
1421
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: FocusTrapManager, decorators: [{
1419
1422
  type: Injectable,
1420
1423
  args: [{ providedIn: 'root' }]
1421
1424
  }] });
@@ -1448,9 +1451,9 @@ class ConfigurableFocusTrapFactory {
1448
1451
  return new ConfigurableFocusTrap(element, this._checker, this._ngZone, this._document, this._focusTrapManager, this._inertStrategy, configObject);
1449
1452
  }
1450
1453
  }
1451
- ConfigurableFocusTrapFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", 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 });
1452
- ConfigurableFocusTrapFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ConfigurableFocusTrapFactory, providedIn: 'root' });
1453
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ConfigurableFocusTrapFactory, decorators: [{
1454
+ ConfigurableFocusTrapFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0-next.3", 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 });
1455
+ ConfigurableFocusTrapFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: ConfigurableFocusTrapFactory, providedIn: 'root' });
1456
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: ConfigurableFocusTrapFactory, decorators: [{
1454
1457
  type: Injectable,
1455
1458
  args: [{ providedIn: 'root' }]
1456
1459
  }], ctorParameters: function () {
@@ -1644,9 +1647,9 @@ class InputModalityDetector {
1644
1647
  }
1645
1648
  }
1646
1649
  }
1647
- InputModalityDetector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: InputModalityDetector, deps: [{ token: i1.Platform }, { token: i0.NgZone }, { token: DOCUMENT }, { token: INPUT_MODALITY_DETECTOR_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1648
- InputModalityDetector.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: InputModalityDetector, providedIn: 'root' });
1649
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: InputModalityDetector, decorators: [{
1650
+ InputModalityDetector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: InputModalityDetector, deps: [{ token: i1.Platform }, { token: i0.NgZone }, { token: DOCUMENT }, { token: INPUT_MODALITY_DETECTOR_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1651
+ InputModalityDetector.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: InputModalityDetector, providedIn: 'root' });
1652
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: InputModalityDetector, decorators: [{
1650
1653
  type: Injectable,
1651
1654
  args: [{ providedIn: 'root' }]
1652
1655
  }], ctorParameters: function () {
@@ -1760,9 +1763,9 @@ class LiveAnnouncer {
1760
1763
  return liveEl;
1761
1764
  }
1762
1765
  }
1763
- LiveAnnouncer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", 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 });
1764
- LiveAnnouncer.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: LiveAnnouncer, providedIn: 'root' });
1765
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: LiveAnnouncer, decorators: [{
1766
+ LiveAnnouncer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0-next.3", 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 });
1767
+ LiveAnnouncer.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: LiveAnnouncer, providedIn: 'root' });
1768
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: LiveAnnouncer, decorators: [{
1766
1769
  type: Injectable,
1767
1770
  args: [{ providedIn: 'root' }]
1768
1771
  }], ctorParameters: function () {
@@ -1826,9 +1829,9 @@ class CdkAriaLive {
1826
1829
  }
1827
1830
  }
1828
1831
  }
1829
- CdkAriaLive.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CdkAriaLive, deps: [{ token: i0.ElementRef }, { token: LiveAnnouncer }, { token: i1$1.ContentObserver }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
1830
- CdkAriaLive.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: CdkAriaLive, selector: "[cdkAriaLive]", inputs: { politeness: ["cdkAriaLive", "politeness"] }, exportAs: ["cdkAriaLive"], ngImport: i0 });
1831
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CdkAriaLive, decorators: [{
1832
+ CdkAriaLive.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: CdkAriaLive, deps: [{ token: i0.ElementRef }, { token: LiveAnnouncer }, { token: i1$1.ContentObserver }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
1833
+ CdkAriaLive.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.0-next.3", type: CdkAriaLive, selector: "[cdkAriaLive]", inputs: { politeness: ["cdkAriaLive", "politeness"] }, exportAs: ["cdkAriaLive"], ngImport: i0 });
1834
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: CdkAriaLive, decorators: [{
1832
1835
  type: Directive,
1833
1836
  args: [{
1834
1837
  selector: '[cdkAriaLive]',
@@ -2174,9 +2177,9 @@ class FocusMonitor {
2174
2177
  return results;
2175
2178
  }
2176
2179
  }
2177
- FocusMonitor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", 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 });
2178
- FocusMonitor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: FocusMonitor, providedIn: 'root' });
2179
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: FocusMonitor, decorators: [{
2180
+ FocusMonitor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0-next.3", 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 });
2181
+ FocusMonitor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: FocusMonitor, providedIn: 'root' });
2182
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: FocusMonitor, decorators: [{
2180
2183
  type: Injectable,
2181
2184
  args: [{ providedIn: 'root' }]
2182
2185
  }], ctorParameters: function () {
@@ -2220,9 +2223,9 @@ class CdkMonitorFocus {
2220
2223
  }
2221
2224
  }
2222
2225
  }
2223
- CdkMonitorFocus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CdkMonitorFocus, deps: [{ token: i0.ElementRef }, { token: FocusMonitor }], target: i0.ɵɵFactoryTarget.Directive });
2224
- CdkMonitorFocus.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: CdkMonitorFocus, selector: "[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]", outputs: { cdkFocusChange: "cdkFocusChange" }, ngImport: i0 });
2225
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CdkMonitorFocus, decorators: [{
2226
+ CdkMonitorFocus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: CdkMonitorFocus, deps: [{ token: i0.ElementRef }, { token: FocusMonitor }], target: i0.ɵɵFactoryTarget.Directive });
2227
+ CdkMonitorFocus.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.0-next.3", type: CdkMonitorFocus, selector: "[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]", outputs: { cdkFocusChange: "cdkFocusChange" }, ngImport: i0 });
2228
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: CdkMonitorFocus, decorators: [{
2226
2229
  type: Directive,
2227
2230
  args: [{
2228
2231
  selector: '[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]',
@@ -2304,9 +2307,9 @@ class HighContrastModeDetector {
2304
2307
  }
2305
2308
  }
2306
2309
  }
2307
- HighContrastModeDetector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: HighContrastModeDetector, deps: [{ token: i1.Platform }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
2308
- HighContrastModeDetector.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: HighContrastModeDetector, providedIn: 'root' });
2309
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: HighContrastModeDetector, decorators: [{
2310
+ HighContrastModeDetector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: HighContrastModeDetector, deps: [{ token: i1.Platform }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
2311
+ HighContrastModeDetector.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: HighContrastModeDetector, providedIn: 'root' });
2312
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: HighContrastModeDetector, decorators: [{
2310
2313
  type: Injectable,
2311
2314
  args: [{ providedIn: 'root' }]
2312
2315
  }], ctorParameters: function () {
@@ -2328,10 +2331,10 @@ class A11yModule {
2328
2331
  highContrastModeDetector._applyBodyHighContrastModeCssClasses();
2329
2332
  }
2330
2333
  }
2331
- A11yModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: A11yModule, deps: [{ token: HighContrastModeDetector }], target: i0.ɵɵFactoryTarget.NgModule });
2332
- A11yModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: A11yModule, declarations: [CdkAriaLive, CdkTrapFocus, CdkMonitorFocus], imports: [PlatformModule, ObserversModule], exports: [CdkAriaLive, CdkTrapFocus, CdkMonitorFocus] });
2333
- A11yModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: A11yModule, imports: [[PlatformModule, ObserversModule]] });
2334
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: A11yModule, decorators: [{
2334
+ A11yModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: A11yModule, deps: [{ token: HighContrastModeDetector }], target: i0.ɵɵFactoryTarget.NgModule });
2335
+ A11yModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: A11yModule, declarations: [CdkAriaLive, CdkTrapFocus, CdkMonitorFocus], imports: [PlatformModule, ObserversModule], exports: [CdkAriaLive, CdkTrapFocus, CdkMonitorFocus] });
2336
+ A11yModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: A11yModule, imports: [[PlatformModule, ObserversModule]] });
2337
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: A11yModule, decorators: [{
2335
2338
  type: NgModule,
2336
2339
  args: [{
2337
2340
  imports: [PlatformModule, ObserversModule],