@angular/cdk 13.2.6 → 13.3.2

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 (178) hide show
  1. package/a11y/live-announcer/live-announcer.d.ts +2 -0
  2. package/drag-drop/drag-ref.d.ts +4 -0
  3. package/esm2020/a11y/a11y-module.mjs +4 -4
  4. package/esm2020/a11y/aria-describer/aria-describer.mjs +3 -3
  5. package/esm2020/a11y/focus-monitor/focus-monitor.mjs +6 -6
  6. package/esm2020/a11y/focus-trap/configurable-focus-trap-factory.mjs +3 -3
  7. package/esm2020/a11y/focus-trap/focus-trap-manager.mjs +3 -3
  8. package/esm2020/a11y/focus-trap/focus-trap.mjs +6 -6
  9. package/esm2020/a11y/high-contrast-mode/high-contrast-mode-detector.mjs +3 -3
  10. package/esm2020/a11y/input-modality/input-modality-detector.mjs +3 -3
  11. package/esm2020/a11y/interactivity-checker/interactivity-checker.mjs +3 -3
  12. package/esm2020/a11y/live-announcer/live-announcer.mjs +22 -17
  13. package/esm2020/accordion/accordion-item.mjs +3 -3
  14. package/esm2020/accordion/accordion-module.mjs +4 -4
  15. package/esm2020/accordion/accordion.mjs +4 -4
  16. package/esm2020/bidi/bidi-module.mjs +4 -4
  17. package/esm2020/bidi/dir.mjs +3 -3
  18. package/esm2020/bidi/directionality.mjs +3 -3
  19. package/esm2020/clipboard/clipboard-module.mjs +4 -4
  20. package/esm2020/clipboard/clipboard.mjs +3 -3
  21. package/esm2020/clipboard/copy-to-clipboard.mjs +3 -3
  22. package/esm2020/collections/unique-selection-dispatcher.mjs +3 -3
  23. package/esm2020/drag-drop/directives/drag-handle.mjs +3 -3
  24. package/esm2020/drag-drop/directives/drag-placeholder.mjs +3 -3
  25. package/esm2020/drag-drop/directives/drag-preview.mjs +3 -3
  26. package/esm2020/drag-drop/directives/drag.mjs +3 -3
  27. package/esm2020/drag-drop/directives/drop-list-group.mjs +3 -3
  28. package/esm2020/drag-drop/directives/drop-list.mjs +3 -3
  29. package/esm2020/drag-drop/drag-drop-module.mjs +4 -4
  30. package/esm2020/drag-drop/drag-drop-registry.mjs +3 -3
  31. package/esm2020/drag-drop/drag-drop.mjs +3 -3
  32. package/esm2020/drag-drop/drag-ref.mjs +24 -12
  33. package/esm2020/layout/breakpoints-observer.mjs +3 -3
  34. package/esm2020/layout/layout-module.mjs +4 -4
  35. package/esm2020/layout/media-matcher.mjs +3 -3
  36. package/esm2020/observers/observe-content.mjs +13 -13
  37. package/esm2020/overlay/dispatchers/base-overlay-dispatcher.mjs +3 -3
  38. package/esm2020/overlay/dispatchers/overlay-keyboard-dispatcher.mjs +3 -3
  39. package/esm2020/overlay/dispatchers/overlay-outside-click-dispatcher.mjs +3 -3
  40. package/esm2020/overlay/fullscreen-overlay-container.mjs +3 -3
  41. package/esm2020/overlay/overlay-container.mjs +3 -3
  42. package/esm2020/overlay/overlay-directives.mjs +6 -6
  43. package/esm2020/overlay/overlay-module.mjs +4 -4
  44. package/esm2020/overlay/overlay-ref.mjs +1 -2
  45. package/esm2020/overlay/overlay.mjs +3 -3
  46. package/esm2020/overlay/position/overlay-position-builder.mjs +3 -3
  47. package/esm2020/overlay/scroll/scroll-strategy-options.mjs +3 -3
  48. package/esm2020/platform/platform-module.mjs +4 -4
  49. package/esm2020/platform/platform.mjs +3 -3
  50. package/esm2020/portal/dom-portal-outlet.mjs +21 -3
  51. package/esm2020/portal/portal-directives.mjs +16 -16
  52. package/esm2020/scrolling/fixed-size-virtual-scroll.mjs +3 -3
  53. package/esm2020/scrolling/scroll-dispatcher.mjs +3 -3
  54. package/esm2020/scrolling/scrollable.mjs +3 -3
  55. package/esm2020/scrolling/scrolling-module.mjs +8 -8
  56. package/esm2020/scrolling/viewport-ruler.mjs +3 -3
  57. package/esm2020/scrolling/virtual-for-of.mjs +7 -5
  58. package/esm2020/scrolling/virtual-scroll-viewport.mjs +3 -3
  59. package/esm2020/stepper/step-header.mjs +3 -3
  60. package/esm2020/stepper/step-label.mjs +3 -3
  61. package/esm2020/stepper/stepper-button.mjs +6 -6
  62. package/esm2020/stepper/stepper-module.mjs +4 -4
  63. package/esm2020/stepper/stepper.mjs +6 -6
  64. package/esm2020/table/cell.mjs +21 -21
  65. package/esm2020/table/coalesced-style-scheduler.mjs +3 -3
  66. package/esm2020/table/row.mjs +27 -27
  67. package/esm2020/table/table-module.mjs +4 -4
  68. package/esm2020/table/table.mjs +18 -18
  69. package/esm2020/table/text-column.mjs +3 -3
  70. package/esm2020/testing/testbed/fake-events/type-in-element.mjs +2 -2
  71. package/esm2020/text-field/autofill.mjs +6 -6
  72. package/esm2020/text-field/autosize.mjs +3 -3
  73. package/esm2020/text-field/text-field-module.mjs +4 -4
  74. package/esm2020/tree/nested-node.mjs +3 -3
  75. package/esm2020/tree/node.mjs +3 -3
  76. package/esm2020/tree/outlet.mjs +3 -3
  77. package/esm2020/tree/padding.mjs +3 -3
  78. package/esm2020/tree/toggle.mjs +3 -3
  79. package/esm2020/tree/tree-module.mjs +4 -4
  80. package/esm2020/tree/tree.mjs +6 -6
  81. package/esm2020/version.mjs +1 -1
  82. package/fesm2015/a11y.mjs +56 -51
  83. package/fesm2015/a11y.mjs.map +1 -1
  84. package/fesm2015/accordion.mjs +10 -10
  85. package/fesm2015/accordion.mjs.map +1 -1
  86. package/fesm2015/bidi.mjs +10 -10
  87. package/fesm2015/bidi.mjs.map +1 -1
  88. package/fesm2015/cdk.mjs +1 -1
  89. package/fesm2015/cdk.mjs.map +1 -1
  90. package/fesm2015/clipboard.mjs +10 -10
  91. package/fesm2015/clipboard.mjs.map +1 -1
  92. package/fesm2015/coercion.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 +51 -39
  96. package/fesm2015/drag-drop.mjs.map +1 -1
  97. package/fesm2015/keycodes.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 +34 -35
  103. package/fesm2015/overlay.mjs.map +1 -1
  104. package/fesm2015/platform.mjs +7 -7
  105. package/fesm2015/platform.mjs.map +1 -1
  106. package/fesm2015/portal.mjs +36 -19
  107. package/fesm2015/portal.mjs.map +1 -1
  108. package/fesm2015/scrolling.mjs +29 -27
  109. package/fesm2015/scrolling.mjs.map +1 -1
  110. package/fesm2015/stepper.mjs +22 -22
  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/protractor.mjs.map +1 -1
  115. package/fesm2015/testing/selenium-webdriver.mjs.map +1 -1
  116. package/fesm2015/testing/testbed.mjs +1 -1
  117. package/fesm2015/testing/testbed.mjs.map +1 -1
  118. package/fesm2015/testing.mjs.map +1 -1
  119. package/fesm2015/text-field.mjs +13 -13
  120. package/fesm2015/text-field.mjs.map +1 -1
  121. package/fesm2015/tree.mjs +25 -25
  122. package/fesm2015/tree.mjs.map +1 -1
  123. package/fesm2020/a11y.mjs +55 -50
  124. package/fesm2020/a11y.mjs.map +1 -1
  125. package/fesm2020/accordion.mjs +10 -10
  126. package/fesm2020/accordion.mjs.map +1 -1
  127. package/fesm2020/bidi.mjs +10 -10
  128. package/fesm2020/bidi.mjs.map +1 -1
  129. package/fesm2020/cdk.mjs +1 -1
  130. package/fesm2020/cdk.mjs.map +1 -1
  131. package/fesm2020/clipboard.mjs +10 -10
  132. package/fesm2020/clipboard.mjs.map +1 -1
  133. package/fesm2020/coercion.mjs.map +1 -1
  134. package/fesm2020/collections.mjs +3 -3
  135. package/fesm2020/collections.mjs.map +1 -1
  136. package/fesm2020/drag-drop.mjs +51 -39
  137. package/fesm2020/drag-drop.mjs.map +1 -1
  138. package/fesm2020/keycodes.mjs.map +1 -1
  139. package/fesm2020/layout.mjs +10 -10
  140. package/fesm2020/layout.mjs.map +1 -1
  141. package/fesm2020/observers.mjs +13 -13
  142. package/fesm2020/observers.mjs.map +1 -1
  143. package/fesm2020/overlay.mjs +34 -35
  144. package/fesm2020/overlay.mjs.map +1 -1
  145. package/fesm2020/platform.mjs +7 -7
  146. package/fesm2020/platform.mjs.map +1 -1
  147. package/fesm2020/portal.mjs +36 -19
  148. package/fesm2020/portal.mjs.map +1 -1
  149. package/fesm2020/scrolling.mjs +29 -27
  150. package/fesm2020/scrolling.mjs.map +1 -1
  151. package/fesm2020/stepper.mjs +22 -22
  152. package/fesm2020/stepper.mjs.map +1 -1
  153. package/fesm2020/table.mjs +76 -76
  154. package/fesm2020/table.mjs.map +1 -1
  155. package/fesm2020/testing/protractor.mjs.map +1 -1
  156. package/fesm2020/testing/selenium-webdriver.mjs.map +1 -1
  157. package/fesm2020/testing/testbed.mjs +1 -1
  158. package/fesm2020/testing/testbed.mjs.map +1 -1
  159. package/fesm2020/testing.mjs.map +1 -1
  160. package/fesm2020/text-field.mjs +13 -13
  161. package/fesm2020/text-field.mjs.map +1 -1
  162. package/fesm2020/tree.mjs +25 -25
  163. package/fesm2020/tree.mjs.map +1 -1
  164. package/package.json +1 -1
  165. package/portal/dom-portal-outlet.d.ts +15 -4
  166. package/schematics/collection.json +2 -1
  167. package/schematics/index.js +6 -2
  168. package/schematics/index.mjs +6 -2
  169. package/schematics/ng-add/index.js +1 -1
  170. package/schematics/ng-add/index.mjs +1 -1
  171. package/schematics/ng-update/data/index.js +6 -2
  172. package/schematics/ng-update/data/index.mjs +6 -2
  173. package/schematics/ng-update/public-api.js +6 -2
  174. package/schematics/ng-update/public-api.mjs +6 -2
  175. package/schematics/update-tool/public-api.js +6 -2
  176. package/schematics/update-tool/public-api.mjs +6 -2
  177. package/schematics/utils/index.js +6 -2
  178. package/schematics/utils/index.mjs +6 -2
@@ -23,9 +23,9 @@ export class CdkTreeNodeOutlet {
23
23
  this._node = _node;
24
24
  }
25
25
  }
26
- CdkTreeNodeOutlet.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkTreeNodeOutlet, deps: [{ token: i0.ViewContainerRef }, { token: CDK_TREE_NODE_OUTLET_NODE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
27
- CdkTreeNodeOutlet.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: CdkTreeNodeOutlet, selector: "[cdkTreeNodeOutlet]", ngImport: i0 });
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkTreeNodeOutlet, decorators: [{
26
+ CdkTreeNodeOutlet.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: CdkTreeNodeOutlet, deps: [{ token: i0.ViewContainerRef }, { token: CDK_TREE_NODE_OUTLET_NODE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
27
+ CdkTreeNodeOutlet.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: CdkTreeNodeOutlet, selector: "[cdkTreeNodeOutlet]", ngImport: i0 });
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: CdkTreeNodeOutlet, decorators: [{
29
29
  type: Directive,
30
30
  args: [{
31
31
  selector: '[cdkTreeNodeOutlet]',
@@ -112,9 +112,9 @@ export class CdkTreeNodePadding {
112
112
  this._setPadding();
113
113
  }
114
114
  }
115
- CdkTreeNodePadding.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkTreeNodePadding, deps: [{ token: i1.CdkTreeNode }, { token: i1.CdkTree }, { token: i0.ElementRef }, { token: i2.Directionality, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
116
- CdkTreeNodePadding.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: CdkTreeNodePadding, selector: "[cdkTreeNodePadding]", inputs: { level: ["cdkTreeNodePadding", "level"], indent: ["cdkTreeNodePaddingIndent", "indent"] }, ngImport: i0 });
117
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkTreeNodePadding, decorators: [{
115
+ CdkTreeNodePadding.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: CdkTreeNodePadding, deps: [{ token: i1.CdkTreeNode }, { token: i1.CdkTree }, { token: i0.ElementRef }, { token: i2.Directionality, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
116
+ CdkTreeNodePadding.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: CdkTreeNodePadding, selector: "[cdkTreeNodePadding]", inputs: { level: ["cdkTreeNodePadding", "level"], indent: ["cdkTreeNodePaddingIndent", "indent"] }, ngImport: i0 });
117
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: CdkTreeNodePadding, decorators: [{
118
118
  type: Directive,
119
119
  args: [{
120
120
  selector: '[cdkTreeNodePadding]',
@@ -33,9 +33,9 @@ export class CdkTreeNodeToggle {
33
33
  event.stopPropagation();
34
34
  }
35
35
  }
36
- CdkTreeNodeToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkTreeNodeToggle, deps: [{ token: i1.CdkTree }, { token: i1.CdkTreeNode }], target: i0.ɵɵFactoryTarget.Directive });
37
- CdkTreeNodeToggle.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: CdkTreeNodeToggle, selector: "[cdkTreeNodeToggle]", inputs: { recursive: ["cdkTreeNodeToggleRecursive", "recursive"] }, host: { listeners: { "click": "_toggle($event)" } }, ngImport: i0 });
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkTreeNodeToggle, decorators: [{
36
+ CdkTreeNodeToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: CdkTreeNodeToggle, deps: [{ token: i1.CdkTree }, { token: i1.CdkTreeNode }], target: i0.ɵɵFactoryTarget.Directive });
37
+ CdkTreeNodeToggle.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: CdkTreeNodeToggle, selector: "[cdkTreeNodeToggle]", inputs: { recursive: ["cdkTreeNodeToggleRecursive", "recursive"] }, host: { listeners: { "click": "_toggle($event)" } }, ngImport: i0 });
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: CdkTreeNodeToggle, decorators: [{
39
39
  type: Directive,
40
40
  args: [{
41
41
  selector: '[cdkTreeNodeToggle]',
@@ -24,8 +24,8 @@ const EXPORTED_DECLARATIONS = [
24
24
  ];
25
25
  export class CdkTreeModule {
26
26
  }
27
- CdkTreeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkTreeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
28
- CdkTreeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkTreeModule, declarations: [CdkNestedTreeNode,
27
+ CdkTreeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: CdkTreeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
28
+ CdkTreeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: CdkTreeModule, declarations: [CdkNestedTreeNode,
29
29
  CdkTreeNodeDef,
30
30
  CdkTreeNodePadding,
31
31
  CdkTreeNodeToggle,
@@ -38,8 +38,8 @@ CdkTreeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
38
38
  CdkTree,
39
39
  CdkTreeNode,
40
40
  CdkTreeNodeOutlet] });
41
- CdkTreeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkTreeModule });
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkTreeModule, decorators: [{
41
+ CdkTreeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: CdkTreeModule });
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: CdkTreeModule, decorators: [{
43
43
  type: NgModule,
44
44
  args: [{
45
45
  exports: EXPORTED_DECLARATIONS,
@@ -186,9 +186,9 @@ export class CdkTree {
186
186
  }
187
187
  }
188
188
  }
189
- CdkTree.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkTree, deps: [{ token: i0.IterableDiffers }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
190
- CdkTree.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: CdkTree, selector: "cdk-tree", inputs: { dataSource: "dataSource", treeControl: "treeControl", trackBy: "trackBy" }, host: { attributes: { "role": "tree" }, classAttribute: "cdk-tree" }, queries: [{ propertyName: "_nodeDefs", predicate: CdkTreeNodeDef, descendants: true }], viewQueries: [{ propertyName: "_nodeOutlet", first: true, predicate: CdkTreeNodeOutlet, descendants: true, static: true }], exportAs: ["cdkTree"], ngImport: i0, template: `<ng-container cdkTreeNodeOutlet></ng-container>`, isInline: true, directives: [{ type: i1.CdkTreeNodeOutlet, selector: "[cdkTreeNodeOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
191
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkTree, decorators: [{
189
+ CdkTree.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: CdkTree, deps: [{ token: i0.IterableDiffers }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
190
+ CdkTree.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: CdkTree, selector: "cdk-tree", inputs: { dataSource: "dataSource", treeControl: "treeControl", trackBy: "trackBy" }, host: { attributes: { "role": "tree" }, classAttribute: "cdk-tree" }, queries: [{ propertyName: "_nodeDefs", predicate: CdkTreeNodeDef, descendants: true }], viewQueries: [{ propertyName: "_nodeOutlet", first: true, predicate: CdkTreeNodeOutlet, descendants: true, static: true }], exportAs: ["cdkTree"], ngImport: i0, template: `<ng-container cdkTreeNodeOutlet></ng-container>`, isInline: true, directives: [{ type: i1.CdkTreeNodeOutlet, selector: "[cdkTreeNodeOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
191
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: CdkTree, decorators: [{
192
192
  type: Component,
193
193
  args: [{
194
194
  selector: 'cdk-tree',
@@ -304,9 +304,9 @@ export class CdkTreeNode {
304
304
  * in `CdkTree` and set the data to it.
305
305
  */
306
306
  CdkTreeNode.mostRecentTreeNode = null;
307
- CdkTreeNode.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkTreeNode, deps: [{ token: i0.ElementRef }, { token: CdkTree }], target: i0.ɵɵFactoryTarget.Directive });
308
- CdkTreeNode.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: CdkTreeNode, selector: "cdk-tree-node", inputs: { role: "role" }, host: { properties: { "attr.aria-expanded": "isExpanded" }, classAttribute: "cdk-tree-node" }, exportAs: ["cdkTreeNode"], ngImport: i0 });
309
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkTreeNode, decorators: [{
307
+ CdkTreeNode.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: CdkTreeNode, deps: [{ token: i0.ElementRef }, { token: CdkTree }], target: i0.ɵɵFactoryTarget.Directive });
308
+ CdkTreeNode.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: CdkTreeNode, selector: "cdk-tree-node", inputs: { role: "role" }, host: { properties: { "attr.aria-expanded": "isExpanded" }, classAttribute: "cdk-tree-node" }, exportAs: ["cdkTreeNode"], ngImport: i0 });
309
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: CdkTreeNode, decorators: [{
310
310
  type: Directive,
311
311
  args: [{
312
312
  selector: 'cdk-tree-node',
@@ -7,5 +7,5 @@
7
7
  */
8
8
  import { Version } from '@angular/core';
9
9
  /** Current version of the Angular Component Development Kit. */
10
- export const VERSION = new Version('13.2.6');
10
+ export const VERSION = new Version('13.3.2');
11
11
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9jZGsvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUMsT0FBTyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRXRDLGdFQUFnRTtBQUNoRSxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUcsSUFBSSxPQUFPLENBQUMsbUJBQW1CLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5pbXBvcnQge1ZlcnNpb259IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKiogQ3VycmVudCB2ZXJzaW9uIG9mIHRoZSBBbmd1bGFyIENvbXBvbmVudCBEZXZlbG9wbWVudCBLaXQuICovXG5leHBvcnQgY29uc3QgVkVSU0lPTiA9IG5ldyBWZXJzaW9uKCcwLjAuMC1QTEFDRUhPTERFUicpO1xuIl19
package/fesm2015/a11y.mjs CHANGED
@@ -262,9 +262,9 @@ class AriaDescriber {
262
262
  return element.nodeType === this._document.ELEMENT_NODE;
263
263
  }
264
264
  }
265
- AriaDescriber.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: AriaDescriber, deps: [{ token: DOCUMENT }, { token: i1.Platform }], target: i0.ɵɵFactoryTarget.Injectable });
266
- AriaDescriber.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: AriaDescriber, providedIn: 'root' });
267
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: AriaDescriber, decorators: [{
265
+ AriaDescriber.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: AriaDescriber, deps: [{ token: DOCUMENT }, { token: i1.Platform }], target: i0.ɵɵFactoryTarget.Injectable });
266
+ AriaDescriber.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: AriaDescriber, providedIn: 'root' });
267
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: AriaDescriber, decorators: [{
268
268
  type: Injectable,
269
269
  args: [{ providedIn: 'root' }]
270
270
  }], ctorParameters: function () {
@@ -775,9 +775,9 @@ class InteractivityChecker {
775
775
  ((config === null || config === void 0 ? void 0 : config.ignoreVisibility) || this.isVisible(element)));
776
776
  }
777
777
  }
778
- InteractivityChecker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: InteractivityChecker, deps: [{ token: i1.Platform }], target: i0.ɵɵFactoryTarget.Injectable });
779
- InteractivityChecker.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: InteractivityChecker, providedIn: 'root' });
780
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: InteractivityChecker, decorators: [{
778
+ InteractivityChecker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: InteractivityChecker, deps: [{ token: i1.Platform }], target: i0.ɵɵFactoryTarget.Injectable });
779
+ InteractivityChecker.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: InteractivityChecker, providedIn: 'root' });
780
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: InteractivityChecker, decorators: [{
781
781
  type: Injectable,
782
782
  args: [{ providedIn: 'root' }]
783
783
  }], ctorParameters: function () { return [{ type: i1.Platform }]; } });
@@ -1176,9 +1176,9 @@ class FocusTrapFactory {
1176
1176
  return new FocusTrap(element, this._checker, this._ngZone, this._document, deferCaptureElements);
1177
1177
  }
1178
1178
  }
1179
- FocusTrapFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: FocusTrapFactory, deps: [{ token: InteractivityChecker }, { token: i0.NgZone }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
1180
- FocusTrapFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: FocusTrapFactory, providedIn: 'root' });
1181
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: FocusTrapFactory, decorators: [{
1179
+ FocusTrapFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: FocusTrapFactory, deps: [{ token: InteractivityChecker }, { token: i0.NgZone }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
1180
+ FocusTrapFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: FocusTrapFactory, providedIn: 'root' });
1181
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: FocusTrapFactory, decorators: [{
1182
1182
  type: Injectable,
1183
1183
  args: [{ providedIn: 'root' }]
1184
1184
  }], ctorParameters: function () {
@@ -1252,9 +1252,9 @@ class CdkTrapFocus {
1252
1252
  this.focusTrap.focusInitialElementWhenReady();
1253
1253
  }
1254
1254
  }
1255
- CdkTrapFocus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkTrapFocus, deps: [{ token: i0.ElementRef }, { token: FocusTrapFactory }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
1256
- CdkTrapFocus.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: { enabled: ["cdkTrapFocus", "enabled"], autoCapture: ["cdkTrapFocusAutoCapture", "autoCapture"] }, exportAs: ["cdkTrapFocus"], usesOnChanges: true, ngImport: i0 });
1257
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkTrapFocus, decorators: [{
1255
+ CdkTrapFocus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: CdkTrapFocus, deps: [{ token: i0.ElementRef }, { token: FocusTrapFactory }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
1256
+ CdkTrapFocus.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: { enabled: ["cdkTrapFocus", "enabled"], autoCapture: ["cdkTrapFocusAutoCapture", "autoCapture"] }, exportAs: ["cdkTrapFocus"], usesOnChanges: true, ngImport: i0 });
1257
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: CdkTrapFocus, decorators: [{
1258
1258
  type: Directive,
1259
1259
  args: [{
1260
1260
  selector: '[cdkTrapFocus]',
@@ -1439,9 +1439,9 @@ class FocusTrapManager {
1439
1439
  }
1440
1440
  }
1441
1441
  }
1442
- FocusTrapManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: FocusTrapManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1443
- FocusTrapManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: FocusTrapManager, providedIn: 'root' });
1444
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: FocusTrapManager, decorators: [{
1442
+ FocusTrapManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: FocusTrapManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1443
+ FocusTrapManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: FocusTrapManager, providedIn: 'root' });
1444
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: FocusTrapManager, decorators: [{
1445
1445
  type: Injectable,
1446
1446
  args: [{ providedIn: 'root' }]
1447
1447
  }] });
@@ -1474,9 +1474,9 @@ class ConfigurableFocusTrapFactory {
1474
1474
  return new ConfigurableFocusTrap(element, this._checker, this._ngZone, this._document, this._focusTrapManager, this._inertStrategy, configObject);
1475
1475
  }
1476
1476
  }
1477
- ConfigurableFocusTrapFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: ConfigurableFocusTrapFactory, deps: [{ token: InteractivityChecker }, { token: i0.NgZone }, { token: FocusTrapManager }, { token: DOCUMENT }, { token: FOCUS_TRAP_INERT_STRATEGY, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1478
- ConfigurableFocusTrapFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: ConfigurableFocusTrapFactory, providedIn: 'root' });
1479
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: ConfigurableFocusTrapFactory, decorators: [{
1477
+ ConfigurableFocusTrapFactory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ConfigurableFocusTrapFactory, deps: [{ token: InteractivityChecker }, { token: i0.NgZone }, { token: FocusTrapManager }, { token: DOCUMENT }, { token: FOCUS_TRAP_INERT_STRATEGY, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1478
+ ConfigurableFocusTrapFactory.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ConfigurableFocusTrapFactory, providedIn: 'root' });
1479
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ConfigurableFocusTrapFactory, decorators: [{
1480
1480
  type: Injectable,
1481
1481
  args: [{ providedIn: 'root' }]
1482
1482
  }], ctorParameters: function () {
@@ -1672,9 +1672,9 @@ class InputModalityDetector {
1672
1672
  }
1673
1673
  }
1674
1674
  }
1675
- InputModalityDetector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: InputModalityDetector, deps: [{ token: i1.Platform }, { token: i0.NgZone }, { token: DOCUMENT }, { token: INPUT_MODALITY_DETECTOR_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1676
- InputModalityDetector.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: InputModalityDetector, providedIn: 'root' });
1677
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: InputModalityDetector, decorators: [{
1675
+ InputModalityDetector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: InputModalityDetector, deps: [{ token: i1.Platform }, { token: i0.NgZone }, { token: DOCUMENT }, { token: INPUT_MODALITY_DETECTOR_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1676
+ InputModalityDetector.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: InputModalityDetector, providedIn: 'root' });
1677
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: InputModalityDetector, decorators: [{
1678
1678
  type: Injectable,
1679
1679
  args: [{ providedIn: 'root' }]
1680
1680
  }], ctorParameters: function () {
@@ -1744,16 +1744,19 @@ class LiveAnnouncer {
1744
1744
  // second time without clearing and then using a non-zero delay.
1745
1745
  // (using JAWS 17 at time of this writing).
1746
1746
  return this._ngZone.runOutsideAngular(() => {
1747
- return new Promise(resolve => {
1748
- clearTimeout(this._previousTimeout);
1749
- this._previousTimeout = setTimeout(() => {
1750
- this._liveElement.textContent = message;
1751
- resolve();
1752
- if (typeof duration === 'number') {
1753
- this._previousTimeout = setTimeout(() => this.clear(), duration);
1754
- }
1755
- }, 100);
1756
- });
1747
+ if (!this._currentPromise) {
1748
+ this._currentPromise = new Promise(resolve => (this._currentResolve = resolve));
1749
+ }
1750
+ clearTimeout(this._previousTimeout);
1751
+ this._previousTimeout = setTimeout(() => {
1752
+ this._liveElement.textContent = message;
1753
+ if (typeof duration === 'number') {
1754
+ this._previousTimeout = setTimeout(() => this.clear(), duration);
1755
+ }
1756
+ this._currentResolve();
1757
+ this._currentPromise = this._currentResolve = undefined;
1758
+ }, 100);
1759
+ return this._currentPromise;
1757
1760
  });
1758
1761
  }
1759
1762
  /**
@@ -1767,10 +1770,12 @@ class LiveAnnouncer {
1767
1770
  }
1768
1771
  }
1769
1772
  ngOnDestroy() {
1770
- var _a;
1773
+ var _a, _b;
1771
1774
  clearTimeout(this._previousTimeout);
1772
1775
  (_a = this._liveElement) === null || _a === void 0 ? void 0 : _a.remove();
1773
1776
  this._liveElement = null;
1777
+ (_b = this._currentResolve) === null || _b === void 0 ? void 0 : _b.call(this);
1778
+ this._currentPromise = this._currentResolve = undefined;
1774
1779
  }
1775
1780
  _createLiveElement() {
1776
1781
  const elementClass = 'cdk-live-announcer-element';
@@ -1788,9 +1793,9 @@ class LiveAnnouncer {
1788
1793
  return liveEl;
1789
1794
  }
1790
1795
  }
1791
- LiveAnnouncer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: LiveAnnouncer, deps: [{ token: LIVE_ANNOUNCER_ELEMENT_TOKEN, optional: true }, { token: i0.NgZone }, { token: DOCUMENT }, { token: LIVE_ANNOUNCER_DEFAULT_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1792
- LiveAnnouncer.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: LiveAnnouncer, providedIn: 'root' });
1793
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: LiveAnnouncer, decorators: [{
1796
+ LiveAnnouncer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: LiveAnnouncer, deps: [{ token: LIVE_ANNOUNCER_ELEMENT_TOKEN, optional: true }, { token: i0.NgZone }, { token: DOCUMENT }, { token: LIVE_ANNOUNCER_DEFAULT_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1797
+ LiveAnnouncer.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: LiveAnnouncer, providedIn: 'root' });
1798
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: LiveAnnouncer, decorators: [{
1794
1799
  type: Injectable,
1795
1800
  args: [{ providedIn: 'root' }]
1796
1801
  }], ctorParameters: function () {
@@ -1854,9 +1859,9 @@ class CdkAriaLive {
1854
1859
  }
1855
1860
  }
1856
1861
  }
1857
- CdkAriaLive.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkAriaLive, deps: [{ token: i0.ElementRef }, { token: LiveAnnouncer }, { token: i1$1.ContentObserver }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
1858
- CdkAriaLive.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: CdkAriaLive, selector: "[cdkAriaLive]", inputs: { politeness: ["cdkAriaLive", "politeness"] }, exportAs: ["cdkAriaLive"], ngImport: i0 });
1859
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkAriaLive, decorators: [{
1862
+ CdkAriaLive.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: CdkAriaLive, deps: [{ token: i0.ElementRef }, { token: LiveAnnouncer }, { token: i1$1.ContentObserver }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
1863
+ CdkAriaLive.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: CdkAriaLive, selector: "[cdkAriaLive]", inputs: { politeness: ["cdkAriaLive", "politeness"] }, exportAs: ["cdkAriaLive"], ngImport: i0 });
1864
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: CdkAriaLive, decorators: [{
1860
1865
  type: Directive,
1861
1866
  args: [{
1862
1867
  selector: '[cdkAriaLive]',
@@ -2202,9 +2207,9 @@ class FocusMonitor {
2202
2207
  return results;
2203
2208
  }
2204
2209
  }
2205
- FocusMonitor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: FocusMonitor, deps: [{ token: i0.NgZone }, { token: i1.Platform }, { token: InputModalityDetector }, { token: DOCUMENT, optional: true }, { token: FOCUS_MONITOR_DEFAULT_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
2206
- FocusMonitor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: FocusMonitor, providedIn: 'root' });
2207
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: FocusMonitor, decorators: [{
2210
+ FocusMonitor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: FocusMonitor, deps: [{ token: i0.NgZone }, { token: i1.Platform }, { token: InputModalityDetector }, { token: DOCUMENT, optional: true }, { token: FOCUS_MONITOR_DEFAULT_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
2211
+ FocusMonitor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: FocusMonitor, providedIn: 'root' });
2212
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: FocusMonitor, decorators: [{
2208
2213
  type: Injectable,
2209
2214
  args: [{ providedIn: 'root' }]
2210
2215
  }], ctorParameters: function () {
@@ -2248,9 +2253,9 @@ class CdkMonitorFocus {
2248
2253
  }
2249
2254
  }
2250
2255
  }
2251
- CdkMonitorFocus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkMonitorFocus, deps: [{ token: i0.ElementRef }, { token: FocusMonitor }], target: i0.ɵɵFactoryTarget.Directive });
2252
- CdkMonitorFocus.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: CdkMonitorFocus, selector: "[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]", outputs: { cdkFocusChange: "cdkFocusChange" }, ngImport: i0 });
2253
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: CdkMonitorFocus, decorators: [{
2256
+ CdkMonitorFocus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: CdkMonitorFocus, deps: [{ token: i0.ElementRef }, { token: FocusMonitor }], target: i0.ɵɵFactoryTarget.Directive });
2257
+ CdkMonitorFocus.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: CdkMonitorFocus, selector: "[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]", outputs: { cdkFocusChange: "cdkFocusChange" }, ngImport: i0 });
2258
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: CdkMonitorFocus, decorators: [{
2254
2259
  type: Directive,
2255
2260
  args: [{
2256
2261
  selector: '[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]',
@@ -2332,9 +2337,9 @@ class HighContrastModeDetector {
2332
2337
  }
2333
2338
  }
2334
2339
  }
2335
- HighContrastModeDetector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: HighContrastModeDetector, deps: [{ token: i1.Platform }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
2336
- HighContrastModeDetector.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: HighContrastModeDetector, providedIn: 'root' });
2337
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: HighContrastModeDetector, decorators: [{
2340
+ HighContrastModeDetector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: HighContrastModeDetector, deps: [{ token: i1.Platform }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
2341
+ HighContrastModeDetector.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: HighContrastModeDetector, providedIn: 'root' });
2342
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: HighContrastModeDetector, decorators: [{
2338
2343
  type: Injectable,
2339
2344
  args: [{ providedIn: 'root' }]
2340
2345
  }], ctorParameters: function () {
@@ -2356,10 +2361,10 @@ class A11yModule {
2356
2361
  highContrastModeDetector._applyBodyHighContrastModeCssClasses();
2357
2362
  }
2358
2363
  }
2359
- A11yModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: A11yModule, deps: [{ token: HighContrastModeDetector }], target: i0.ɵɵFactoryTarget.NgModule });
2360
- A11yModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: A11yModule, declarations: [CdkAriaLive, CdkTrapFocus, CdkMonitorFocus], imports: [ObserversModule], exports: [CdkAriaLive, CdkTrapFocus, CdkMonitorFocus] });
2361
- A11yModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: A11yModule, imports: [[ObserversModule]] });
2362
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: A11yModule, decorators: [{
2364
+ A11yModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: A11yModule, deps: [{ token: HighContrastModeDetector }], target: i0.ɵɵFactoryTarget.NgModule });
2365
+ A11yModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: A11yModule, declarations: [CdkAriaLive, CdkTrapFocus, CdkMonitorFocus], imports: [ObserversModule], exports: [CdkAriaLive, CdkTrapFocus, CdkMonitorFocus] });
2366
+ A11yModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: A11yModule, imports: [[ObserversModule]] });
2367
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: A11yModule, decorators: [{
2363
2368
  type: NgModule,
2364
2369
  args: [{
2365
2370
  imports: [ObserversModule],