@angular/cdk 18.1.2 → 18.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. package/drag-drop/index.d.ts +11 -13
  2. package/esm2022/a11y/a11y-module.mjs +5 -5
  3. package/esm2022/a11y/aria-describer/aria-describer.mjs +4 -4
  4. package/esm2022/a11y/focus-monitor/focus-monitor.mjs +7 -7
  5. package/esm2022/a11y/focus-trap/configurable-focus-trap-factory.mjs +4 -4
  6. package/esm2022/a11y/focus-trap/focus-trap-manager.mjs +4 -4
  7. package/esm2022/a11y/focus-trap/focus-trap.mjs +7 -7
  8. package/esm2022/a11y/high-contrast-mode/high-contrast-mode-detector.mjs +4 -4
  9. package/esm2022/a11y/input-modality/input-modality-detector.mjs +4 -4
  10. package/esm2022/a11y/interactivity-checker/interactivity-checker.mjs +4 -4
  11. package/esm2022/a11y/live-announcer/live-announcer.mjs +7 -7
  12. package/esm2022/accordion/accordion-item.mjs +4 -4
  13. package/esm2022/accordion/accordion-module.mjs +5 -5
  14. package/esm2022/accordion/accordion.mjs +4 -4
  15. package/esm2022/bidi/bidi-module.mjs +5 -5
  16. package/esm2022/bidi/dir.mjs +4 -4
  17. package/esm2022/bidi/directionality.mjs +4 -4
  18. package/esm2022/clipboard/clipboard-module.mjs +5 -5
  19. package/esm2022/clipboard/clipboard.mjs +4 -4
  20. package/esm2022/clipboard/copy-to-clipboard.mjs +4 -4
  21. package/esm2022/coercion/number-property.mjs +5 -2
  22. package/esm2022/collections/unique-selection-dispatcher.mjs +4 -4
  23. package/esm2022/dialog/dialog-container.mjs +4 -4
  24. package/esm2022/dialog/dialog-module.mjs +5 -5
  25. package/esm2022/dialog/dialog.mjs +4 -4
  26. package/esm2022/drag-drop/directives/drag-handle.mjs +4 -4
  27. package/esm2022/drag-drop/directives/drag-placeholder.mjs +4 -4
  28. package/esm2022/drag-drop/directives/drag-preview.mjs +4 -4
  29. package/esm2022/drag-drop/directives/drag.mjs +4 -4
  30. package/esm2022/drag-drop/directives/drop-list-group.mjs +4 -4
  31. package/esm2022/drag-drop/directives/drop-list.mjs +4 -4
  32. package/esm2022/drag-drop/drag-drop-module.mjs +5 -5
  33. package/esm2022/drag-drop/drag-drop-registry.mjs +8 -10
  34. package/esm2022/drag-drop/drag-drop.mjs +4 -4
  35. package/esm2022/drag-drop/drag-ref.mjs +1 -1
  36. package/esm2022/drag-drop/drop-list-ref.mjs +2 -2
  37. package/esm2022/drag-drop/sorting/mixed-sort-strategy.mjs +1 -1
  38. package/esm2022/drag-drop/sorting/single-axis-sort-strategy.mjs +1 -1
  39. package/esm2022/layout/breakpoints-observer.mjs +4 -4
  40. package/esm2022/layout/layout-module.mjs +5 -5
  41. package/esm2022/layout/media-matcher.mjs +4 -4
  42. package/esm2022/listbox/listbox-module.mjs +5 -5
  43. package/esm2022/listbox/listbox.mjs +7 -7
  44. package/esm2022/menu/context-menu-trigger.mjs +7 -7
  45. package/esm2022/menu/menu-aim.mjs +7 -7
  46. package/esm2022/menu/menu-bar.mjs +4 -4
  47. package/esm2022/menu/menu-base.mjs +4 -4
  48. package/esm2022/menu/menu-group.mjs +4 -4
  49. package/esm2022/menu/menu-item-checkbox.mjs +4 -4
  50. package/esm2022/menu/menu-item-radio.mjs +4 -4
  51. package/esm2022/menu/menu-item-selectable.mjs +4 -4
  52. package/esm2022/menu/menu-item.mjs +4 -4
  53. package/esm2022/menu/menu-module.mjs +5 -5
  54. package/esm2022/menu/menu-stack.mjs +4 -4
  55. package/esm2022/menu/menu-trigger-base.mjs +4 -4
  56. package/esm2022/menu/menu-trigger.mjs +4 -4
  57. package/esm2022/menu/menu.mjs +4 -4
  58. package/esm2022/observers/observe-content.mjs +14 -14
  59. package/esm2022/observers/private/shared-resize-observer.mjs +4 -4
  60. package/esm2022/overlay/dispatchers/base-overlay-dispatcher.mjs +4 -4
  61. package/esm2022/overlay/dispatchers/overlay-keyboard-dispatcher.mjs +4 -4
  62. package/esm2022/overlay/dispatchers/overlay-outside-click-dispatcher.mjs +4 -4
  63. package/esm2022/overlay/fullscreen-overlay-container.mjs +4 -4
  64. package/esm2022/overlay/overlay-container.mjs +4 -4
  65. package/esm2022/overlay/overlay-directives.mjs +7 -7
  66. package/esm2022/overlay/overlay-module.mjs +5 -5
  67. package/esm2022/overlay/overlay.mjs +4 -4
  68. package/esm2022/overlay/position/overlay-position-builder.mjs +4 -4
  69. package/esm2022/overlay/scroll/scroll-strategy-options.mjs +4 -4
  70. package/esm2022/platform/platform-module.mjs +5 -5
  71. package/esm2022/platform/platform.mjs +4 -4
  72. package/esm2022/portal/portal-directives.mjs +17 -17
  73. package/esm2022/scrolling/fixed-size-virtual-scroll.mjs +4 -4
  74. package/esm2022/scrolling/scroll-dispatcher.mjs +4 -4
  75. package/esm2022/scrolling/scrollable.mjs +4 -4
  76. package/esm2022/scrolling/scrolling-module.mjs +9 -9
  77. package/esm2022/scrolling/viewport-ruler.mjs +4 -4
  78. package/esm2022/scrolling/virtual-for-of.mjs +4 -4
  79. package/esm2022/scrolling/virtual-scroll-viewport.mjs +4 -4
  80. package/esm2022/scrolling/virtual-scrollable-element.mjs +4 -4
  81. package/esm2022/scrolling/virtual-scrollable-window.mjs +4 -4
  82. package/esm2022/scrolling/virtual-scrollable.mjs +4 -4
  83. package/esm2022/stepper/step-header.mjs +4 -4
  84. package/esm2022/stepper/step-label.mjs +4 -4
  85. package/esm2022/stepper/stepper-button.mjs +7 -7
  86. package/esm2022/stepper/stepper-module.mjs +5 -5
  87. package/esm2022/stepper/stepper.mjs +7 -7
  88. package/esm2022/table/cell.mjs +22 -22
  89. package/esm2022/table/coalesced-style-scheduler.mjs +4 -4
  90. package/esm2022/table/row.mjs +28 -28
  91. package/esm2022/table/table-module.mjs +5 -5
  92. package/esm2022/table/table.mjs +19 -19
  93. package/esm2022/table/text-column.mjs +4 -4
  94. package/esm2022/text-field/autofill.mjs +7 -7
  95. package/esm2022/text-field/autosize.mjs +4 -4
  96. package/esm2022/text-field/text-field-module.mjs +5 -5
  97. package/esm2022/tree/nested-node.mjs +4 -4
  98. package/esm2022/tree/node.mjs +4 -4
  99. package/esm2022/tree/outlet.mjs +4 -4
  100. package/esm2022/tree/padding.mjs +4 -4
  101. package/esm2022/tree/toggle.mjs +4 -4
  102. package/esm2022/tree/tree-module.mjs +5 -5
  103. package/esm2022/tree/tree.mjs +7 -7
  104. package/esm2022/version.mjs +1 -1
  105. package/fesm2022/a11y.mjs +40 -40
  106. package/fesm2022/a11y.mjs.map +1 -1
  107. package/fesm2022/accordion.mjs +10 -10
  108. package/fesm2022/accordion.mjs.map +1 -1
  109. package/fesm2022/bidi.mjs +10 -10
  110. package/fesm2022/bidi.mjs.map +1 -1
  111. package/fesm2022/cdk.mjs +1 -1
  112. package/fesm2022/cdk.mjs.map +1 -1
  113. package/fesm2022/clipboard.mjs +10 -10
  114. package/fesm2022/clipboard.mjs.map +1 -1
  115. package/fesm2022/coercion.mjs +4 -1
  116. package/fesm2022/coercion.mjs.map +1 -1
  117. package/fesm2022/collections.mjs +3 -3
  118. package/fesm2022/collections.mjs.map +1 -1
  119. package/fesm2022/dialog.mjs +10 -10
  120. package/fesm2022/dialog.mjs.map +1 -1
  121. package/fesm2022/drag-drop.mjs +33 -35
  122. package/fesm2022/drag-drop.mjs.map +1 -1
  123. package/fesm2022/layout.mjs +10 -10
  124. package/fesm2022/layout.mjs.map +1 -1
  125. package/fesm2022/listbox.mjs +10 -10
  126. package/fesm2022/listbox.mjs.map +1 -1
  127. package/fesm2022/menu.mjs +49 -49
  128. package/fesm2022/menu.mjs.map +1 -1
  129. package/fesm2022/observers/private.mjs +3 -3
  130. package/fesm2022/observers/private.mjs.map +1 -1
  131. package/fesm2022/observers.mjs +13 -13
  132. package/fesm2022/observers.mjs.map +1 -1
  133. package/fesm2022/overlay.mjs +34 -34
  134. package/fesm2022/overlay.mjs.map +1 -1
  135. package/fesm2022/platform.mjs +7 -7
  136. package/fesm2022/platform.mjs.map +1 -1
  137. package/fesm2022/portal.mjs +16 -16
  138. package/fesm2022/portal.mjs.map +1 -1
  139. package/fesm2022/scrolling.mjs +35 -35
  140. package/fesm2022/scrolling.mjs.map +1 -1
  141. package/fesm2022/stepper.mjs +22 -22
  142. package/fesm2022/stepper.mjs.map +1 -1
  143. package/fesm2022/table.mjs +76 -76
  144. package/fesm2022/table.mjs.map +1 -1
  145. package/fesm2022/text-field.mjs +13 -13
  146. package/fesm2022/text-field.mjs.map +1 -1
  147. package/fesm2022/tree.mjs +25 -25
  148. package/fesm2022/tree.mjs.map +1 -1
  149. package/package.json +1 -1
  150. package/schematics/ng-add/index.js +1 -1
  151. package/schematics/ng-add/index.mjs +1 -1
@@ -2675,7 +2675,7 @@ class DropListRef {
2675
2675
  _getShadowRoot() {
2676
2676
  if (!this._cachedShadowRoot) {
2677
2677
  const shadowRoot = _getShadowRoot(this._container);
2678
- this._cachedShadowRoot = (shadowRoot || this._document);
2678
+ this._cachedShadowRoot = shadowRoot || this._document;
2679
2679
  }
2680
2680
  return this._cachedShadowRoot;
2681
2681
  }
@@ -2787,21 +2787,19 @@ const activeApps = new Set();
2787
2787
  * @docs-private
2788
2788
  */
2789
2789
  class _ResetsLoader {
2790
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: _ResetsLoader, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2791
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: _ResetsLoader, isStandalone: true, selector: "ng-component", host: { attributes: { "cdk-drag-resets-container": "" } }, ngImport: i0, template: '', isInline: true, styles: ["@layer cdk-resets{.cdk-drag-preview{background:none;border:none;padding:0;color:inherit}}.cdk-drag-placeholder *,.cdk-drag-preview *{pointer-events:none !important}"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
2790
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: _ResetsLoader, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2791
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0-next.2", type: _ResetsLoader, isStandalone: true, selector: "ng-component", host: { attributes: { "cdk-drag-resets-container": "" } }, ngImport: i0, template: '', isInline: true, styles: ["@layer cdk-resets{.cdk-drag-preview{background:none;border:none;padding:0;color:inherit}}.cdk-drag-placeholder *,.cdk-drag-preview *{pointer-events:none !important}"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
2792
2792
  }
2793
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: _ResetsLoader, decorators: [{
2793
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: _ResetsLoader, decorators: [{
2794
2794
  type: Component,
2795
2795
  args: [{ standalone: true, encapsulation: ViewEncapsulation.None, template: '', changeDetection: ChangeDetectionStrategy.OnPush, host: { 'cdk-drag-resets-container': '' }, styles: ["@layer cdk-resets{.cdk-drag-preview{background:none;border:none;padding:0;color:inherit}}.cdk-drag-placeholder *,.cdk-drag-preview *{pointer-events:none !important}"] }]
2796
2796
  }] });
2797
+ // TODO(crisbeto): remove generics when making breaking changes.
2797
2798
  /**
2798
2799
  * Service that keeps track of all the drag item and drop container
2799
2800
  * instances, and manages global event listeners on the `document`.
2800
2801
  * @docs-private
2801
2802
  */
2802
- // Note: this class is generic, rather than referencing CdkDrag and CdkDropList directly, in order
2803
- // to avoid circular imports. If we were to reference them here, importing the registry into the
2804
- // classes that are registering themselves will introduce a circular import.
2805
2803
  class DragDropRegistry {
2806
2804
  constructor(_ngZone, _document) {
2807
2805
  this._ngZone = _ngZone;
@@ -3020,10 +3018,10 @@ class DragDropRegistry {
3020
3018
  });
3021
3019
  }
3022
3020
  }
3023
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: DragDropRegistry, deps: [{ token: i0.NgZone }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
3024
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: DragDropRegistry, providedIn: 'root' }); }
3021
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: DragDropRegistry, deps: [{ token: i0.NgZone }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
3022
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: DragDropRegistry, providedIn: 'root' }); }
3025
3023
  }
3026
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: DragDropRegistry, decorators: [{
3024
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: DragDropRegistry, decorators: [{
3027
3025
  type: Injectable,
3028
3026
  args: [{ providedIn: 'root' }]
3029
3027
  }], ctorParameters: () => [{ type: i0.NgZone }, { type: undefined, decorators: [{
@@ -3061,10 +3059,10 @@ class DragDrop {
3061
3059
  createDropList(element) {
3062
3060
  return new DropListRef(element, this._dragDropRegistry, this._document, this._ngZone, this._viewportRuler);
3063
3061
  }
3064
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: DragDrop, deps: [{ token: DOCUMENT }, { token: i0.NgZone }, { token: i1.ViewportRuler }, { token: DragDropRegistry }], target: i0.ɵɵFactoryTarget.Injectable }); }
3065
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: DragDrop, providedIn: 'root' }); }
3062
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: DragDrop, deps: [{ token: DOCUMENT }, { token: i0.NgZone }, { token: i1.ViewportRuler }, { token: DragDropRegistry }], target: i0.ɵɵFactoryTarget.Injectable }); }
3063
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: DragDrop, providedIn: 'root' }); }
3066
3064
  }
3067
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: DragDrop, decorators: [{
3065
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: DragDrop, decorators: [{
3068
3066
  type: Injectable,
3069
3067
  args: [{ providedIn: 'root' }]
3070
3068
  }], ctorParameters: () => [{ type: undefined, decorators: [{
@@ -3122,10 +3120,10 @@ class CdkDragHandle {
3122
3120
  this._parentDrag?._removeHandle(this);
3123
3121
  this._stateChanges.complete();
3124
3122
  }
3125
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: CdkDragHandle, deps: [{ token: i0.ElementRef }, { token: CDK_DRAG_PARENT, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Directive }); }
3126
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.1.0", type: CdkDragHandle, isStandalone: true, selector: "[cdkDragHandle]", inputs: { disabled: ["cdkDragHandleDisabled", "disabled", booleanAttribute] }, host: { classAttribute: "cdk-drag-handle" }, providers: [{ provide: CDK_DRAG_HANDLE, useExisting: CdkDragHandle }], ngImport: i0 }); }
3123
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: CdkDragHandle, deps: [{ token: i0.ElementRef }, { token: CDK_DRAG_PARENT, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Directive }); }
3124
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.0-next.2", type: CdkDragHandle, isStandalone: true, selector: "[cdkDragHandle]", inputs: { disabled: ["cdkDragHandleDisabled", "disabled", booleanAttribute] }, host: { classAttribute: "cdk-drag-handle" }, providers: [{ provide: CDK_DRAG_HANDLE, useExisting: CdkDragHandle }], ngImport: i0 }); }
3127
3125
  }
3128
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: CdkDragHandle, decorators: [{
3126
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: CdkDragHandle, decorators: [{
3129
3127
  type: Directive,
3130
3128
  args: [{
3131
3129
  selector: '[cdkDragHandle]',
@@ -3538,10 +3536,10 @@ class CdkDrag {
3538
3536
  handleInstance.disabled ? dragRef.disableHandle(handle) : dragRef.enableHandle(handle);
3539
3537
  });
3540
3538
  }
3541
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: CdkDrag, deps: [{ token: i0.ElementRef }, { token: CDK_DROP_LIST, optional: true, skipSelf: true }, { token: DOCUMENT }, { token: i0.NgZone }, { token: i0.ViewContainerRef }, { token: CDK_DRAG_CONFIG, optional: true }, { token: i1$1.Directionality, optional: true }, { token: DragDrop }, { token: i0.ChangeDetectorRef }, { token: CDK_DRAG_HANDLE, optional: true, self: true }, { token: CDK_DRAG_PARENT, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Directive }); }
3542
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.1.0", type: CdkDrag, isStandalone: true, selector: "[cdkDrag]", inputs: { data: ["cdkDragData", "data"], lockAxis: ["cdkDragLockAxis", "lockAxis"], rootElementSelector: ["cdkDragRootElement", "rootElementSelector"], boundaryElement: ["cdkDragBoundary", "boundaryElement"], dragStartDelay: ["cdkDragStartDelay", "dragStartDelay"], freeDragPosition: ["cdkDragFreeDragPosition", "freeDragPosition"], disabled: ["cdkDragDisabled", "disabled", booleanAttribute], constrainPosition: ["cdkDragConstrainPosition", "constrainPosition"], previewClass: ["cdkDragPreviewClass", "previewClass"], previewContainer: ["cdkDragPreviewContainer", "previewContainer"] }, outputs: { started: "cdkDragStarted", released: "cdkDragReleased", ended: "cdkDragEnded", entered: "cdkDragEntered", exited: "cdkDragExited", dropped: "cdkDragDropped", moved: "cdkDragMoved" }, host: { properties: { "class.cdk-drag-disabled": "disabled", "class.cdk-drag-dragging": "_dragRef.isDragging()" }, classAttribute: "cdk-drag" }, providers: [{ provide: CDK_DRAG_PARENT, useExisting: CdkDrag }], exportAs: ["cdkDrag"], usesOnChanges: true, ngImport: i0 }); }
3539
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: CdkDrag, deps: [{ token: i0.ElementRef }, { token: CDK_DROP_LIST, optional: true, skipSelf: true }, { token: DOCUMENT }, { token: i0.NgZone }, { token: i0.ViewContainerRef }, { token: CDK_DRAG_CONFIG, optional: true }, { token: i1$1.Directionality, optional: true }, { token: DragDrop }, { token: i0.ChangeDetectorRef }, { token: CDK_DRAG_HANDLE, optional: true, self: true }, { token: CDK_DRAG_PARENT, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Directive }); }
3540
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.0-next.2", type: CdkDrag, isStandalone: true, selector: "[cdkDrag]", inputs: { data: ["cdkDragData", "data"], lockAxis: ["cdkDragLockAxis", "lockAxis"], rootElementSelector: ["cdkDragRootElement", "rootElementSelector"], boundaryElement: ["cdkDragBoundary", "boundaryElement"], dragStartDelay: ["cdkDragStartDelay", "dragStartDelay"], freeDragPosition: ["cdkDragFreeDragPosition", "freeDragPosition"], disabled: ["cdkDragDisabled", "disabled", booleanAttribute], constrainPosition: ["cdkDragConstrainPosition", "constrainPosition"], previewClass: ["cdkDragPreviewClass", "previewClass"], previewContainer: ["cdkDragPreviewContainer", "previewContainer"] }, outputs: { started: "cdkDragStarted", released: "cdkDragReleased", ended: "cdkDragEnded", entered: "cdkDragEntered", exited: "cdkDragExited", dropped: "cdkDragDropped", moved: "cdkDragMoved" }, host: { properties: { "class.cdk-drag-disabled": "disabled", "class.cdk-drag-dragging": "_dragRef.isDragging()" }, classAttribute: "cdk-drag" }, providers: [{ provide: CDK_DRAG_PARENT, useExisting: CdkDrag }], exportAs: ["cdkDrag"], usesOnChanges: true, ngImport: i0 }); }
3543
3541
  }
3544
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: CdkDrag, decorators: [{
3542
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: CdkDrag, decorators: [{
3545
3543
  type: Directive,
3546
3544
  args: [{
3547
3545
  selector: '[cdkDrag]',
@@ -3660,10 +3658,10 @@ class CdkDropListGroup {
3660
3658
  ngOnDestroy() {
3661
3659
  this._items.clear();
3662
3660
  }
3663
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: CdkDropListGroup, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3664
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.1.0", type: CdkDropListGroup, isStandalone: true, selector: "[cdkDropListGroup]", inputs: { disabled: ["cdkDropListGroupDisabled", "disabled", booleanAttribute] }, providers: [{ provide: CDK_DROP_LIST_GROUP, useExisting: CdkDropListGroup }], exportAs: ["cdkDropListGroup"], ngImport: i0 }); }
3661
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: CdkDropListGroup, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3662
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.0-next.2", type: CdkDropListGroup, isStandalone: true, selector: "[cdkDropListGroup]", inputs: { disabled: ["cdkDropListGroupDisabled", "disabled", booleanAttribute] }, providers: [{ provide: CDK_DROP_LIST_GROUP, useExisting: CdkDropListGroup }], exportAs: ["cdkDropListGroup"], ngImport: i0 }); }
3665
3663
  }
3666
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: CdkDropListGroup, decorators: [{
3664
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: CdkDropListGroup, decorators: [{
3667
3665
  type: Directive,
3668
3666
  args: [{
3669
3667
  selector: '[cdkDropListGroup]',
@@ -3916,14 +3914,14 @@ class CdkDropList {
3916
3914
  _syncItemsWithRef() {
3917
3915
  this._dropListRef.withItems(this.getSortedItems().map(item => item._dragRef));
3918
3916
  }
3919
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: CdkDropList, deps: [{ token: i0.ElementRef }, { token: DragDrop }, { token: i0.ChangeDetectorRef }, { token: i1.ScrollDispatcher }, { token: i1$1.Directionality, optional: true }, { token: CDK_DROP_LIST_GROUP, optional: true, skipSelf: true }, { token: CDK_DRAG_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
3920
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.1.0", type: CdkDropList, isStandalone: true, selector: "[cdkDropList], cdk-drop-list", inputs: { connectedTo: ["cdkDropListConnectedTo", "connectedTo"], data: ["cdkDropListData", "data"], orientation: ["cdkDropListOrientation", "orientation"], id: "id", lockAxis: ["cdkDropListLockAxis", "lockAxis"], disabled: ["cdkDropListDisabled", "disabled", booleanAttribute], sortingDisabled: ["cdkDropListSortingDisabled", "sortingDisabled", booleanAttribute], enterPredicate: ["cdkDropListEnterPredicate", "enterPredicate"], sortPredicate: ["cdkDropListSortPredicate", "sortPredicate"], autoScrollDisabled: ["cdkDropListAutoScrollDisabled", "autoScrollDisabled", booleanAttribute], autoScrollStep: ["cdkDropListAutoScrollStep", "autoScrollStep"], elementContainerSelector: ["cdkDropListElementContainer", "elementContainerSelector"] }, outputs: { dropped: "cdkDropListDropped", entered: "cdkDropListEntered", exited: "cdkDropListExited", sorted: "cdkDropListSorted" }, host: { properties: { "attr.id": "id", "class.cdk-drop-list-disabled": "disabled", "class.cdk-drop-list-dragging": "_dropListRef.isDragging()", "class.cdk-drop-list-receiving": "_dropListRef.isReceiving()" }, classAttribute: "cdk-drop-list" }, providers: [
3917
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: CdkDropList, deps: [{ token: i0.ElementRef }, { token: DragDrop }, { token: i0.ChangeDetectorRef }, { token: i1.ScrollDispatcher }, { token: i1$1.Directionality, optional: true }, { token: CDK_DROP_LIST_GROUP, optional: true, skipSelf: true }, { token: CDK_DRAG_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
3918
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.0-next.2", type: CdkDropList, isStandalone: true, selector: "[cdkDropList], cdk-drop-list", inputs: { connectedTo: ["cdkDropListConnectedTo", "connectedTo"], data: ["cdkDropListData", "data"], orientation: ["cdkDropListOrientation", "orientation"], id: "id", lockAxis: ["cdkDropListLockAxis", "lockAxis"], disabled: ["cdkDropListDisabled", "disabled", booleanAttribute], sortingDisabled: ["cdkDropListSortingDisabled", "sortingDisabled", booleanAttribute], enterPredicate: ["cdkDropListEnterPredicate", "enterPredicate"], sortPredicate: ["cdkDropListSortPredicate", "sortPredicate"], autoScrollDisabled: ["cdkDropListAutoScrollDisabled", "autoScrollDisabled", booleanAttribute], autoScrollStep: ["cdkDropListAutoScrollStep", "autoScrollStep"], elementContainerSelector: ["cdkDropListElementContainer", "elementContainerSelector"] }, outputs: { dropped: "cdkDropListDropped", entered: "cdkDropListEntered", exited: "cdkDropListExited", sorted: "cdkDropListSorted" }, host: { properties: { "attr.id": "id", "class.cdk-drop-list-disabled": "disabled", "class.cdk-drop-list-dragging": "_dropListRef.isDragging()", "class.cdk-drop-list-receiving": "_dropListRef.isReceiving()" }, classAttribute: "cdk-drop-list" }, providers: [
3921
3919
  // Prevent child drop lists from picking up the same group as their parent.
3922
3920
  { provide: CDK_DROP_LIST_GROUP, useValue: undefined },
3923
3921
  { provide: CDK_DROP_LIST, useExisting: CdkDropList },
3924
3922
  ], exportAs: ["cdkDropList"], ngImport: i0 }); }
3925
3923
  }
3926
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: CdkDropList, decorators: [{
3924
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: CdkDropList, decorators: [{
3927
3925
  type: Directive,
3928
3926
  args: [{
3929
3927
  selector: '[cdkDropList], cdk-drop-list',
@@ -4026,10 +4024,10 @@ class CdkDragPreview {
4026
4024
  ngOnDestroy() {
4027
4025
  this._drag?._resetPreviewTemplate(this);
4028
4026
  }
4029
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: CdkDragPreview, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
4030
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.1.0", type: CdkDragPreview, isStandalone: true, selector: "ng-template[cdkDragPreview]", inputs: { data: "data", matchSize: ["matchSize", "matchSize", booleanAttribute] }, providers: [{ provide: CDK_DRAG_PREVIEW, useExisting: CdkDragPreview }], ngImport: i0 }); }
4027
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: CdkDragPreview, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
4028
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.0-next.2", type: CdkDragPreview, isStandalone: true, selector: "ng-template[cdkDragPreview]", inputs: { data: "data", matchSize: ["matchSize", "matchSize", booleanAttribute] }, providers: [{ provide: CDK_DRAG_PREVIEW, useExisting: CdkDragPreview }], ngImport: i0 }); }
4031
4029
  }
4032
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: CdkDragPreview, decorators: [{
4030
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: CdkDragPreview, decorators: [{
4033
4031
  type: Directive,
4034
4032
  args: [{
4035
4033
  selector: 'ng-template[cdkDragPreview]',
@@ -4062,10 +4060,10 @@ class CdkDragPlaceholder {
4062
4060
  ngOnDestroy() {
4063
4061
  this._drag?._resetPlaceholderTemplate(this);
4064
4062
  }
4065
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: CdkDragPlaceholder, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
4066
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0", type: CdkDragPlaceholder, isStandalone: true, selector: "ng-template[cdkDragPlaceholder]", inputs: { data: "data" }, providers: [{ provide: CDK_DRAG_PLACEHOLDER, useExisting: CdkDragPlaceholder }], ngImport: i0 }); }
4063
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: CdkDragPlaceholder, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
4064
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0-next.2", type: CdkDragPlaceholder, isStandalone: true, selector: "ng-template[cdkDragPlaceholder]", inputs: { data: "data" }, providers: [{ provide: CDK_DRAG_PLACEHOLDER, useExisting: CdkDragPlaceholder }], ngImport: i0 }); }
4067
4065
  }
4068
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: CdkDragPlaceholder, decorators: [{
4066
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: CdkDragPlaceholder, decorators: [{
4069
4067
  type: Directive,
4070
4068
  args: [{
4071
4069
  selector: 'ng-template[cdkDragPlaceholder]',
@@ -4085,8 +4083,8 @@ const DRAG_DROP_DIRECTIVES = [
4085
4083
  CdkDragPlaceholder,
4086
4084
  ];
4087
4085
  class DragDropModule {
4088
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: DragDropModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4089
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: DragDropModule, imports: [CdkDropList,
4086
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: DragDropModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4087
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.0-next.2", ngImport: i0, type: DragDropModule, imports: [CdkDropList,
4090
4088
  CdkDropListGroup,
4091
4089
  CdkDrag,
4092
4090
  CdkDragHandle,
@@ -4097,9 +4095,9 @@ class DragDropModule {
4097
4095
  CdkDragHandle,
4098
4096
  CdkDragPreview,
4099
4097
  CdkDragPlaceholder] }); }
4100
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: DragDropModule, providers: [DragDrop], imports: [CdkScrollableModule] }); }
4098
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: DragDropModule, providers: [DragDrop], imports: [CdkScrollableModule] }); }
4101
4099
  }
4102
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: DragDropModule, decorators: [{
4100
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2", ngImport: i0, type: DragDropModule, decorators: [{
4103
4101
  type: NgModule,
4104
4102
  args: [{
4105
4103
  imports: DRAG_DROP_DIRECTIVES,