@angular/cdk 13.1.0-next.3 → 13.1.0-rc.0

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 (149) hide show
  1. package/esm2020/a11y/a11y-module.mjs +5 -5
  2. package/esm2020/a11y/aria-describer/aria-describer.mjs +4 -4
  3. package/esm2020/a11y/focus-monitor/focus-monitor.mjs +7 -7
  4. package/esm2020/a11y/focus-trap/configurable-focus-trap-factory.mjs +4 -4
  5. package/esm2020/a11y/focus-trap/focus-trap-manager.mjs +4 -4
  6. package/esm2020/a11y/focus-trap/focus-trap.mjs +7 -7
  7. package/esm2020/a11y/high-contrast-mode/high-contrast-mode-detector.mjs +4 -4
  8. package/esm2020/a11y/input-modality/input-modality-detector.mjs +4 -4
  9. package/esm2020/a11y/interactivity-checker/interactivity-checker.mjs +4 -4
  10. package/esm2020/a11y/live-announcer/live-announcer.mjs +7 -7
  11. package/esm2020/accordion/accordion-item.mjs +4 -4
  12. package/esm2020/accordion/accordion-module.mjs +5 -5
  13. package/esm2020/accordion/accordion.mjs +4 -4
  14. package/esm2020/bidi/bidi-module.mjs +5 -5
  15. package/esm2020/bidi/dir.mjs +4 -4
  16. package/esm2020/bidi/directionality.mjs +4 -4
  17. package/esm2020/clipboard/clipboard-module.mjs +5 -5
  18. package/esm2020/clipboard/clipboard.mjs +4 -4
  19. package/esm2020/clipboard/copy-to-clipboard.mjs +4 -4
  20. package/esm2020/collections/unique-selection-dispatcher.mjs +4 -4
  21. package/esm2020/drag-drop/directives/drag-handle.mjs +4 -4
  22. package/esm2020/drag-drop/directives/drag-placeholder.mjs +4 -4
  23. package/esm2020/drag-drop/directives/drag-preview.mjs +4 -4
  24. package/esm2020/drag-drop/directives/drag.mjs +4 -4
  25. package/esm2020/drag-drop/directives/drop-list-group.mjs +4 -4
  26. package/esm2020/drag-drop/directives/drop-list.mjs +4 -4
  27. package/esm2020/drag-drop/drag-drop-module.mjs +5 -5
  28. package/esm2020/drag-drop/drag-drop-registry.mjs +4 -4
  29. package/esm2020/drag-drop/drag-drop.mjs +4 -4
  30. package/esm2020/drag-drop/drop-list-ref.mjs +8 -6
  31. package/esm2020/layout/breakpoints-observer.mjs +4 -4
  32. package/esm2020/layout/layout-module.mjs +5 -5
  33. package/esm2020/layout/media-matcher.mjs +4 -4
  34. package/esm2020/observers/observe-content.mjs +14 -14
  35. package/esm2020/overlay/dispatchers/base-overlay-dispatcher.mjs +4 -4
  36. package/esm2020/overlay/dispatchers/overlay-keyboard-dispatcher.mjs +4 -4
  37. package/esm2020/overlay/dispatchers/overlay-outside-click-dispatcher.mjs +6 -5
  38. package/esm2020/overlay/fullscreen-overlay-container.mjs +4 -4
  39. package/esm2020/overlay/overlay-container.mjs +4 -4
  40. package/esm2020/overlay/overlay-directives.mjs +7 -7
  41. package/esm2020/overlay/overlay-module.mjs +5 -5
  42. package/esm2020/overlay/overlay.mjs +4 -4
  43. package/esm2020/overlay/position/overlay-position-builder.mjs +4 -4
  44. package/esm2020/overlay/scroll/scroll-strategy-options.mjs +4 -4
  45. package/esm2020/platform/platform-module.mjs +5 -5
  46. package/esm2020/platform/platform.mjs +4 -4
  47. package/esm2020/portal/portal-directives.mjs +17 -17
  48. package/esm2020/scrolling/fixed-size-virtual-scroll.mjs +4 -4
  49. package/esm2020/scrolling/scroll-dispatcher.mjs +4 -4
  50. package/esm2020/scrolling/scrollable.mjs +4 -4
  51. package/esm2020/scrolling/scrolling-module.mjs +9 -9
  52. package/esm2020/scrolling/viewport-ruler.mjs +4 -4
  53. package/esm2020/scrolling/virtual-for-of.mjs +4 -4
  54. package/esm2020/scrolling/virtual-scroll-viewport.mjs +4 -4
  55. package/esm2020/stepper/step-header.mjs +4 -4
  56. package/esm2020/stepper/step-label.mjs +4 -4
  57. package/esm2020/stepper/stepper-button.mjs +7 -7
  58. package/esm2020/stepper/stepper-module.mjs +5 -5
  59. package/esm2020/stepper/stepper.mjs +7 -7
  60. package/esm2020/table/cell.mjs +22 -22
  61. package/esm2020/table/coalesced-style-scheduler.mjs +4 -4
  62. package/esm2020/table/row.mjs +28 -28
  63. package/esm2020/table/table-module.mjs +5 -5
  64. package/esm2020/table/table.mjs +19 -19
  65. package/esm2020/table/text-column.mjs +4 -4
  66. package/esm2020/text-field/autofill.mjs +7 -7
  67. package/esm2020/text-field/autosize.mjs +4 -4
  68. package/esm2020/text-field/text-field-module.mjs +5 -5
  69. package/esm2020/tree/nested-node.mjs +4 -4
  70. package/esm2020/tree/node.mjs +4 -4
  71. package/esm2020/tree/outlet.mjs +4 -4
  72. package/esm2020/tree/padding.mjs +4 -4
  73. package/esm2020/tree/toggle.mjs +4 -4
  74. package/esm2020/tree/tree-module.mjs +5 -5
  75. package/esm2020/tree/tree.mjs +7 -7
  76. package/esm2020/version.mjs +1 -1
  77. package/fesm2015/a11y.mjs +40 -40
  78. package/fesm2015/a11y.mjs.map +1 -1
  79. package/fesm2015/accordion.mjs +10 -10
  80. package/fesm2015/accordion.mjs.map +1 -1
  81. package/fesm2015/bidi.mjs +10 -10
  82. package/fesm2015/bidi.mjs.map +1 -1
  83. package/fesm2015/cdk.mjs +1 -1
  84. package/fesm2015/cdk.mjs.map +1 -1
  85. package/fesm2015/clipboard.mjs +10 -10
  86. package/fesm2015/clipboard.mjs.map +1 -1
  87. package/fesm2015/collections.mjs +3 -3
  88. package/fesm2015/collections.mjs.map +1 -1
  89. package/fesm2015/drag-drop.mjs +35 -33
  90. package/fesm2015/drag-drop.mjs.map +1 -1
  91. package/fesm2015/layout.mjs +10 -10
  92. package/fesm2015/layout.mjs.map +1 -1
  93. package/fesm2015/observers.mjs +13 -13
  94. package/fesm2015/observers.mjs.map +1 -1
  95. package/fesm2015/overlay.mjs +36 -35
  96. package/fesm2015/overlay.mjs.map +1 -1
  97. package/fesm2015/platform.mjs +7 -7
  98. package/fesm2015/platform.mjs.map +1 -1
  99. package/fesm2015/portal.mjs +16 -16
  100. package/fesm2015/portal.mjs.map +1 -1
  101. package/fesm2015/scrolling.mjs +26 -26
  102. package/fesm2015/scrolling.mjs.map +1 -1
  103. package/fesm2015/stepper.mjs +22 -22
  104. package/fesm2015/stepper.mjs.map +1 -1
  105. package/fesm2015/table.mjs +76 -76
  106. package/fesm2015/table.mjs.map +1 -1
  107. package/fesm2015/text-field.mjs +13 -13
  108. package/fesm2015/text-field.mjs.map +1 -1
  109. package/fesm2015/tree.mjs +25 -25
  110. package/fesm2015/tree.mjs.map +1 -1
  111. package/fesm2020/a11y.mjs +40 -40
  112. package/fesm2020/a11y.mjs.map +1 -1
  113. package/fesm2020/accordion.mjs +10 -10
  114. package/fesm2020/accordion.mjs.map +1 -1
  115. package/fesm2020/bidi.mjs +10 -10
  116. package/fesm2020/bidi.mjs.map +1 -1
  117. package/fesm2020/cdk.mjs +1 -1
  118. package/fesm2020/cdk.mjs.map +1 -1
  119. package/fesm2020/clipboard.mjs +10 -10
  120. package/fesm2020/clipboard.mjs.map +1 -1
  121. package/fesm2020/collections.mjs +3 -3
  122. package/fesm2020/collections.mjs.map +1 -1
  123. package/fesm2020/drag-drop.mjs +35 -33
  124. package/fesm2020/drag-drop.mjs.map +1 -1
  125. package/fesm2020/layout.mjs +10 -10
  126. package/fesm2020/layout.mjs.map +1 -1
  127. package/fesm2020/observers.mjs +13 -13
  128. package/fesm2020/observers.mjs.map +1 -1
  129. package/fesm2020/overlay.mjs +36 -35
  130. package/fesm2020/overlay.mjs.map +1 -1
  131. package/fesm2020/platform.mjs +7 -7
  132. package/fesm2020/platform.mjs.map +1 -1
  133. package/fesm2020/portal.mjs +16 -16
  134. package/fesm2020/portal.mjs.map +1 -1
  135. package/fesm2020/scrolling.mjs +26 -26
  136. package/fesm2020/scrolling.mjs.map +1 -1
  137. package/fesm2020/stepper.mjs +22 -22
  138. package/fesm2020/stepper.mjs.map +1 -1
  139. package/fesm2020/table.mjs +76 -76
  140. package/fesm2020/table.mjs.map +1 -1
  141. package/fesm2020/text-field.mjs +13 -13
  142. package/fesm2020/text-field.mjs.map +1 -1
  143. package/fesm2020/tree.mjs +25 -25
  144. package/fesm2020/tree.mjs.map +1 -1
  145. package/package.json +1 -1
  146. package/schematics/ng-add/index.js +1 -1
  147. package/schematics/ng-add/index.mjs +1 -1
  148. package/schematics/utils/build-component.js +1 -2
  149. package/schematics/utils/build-component.mjs +1 -2
@@ -1648,6 +1648,13 @@ class DropListRef {
1648
1648
  if (newPositionReference === item) {
1649
1649
  newPositionReference = activeDraggables[newIndex + 1];
1650
1650
  }
1651
+ // If we didn't find a new position reference, it means that either the item didn't start off
1652
+ // in this container, or that the item requested to be inserted at the end of the list.
1653
+ if (!newPositionReference &&
1654
+ (newIndex == null || newIndex === -1 || newIndex < activeDraggables.length - 1) &&
1655
+ this._shouldEnterAsFirstChild(pointerX, pointerY)) {
1656
+ newPositionReference = activeDraggables[0];
1657
+ }
1651
1658
  // Since the item may be in the `activeDraggables` already (e.g. if the user dragged it
1652
1659
  // into another container and back again), we have to ensure that it isn't duplicated.
1653
1660
  if (currentIndex > -1) {
@@ -1660,11 +1667,6 @@ class DropListRef {
1660
1667
  element.parentElement.insertBefore(placeholder, element);
1661
1668
  activeDraggables.splice(newIndex, 0, item);
1662
1669
  }
1663
- else if (this._shouldEnterAsFirstChild(pointerX, pointerY)) {
1664
- const reference = activeDraggables[0].getRootElement();
1665
- reference.parentNode.insertBefore(placeholder, reference);
1666
- activeDraggables.unshift(item);
1667
- }
1668
1670
  else {
1669
1671
  coerceElement(this.element).appendChild(placeholder);
1670
1672
  activeDraggables.push(item);
@@ -2513,9 +2515,9 @@ class DragDropRegistry {
2513
2515
  this._globalListeners.clear();
2514
2516
  }
2515
2517
  }
2516
- DragDropRegistry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DragDropRegistry, deps: [{ token: i0.NgZone }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
2517
- DragDropRegistry.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DragDropRegistry, providedIn: 'root' });
2518
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DragDropRegistry, decorators: [{
2518
+ DragDropRegistry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: DragDropRegistry, deps: [{ token: i0.NgZone }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
2519
+ DragDropRegistry.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: DragDropRegistry, providedIn: 'root' });
2520
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: DragDropRegistry, decorators: [{
2519
2521
  type: Injectable,
2520
2522
  args: [{ providedIn: 'root' }]
2521
2523
  }], ctorParameters: function () {
@@ -2563,9 +2565,9 @@ class DragDrop {
2563
2565
  return new DropListRef(element, this._dragDropRegistry, this._document, this._ngZone, this._viewportRuler);
2564
2566
  }
2565
2567
  }
2566
- DragDrop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DragDrop, deps: [{ token: DOCUMENT }, { token: i0.NgZone }, { token: i1.ViewportRuler }, { token: DragDropRegistry }], target: i0.ɵɵFactoryTarget.Injectable });
2567
- DragDrop.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DragDrop, providedIn: 'root' });
2568
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DragDrop, decorators: [{
2568
+ DragDrop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: DragDrop, deps: [{ token: DOCUMENT }, { token: i0.NgZone }, { token: i1.ViewportRuler }, { token: DragDropRegistry }], target: i0.ɵɵFactoryTarget.Injectable });
2569
+ DragDrop.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: DragDrop, providedIn: 'root' });
2570
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: DragDrop, decorators: [{
2569
2571
  type: Injectable,
2570
2572
  args: [{ providedIn: 'root' }]
2571
2573
  }], ctorParameters: function () {
@@ -2626,9 +2628,9 @@ class CdkDropListGroup {
2626
2628
  this._items.clear();
2627
2629
  }
2628
2630
  }
2629
- CdkDropListGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CdkDropListGroup, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2630
- CdkDropListGroup.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: CdkDropListGroup, selector: "[cdkDropListGroup]", inputs: { disabled: ["cdkDropListGroupDisabled", "disabled"] }, providers: [{ provide: CDK_DROP_LIST_GROUP, useExisting: CdkDropListGroup }], exportAs: ["cdkDropListGroup"], ngImport: i0 });
2631
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CdkDropListGroup, decorators: [{
2631
+ CdkDropListGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: CdkDropListGroup, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2632
+ CdkDropListGroup.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.0-next.3", type: CdkDropListGroup, selector: "[cdkDropListGroup]", inputs: { disabled: ["cdkDropListGroupDisabled", "disabled"] }, providers: [{ provide: CDK_DROP_LIST_GROUP, useExisting: CdkDropListGroup }], exportAs: ["cdkDropListGroup"], ngImport: i0 });
2633
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: CdkDropListGroup, decorators: [{
2632
2634
  type: Directive,
2633
2635
  args: [{
2634
2636
  selector: '[cdkDropListGroup]',
@@ -2916,13 +2918,13 @@ class CdkDropList {
2916
2918
  }
2917
2919
  /** Keeps track of the drop lists that are currently on the page. */
2918
2920
  CdkDropList._dropLists = [];
2919
- CdkDropList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CdkDropList, deps: [{ token: i0.ElementRef }, { token: DragDrop }, { token: i0.ChangeDetectorRef }, { token: i1.ScrollDispatcher }, { token: i3.Directionality, optional: true }, { token: CDK_DROP_LIST_GROUP, optional: true, skipSelf: true }, { token: CDK_DRAG_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
2920
- CdkDropList.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: CdkDropList, selector: "[cdkDropList], cdk-drop-list", inputs: { connectedTo: ["cdkDropListConnectedTo", "connectedTo"], data: ["cdkDropListData", "data"], orientation: ["cdkDropListOrientation", "orientation"], id: "id", lockAxis: ["cdkDropListLockAxis", "lockAxis"], disabled: ["cdkDropListDisabled", "disabled"], sortingDisabled: ["cdkDropListSortingDisabled", "sortingDisabled"], enterPredicate: ["cdkDropListEnterPredicate", "enterPredicate"], sortPredicate: ["cdkDropListSortPredicate", "sortPredicate"], autoScrollDisabled: ["cdkDropListAutoScrollDisabled", "autoScrollDisabled"], autoScrollStep: ["cdkDropListAutoScrollStep", "autoScrollStep"] }, 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: [
2921
+ CdkDropList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: CdkDropList, deps: [{ token: i0.ElementRef }, { token: DragDrop }, { token: i0.ChangeDetectorRef }, { token: i1.ScrollDispatcher }, { token: i3.Directionality, optional: true }, { token: CDK_DROP_LIST_GROUP, optional: true, skipSelf: true }, { token: CDK_DRAG_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
2922
+ CdkDropList.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.0-next.3", type: CdkDropList, selector: "[cdkDropList], cdk-drop-list", inputs: { connectedTo: ["cdkDropListConnectedTo", "connectedTo"], data: ["cdkDropListData", "data"], orientation: ["cdkDropListOrientation", "orientation"], id: "id", lockAxis: ["cdkDropListLockAxis", "lockAxis"], disabled: ["cdkDropListDisabled", "disabled"], sortingDisabled: ["cdkDropListSortingDisabled", "sortingDisabled"], enterPredicate: ["cdkDropListEnterPredicate", "enterPredicate"], sortPredicate: ["cdkDropListSortPredicate", "sortPredicate"], autoScrollDisabled: ["cdkDropListAutoScrollDisabled", "autoScrollDisabled"], autoScrollStep: ["cdkDropListAutoScrollStep", "autoScrollStep"] }, 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: [
2921
2923
  // Prevent child drop lists from picking up the same group as their parent.
2922
2924
  { provide: CDK_DROP_LIST_GROUP, useValue: undefined },
2923
2925
  { provide: CDK_DROP_LIST, useExisting: CdkDropList },
2924
2926
  ], exportAs: ["cdkDropList"], ngImport: i0 });
2925
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CdkDropList, decorators: [{
2927
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: CdkDropList, decorators: [{
2926
2928
  type: Directive,
2927
2929
  args: [{
2928
2930
  selector: '[cdkDropList], cdk-drop-list',
@@ -3039,9 +3041,9 @@ class CdkDragHandle {
3039
3041
  this._stateChanges.complete();
3040
3042
  }
3041
3043
  }
3042
- CdkDragHandle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CdkDragHandle, deps: [{ token: i0.ElementRef }, { token: CDK_DRAG_PARENT, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Directive });
3043
- CdkDragHandle.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: CdkDragHandle, selector: "[cdkDragHandle]", inputs: { disabled: ["cdkDragHandleDisabled", "disabled"] }, host: { classAttribute: "cdk-drag-handle" }, providers: [{ provide: CDK_DRAG_HANDLE, useExisting: CdkDragHandle }], ngImport: i0 });
3044
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CdkDragHandle, decorators: [{
3044
+ CdkDragHandle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: CdkDragHandle, deps: [{ token: i0.ElementRef }, { token: CDK_DRAG_PARENT, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Directive });
3045
+ CdkDragHandle.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.0-next.3", type: CdkDragHandle, selector: "[cdkDragHandle]", inputs: { disabled: ["cdkDragHandleDisabled", "disabled"] }, host: { classAttribute: "cdk-drag-handle" }, providers: [{ provide: CDK_DRAG_HANDLE, useExisting: CdkDragHandle }], ngImport: i0 });
3046
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: CdkDragHandle, decorators: [{
3045
3047
  type: Directive,
3046
3048
  args: [{
3047
3049
  selector: '[cdkDragHandle]',
@@ -3086,9 +3088,9 @@ class CdkDragPlaceholder {
3086
3088
  this.templateRef = templateRef;
3087
3089
  }
3088
3090
  }
3089
- CdkDragPlaceholder.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CdkDragPlaceholder, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
3090
- CdkDragPlaceholder.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: CdkDragPlaceholder, selector: "ng-template[cdkDragPlaceholder]", inputs: { data: "data" }, providers: [{ provide: CDK_DRAG_PLACEHOLDER, useExisting: CdkDragPlaceholder }], ngImport: i0 });
3091
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CdkDragPlaceholder, decorators: [{
3091
+ CdkDragPlaceholder.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: CdkDragPlaceholder, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
3092
+ CdkDragPlaceholder.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.0-next.3", type: CdkDragPlaceholder, selector: "ng-template[cdkDragPlaceholder]", inputs: { data: "data" }, providers: [{ provide: CDK_DRAG_PLACEHOLDER, useExisting: CdkDragPlaceholder }], ngImport: i0 });
3093
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: CdkDragPlaceholder, decorators: [{
3092
3094
  type: Directive,
3093
3095
  args: [{
3094
3096
  selector: 'ng-template[cdkDragPlaceholder]',
@@ -3128,9 +3130,9 @@ class CdkDragPreview {
3128
3130
  this._matchSize = coerceBooleanProperty(value);
3129
3131
  }
3130
3132
  }
3131
- CdkDragPreview.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CdkDragPreview, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
3132
- CdkDragPreview.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: CdkDragPreview, selector: "ng-template[cdkDragPreview]", inputs: { data: "data", matchSize: "matchSize" }, providers: [{ provide: CDK_DRAG_PREVIEW, useExisting: CdkDragPreview }], ngImport: i0 });
3133
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CdkDragPreview, decorators: [{
3133
+ CdkDragPreview.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: CdkDragPreview, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
3134
+ CdkDragPreview.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.0-next.3", type: CdkDragPreview, selector: "ng-template[cdkDragPreview]", inputs: { data: "data", matchSize: "matchSize" }, providers: [{ provide: CDK_DRAG_PREVIEW, useExisting: CdkDragPreview }], ngImport: i0 });
3135
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: CdkDragPreview, decorators: [{
3134
3136
  type: Directive,
3135
3137
  args: [{
3136
3138
  selector: 'ng-template[cdkDragPreview]',
@@ -3490,9 +3492,9 @@ class CdkDrag {
3490
3492
  }
3491
3493
  }
3492
3494
  CdkDrag._dragInstances = [];
3493
- CdkDrag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", 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: i3.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 });
3494
- CdkDrag.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: CdkDrag, selector: "[cdkDrag]", inputs: { data: ["cdkDragData", "data"], lockAxis: ["cdkDragLockAxis", "lockAxis"], rootElementSelector: ["cdkDragRootElement", "rootElementSelector"], boundaryElement: ["cdkDragBoundary", "boundaryElement"], dragStartDelay: ["cdkDragStartDelay", "dragStartDelay"], freeDragPosition: ["cdkDragFreeDragPosition", "freeDragPosition"], disabled: ["cdkDragDisabled", "disabled"], 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 }], queries: [{ propertyName: "_previewTemplate", first: true, predicate: CDK_DRAG_PREVIEW, descendants: true }, { propertyName: "_placeholderTemplate", first: true, predicate: CDK_DRAG_PLACEHOLDER, descendants: true }, { propertyName: "_handles", predicate: CDK_DRAG_HANDLE, descendants: true }], exportAs: ["cdkDrag"], usesOnChanges: true, ngImport: i0 });
3495
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: CdkDrag, decorators: [{
3495
+ CdkDrag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0-next.3", 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: i3.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 });
3496
+ CdkDrag.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.0-next.3", type: CdkDrag, selector: "[cdkDrag]", inputs: { data: ["cdkDragData", "data"], lockAxis: ["cdkDragLockAxis", "lockAxis"], rootElementSelector: ["cdkDragRootElement", "rootElementSelector"], boundaryElement: ["cdkDragBoundary", "boundaryElement"], dragStartDelay: ["cdkDragStartDelay", "dragStartDelay"], freeDragPosition: ["cdkDragFreeDragPosition", "freeDragPosition"], disabled: ["cdkDragDisabled", "disabled"], 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 }], queries: [{ propertyName: "_previewTemplate", first: true, predicate: CDK_DRAG_PREVIEW, descendants: true }, { propertyName: "_placeholderTemplate", first: true, predicate: CDK_DRAG_PLACEHOLDER, descendants: true }, { propertyName: "_handles", predicate: CDK_DRAG_HANDLE, descendants: true }], exportAs: ["cdkDrag"], usesOnChanges: true, ngImport: i0 });
3497
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: CdkDrag, decorators: [{
3496
3498
  type: Directive,
3497
3499
  args: [{
3498
3500
  selector: '[cdkDrag]',
@@ -3608,8 +3610,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImpor
3608
3610
  */
3609
3611
  class DragDropModule {
3610
3612
  }
3611
- DragDropModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DragDropModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3612
- DragDropModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DragDropModule, declarations: [CdkDropList,
3613
+ DragDropModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: DragDropModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3614
+ DragDropModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: DragDropModule, declarations: [CdkDropList,
3613
3615
  CdkDropListGroup,
3614
3616
  CdkDrag,
3615
3617
  CdkDragHandle,
@@ -3621,8 +3623,8 @@ DragDropModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
3621
3623
  CdkDragHandle,
3622
3624
  CdkDragPreview,
3623
3625
  CdkDragPlaceholder] });
3624
- DragDropModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DragDropModule, providers: [DragDrop], imports: [CdkScrollableModule] });
3625
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DragDropModule, decorators: [{
3626
+ DragDropModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: DragDropModule, providers: [DragDrop], imports: [CdkScrollableModule] });
3627
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0-next.3", ngImport: i0, type: DragDropModule, decorators: [{
3626
3628
  type: NgModule,
3627
3629
  args: [{
3628
3630
  declarations: [