@angular/cdk 13.0.0 → 13.0.4

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 (167) hide show
  1. package/esm2020/a11y/a11y-module.mjs +5 -5
  2. package/esm2020/a11y/aria-describer/aria-describer.mjs +4 -4
  3. package/esm2020/a11y/focus-monitor/focus-monitor.mjs +7 -7
  4. package/esm2020/a11y/focus-trap/configurable-focus-trap-factory.mjs +4 -4
  5. package/esm2020/a11y/focus-trap/focus-trap-manager.mjs +4 -4
  6. package/esm2020/a11y/focus-trap/focus-trap.mjs +23 -20
  7. package/esm2020/a11y/high-contrast-mode/high-contrast-mode-detector.mjs +4 -4
  8. package/esm2020/a11y/input-modality/input-modality-detector.mjs +4 -4
  9. package/esm2020/a11y/interactivity-checker/interactivity-checker.mjs +4 -4
  10. package/esm2020/a11y/live-announcer/live-announcer.mjs +7 -7
  11. package/esm2020/accordion/accordion-item.mjs +4 -4
  12. package/esm2020/accordion/accordion-module.mjs +5 -5
  13. package/esm2020/accordion/accordion.mjs +4 -4
  14. package/esm2020/bidi/bidi-module.mjs +5 -5
  15. package/esm2020/bidi/dir.mjs +4 -4
  16. package/esm2020/bidi/directionality.mjs +4 -4
  17. package/esm2020/clipboard/clipboard-module.mjs +5 -5
  18. package/esm2020/clipboard/clipboard.mjs +4 -4
  19. package/esm2020/clipboard/copy-to-clipboard.mjs +4 -4
  20. package/esm2020/collections/unique-selection-dispatcher.mjs +4 -4
  21. package/esm2020/drag-drop/directives/drag-handle.mjs +4 -4
  22. package/esm2020/drag-drop/directives/drag-placeholder.mjs +4 -4
  23. package/esm2020/drag-drop/directives/drag-preview.mjs +4 -4
  24. package/esm2020/drag-drop/directives/drag.mjs +5 -10
  25. package/esm2020/drag-drop/directives/drop-list-group.mjs +4 -4
  26. package/esm2020/drag-drop/directives/drop-list.mjs +4 -4
  27. package/esm2020/drag-drop/drag-drop-module.mjs +5 -5
  28. package/esm2020/drag-drop/drag-drop-registry.mjs +4 -4
  29. package/esm2020/drag-drop/drag-drop.mjs +4 -4
  30. package/esm2020/drag-drop/drag-ref.mjs +2 -3
  31. package/esm2020/drag-drop/drop-list-ref.mjs +8 -6
  32. package/esm2020/layout/breakpoints-observer.mjs +4 -4
  33. package/esm2020/layout/layout-module.mjs +5 -5
  34. package/esm2020/layout/media-matcher.mjs +4 -4
  35. package/esm2020/observers/observe-content.mjs +14 -14
  36. package/esm2020/overlay/dispatchers/base-overlay-dispatcher.mjs +4 -4
  37. package/esm2020/overlay/dispatchers/overlay-keyboard-dispatcher.mjs +4 -4
  38. package/esm2020/overlay/dispatchers/overlay-outside-click-dispatcher.mjs +6 -5
  39. package/esm2020/overlay/fullscreen-overlay-container.mjs +4 -4
  40. package/esm2020/overlay/overlay-container.mjs +4 -4
  41. package/esm2020/overlay/overlay-directives.mjs +7 -7
  42. package/esm2020/overlay/overlay-module.mjs +5 -5
  43. package/esm2020/overlay/overlay-ref.mjs +1 -1
  44. package/esm2020/overlay/overlay.mjs +4 -4
  45. package/esm2020/overlay/position/connected-position.mjs +3 -12
  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/features/test-environment.mjs +14 -17
  49. package/esm2020/platform/platform-module.mjs +5 -5
  50. package/esm2020/platform/platform.mjs +4 -4
  51. package/esm2020/portal/portal-directives.mjs +17 -17
  52. package/esm2020/scrolling/fixed-size-virtual-scroll.mjs +4 -4
  53. package/esm2020/scrolling/scroll-dispatcher.mjs +4 -4
  54. package/esm2020/scrolling/scrollable.mjs +4 -4
  55. package/esm2020/scrolling/scrolling-module.mjs +9 -9
  56. package/esm2020/scrolling/viewport-ruler.mjs +4 -4
  57. package/esm2020/scrolling/virtual-for-of.mjs +4 -4
  58. package/esm2020/scrolling/virtual-scroll-viewport.mjs +4 -4
  59. package/esm2020/stepper/step-header.mjs +4 -4
  60. package/esm2020/stepper/step-label.mjs +4 -4
  61. package/esm2020/stepper/stepper-button.mjs +10 -30
  62. package/esm2020/stepper/stepper-module.mjs +5 -5
  63. package/esm2020/stepper/stepper.mjs +7 -7
  64. package/esm2020/table/cell.mjs +22 -22
  65. package/esm2020/table/coalesced-style-scheduler.mjs +4 -4
  66. package/esm2020/table/row.mjs +28 -28
  67. package/esm2020/table/table-module.mjs +5 -5
  68. package/esm2020/table/table.mjs +19 -19
  69. package/esm2020/table/text-column.mjs +4 -4
  70. package/esm2020/testing/test-element.mjs +1 -1
  71. package/esm2020/testing/testbed/fake-events/event-objects.mjs +6 -3
  72. package/esm2020/testing/testbed/unit-test-element.mjs +1 -1
  73. package/esm2020/text-field/autofill.mjs +7 -7
  74. package/esm2020/text-field/autosize.mjs +6 -12
  75. package/esm2020/text-field/text-field-module.mjs +5 -5
  76. package/esm2020/tree/nested-node.mjs +7 -12
  77. package/esm2020/tree/node.mjs +4 -4
  78. package/esm2020/tree/outlet.mjs +4 -4
  79. package/esm2020/tree/padding.mjs +4 -4
  80. package/esm2020/tree/toggle.mjs +11 -14
  81. package/esm2020/tree/tree-module.mjs +5 -5
  82. package/esm2020/tree/tree.mjs +11 -25
  83. package/esm2020/version.mjs +1 -1
  84. package/fesm2015/a11y.mjs +56 -53
  85. package/fesm2015/a11y.mjs.map +1 -1
  86. package/fesm2015/accordion.mjs +10 -10
  87. package/fesm2015/accordion.mjs.map +1 -1
  88. package/fesm2015/bidi.mjs +10 -10
  89. package/fesm2015/bidi.mjs.map +1 -1
  90. package/fesm2015/cdk.mjs +1 -1
  91. package/fesm2015/cdk.mjs.map +1 -1
  92. package/fesm2015/clipboard.mjs +10 -10
  93. package/fesm2015/clipboard.mjs.map +1 -1
  94. package/fesm2015/collections.mjs +3 -3
  95. package/fesm2015/collections.mjs.map +1 -1
  96. package/fesm2015/drag-drop.mjs +37 -41
  97. package/fesm2015/drag-drop.mjs.map +1 -1
  98. package/fesm2015/layout.mjs +10 -10
  99. package/fesm2015/layout.mjs.map +1 -1
  100. package/fesm2015/observers.mjs +13 -13
  101. package/fesm2015/observers.mjs.map +1 -1
  102. package/fesm2015/overlay.mjs +39 -44
  103. package/fesm2015/overlay.mjs.map +1 -1
  104. package/fesm2015/platform.mjs +20 -23
  105. package/fesm2015/platform.mjs.map +1 -1
  106. package/fesm2015/portal.mjs +16 -16
  107. package/fesm2015/portal.mjs.map +1 -1
  108. package/fesm2015/scrolling.mjs +26 -26
  109. package/fesm2015/scrolling.mjs.map +1 -1
  110. package/fesm2015/stepper.mjs +25 -45
  111. package/fesm2015/stepper.mjs.map +1 -1
  112. package/fesm2015/table.mjs +76 -76
  113. package/fesm2015/table.mjs.map +1 -1
  114. package/fesm2015/testing/testbed.mjs +5 -3
  115. package/fesm2015/testing/testbed.mjs.map +1 -1
  116. package/fesm2015/testing.mjs.map +1 -1
  117. package/fesm2015/text-field.mjs +15 -21
  118. package/fesm2015/text-field.mjs.map +1 -1
  119. package/fesm2015/tree.mjs +39 -61
  120. package/fesm2015/tree.mjs.map +1 -1
  121. package/fesm2020/a11y.mjs +56 -53
  122. package/fesm2020/a11y.mjs.map +1 -1
  123. package/fesm2020/accordion.mjs +10 -10
  124. package/fesm2020/accordion.mjs.map +1 -1
  125. package/fesm2020/bidi.mjs +10 -10
  126. package/fesm2020/bidi.mjs.map +1 -1
  127. package/fesm2020/cdk.mjs +1 -1
  128. package/fesm2020/cdk.mjs.map +1 -1
  129. package/fesm2020/clipboard.mjs +10 -10
  130. package/fesm2020/clipboard.mjs.map +1 -1
  131. package/fesm2020/collections.mjs +3 -3
  132. package/fesm2020/collections.mjs.map +1 -1
  133. package/fesm2020/drag-drop.mjs +37 -41
  134. package/fesm2020/drag-drop.mjs.map +1 -1
  135. package/fesm2020/layout.mjs +10 -10
  136. package/fesm2020/layout.mjs.map +1 -1
  137. package/fesm2020/observers.mjs +13 -13
  138. package/fesm2020/observers.mjs.map +1 -1
  139. package/fesm2020/overlay.mjs +39 -44
  140. package/fesm2020/overlay.mjs.map +1 -1
  141. package/fesm2020/platform.mjs +20 -23
  142. package/fesm2020/platform.mjs.map +1 -1
  143. package/fesm2020/portal.mjs +16 -16
  144. package/fesm2020/portal.mjs.map +1 -1
  145. package/fesm2020/scrolling.mjs +26 -26
  146. package/fesm2020/scrolling.mjs.map +1 -1
  147. package/fesm2020/stepper.mjs +25 -45
  148. package/fesm2020/stepper.mjs.map +1 -1
  149. package/fesm2020/table.mjs +76 -76
  150. package/fesm2020/table.mjs.map +1 -1
  151. package/fesm2020/testing/testbed.mjs +5 -2
  152. package/fesm2020/testing/testbed.mjs.map +1 -1
  153. package/fesm2020/testing.mjs.map +1 -1
  154. package/fesm2020/text-field.mjs +15 -21
  155. package/fesm2020/text-field.mjs.map +1 -1
  156. package/fesm2020/tree.mjs +39 -61
  157. package/fesm2020/tree.mjs.map +1 -1
  158. package/overlay/position/connected-position.d.ts +1 -0
  159. package/package.json +1 -1
  160. package/schematics/ng-add/index.js +1 -1
  161. package/schematics/ng-add/index.mjs +1 -1
  162. package/stepper/stepper-button.d.ts +0 -2
  163. package/testing/test-element.d.ts +2 -1
  164. package/testing/testbed/fake-events/event-objects.d.ts +1 -1
  165. package/testing/testbed/unit-test-element.d.ts +2 -1
  166. package/tree/nested-node.d.ts +2 -3
  167. package/tree/tree.d.ts +2 -5
package/fesm2020/a11y.mjs CHANGED
@@ -238,9 +238,9 @@ class AriaDescriber {
238
238
  return element.nodeType === this._document.ELEMENT_NODE;
239
239
  }
240
240
  }
241
- AriaDescriber.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: AriaDescriber, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
242
- AriaDescriber.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: AriaDescriber, providedIn: 'root' });
243
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: AriaDescriber, decorators: [{
241
+ AriaDescriber.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AriaDescriber, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
242
+ AriaDescriber.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AriaDescriber, providedIn: 'root' });
243
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AriaDescriber, decorators: [{
244
244
  type: Injectable,
245
245
  args: [{ providedIn: 'root' }]
246
246
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
@@ -756,9 +756,9 @@ class InteractivityChecker {
756
756
  (config?.ignoreVisibility || this.isVisible(element)));
757
757
  }
758
758
  }
759
- InteractivityChecker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: InteractivityChecker, deps: [{ token: i1.Platform }], target: i0.ɵɵFactoryTarget.Injectable });
760
- InteractivityChecker.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: InteractivityChecker, providedIn: 'root' });
761
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: InteractivityChecker, decorators: [{
759
+ InteractivityChecker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: InteractivityChecker, deps: [{ token: i1.Platform }], target: i0.ɵɵFactoryTarget.Injectable });
760
+ InteractivityChecker.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: InteractivityChecker, providedIn: 'root' });
761
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: InteractivityChecker, decorators: [{
762
762
  type: Injectable,
763
763
  args: [{ providedIn: 'root' }]
764
764
  }], ctorParameters: function () { return [{ type: i1.Platform }]; } });
@@ -981,18 +981,20 @@ class FocusTrap {
981
981
  */
982
982
  _getRegionBoundary(bound) {
983
983
  // Contains the deprecated version of selector, for temporary backwards comparability.
984
- let markers = this._element.querySelectorAll(`[cdk-focus-region-${bound}], ` + `[cdkFocusRegion${bound}], ` + `[cdk-focus-${bound}]`);
985
- for (let i = 0; i < markers.length; i++) {
986
- // @breaking-change 8.0.0
987
- if (markers[i].hasAttribute(`cdk-focus-${bound}`)) {
988
- console.warn(`Found use of deprecated attribute 'cdk-focus-${bound}', ` +
989
- `use 'cdkFocusRegion${bound}' instead. The deprecated ` +
990
- `attribute will be removed in 8.0.0.`, markers[i]);
991
- }
992
- else if (markers[i].hasAttribute(`cdk-focus-region-${bound}`)) {
993
- console.warn(`Found use of deprecated attribute 'cdk-focus-region-${bound}', ` +
994
- `use 'cdkFocusRegion${bound}' instead. The deprecated attribute ` +
995
- `will be removed in 8.0.0.`, markers[i]);
984
+ const markers = this._element.querySelectorAll(`[cdk-focus-region-${bound}], ` + `[cdkFocusRegion${bound}], ` + `[cdk-focus-${bound}]`);
985
+ if (typeof ngDevMode === 'undefined' || ngDevMode) {
986
+ for (let i = 0; i < markers.length; i++) {
987
+ // @breaking-change 8.0.0
988
+ if (markers[i].hasAttribute(`cdk-focus-${bound}`)) {
989
+ console.warn(`Found use of deprecated attribute 'cdk-focus-${bound}', ` +
990
+ `use 'cdkFocusRegion${bound}' instead. The deprecated ` +
991
+ `attribute will be removed in 8.0.0.`, markers[i]);
992
+ }
993
+ else if (markers[i].hasAttribute(`cdk-focus-region-${bound}`)) {
994
+ console.warn(`Found use of deprecated attribute 'cdk-focus-region-${bound}', ` +
995
+ `use 'cdkFocusRegion${bound}' instead. The deprecated attribute ` +
996
+ `will be removed in 8.0.0.`, markers[i]);
997
+ }
996
998
  }
997
999
  }
998
1000
  if (bound == 'start') {
@@ -1011,7 +1013,8 @@ class FocusTrap {
1011
1013
  const redirectToElement = this._element.querySelector(`[cdk-focus-initial], ` + `[cdkFocusInitial]`);
1012
1014
  if (redirectToElement) {
1013
1015
  // @breaking-change 8.0.0
1014
- if (redirectToElement.hasAttribute(`cdk-focus-initial`)) {
1016
+ if ((typeof ngDevMode === 'undefined' || ngDevMode) &&
1017
+ redirectToElement.hasAttribute(`cdk-focus-initial`)) {
1015
1018
  console.warn(`Found use of deprecated attribute 'cdk-focus-initial', ` +
1016
1019
  `use 'cdkFocusInitial' instead. The deprecated attribute ` +
1017
1020
  `will be removed in 8.0.0`, redirectToElement);
@@ -1154,9 +1157,9 @@ class FocusTrapFactory {
1154
1157
  return new FocusTrap(element, this._checker, this._ngZone, this._document, deferCaptureElements);
1155
1158
  }
1156
1159
  }
1157
- FocusTrapFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: FocusTrapFactory, deps: [{ token: InteractivityChecker }, { token: i0.NgZone }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
1158
- FocusTrapFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: FocusTrapFactory, providedIn: 'root' });
1159
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: FocusTrapFactory, decorators: [{
1160
+ 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 });
1161
+ FocusTrapFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: FocusTrapFactory, providedIn: 'root' });
1162
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: FocusTrapFactory, decorators: [{
1160
1163
  type: Injectable,
1161
1164
  args: [{ providedIn: 'root' }]
1162
1165
  }], ctorParameters: function () { return [{ type: InteractivityChecker }, { type: i0.NgZone }, { type: undefined, decorators: [{
@@ -1228,9 +1231,9 @@ class CdkTrapFocus {
1228
1231
  this.focusTrap.focusInitialElementWhenReady();
1229
1232
  }
1230
1233
  }
1231
- CdkTrapFocus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: CdkTrapFocus, deps: [{ token: i0.ElementRef }, { token: FocusTrapFactory }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
1232
- CdkTrapFocus.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.0-rc.3", type: CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: { enabled: ["cdkTrapFocus", "enabled"], autoCapture: ["cdkTrapFocusAutoCapture", "autoCapture"] }, exportAs: ["cdkTrapFocus"], usesOnChanges: true, ngImport: i0 });
1233
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: CdkTrapFocus, decorators: [{
1234
+ 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 });
1235
+ 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 });
1236
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CdkTrapFocus, decorators: [{
1234
1237
  type: Directive,
1235
1238
  args: [{
1236
1239
  selector: '[cdkTrapFocus]',
@@ -1420,9 +1423,9 @@ class FocusTrapManager {
1420
1423
  }
1421
1424
  }
1422
1425
  }
1423
- FocusTrapManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: FocusTrapManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1424
- FocusTrapManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: FocusTrapManager, providedIn: 'root' });
1425
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: FocusTrapManager, decorators: [{
1426
+ FocusTrapManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: FocusTrapManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1427
+ FocusTrapManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: FocusTrapManager, providedIn: 'root' });
1428
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: FocusTrapManager, decorators: [{
1426
1429
  type: Injectable,
1427
1430
  args: [{ providedIn: 'root' }]
1428
1431
  }] });
@@ -1455,9 +1458,9 @@ class ConfigurableFocusTrapFactory {
1455
1458
  return new ConfigurableFocusTrap(element, this._checker, this._ngZone, this._document, this._focusTrapManager, this._inertStrategy, configObject);
1456
1459
  }
1457
1460
  }
1458
- ConfigurableFocusTrapFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.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 });
1459
- ConfigurableFocusTrapFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: ConfigurableFocusTrapFactory, providedIn: 'root' });
1460
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: ConfigurableFocusTrapFactory, decorators: [{
1461
+ 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 });
1462
+ ConfigurableFocusTrapFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ConfigurableFocusTrapFactory, providedIn: 'root' });
1463
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ConfigurableFocusTrapFactory, decorators: [{
1461
1464
  type: Injectable,
1462
1465
  args: [{ providedIn: 'root' }]
1463
1466
  }], ctorParameters: function () { return [{ type: InteractivityChecker }, { type: i0.NgZone }, { type: FocusTrapManager }, { type: undefined, decorators: [{
@@ -1651,9 +1654,9 @@ class InputModalityDetector {
1651
1654
  }
1652
1655
  }
1653
1656
  }
1654
- InputModalityDetector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.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 });
1655
- InputModalityDetector.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: InputModalityDetector, providedIn: 'root' });
1656
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: InputModalityDetector, decorators: [{
1657
+ 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 });
1658
+ InputModalityDetector.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: InputModalityDetector, providedIn: 'root' });
1659
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: InputModalityDetector, decorators: [{
1657
1660
  type: Injectable,
1658
1661
  args: [{ providedIn: 'root' }]
1659
1662
  }], ctorParameters: function () { return [{ type: i1.Platform }, { type: i0.NgZone }, { type: Document, decorators: [{
@@ -1771,9 +1774,9 @@ class LiveAnnouncer {
1771
1774
  return liveEl;
1772
1775
  }
1773
1776
  }
1774
- LiveAnnouncer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.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 });
1775
- LiveAnnouncer.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: LiveAnnouncer, providedIn: 'root' });
1776
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: LiveAnnouncer, decorators: [{
1777
+ 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 });
1778
+ LiveAnnouncer.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: LiveAnnouncer, providedIn: 'root' });
1779
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: LiveAnnouncer, decorators: [{
1777
1780
  type: Injectable,
1778
1781
  args: [{ providedIn: 'root' }]
1779
1782
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
@@ -1835,9 +1838,9 @@ class CdkAriaLive {
1835
1838
  }
1836
1839
  }
1837
1840
  }
1838
- CdkAriaLive.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: CdkAriaLive, deps: [{ token: i0.ElementRef }, { token: LiveAnnouncer }, { token: i1$1.ContentObserver }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
1839
- CdkAriaLive.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.0-rc.3", type: CdkAriaLive, selector: "[cdkAriaLive]", inputs: { politeness: ["cdkAriaLive", "politeness"] }, exportAs: ["cdkAriaLive"], ngImport: i0 });
1840
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: CdkAriaLive, decorators: [{
1841
+ 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 });
1842
+ CdkAriaLive.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: CdkAriaLive, selector: "[cdkAriaLive]", inputs: { politeness: ["cdkAriaLive", "politeness"] }, exportAs: ["cdkAriaLive"], ngImport: i0 });
1843
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CdkAriaLive, decorators: [{
1841
1844
  type: Directive,
1842
1845
  args: [{
1843
1846
  selector: '[cdkAriaLive]',
@@ -2183,9 +2186,9 @@ class FocusMonitor {
2183
2186
  return results;
2184
2187
  }
2185
2188
  }
2186
- FocusMonitor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.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 });
2187
- FocusMonitor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: FocusMonitor, providedIn: 'root' });
2188
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: FocusMonitor, decorators: [{
2189
+ 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 });
2190
+ FocusMonitor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: FocusMonitor, providedIn: 'root' });
2191
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: FocusMonitor, decorators: [{
2189
2192
  type: Injectable,
2190
2193
  args: [{ providedIn: 'root' }]
2191
2194
  }], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i1.Platform }, { type: InputModalityDetector }, { type: undefined, decorators: [{
@@ -2227,9 +2230,9 @@ class CdkMonitorFocus {
2227
2230
  }
2228
2231
  }
2229
2232
  }
2230
- CdkMonitorFocus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: CdkMonitorFocus, deps: [{ token: i0.ElementRef }, { token: FocusMonitor }], target: i0.ɵɵFactoryTarget.Directive });
2231
- CdkMonitorFocus.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.0-rc.3", type: CdkMonitorFocus, selector: "[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]", outputs: { cdkFocusChange: "cdkFocusChange" }, ngImport: i0 });
2232
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: CdkMonitorFocus, decorators: [{
2233
+ 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 });
2234
+ CdkMonitorFocus.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: CdkMonitorFocus, selector: "[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]", outputs: { cdkFocusChange: "cdkFocusChange" }, ngImport: i0 });
2235
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CdkMonitorFocus, decorators: [{
2233
2236
  type: Directive,
2234
2237
  args: [{
2235
2238
  selector: '[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]',
@@ -2318,9 +2321,9 @@ class HighContrastModeDetector {
2318
2321
  }
2319
2322
  }
2320
2323
  }
2321
- HighContrastModeDetector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: HighContrastModeDetector, deps: [{ token: i1.Platform }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
2322
- HighContrastModeDetector.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: HighContrastModeDetector, providedIn: 'root' });
2323
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: HighContrastModeDetector, decorators: [{
2324
+ 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 });
2325
+ HighContrastModeDetector.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: HighContrastModeDetector, providedIn: 'root' });
2326
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: HighContrastModeDetector, decorators: [{
2324
2327
  type: Injectable,
2325
2328
  args: [{ providedIn: 'root' }]
2326
2329
  }], ctorParameters: function () { return [{ type: i1.Platform }, { type: undefined, decorators: [{
@@ -2340,10 +2343,10 @@ class A11yModule {
2340
2343
  highContrastModeDetector._applyBodyHighContrastModeCssClasses();
2341
2344
  }
2342
2345
  }
2343
- A11yModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: A11yModule, deps: [{ token: HighContrastModeDetector }], target: i0.ɵɵFactoryTarget.NgModule });
2344
- A11yModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: A11yModule, declarations: [CdkAriaLive, CdkTrapFocus, CdkMonitorFocus], imports: [PlatformModule, ObserversModule], exports: [CdkAriaLive, CdkTrapFocus, CdkMonitorFocus] });
2345
- A11yModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: A11yModule, imports: [[PlatformModule, ObserversModule]] });
2346
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.3", ngImport: i0, type: A11yModule, decorators: [{
2346
+ A11yModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: A11yModule, deps: [{ token: HighContrastModeDetector }], target: i0.ɵɵFactoryTarget.NgModule });
2347
+ 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] });
2348
+ A11yModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: A11yModule, imports: [[PlatformModule, ObserversModule]] });
2349
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: A11yModule, decorators: [{
2347
2350
  type: NgModule,
2348
2351
  args: [{
2349
2352
  imports: [PlatformModule, ObserversModule],