@angular/cdk 18.1.0-next.0 → 18.1.0-next.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 (228) hide show
  1. package/dialog/index.d.ts +2 -0
  2. package/drag-drop/index.d.ts +7 -5
  3. package/esm2022/a11y/a11y-module.mjs +5 -5
  4. package/esm2022/a11y/aria-describer/aria-describer.mjs +4 -4
  5. package/esm2022/a11y/focus-monitor/focus-monitor.mjs +7 -7
  6. package/esm2022/a11y/focus-trap/configurable-focus-trap-factory.mjs +4 -4
  7. package/esm2022/a11y/focus-trap/focus-trap-manager.mjs +4 -4
  8. package/esm2022/a11y/focus-trap/focus-trap.mjs +7 -7
  9. package/esm2022/a11y/high-contrast-mode/high-contrast-mode-detector.mjs +4 -4
  10. package/esm2022/a11y/input-modality/input-modality-detector.mjs +4 -4
  11. package/esm2022/a11y/interactivity-checker/interactivity-checker.mjs +4 -4
  12. package/esm2022/a11y/live-announcer/live-announcer.mjs +7 -7
  13. package/esm2022/accordion/accordion-item.mjs +4 -4
  14. package/esm2022/accordion/accordion-module.mjs +5 -5
  15. package/esm2022/accordion/accordion.mjs +4 -4
  16. package/esm2022/bidi/bidi-module.mjs +5 -5
  17. package/esm2022/bidi/dir.mjs +4 -4
  18. package/esm2022/bidi/directionality.mjs +4 -4
  19. package/esm2022/clipboard/clipboard-module.mjs +5 -5
  20. package/esm2022/clipboard/clipboard.mjs +4 -4
  21. package/esm2022/clipboard/copy-to-clipboard.mjs +4 -4
  22. package/esm2022/collections/unique-selection-dispatcher.mjs +4 -4
  23. package/esm2022/dialog/dialog-container.mjs +38 -33
  24. package/esm2022/dialog/dialog-module.mjs +5 -5
  25. package/esm2022/dialog/dialog.mjs +4 -4
  26. package/esm2022/drag-drop/directives/config.mjs +1 -1
  27. package/esm2022/drag-drop/directives/drag-handle.mjs +4 -4
  28. package/esm2022/drag-drop/directives/drag-placeholder.mjs +4 -4
  29. package/esm2022/drag-drop/directives/drag-preview.mjs +4 -4
  30. package/esm2022/drag-drop/directives/drag.mjs +4 -4
  31. package/esm2022/drag-drop/directives/drop-list-group.mjs +4 -4
  32. package/esm2022/drag-drop/directives/drop-list.mjs +4 -4
  33. package/esm2022/drag-drop/drag-drop-module.mjs +5 -5
  34. package/esm2022/drag-drop/drag-drop-registry.mjs +7 -7
  35. package/esm2022/drag-drop/drag-drop.mjs +4 -4
  36. package/esm2022/drag-drop/drag-ref.mjs +3 -2
  37. package/esm2022/drag-drop/drop-list-ref.mjs +20 -9
  38. package/esm2022/drag-drop/sorting/drop-list-sort-strategy.mjs +1 -1
  39. package/esm2022/drag-drop/sorting/mixed-sort-strategy.mjs +241 -0
  40. package/esm2022/drag-drop/sorting/single-axis-sort-strategy.mjs +2 -3
  41. package/esm2022/layout/breakpoints-observer.mjs +4 -4
  42. package/esm2022/layout/layout-module.mjs +5 -5
  43. package/esm2022/layout/media-matcher.mjs +4 -4
  44. package/esm2022/listbox/listbox-module.mjs +5 -5
  45. package/esm2022/listbox/listbox.mjs +7 -7
  46. package/esm2022/menu/context-menu-trigger.mjs +7 -7
  47. package/esm2022/menu/menu-aim.mjs +7 -7
  48. package/esm2022/menu/menu-bar.mjs +4 -4
  49. package/esm2022/menu/menu-base.mjs +16 -13
  50. package/esm2022/menu/menu-group.mjs +4 -4
  51. package/esm2022/menu/menu-item-checkbox.mjs +4 -4
  52. package/esm2022/menu/menu-item-radio.mjs +4 -4
  53. package/esm2022/menu/menu-item-selectable.mjs +4 -4
  54. package/esm2022/menu/menu-item.mjs +4 -4
  55. package/esm2022/menu/menu-module.mjs +5 -5
  56. package/esm2022/menu/menu-stack.mjs +4 -4
  57. package/esm2022/menu/menu-trigger-base.mjs +4 -4
  58. package/esm2022/menu/menu-trigger.mjs +4 -4
  59. package/esm2022/menu/menu.mjs +4 -4
  60. package/esm2022/observers/observe-content.mjs +14 -14
  61. package/esm2022/observers/private/shared-resize-observer.mjs +4 -4
  62. package/esm2022/overlay/dispatchers/base-overlay-dispatcher.mjs +4 -4
  63. package/esm2022/overlay/dispatchers/overlay-keyboard-dispatcher.mjs +4 -4
  64. package/esm2022/overlay/dispatchers/overlay-outside-click-dispatcher.mjs +4 -4
  65. package/esm2022/overlay/fullscreen-overlay-container.mjs +4 -4
  66. package/esm2022/overlay/overlay-container.mjs +4 -4
  67. package/esm2022/overlay/overlay-directives.mjs +7 -7
  68. package/esm2022/overlay/overlay-module.mjs +5 -5
  69. package/esm2022/overlay/overlay.mjs +4 -4
  70. package/esm2022/overlay/position/overlay-position-builder.mjs +4 -4
  71. package/esm2022/overlay/scroll/scroll-strategy-options.mjs +4 -4
  72. package/esm2022/platform/platform-module.mjs +5 -5
  73. package/esm2022/platform/platform.mjs +4 -4
  74. package/esm2022/portal/portal-directives.mjs +17 -17
  75. package/esm2022/scrolling/fixed-size-virtual-scroll.mjs +4 -4
  76. package/esm2022/scrolling/scroll-dispatcher.mjs +4 -4
  77. package/esm2022/scrolling/scrollable.mjs +4 -4
  78. package/esm2022/scrolling/scrolling-module.mjs +9 -9
  79. package/esm2022/scrolling/viewport-ruler.mjs +4 -4
  80. package/esm2022/scrolling/virtual-for-of.mjs +4 -4
  81. package/esm2022/scrolling/virtual-scroll-viewport.mjs +4 -4
  82. package/esm2022/scrolling/virtual-scrollable-element.mjs +4 -4
  83. package/esm2022/scrolling/virtual-scrollable-window.mjs +4 -4
  84. package/esm2022/scrolling/virtual-scrollable.mjs +4 -4
  85. package/esm2022/stepper/step-header.mjs +4 -4
  86. package/esm2022/stepper/step-label.mjs +4 -4
  87. package/esm2022/stepper/stepper-button.mjs +7 -7
  88. package/esm2022/stepper/stepper-module.mjs +5 -5
  89. package/esm2022/stepper/stepper.mjs +7 -7
  90. package/esm2022/table/cell.mjs +22 -22
  91. package/esm2022/table/coalesced-style-scheduler.mjs +4 -4
  92. package/esm2022/table/row.mjs +28 -28
  93. package/esm2022/table/table-module.mjs +5 -5
  94. package/esm2022/table/table.mjs +19 -19
  95. package/esm2022/table/text-column.mjs +4 -4
  96. package/esm2022/testing/testbed/testbed-harness-environment.mjs +6 -4
  97. package/esm2022/text-field/autofill.mjs +7 -7
  98. package/esm2022/text-field/autosize.mjs +4 -4
  99. package/esm2022/text-field/text-field-module.mjs +5 -5
  100. package/esm2022/tree/nested-node.mjs +4 -4
  101. package/esm2022/tree/node.mjs +4 -4
  102. package/esm2022/tree/outlet.mjs +4 -4
  103. package/esm2022/tree/padding.mjs +4 -4
  104. package/esm2022/tree/toggle.mjs +4 -4
  105. package/esm2022/tree/tree-module.mjs +5 -5
  106. package/esm2022/tree/tree.mjs +18 -10
  107. package/esm2022/version.mjs +1 -1
  108. package/fesm2022/a11y.mjs +40 -40
  109. package/fesm2022/a11y.mjs.map +1 -1
  110. package/fesm2022/accordion.mjs +10 -10
  111. package/fesm2022/accordion.mjs.map +1 -1
  112. package/fesm2022/bidi.mjs +10 -10
  113. package/fesm2022/bidi.mjs.map +1 -1
  114. package/fesm2022/cdk.mjs +1 -1
  115. package/fesm2022/cdk.mjs.map +1 -1
  116. package/fesm2022/clipboard.mjs +10 -10
  117. package/fesm2022/clipboard.mjs.map +1 -1
  118. package/fesm2022/collections.mjs +3 -3
  119. package/fesm2022/collections.mjs.map +1 -1
  120. package/fesm2022/dialog.mjs +44 -39
  121. package/fesm2022/dialog.mjs.map +1 -1
  122. package/fesm2022/drag-drop.mjs +284 -41
  123. package/fesm2022/drag-drop.mjs.map +1 -1
  124. package/fesm2022/layout.mjs +10 -10
  125. package/fesm2022/layout.mjs.map +1 -1
  126. package/fesm2022/listbox.mjs +10 -10
  127. package/fesm2022/listbox.mjs.map +1 -1
  128. package/fesm2022/menu.mjs +57 -54
  129. package/fesm2022/menu.mjs.map +1 -1
  130. package/fesm2022/observers/private.mjs +3 -3
  131. package/fesm2022/observers/private.mjs.map +1 -1
  132. package/fesm2022/observers.mjs +13 -13
  133. package/fesm2022/observers.mjs.map +1 -1
  134. package/fesm2022/overlay.mjs +34 -34
  135. package/fesm2022/overlay.mjs.map +1 -1
  136. package/fesm2022/platform.mjs +7 -7
  137. package/fesm2022/platform.mjs.map +1 -1
  138. package/fesm2022/portal.mjs +16 -16
  139. package/fesm2022/portal.mjs.map +1 -1
  140. package/fesm2022/scrolling.mjs +35 -35
  141. package/fesm2022/scrolling.mjs.map +1 -1
  142. package/fesm2022/stepper.mjs +22 -22
  143. package/fesm2022/stepper.mjs.map +1 -1
  144. package/fesm2022/table.mjs +76 -76
  145. package/fesm2022/table.mjs.map +1 -1
  146. package/fesm2022/testing/testbed.mjs +5 -3
  147. package/fesm2022/testing/testbed.mjs.map +1 -1
  148. package/fesm2022/text-field.mjs +13 -13
  149. package/fesm2022/text-field.mjs.map +1 -1
  150. package/fesm2022/tree.mjs +35 -27
  151. package/fesm2022/tree.mjs.map +1 -1
  152. package/layout/index.d.ts +1 -1
  153. package/menu/index.d.ts +2 -1
  154. package/overlay/index.d.ts +2 -2
  155. package/package.json +1 -1
  156. package/schematics/ng-add/index.js +3 -3
  157. package/schematics/ng-add/index.mjs +3 -3
  158. package/schematics/ng-add/package-config.js +3 -4
  159. package/schematics/ng-add/package-config.mjs +3 -4
  160. package/schematics/ng-generate/drag-drop/index.js +2 -2
  161. package/schematics/ng-generate/drag-drop/index.mjs +2 -2
  162. package/schematics/ng-update/devkit-migration-rule.js +4 -4
  163. package/schematics/ng-update/devkit-migration-rule.mjs +4 -4
  164. package/schematics/ng-update/find-stylesheets.js +2 -3
  165. package/schematics/ng-update/find-stylesheets.mjs +2 -3
  166. package/schematics/ng-update/html-parsing/angular.js +5 -6
  167. package/schematics/ng-update/html-parsing/angular.mjs +5 -6
  168. package/schematics/ng-update/html-parsing/elements.js +5 -6
  169. package/schematics/ng-update/html-parsing/elements.mjs +5 -6
  170. package/schematics/ng-update/index.js +2 -3
  171. package/schematics/ng-update/index.mjs +2 -3
  172. package/schematics/ng-update/typescript/base-types.js +2 -3
  173. package/schematics/ng-update/typescript/base-types.mjs +2 -3
  174. package/schematics/ng-update/typescript/imports.js +6 -7
  175. package/schematics/ng-update/typescript/imports.mjs +6 -7
  176. package/schematics/ng-update/typescript/literal.js +3 -4
  177. package/schematics/ng-update/typescript/literal.mjs +3 -4
  178. package/schematics/ng-update/typescript/module-specifiers.js +4 -4
  179. package/schematics/ng-update/typescript/module-specifiers.mjs +4 -4
  180. package/schematics/ng-update/upgrade-data.js +3 -3
  181. package/schematics/ng-update/upgrade-data.mjs +3 -3
  182. package/schematics/update-tool/target-version.js +3 -3
  183. package/schematics/update-tool/target-version.mjs +3 -3
  184. package/schematics/update-tool/utils/decorators.js +3 -4
  185. package/schematics/update-tool/utils/decorators.mjs +3 -4
  186. package/schematics/update-tool/utils/diagnostics.js +2 -3
  187. package/schematics/update-tool/utils/diagnostics.mjs +2 -3
  188. package/schematics/update-tool/utils/functions.js +2 -3
  189. package/schematics/update-tool/utils/functions.mjs +2 -3
  190. package/schematics/update-tool/utils/imports.js +2 -3
  191. package/schematics/update-tool/utils/imports.mjs +2 -3
  192. package/schematics/update-tool/utils/line-mappings.js +3 -4
  193. package/schematics/update-tool/utils/line-mappings.mjs +3 -4
  194. package/schematics/update-tool/utils/parse-tsconfig.js +3 -3
  195. package/schematics/update-tool/utils/parse-tsconfig.mjs +3 -3
  196. package/schematics/update-tool/utils/property-name.js +3 -4
  197. package/schematics/update-tool/utils/property-name.mjs +3 -4
  198. package/schematics/update-tool/utils/virtual-host.js +4 -4
  199. package/schematics/update-tool/utils/virtual-host.mjs +4 -4
  200. package/schematics/update-tool/version-changes.js +3 -4
  201. package/schematics/update-tool/version-changes.mjs +3 -4
  202. package/schematics/utils/ast/ng-module-imports.js +2 -3
  203. package/schematics/utils/ast/ng-module-imports.mjs +2 -3
  204. package/schematics/utils/ast.js +5 -6
  205. package/schematics/utils/ast.mjs +5 -6
  206. package/schematics/utils/build-component.js +2 -3
  207. package/schematics/utils/build-component.mjs +2 -3
  208. package/schematics/utils/get-project.js +2 -3
  209. package/schematics/utils/get-project.mjs +2 -3
  210. package/schematics/utils/html-manipulation.js +4 -5
  211. package/schematics/utils/html-manipulation.mjs +4 -5
  212. package/schematics/utils/parse5-element.js +2 -3
  213. package/schematics/utils/parse5-element.mjs +2 -3
  214. package/schematics/utils/project-index-file.js +2 -3
  215. package/schematics/utils/project-index-file.mjs +2 -3
  216. package/schematics/utils/project-main-file.js +2 -3
  217. package/schematics/utils/project-main-file.mjs +2 -3
  218. package/schematics/utils/project-style-file.js +2 -3
  219. package/schematics/utils/project-style-file.mjs +2 -3
  220. package/schematics/utils/project-targets.js +4 -5
  221. package/schematics/utils/project-targets.mjs +4 -5
  222. package/schematics/utils/project-tsconfig-paths.js +3 -4
  223. package/schematics/utils/project-tsconfig-paths.mjs +3 -4
  224. package/schematics/utils/schematic-options.js +3 -4
  225. package/schematics/utils/schematic-options.mjs +3 -4
  226. package/table/index.d.ts +8 -8
  227. package/testing/testbed/index.d.ts +1 -1
  228. package/tree/index.d.ts +3 -2
package/fesm2022/a11y.mjs CHANGED
@@ -249,10 +249,10 @@ class AriaDescriber {
249
249
  _isElementNode(element) {
250
250
  return element.nodeType === this._document.ELEMENT_NODE;
251
251
  }
252
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: AriaDescriber, deps: [{ token: DOCUMENT }, { token: i1.Platform }], target: i0.ɵɵFactoryTarget.Injectable }); }
253
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: AriaDescriber, providedIn: 'root' }); }
252
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: AriaDescriber, deps: [{ token: DOCUMENT }, { token: i1.Platform }], target: i0.ɵɵFactoryTarget.Injectable }); }
253
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: AriaDescriber, providedIn: 'root' }); }
254
254
  }
255
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: AriaDescriber, decorators: [{
255
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: AriaDescriber, decorators: [{
256
256
  type: Injectable,
257
257
  args: [{ providedIn: 'root' }]
258
258
  }], ctorParameters: () => [{ type: undefined, decorators: [{
@@ -795,10 +795,10 @@ class InteractivityChecker {
795
795
  !this.isDisabled(element) &&
796
796
  (config?.ignoreVisibility || this.isVisible(element)));
797
797
  }
798
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: InteractivityChecker, deps: [{ token: i1.Platform }], target: i0.ɵɵFactoryTarget.Injectable }); }
799
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: InteractivityChecker, providedIn: 'root' }); }
798
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: InteractivityChecker, deps: [{ token: i1.Platform }], target: i0.ɵɵFactoryTarget.Injectable }); }
799
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: InteractivityChecker, providedIn: 'root' }); }
800
800
  }
801
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: InteractivityChecker, decorators: [{
801
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: InteractivityChecker, decorators: [{
802
802
  type: Injectable,
803
803
  args: [{ providedIn: 'root' }]
804
804
  }], ctorParameters: () => [{ type: i1.Platform }] });
@@ -1206,10 +1206,10 @@ class FocusTrapFactory {
1206
1206
  create(element, deferCaptureElements = false) {
1207
1207
  return new FocusTrap(element, this._checker, this._ngZone, this._document, deferCaptureElements, this._injector);
1208
1208
  }
1209
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: FocusTrapFactory, deps: [{ token: InteractivityChecker }, { token: i0.NgZone }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
1210
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: FocusTrapFactory, providedIn: 'root' }); }
1209
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: FocusTrapFactory, deps: [{ token: InteractivityChecker }, { token: i0.NgZone }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
1210
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: FocusTrapFactory, providedIn: 'root' }); }
1211
1211
  }
1212
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: FocusTrapFactory, decorators: [{
1212
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: FocusTrapFactory, decorators: [{
1213
1213
  type: Injectable,
1214
1214
  args: [{ providedIn: 'root' }]
1215
1215
  }], ctorParameters: () => [{ type: InteractivityChecker }, { type: i0.NgZone }, { type: undefined, decorators: [{
@@ -1275,10 +1275,10 @@ class CdkTrapFocus {
1275
1275
  this._previouslyFocusedElement = _getFocusedElementPierceShadowDom();
1276
1276
  this.focusTrap?.focusInitialElementWhenReady();
1277
1277
  }
1278
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: CdkTrapFocus, deps: [{ token: i0.ElementRef }, { token: FocusTrapFactory }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive }); }
1279
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0", type: CdkTrapFocus, isStandalone: true, selector: "[cdkTrapFocus]", inputs: { enabled: ["cdkTrapFocus", "enabled", booleanAttribute], autoCapture: ["cdkTrapFocusAutoCapture", "autoCapture", booleanAttribute] }, exportAs: ["cdkTrapFocus"], usesOnChanges: true, ngImport: i0 }); }
1278
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: CdkTrapFocus, deps: [{ token: i0.ElementRef }, { token: FocusTrapFactory }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive }); }
1279
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.1.0-next.1", type: CdkTrapFocus, isStandalone: true, selector: "[cdkTrapFocus]", inputs: { enabled: ["cdkTrapFocus", "enabled", booleanAttribute], autoCapture: ["cdkTrapFocusAutoCapture", "autoCapture", booleanAttribute] }, exportAs: ["cdkTrapFocus"], usesOnChanges: true, ngImport: i0 }); }
1280
1280
  }
1281
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: CdkTrapFocus, decorators: [{
1281
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: CdkTrapFocus, decorators: [{
1282
1282
  type: Directive,
1283
1283
  args: [{
1284
1284
  selector: '[cdkTrapFocus]',
@@ -1432,10 +1432,10 @@ class FocusTrapManager {
1432
1432
  }
1433
1433
  }
1434
1434
  }
1435
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: FocusTrapManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1436
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: FocusTrapManager, providedIn: 'root' }); }
1435
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: FocusTrapManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1436
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: FocusTrapManager, providedIn: 'root' }); }
1437
1437
  }
1438
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: FocusTrapManager, decorators: [{
1438
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: FocusTrapManager, decorators: [{
1439
1439
  type: Injectable,
1440
1440
  args: [{ providedIn: 'root' }]
1441
1441
  }] });
@@ -1460,10 +1460,10 @@ class ConfigurableFocusTrapFactory {
1460
1460
  }
1461
1461
  return new ConfigurableFocusTrap(element, this._checker, this._ngZone, this._document, this._focusTrapManager, this._inertStrategy, configObject);
1462
1462
  }
1463
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.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 }); }
1464
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ConfigurableFocusTrapFactory, providedIn: 'root' }); }
1463
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0-next.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 }); }
1464
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: ConfigurableFocusTrapFactory, providedIn: 'root' }); }
1465
1465
  }
1466
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ConfigurableFocusTrapFactory, decorators: [{
1466
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: ConfigurableFocusTrapFactory, decorators: [{
1467
1467
  type: Injectable,
1468
1468
  args: [{ providedIn: 'root' }]
1469
1469
  }], ctorParameters: () => [{ type: InteractivityChecker }, { type: i0.NgZone }, { type: FocusTrapManager }, { type: undefined, decorators: [{
@@ -1642,10 +1642,10 @@ class InputModalityDetector {
1642
1642
  document.removeEventListener('touchstart', this._onTouchstart, modalityEventListenerOptions);
1643
1643
  }
1644
1644
  }
1645
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.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 }); }
1646
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: InputModalityDetector, providedIn: 'root' }); }
1645
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0-next.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 }); }
1646
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: InputModalityDetector, providedIn: 'root' }); }
1647
1647
  }
1648
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: InputModalityDetector, decorators: [{
1648
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: InputModalityDetector, decorators: [{
1649
1649
  type: Injectable,
1650
1650
  args: [{ providedIn: 'root' }]
1651
1651
  }], ctorParameters: () => [{ type: i1.Platform }, { type: i0.NgZone }, { type: Document, decorators: [{
@@ -1784,10 +1784,10 @@ class LiveAnnouncer {
1784
1784
  }
1785
1785
  }
1786
1786
  }
1787
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.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 }); }
1788
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: LiveAnnouncer, providedIn: 'root' }); }
1787
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0-next.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 }); }
1788
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: LiveAnnouncer, providedIn: 'root' }); }
1789
1789
  }
1790
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: LiveAnnouncer, decorators: [{
1790
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: LiveAnnouncer, decorators: [{
1791
1791
  type: Injectable,
1792
1792
  args: [{ providedIn: 'root' }]
1793
1793
  }], ctorParameters: () => [{ type: undefined, decorators: [{
@@ -1848,10 +1848,10 @@ class CdkAriaLive {
1848
1848
  this._subscription.unsubscribe();
1849
1849
  }
1850
1850
  }
1851
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: CdkAriaLive, deps: [{ token: i0.ElementRef }, { token: LiveAnnouncer }, { token: i1$1.ContentObserver }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
1852
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0", type: CdkAriaLive, isStandalone: true, selector: "[cdkAriaLive]", inputs: { politeness: ["cdkAriaLive", "politeness"], duration: ["cdkAriaLiveDuration", "duration"] }, exportAs: ["cdkAriaLive"], ngImport: i0 }); }
1851
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: CdkAriaLive, deps: [{ token: i0.ElementRef }, { token: LiveAnnouncer }, { token: i1$1.ContentObserver }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
1852
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0-next.1", type: CdkAriaLive, isStandalone: true, selector: "[cdkAriaLive]", inputs: { politeness: ["cdkAriaLive", "politeness"], duration: ["cdkAriaLiveDuration", "duration"] }, exportAs: ["cdkAriaLive"], ngImport: i0 }); }
1853
1853
  }
1854
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: CdkAriaLive, decorators: [{
1854
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: CdkAriaLive, decorators: [{
1855
1855
  type: Directive,
1856
1856
  args: [{
1857
1857
  selector: '[cdkAriaLive]',
@@ -2252,10 +2252,10 @@ class FocusMonitor {
2252
2252
  }
2253
2253
  return false;
2254
2254
  }
2255
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.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 }); }
2256
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: FocusMonitor, providedIn: 'root' }); }
2255
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0-next.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 }); }
2256
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: FocusMonitor, providedIn: 'root' }); }
2257
2257
  }
2258
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: FocusMonitor, decorators: [{
2258
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: FocusMonitor, decorators: [{
2259
2259
  type: Injectable,
2260
2260
  args: [{ providedIn: 'root' }]
2261
2261
  }], ctorParameters: () => [{ type: i0.NgZone }, { type: i1.Platform }, { type: InputModalityDetector }, { type: undefined, decorators: [{
@@ -2303,10 +2303,10 @@ class CdkMonitorFocus {
2303
2303
  this._monitorSubscription.unsubscribe();
2304
2304
  }
2305
2305
  }
2306
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: CdkMonitorFocus, deps: [{ token: i0.ElementRef }, { token: FocusMonitor }], target: i0.ɵɵFactoryTarget.Directive }); }
2307
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0", type: CdkMonitorFocus, isStandalone: true, selector: "[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]", outputs: { cdkFocusChange: "cdkFocusChange" }, exportAs: ["cdkMonitorFocus"], ngImport: i0 }); }
2306
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: CdkMonitorFocus, deps: [{ token: i0.ElementRef }, { token: FocusMonitor }], target: i0.ɵɵFactoryTarget.Directive }); }
2307
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0-next.1", type: CdkMonitorFocus, isStandalone: true, selector: "[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]", outputs: { cdkFocusChange: "cdkFocusChange" }, exportAs: ["cdkMonitorFocus"], ngImport: i0 }); }
2308
2308
  }
2309
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: CdkMonitorFocus, decorators: [{
2309
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: CdkMonitorFocus, decorators: [{
2310
2310
  type: Directive,
2311
2311
  args: [{
2312
2312
  selector: '[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]',
@@ -2409,10 +2409,10 @@ class HighContrastModeDetector {
2409
2409
  }
2410
2410
  }
2411
2411
  }
2412
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: HighContrastModeDetector, deps: [{ token: i1.Platform }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
2413
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: HighContrastModeDetector, providedIn: 'root' }); }
2412
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: HighContrastModeDetector, deps: [{ token: i1.Platform }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
2413
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: HighContrastModeDetector, providedIn: 'root' }); }
2414
2414
  }
2415
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: HighContrastModeDetector, decorators: [{
2415
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: HighContrastModeDetector, decorators: [{
2416
2416
  type: Injectable,
2417
2417
  args: [{ providedIn: 'root' }]
2418
2418
  }], ctorParameters: () => [{ type: i1.Platform }, { type: undefined, decorators: [{
@@ -2424,11 +2424,11 @@ class A11yModule {
2424
2424
  constructor(highContrastModeDetector) {
2425
2425
  highContrastModeDetector._applyBodyHighContrastModeCssClasses();
2426
2426
  }
2427
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: A11yModule, deps: [{ token: HighContrastModeDetector }], target: i0.ɵɵFactoryTarget.NgModule }); }
2428
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0", ngImport: i0, type: A11yModule, imports: [ObserversModule, CdkAriaLive, CdkTrapFocus, CdkMonitorFocus], exports: [CdkAriaLive, CdkTrapFocus, CdkMonitorFocus] }); }
2429
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: A11yModule, imports: [ObserversModule] }); }
2427
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: A11yModule, deps: [{ token: HighContrastModeDetector }], target: i0.ɵɵFactoryTarget.NgModule }); }
2428
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.0-next.1", ngImport: i0, type: A11yModule, imports: [ObserversModule, CdkAriaLive, CdkTrapFocus, CdkMonitorFocus], exports: [CdkAriaLive, CdkTrapFocus, CdkMonitorFocus] }); }
2429
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: A11yModule, imports: [ObserversModule] }); }
2430
2430
  }
2431
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: A11yModule, decorators: [{
2431
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: A11yModule, decorators: [{
2432
2432
  type: NgModule,
2433
2433
  args: [{
2434
2434
  imports: [ObserversModule, CdkAriaLive, CdkTrapFocus, CdkMonitorFocus],