@angular/cdk 13.0.0-rc.1 → 13.0.1

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 (248) hide show
  1. package/a11y/_index.scss +1 -1
  2. package/a11y/a11y_public_index.d.ts +4 -0
  3. package/a11y/index.d.ts +5 -1
  4. package/a11y/package.json +2 -2
  5. package/accordion/accordion_public_index.d.ts +4 -0
  6. package/accordion/index.d.ts +5 -1
  7. package/accordion/package.json +2 -2
  8. package/bidi/bidi_public_index.d.ts +4 -0
  9. package/bidi/index.d.ts +5 -1
  10. package/bidi/package.json +2 -2
  11. package/clipboard/clipboard_public_index.d.ts +4 -0
  12. package/clipboard/index.d.ts +5 -1
  13. package/clipboard/package.json +2 -2
  14. package/collections/collections_public_index.d.ts +4 -0
  15. package/collections/index.d.ts +5 -1
  16. package/collections/package.json +2 -2
  17. package/drag-drop/drag-drop_public_index.d.ts +4 -0
  18. package/drag-drop/index.d.ts +5 -1
  19. package/drag-drop/package.json +2 -2
  20. package/esm2020/a11y/a11y-module.mjs +5 -5
  21. package/esm2020/a11y/a11y_public_index.mjs +5 -0
  22. package/esm2020/a11y/aria-describer/aria-describer.mjs +4 -4
  23. package/esm2020/a11y/focus-monitor/focus-monitor.mjs +7 -7
  24. package/esm2020/a11y/focus-trap/configurable-focus-trap-factory.mjs +4 -4
  25. package/esm2020/a11y/focus-trap/focus-trap-manager.mjs +4 -4
  26. package/esm2020/a11y/focus-trap/focus-trap.mjs +7 -7
  27. package/esm2020/a11y/high-contrast-mode/high-contrast-mode-detector.mjs +4 -4
  28. package/esm2020/a11y/index.mjs +6 -2
  29. package/esm2020/a11y/input-modality/input-modality-detector.mjs +4 -4
  30. package/esm2020/a11y/interactivity-checker/interactivity-checker.mjs +4 -4
  31. package/esm2020/a11y/live-announcer/live-announcer.mjs +7 -7
  32. package/esm2020/accordion/accordion-item.mjs +4 -4
  33. package/esm2020/accordion/accordion-module.mjs +5 -5
  34. package/esm2020/accordion/accordion.mjs +4 -4
  35. package/esm2020/accordion/accordion_public_index.mjs +5 -0
  36. package/esm2020/accordion/index.mjs +6 -2
  37. package/esm2020/bidi/bidi-module.mjs +5 -5
  38. package/esm2020/bidi/bidi_public_index.mjs +5 -0
  39. package/esm2020/bidi/dir.mjs +4 -4
  40. package/esm2020/bidi/directionality.mjs +4 -4
  41. package/esm2020/bidi/index.mjs +6 -2
  42. package/esm2020/clipboard/clipboard-module.mjs +5 -5
  43. package/esm2020/clipboard/clipboard.mjs +4 -4
  44. package/esm2020/clipboard/clipboard_public_index.mjs +5 -0
  45. package/esm2020/clipboard/copy-to-clipboard.mjs +4 -4
  46. package/esm2020/clipboard/index.mjs +6 -2
  47. package/esm2020/collections/collections_public_index.mjs +5 -0
  48. package/esm2020/collections/index.mjs +6 -2
  49. package/esm2020/collections/unique-selection-dispatcher.mjs +4 -4
  50. package/esm2020/drag-drop/directives/drag-handle.mjs +4 -4
  51. package/esm2020/drag-drop/directives/drag-placeholder.mjs +4 -4
  52. package/esm2020/drag-drop/directives/drag-preview.mjs +4 -4
  53. package/esm2020/drag-drop/directives/drag.mjs +4 -4
  54. package/esm2020/drag-drop/directives/drop-list-group.mjs +4 -4
  55. package/esm2020/drag-drop/directives/drop-list.mjs +4 -4
  56. package/esm2020/drag-drop/drag-drop-module.mjs +5 -5
  57. package/esm2020/drag-drop/drag-drop-registry.mjs +4 -4
  58. package/esm2020/drag-drop/drag-drop.mjs +4 -4
  59. package/esm2020/drag-drop/drag-drop_public_index.mjs +5 -0
  60. package/esm2020/drag-drop/index.mjs +6 -2
  61. package/esm2020/keycodes/index.mjs +6 -2
  62. package/esm2020/keycodes/keycodes_public_index.mjs +5 -0
  63. package/esm2020/layout/breakpoints-observer.mjs +4 -4
  64. package/esm2020/layout/index.mjs +6 -2
  65. package/esm2020/layout/layout-module.mjs +5 -5
  66. package/esm2020/layout/layout_public_index.mjs +5 -0
  67. package/esm2020/layout/media-matcher.mjs +4 -4
  68. package/esm2020/observers/index.mjs +6 -2
  69. package/esm2020/observers/observe-content.mjs +14 -14
  70. package/esm2020/observers/observers_public_index.mjs +5 -0
  71. package/esm2020/overlay/dispatchers/base-overlay-dispatcher.mjs +4 -4
  72. package/esm2020/overlay/dispatchers/overlay-keyboard-dispatcher.mjs +4 -4
  73. package/esm2020/overlay/dispatchers/overlay-outside-click-dispatcher.mjs +4 -4
  74. package/esm2020/overlay/fullscreen-overlay-container.mjs +4 -4
  75. package/esm2020/overlay/index.mjs +6 -2
  76. package/esm2020/overlay/overlay-container.mjs +4 -4
  77. package/esm2020/overlay/overlay-directives.mjs +7 -7
  78. package/esm2020/overlay/overlay-module.mjs +5 -5
  79. package/esm2020/overlay/overlay-ref.mjs +1 -1
  80. package/esm2020/overlay/overlay.mjs +4 -4
  81. package/esm2020/overlay/overlay_public_index.mjs +5 -0
  82. package/esm2020/overlay/position/connected-position.mjs +3 -12
  83. package/esm2020/overlay/position/overlay-position-builder.mjs +4 -4
  84. package/esm2020/overlay/scroll/scroll-strategy-options.mjs +4 -4
  85. package/esm2020/platform/features/test-environment.mjs +14 -17
  86. package/esm2020/platform/index.mjs +6 -2
  87. package/esm2020/platform/platform-module.mjs +5 -5
  88. package/esm2020/platform/platform.mjs +4 -4
  89. package/esm2020/platform/platform_public_index.mjs +5 -0
  90. package/esm2020/portal/index.mjs +6 -2
  91. package/esm2020/portal/portal-directives.mjs +17 -17
  92. package/esm2020/portal/portal_public_index.mjs +5 -0
  93. package/esm2020/scrolling/fixed-size-virtual-scroll.mjs +4 -4
  94. package/esm2020/scrolling/index.mjs +6 -2
  95. package/esm2020/scrolling/scroll-dispatcher.mjs +4 -4
  96. package/esm2020/scrolling/scrollable.mjs +4 -4
  97. package/esm2020/scrolling/scrolling-module.mjs +9 -9
  98. package/esm2020/scrolling/scrolling_public_index.mjs +5 -0
  99. package/esm2020/scrolling/viewport-ruler.mjs +4 -4
  100. package/esm2020/scrolling/virtual-for-of.mjs +4 -4
  101. package/esm2020/scrolling/virtual-scroll-viewport.mjs +4 -4
  102. package/esm2020/stepper/index.mjs +6 -2
  103. package/esm2020/stepper/step-header.mjs +4 -4
  104. package/esm2020/stepper/step-label.mjs +4 -4
  105. package/esm2020/stepper/stepper-button.mjs +10 -30
  106. package/esm2020/stepper/stepper-module.mjs +5 -5
  107. package/esm2020/stepper/stepper.mjs +7 -7
  108. package/esm2020/stepper/stepper_public_index.mjs +5 -0
  109. package/esm2020/table/cell.mjs +22 -22
  110. package/esm2020/table/coalesced-style-scheduler.mjs +4 -4
  111. package/esm2020/table/index.mjs +6 -2
  112. package/esm2020/table/row.mjs +28 -28
  113. package/esm2020/table/table-module.mjs +5 -5
  114. package/esm2020/table/table.mjs +19 -19
  115. package/esm2020/table/table_public_index.mjs +5 -0
  116. package/esm2020/table/text-column.mjs +4 -4
  117. package/esm2020/text-field/autofill.mjs +7 -7
  118. package/esm2020/text-field/autosize.mjs +6 -12
  119. package/esm2020/text-field/index.mjs +6 -2
  120. package/esm2020/text-field/text-field-module.mjs +5 -5
  121. package/esm2020/text-field/text-field_public_index.mjs +5 -0
  122. package/esm2020/tree/index.mjs +6 -2
  123. package/esm2020/tree/nested-node.mjs +7 -12
  124. package/esm2020/tree/node.mjs +4 -4
  125. package/esm2020/tree/outlet.mjs +4 -4
  126. package/esm2020/tree/padding.mjs +4 -4
  127. package/esm2020/tree/toggle.mjs +11 -14
  128. package/esm2020/tree/tree-module.mjs +5 -5
  129. package/esm2020/tree/tree.mjs +11 -25
  130. package/esm2020/tree/tree_public_index.mjs +5 -0
  131. package/esm2020/version.mjs +1 -1
  132. package/fesm2015/a11y.mjs +48 -40
  133. package/fesm2015/a11y.mjs.map +1 -1
  134. package/fesm2015/accordion.mjs +18 -10
  135. package/fesm2015/accordion.mjs.map +1 -1
  136. package/fesm2015/bidi.mjs +18 -10
  137. package/fesm2015/bidi.mjs.map +1 -1
  138. package/fesm2015/cdk.mjs +1 -1
  139. package/fesm2015/cdk.mjs.map +1 -1
  140. package/fesm2015/clipboard.mjs +18 -10
  141. package/fesm2015/clipboard.mjs.map +1 -1
  142. package/fesm2015/collections.mjs +11 -3
  143. package/fesm2015/collections.mjs.map +1 -1
  144. package/fesm2015/drag-drop.mjs +36 -28
  145. package/fesm2015/drag-drop.mjs.map +1 -1
  146. package/fesm2015/keycodes.mjs +8 -0
  147. package/fesm2015/keycodes.mjs.map +1 -1
  148. package/fesm2015/layout.mjs +18 -10
  149. package/fesm2015/layout.mjs.map +1 -1
  150. package/fesm2015/observers.mjs +21 -13
  151. package/fesm2015/observers.mjs.map +1 -1
  152. package/fesm2015/overlay.mjs +45 -43
  153. package/fesm2015/overlay.mjs.map +1 -1
  154. package/fesm2015/platform.mjs +28 -23
  155. package/fesm2015/platform.mjs.map +1 -1
  156. package/fesm2015/portal.mjs +24 -16
  157. package/fesm2015/portal.mjs.map +1 -1
  158. package/fesm2015/scrolling.mjs +34 -26
  159. package/fesm2015/scrolling.mjs.map +1 -1
  160. package/fesm2015/stepper.mjs +33 -45
  161. package/fesm2015/stepper.mjs.map +1 -1
  162. package/fesm2015/table.mjs +84 -76
  163. package/fesm2015/table.mjs.map +1 -1
  164. package/fesm2015/text-field.mjs +23 -21
  165. package/fesm2015/text-field.mjs.map +1 -1
  166. package/fesm2015/tree.mjs +47 -61
  167. package/fesm2015/tree.mjs.map +1 -1
  168. package/fesm2020/a11y.mjs +48 -40
  169. package/fesm2020/a11y.mjs.map +1 -1
  170. package/fesm2020/accordion.mjs +18 -10
  171. package/fesm2020/accordion.mjs.map +1 -1
  172. package/fesm2020/bidi.mjs +18 -10
  173. package/fesm2020/bidi.mjs.map +1 -1
  174. package/fesm2020/cdk.mjs +1 -1
  175. package/fesm2020/cdk.mjs.map +1 -1
  176. package/fesm2020/clipboard.mjs +18 -10
  177. package/fesm2020/clipboard.mjs.map +1 -1
  178. package/fesm2020/collections.mjs +11 -3
  179. package/fesm2020/collections.mjs.map +1 -1
  180. package/fesm2020/drag-drop.mjs +36 -28
  181. package/fesm2020/drag-drop.mjs.map +1 -1
  182. package/fesm2020/keycodes.mjs +8 -0
  183. package/fesm2020/keycodes.mjs.map +1 -1
  184. package/fesm2020/layout.mjs +18 -10
  185. package/fesm2020/layout.mjs.map +1 -1
  186. package/fesm2020/observers.mjs +21 -13
  187. package/fesm2020/observers.mjs.map +1 -1
  188. package/fesm2020/overlay.mjs +45 -43
  189. package/fesm2020/overlay.mjs.map +1 -1
  190. package/fesm2020/platform.mjs +28 -23
  191. package/fesm2020/platform.mjs.map +1 -1
  192. package/fesm2020/portal.mjs +24 -16
  193. package/fesm2020/portal.mjs.map +1 -1
  194. package/fesm2020/scrolling.mjs +34 -26
  195. package/fesm2020/scrolling.mjs.map +1 -1
  196. package/fesm2020/stepper.mjs +33 -45
  197. package/fesm2020/stepper.mjs.map +1 -1
  198. package/fesm2020/table.mjs +84 -76
  199. package/fesm2020/table.mjs.map +1 -1
  200. package/fesm2020/text-field.mjs +23 -21
  201. package/fesm2020/text-field.mjs.map +1 -1
  202. package/fesm2020/tree.mjs +47 -61
  203. package/fesm2020/tree.mjs.map +1 -1
  204. package/keycodes/index.d.ts +5 -1
  205. package/keycodes/keycodes_public_index.d.ts +4 -0
  206. package/keycodes/package.json +2 -2
  207. package/layout/index.d.ts +5 -1
  208. package/layout/layout_public_index.d.ts +4 -0
  209. package/layout/package.json +2 -2
  210. package/observers/index.d.ts +5 -1
  211. package/observers/observers_public_index.d.ts +4 -0
  212. package/observers/package.json +2 -2
  213. package/overlay/index.d.ts +5 -1
  214. package/overlay/overlay_public_index.d.ts +4 -0
  215. package/overlay/package.json +2 -2
  216. package/overlay/position/connected-position.d.ts +1 -0
  217. package/package.json +38 -38
  218. package/platform/index.d.ts +5 -1
  219. package/platform/package.json +2 -2
  220. package/platform/platform_public_index.d.ts +4 -0
  221. package/portal/index.d.ts +5 -1
  222. package/portal/package.json +2 -2
  223. package/portal/portal_public_index.d.ts +4 -0
  224. package/schematics/ng-add/index.js +1 -1
  225. package/schematics/ng-add/index.mjs +1 -1
  226. package/schematics/ng-update/devkit-migration-rule.js +2 -2
  227. package/schematics/ng-update/devkit-migration-rule.mjs +2 -2
  228. package/schematics/ng-update/devkit-migration.d.ts +2 -1
  229. package/schematics/ng-update/devkit-migration.js +1 -1
  230. package/schematics/ng-update/devkit-migration.mjs +1 -1
  231. package/scrolling/index.d.ts +5 -1
  232. package/scrolling/package.json +2 -2
  233. package/scrolling/scrolling_public_index.d.ts +4 -0
  234. package/stepper/index.d.ts +5 -1
  235. package/stepper/package.json +2 -2
  236. package/stepper/stepper-button.d.ts +0 -2
  237. package/stepper/stepper_public_index.d.ts +4 -0
  238. package/table/index.d.ts +5 -1
  239. package/table/package.json +2 -2
  240. package/table/table_public_index.d.ts +4 -0
  241. package/text-field/index.d.ts +5 -1
  242. package/text-field/package.json +2 -2
  243. package/text-field/text-field_public_index.d.ts +4 -0
  244. package/tree/index.d.ts +5 -1
  245. package/tree/nested-node.d.ts +2 -3
  246. package/tree/package.json +2 -2
  247. package/tree/tree.d.ts +2 -5
  248. package/tree/tree_public_index.d.ts +4 -0
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.0-next.15", ngImport: i0, type: AriaDescriber, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
243
- AriaDescriber.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: AriaDescriber, providedIn: 'root' });
244
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: AriaDescriber, decorators: [{
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: [{
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.0-next.15", ngImport: i0, type: InteractivityChecker, deps: [{ token: i1.Platform }], target: i0.ɵɵFactoryTarget.Injectable });
756
- InteractivityChecker.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: InteractivityChecker, providedIn: 'root' });
757
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: InteractivityChecker, decorators: [{
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: [{
758
758
  type: Injectable,
759
759
  args: [{ providedIn: 'root' }]
760
760
  }], ctorParameters: function () { return [{ type: i1.Platform }]; } });
@@ -1150,9 +1150,9 @@ class FocusTrapFactory {
1150
1150
  return new FocusTrap(element, this._checker, this._ngZone, this._document, deferCaptureElements);
1151
1151
  }
1152
1152
  }
1153
- FocusTrapFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", 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.0-next.15", ngImport: i0, type: FocusTrapFactory, providedIn: 'root' });
1155
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: FocusTrapFactory, decorators: [{
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
1156
  type: Injectable,
1157
1157
  args: [{ providedIn: 'root' }]
1158
1158
  }], ctorParameters: function () {
@@ -1226,9 +1226,9 @@ class CdkTrapFocus {
1226
1226
  this.focusTrap.focusInitialElementWhenReady();
1227
1227
  }
1228
1228
  }
1229
- CdkTrapFocus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", 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.0-next.15", 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.0-next.15", ngImport: i0, type: CdkTrapFocus, decorators: [{
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
1232
  type: Directive,
1233
1233
  args: [{
1234
1234
  selector: '[cdkTrapFocus]',
@@ -1413,9 +1413,9 @@ class FocusTrapManager {
1413
1413
  }
1414
1414
  }
1415
1415
  }
1416
- FocusTrapManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: FocusTrapManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1417
- FocusTrapManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: FocusTrapManager, providedIn: 'root' });
1418
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: FocusTrapManager, decorators: [{
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
1419
  type: Injectable,
1420
1420
  args: [{ providedIn: 'root' }]
1421
1421
  }] });
@@ -1448,9 +1448,9 @@ class ConfigurableFocusTrapFactory {
1448
1448
  return new ConfigurableFocusTrap(element, this._checker, this._ngZone, this._document, this._focusTrapManager, this._inertStrategy, configObject);
1449
1449
  }
1450
1450
  }
1451
- ConfigurableFocusTrapFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", 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.0-next.15", ngImport: i0, type: ConfigurableFocusTrapFactory, providedIn: 'root' });
1453
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: ConfigurableFocusTrapFactory, decorators: [{
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
1454
  type: Injectable,
1455
1455
  args: [{ providedIn: 'root' }]
1456
1456
  }], ctorParameters: function () {
@@ -1644,9 +1644,9 @@ class InputModalityDetector {
1644
1644
  }
1645
1645
  }
1646
1646
  }
1647
- InputModalityDetector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", 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.0-next.15", ngImport: i0, type: InputModalityDetector, providedIn: 'root' });
1649
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: InputModalityDetector, decorators: [{
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
1650
  type: Injectable,
1651
1651
  args: [{ providedIn: 'root' }]
1652
1652
  }], ctorParameters: function () {
@@ -1760,9 +1760,9 @@ class LiveAnnouncer {
1760
1760
  return liveEl;
1761
1761
  }
1762
1762
  }
1763
- LiveAnnouncer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", 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.0-next.15", ngImport: i0, type: LiveAnnouncer, providedIn: 'root' });
1765
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: LiveAnnouncer, decorators: [{
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
1766
  type: Injectable,
1767
1767
  args: [{ providedIn: 'root' }]
1768
1768
  }], ctorParameters: function () {
@@ -1826,9 +1826,9 @@ class CdkAriaLive {
1826
1826
  }
1827
1827
  }
1828
1828
  }
1829
- CdkAriaLive.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", 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.0-next.15", type: CdkAriaLive, selector: "[cdkAriaLive]", inputs: { politeness: ["cdkAriaLive", "politeness"] }, exportAs: ["cdkAriaLive"], ngImport: i0 });
1831
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: CdkAriaLive, decorators: [{
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
1832
  type: Directive,
1833
1833
  args: [{
1834
1834
  selector: '[cdkAriaLive]',
@@ -2174,9 +2174,9 @@ class FocusMonitor {
2174
2174
  return results;
2175
2175
  }
2176
2176
  }
2177
- FocusMonitor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", 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.0-next.15", ngImport: i0, type: FocusMonitor, providedIn: 'root' });
2179
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: FocusMonitor, decorators: [{
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
2180
  type: Injectable,
2181
2181
  args: [{ providedIn: 'root' }]
2182
2182
  }], ctorParameters: function () {
@@ -2220,9 +2220,9 @@ class CdkMonitorFocus {
2220
2220
  }
2221
2221
  }
2222
2222
  }
2223
- CdkMonitorFocus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", 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.0-next.15", type: CdkMonitorFocus, selector: "[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]", outputs: { cdkFocusChange: "cdkFocusChange" }, ngImport: i0 });
2225
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: CdkMonitorFocus, decorators: [{
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
2226
  type: Directive,
2227
2227
  args: [{
2228
2228
  selector: '[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]',
@@ -2304,9 +2304,9 @@ class HighContrastModeDetector {
2304
2304
  }
2305
2305
  }
2306
2306
  }
2307
- HighContrastModeDetector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", 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.0-next.15", ngImport: i0, type: HighContrastModeDetector, providedIn: 'root' });
2309
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: HighContrastModeDetector, decorators: [{
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
2310
  type: Injectable,
2311
2311
  args: [{ providedIn: 'root' }]
2312
2312
  }], ctorParameters: function () {
@@ -2328,10 +2328,10 @@ class A11yModule {
2328
2328
  highContrastModeDetector._applyBodyHighContrastModeCssClasses();
2329
2329
  }
2330
2330
  }
2331
- A11yModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: A11yModule, deps: [{ token: HighContrastModeDetector }], target: i0.ɵɵFactoryTarget.NgModule });
2332
- A11yModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0-next.15", 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.0-next.15", ngImport: i0, type: A11yModule, imports: [[PlatformModule, ObserversModule]] });
2334
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: A11yModule, decorators: [{
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: [{
2335
2335
  type: NgModule,
2336
2336
  args: [{
2337
2337
  imports: [PlatformModule, ObserversModule],
@@ -2348,6 +2348,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15",
2348
2348
  * found in the LICENSE file at https://angular.io/license
2349
2349
  */
2350
2350
 
2351
+ /**
2352
+ * @license
2353
+ * Copyright Google LLC All Rights Reserved.
2354
+ *
2355
+ * Use of this source code is governed by an MIT-style license that can be
2356
+ * found in the LICENSE file at https://angular.io/license
2357
+ */
2358
+
2351
2359
  /**
2352
2360
  * Generated bundle index. Do not edit.
2353
2361
  */