@angular/cdk 17.3.4 → 17.3.5

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.
@@ -934,7 +934,7 @@ export declare class DragRef<T = any> {
934
934
  /** Updates the item's sort order based on the last-known pointer position. */
935
935
  _sortFromLastPointerPosition(): void;
936
936
  /** Unsubscribes from the global subscriptions. */
937
- private _removeSubscriptions;
937
+ private _removeListeners;
938
938
  /** Destroys the preview element and its ViewRef. */
939
939
  private _destroyPreview;
940
940
  /** Destroys the placeholder element and its ViewRef. */