@angular/cdk 10.2.0-rc.0 → 10.2.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.
- package/bundles/cdk-drag-drop.umd.js +17 -17
- package/bundles/cdk-drag-drop.umd.js.map +1 -1
- package/bundles/cdk-drag-drop.umd.min.js +11 -11
- package/bundles/cdk-drag-drop.umd.min.js.map +1 -1
- package/bundles/cdk-overlay.umd.js +5 -2
- package/bundles/cdk-overlay.umd.js.map +1 -1
- package/bundles/cdk-overlay.umd.min.js +5 -5
- package/bundles/cdk-overlay.umd.min.js.map +1 -1
- package/bundles/cdk-testing-testbed.umd.js +15 -26
- package/bundles/cdk-testing-testbed.umd.js.map +1 -1
- package/bundles/cdk-testing-testbed.umd.min.js +6 -6
- package/bundles/cdk-testing-testbed.umd.min.js.map +1 -1
- package/bundles/cdk.umd.js +1 -1
- package/bundles/cdk.umd.js.map +1 -1
- package/bundles/cdk.umd.min.js +1 -1
- package/bundles/cdk.umd.min.js.map +1 -1
- package/drag-drop/index.d.ts +1 -2
- package/drag-drop/index.metadata.json +1 -1
- package/drag-drop/public-api.d.ts +2 -1
- package/esm2015/drag-drop/index.js +1 -3
- package/esm2015/drag-drop/public-api.js +3 -2
- package/esm2015/overlay/dispatchers/overlay-outside-click-dispatcher.js +6 -3
- package/esm2015/testing/testbed/unit-test-element.js +2 -8
- package/esm2015/version.js +1 -1
- package/fesm2015/cdk.js +1 -1
- package/fesm2015/cdk.js.map +1 -1
- package/fesm2015/drag-drop.js +16 -16
- package/fesm2015/drag-drop.js.map +1 -1
- package/fesm2015/overlay.js +5 -2
- package/fesm2015/overlay.js.map +1 -1
- package/fesm2015/testing/testbed.js +1 -7
- package/fesm2015/testing/testbed.js.map +1 -1
- package/package.json +1 -1
- package/schematics/ng-add/index.js +1 -1
|
@@ -62,14 +62,14 @@
|
|
|
62
62
|
* Use of this source code is governed by an MIT-style license that can be
|
|
63
63
|
* found in the LICENSE file at https://angular.io/license
|
|
64
64
|
*/
|
|
65
|
-
function
|
|
65
|
+
function A(t,e,i){var r=j(e,t.length-1),n=j(i,t.length-1);if(r!==n){for(var o=t[r],s=n<r?-1:1,a=r;a!==n;a+=s)t[a]=t[a+s];t[n]=o}}function j(t,e){return Math.max(0,Math.min(e,t))}var M=function(){function t(t,e,i,r,n){var c=this;this._dragDropRegistry=e,this._ngZone=r,this._viewportRuler=n,this.disabled=!1,this.sortingDisabled=!1,this.autoScrollDisabled=!1,this.enterPredicate=function(){return!0},this.beforeStarted=new s.Subject,this.entered=new s.Subject,this.exited=new s.Subject,this.dropped=new s.Subject,this.sorted=new s.Subject,this._isDragging=!1,this._itemPositions=[],this._previousSwap={drag:null,delta:0,overlaps:!1},this._siblings=[],this._orientation="vertical",this._activeSiblings=new Set,this._direction="ltr",this._viewportScrollSubscription=s.Subscription.EMPTY,this._verticalScrollDirection=0,this._horizontalScrollDirection=0,this._stopScrollTimers=new s.Subject,this._cachedShadowRoot=null,this._startScrollInterval=function(){c._stopScrolling(),s.interval(0,s.animationFrameScheduler).pipe(a.takeUntil(c._stopScrollTimers)).subscribe((function(){var t=c._scrollNode;1===c._verticalScrollDirection?N(t,-2):2===c._verticalScrollDirection&&N(t,2),1===c._horizontalScrollDirection?F(t,-2):2===c._horizontalScrollDirection&&F(t,2)}))},this.element=o.coerceElement(t),this._document=i,this.withScrollableParents([this.element]),e.registerDropContainer(this),this._parentPositions=new m(i,n)}return t.prototype.dispose=function(){this._stopScrolling(),this._stopScrollTimers.complete(),this._viewportScrollSubscription.unsubscribe(),this.beforeStarted.complete(),this.entered.complete(),this.exited.complete(),this.dropped.complete(),this.sorted.complete(),this._activeSiblings.clear(),this._scrollNode=null,this._parentPositions.clear(),this._dragDropRegistry.removeDropContainer(this)},t.prototype.isDragging=function(){return this._isDragging},t.prototype.start=function(){var t=this,e=o.coerceElement(this.element).style;this.beforeStarted.next(),this._isDragging=!0,this._initialScrollSnap=e.msScrollSnapType||e.scrollSnapType||"",e.scrollSnapType=e.msScrollSnapType="none",this._cacheItems(),this._siblings.forEach((function(e){return e._startReceiving(t)})),this._viewportScrollSubscription.unsubscribe(),this._listenToScrollEvents()},t.prototype.enter=function(t,e,i,r){var n;this.start(),null==r?-1===(n=this.sortingDisabled?this._draggables.indexOf(t):-1)&&(n=this._getItemIndexFromPointerPosition(t,e,i)):n=r;var s=this._activeDraggables,a=s.indexOf(t),c=t.getPlaceholderElement(),l=s[n];if(l===t&&(l=s[n+1]),a>-1&&s.splice(a,1),l&&!this._dragDropRegistry.isDragging(l)){var p=l.getRootElement();p.parentElement.insertBefore(c,p),s.splice(n,0,t)}else if(this._shouldEnterAsFirstChild(e,i)){var h=s[0].getRootElement();h.parentNode.insertBefore(c,h),s.unshift(t)}else o.coerceElement(this.element).appendChild(c),s.push(t);c.style.transform="",this._cacheItemPositions(),this._cacheParentPositions(),this.entered.next({item:t,container:this,currentIndex:this.getItemIndex(t)})},t.prototype.exit=function(t){this._reset(),this.exited.next({item:t,container:this})},t.prototype.drop=function(t,e,i,r,n,o){this._reset(),null==o&&(o=i.getItemIndex(t)),this.dropped.next({item:t,currentIndex:e,previousIndex:o,container:this,previousContainer:i,isPointerOverContainer:r,distance:n})},t.prototype.withItems=function(t){var e=this,i=this._draggables;return this._draggables=t,t.forEach((function(t){return t._withDropContainer(e)})),this.isDragging()&&(i.filter((function(t){return t.isDragging()})).every((function(e){return-1===t.indexOf(e)}))?this._reset():this._cacheItems()),this},t.prototype.withDirection=function(t){return this._direction=t,this},t.prototype.connectedTo=function(t){return this._siblings=t.slice(),this},t.prototype.withOrientation=function(t){return this._orientation=t,this},t.prototype.withScrollableParents=function(t){var e=o.coerceElement(this.element);return this._scrollableElements=-1===t.indexOf(e)?L([e],t):t.slice(),this},t.prototype.getScrollableParents=function(){return this._scrollableElements},t.prototype.getItemIndex=function(t){return this._isDragging?z("horizontal"===this._orientation&&"rtl"===this._direction?this._itemPositions.slice().reverse():this._itemPositions,(function(e){return e.drag===t})):this._draggables.indexOf(t)},t.prototype.isReceiving=function(){return this._activeSiblings.size>0},t.prototype._sortItem=function(t,e,i,r){if(!this.sortingDisabled&&f(this._clientRect,.05,e,i)){var n=this._itemPositions,o=this._getItemIndexFromPointerPosition(t,e,i,r);if(!(-1===o&&n.length>0)){var s="horizontal"===this._orientation,a=z(n,(function(e){return e.drag===t})),c=n[o],l=c.clientRect,p=a>o?1:-1,h=this._getItemOffsetPx(n[a].clientRect,l,p),d=this._getSiblingOffsetPx(a,n,p),u=n.slice();A(n,a,o),this.sorted.next({previousIndex:a,currentIndex:o,container:this,item:t}),n.forEach((function(e,i){if(u[i]!==e){var r=e.drag===t,n=r?h:d,o=r?t.getPlaceholderElement():e.drag.getRootElement();e.offset+=n,s?(o.style.transform="translate3d("+Math.round(e.offset)+"px, 0, 0)",_(e.clientRect,0,n)):(o.style.transform="translate3d(0, "+Math.round(e.offset)+"px, 0)",_(e.clientRect,n,0))}})),this._previousSwap.overlaps=g(l,e,i),this._previousSwap.drag=c.drag,this._previousSwap.delta=s?r.x:r.y}}},t.prototype._startScrollingIfNecessary=function(t,e){var i=this;if(!this.autoScrollDisabled){var r,n=0,o=0;if(this._parentPositions.positions.forEach((function(s,a){var c;a!==i._document&&s.clientRect&&!r&&f(s.clientRect,.05,t,e)&&(c=O(function l(t,e,i,r){var n=V(e,r),o=G(e,i),s=0,a=0;if(n){var c=t.scrollTop;1===n?c>0&&(s=1):t.scrollHeight-c>t.clientHeight&&(s=2)}if(o){var l=t.scrollLeft;1===o?l>0&&(a=1):t.scrollWidth-l>t.clientWidth&&(a=2)}return[s,a]}
|
|
66
66
|
/**
|
|
67
67
|
* @license
|
|
68
68
|
* Copyright Google LLC All Rights Reserved.
|
|
69
69
|
*
|
|
70
70
|
* Use of this source code is governed by an MIT-style license that can be
|
|
71
71
|
* found in the LICENSE file at https://angular.io/license
|
|
72
|
-
*/(a,s.clientRect,t,e),2),o=c[1],((n=c[0])||o)&&(r=a))})),!n&&!o){var s=this._viewportRuler.getViewportSize(),a=s.width,c=s.height,l={width:a,height:c,top:0,right:a,bottom:c,left:0};n=V(l,e),o=
|
|
72
|
+
*/(a,s.clientRect,t,e),2),o=c[1],((n=c[0])||o)&&(r=a))})),!n&&!o){var s=this._viewportRuler.getViewportSize(),a=s.width,c=s.height,l={width:a,height:c,top:0,right:a,bottom:c,left:0};n=V(l,e),o=G(l,t),r=window}!r||n===this._verticalScrollDirection&&o===this._horizontalScrollDirection&&r===this._scrollNode||(this._verticalScrollDirection=n,this._horizontalScrollDirection=o,this._scrollNode=r,(n||o)&&r?this._ngZone.runOutsideAngular(this._startScrollInterval):this._stopScrolling())}},t.prototype._stopScrolling=function(){this._stopScrollTimers.next()},t.prototype._cacheParentPositions=function(){var t=o.coerceElement(this.element);this._parentPositions.cache(this._scrollableElements),this._clientRect=this._parentPositions.positions.get(t).clientRect},t.prototype._cacheItemPositions=function(){var t="horizontal"===this._orientation;this._itemPositions=this._activeDraggables.map((function(t){var e=t.getVisibleElement();return{drag:t,offset:0,clientRect:u(e)}})).sort((function(e,i){return t?e.clientRect.left-i.clientRect.left:e.clientRect.top-i.clientRect.top}))},t.prototype._reset=function(){var t=this;this._isDragging=!1;var e=o.coerceElement(this.element).style;e.scrollSnapType=e.msScrollSnapType=this._initialScrollSnap,this._activeDraggables.forEach((function(t){var e=t.getRootElement();e&&(e.style.transform="")})),this._siblings.forEach((function(e){return e._stopReceiving(t)})),this._activeDraggables=[],this._itemPositions=[],this._previousSwap.drag=null,this._previousSwap.delta=0,this._previousSwap.overlaps=!1,this._stopScrolling(),this._viewportScrollSubscription.unsubscribe(),this._parentPositions.clear()},t.prototype._getSiblingOffsetPx=function(t,e,i){var r="horizontal"===this._orientation,n=e[t].clientRect,o=e[t+-1*i],s=n[r?"width":"height"]*i;if(o){var a=r?"left":"top",c=r?"right":"bottom";-1===i?s-=o.clientRect[a]-n[c]:s+=n[a]-o.clientRect[c]}return s},t.prototype._getItemOffsetPx=function(t,e,i){var r="horizontal"===this._orientation,n=r?e.left-t.left:e.top-t.top;return-1===i&&(n+=r?e.width-t.width:e.height-t.height),n},t.prototype._shouldEnterAsFirstChild=function(t,e){if(!this._activeDraggables.length)return!1;var i=this._itemPositions,r="horizontal"===this._orientation;if(i[0].drag!==this._activeDraggables[0]){var n=i[i.length-1].clientRect;return r?t>=n.right:e>=n.bottom}var o=i[0].clientRect;return r?t<=o.left:e<=o.top},t.prototype._getItemIndexFromPointerPosition=function(t,e,i,r){var n=this,o="horizontal"===this._orientation;return z(this._itemPositions,(function(s,a,c){var l=s.drag,p=s.clientRect;return l===t?c.length<2:(!r||l!==n._previousSwap.drag||!n._previousSwap.overlaps||(o?r.x:r.y)!==n._previousSwap.delta)&&(o?e>=Math.floor(p.left)&&e<Math.floor(p.right):i>=Math.floor(p.top)&&i<Math.floor(p.bottom))}))},t.prototype._cacheItems=function(){this._activeDraggables=this._draggables.slice(),this._cacheItemPositions(),this._cacheParentPositions()},t.prototype._isOverContainer=function(t,e){return g(this._clientRect,t,e)},t.prototype._getSiblingContainerFromPosition=function(t,e,i){return this._siblings.find((function(r){return r._canReceive(t,e,i)}))},t.prototype._canReceive=function(t,e,i){if(!g(this._clientRect,e,i)||!this.enterPredicate(t,this))return!1;var r=this._getShadowRoot().elementFromPoint(e,i);if(!r)return!1;var n=o.coerceElement(this.element);return r===n||n.contains(r)},t.prototype._startReceiving=function(t){var e=this._activeSiblings;e.has(t)||(e.add(t),this._cacheParentPositions(),this._listenToScrollEvents())},t.prototype._stopReceiving=function(t){this._activeSiblings.delete(t),this._viewportScrollSubscription.unsubscribe()},t.prototype._listenToScrollEvents=function(){var t=this;this._viewportScrollSubscription=this._dragDropRegistry.scroll.subscribe((function(e){if(t.isDragging()){var i=t._parentPositions.handleScroll(e);i&&(t._itemPositions.forEach((function(t){_(t.clientRect,i.top,i.left)})),t._itemPositions.forEach((function(e){var i=e.drag;t._dragDropRegistry.isDragging(i)&&i._sortFromLastPointerPosition()})))}else t.isReceiving()&&t._cacheParentPositions()}))},t.prototype._getShadowRoot=function(){if(!this._cachedShadowRoot){var t=n._getShadowRoot(o.coerceElement(this.element));this._cachedShadowRoot=t||this._document}return this._cachedShadowRoot},t}();function z(t,e){for(var i=0;i<t.length;i++)if(e(t[i],i,t))return i;return-1}function N(t,e){t===window?t.scrollBy(0,e):t.scrollTop+=e}function F(t,e){t===window?t.scrollBy(e,0):t.scrollLeft+=e}function V(t,e){var i=t.top,r=t.bottom,n=.05*t.height;return e>=i-n&&e<=i+n?1:e>=r-n&&e<=r+n?2:0}function G(t,e){var i=t.left,r=t.right,n=.05*t.width;return e>=i-n&&e<=i+n?1:e>=r-n&&e<=r+n?2:0}var B=n.normalizePassiveListenerOptions({passive:!1,capture:!0}),H=function(){function t(t,e){var i=this;this._ngZone=t,this._dropInstances=new Set,this._dragInstances=new Set,this._activeDragInstances=new Set,this._globalListeners=new Map,this.pointerMove=new s.Subject,this.pointerUp=new s.Subject,this.scroll=new s.Subject,this._preventDefaultWhileDragging=function(t){i._activeDragInstances.size&&t.preventDefault()},this._document=e}return t.prototype.registerDropContainer=function(t){this._dropInstances.has(t)||this._dropInstances.add(t)},t.prototype.registerDragItem=function(t){var e=this;this._dragInstances.add(t),1===this._dragInstances.size&&this._ngZone.runOutsideAngular((function(){e._document.addEventListener("touchmove",e._preventDefaultWhileDragging,B)}))},t.prototype.removeDropContainer=function(t){this._dropInstances.delete(t)},t.prototype.removeDragItem=function(t){this._dragInstances.delete(t),this.stopDragging(t),0===this._dragInstances.size&&this._document.removeEventListener("touchmove",this._preventDefaultWhileDragging,B)},t.prototype.startDragging=function(t,e){var i=this;if(!this._activeDragInstances.has(t)&&(this._activeDragInstances.add(t),1===this._activeDragInstances.size)){var r=e.type.startsWith("touch"),n=r?"touchend":"mouseup";this._globalListeners.set(r?"touchmove":"mousemove",{handler:function(t){return i.pointerMove.next(t)},options:B}).set(n,{handler:function(t){return i.pointerUp.next(t)},options:!0}).set("scroll",{handler:function(t){return i.scroll.next(t)},options:!0}).set("selectstart",{handler:this._preventDefaultWhileDragging,options:B}),this._ngZone.runOutsideAngular((function(){i._globalListeners.forEach((function(t,e){i._document.addEventListener(e,t.handler,t.options)}))}))}},t.prototype.stopDragging=function(t){this._activeDragInstances.delete(t),0===this._activeDragInstances.size&&this._clearGlobalListeners()},t.prototype.isDragging=function(t){return this._activeDragInstances.has(t)},t.prototype.ngOnDestroy=function(){var t=this;this._dragInstances.forEach((function(e){return t.removeDragItem(e)})),this._dropInstances.forEach((function(e){return t.removeDropContainer(e)})),this._clearGlobalListeners(),this.pointerMove.complete(),this.pointerUp.complete()},t.prototype._clearGlobalListeners=function(){var t=this;this._globalListeners.forEach((function(e,i){t._document.removeEventListener(i,e.handler,e.options)})),this._globalListeners.clear()},t}();H.ɵprov=e.ɵɵdefineInjectable({factory:function t(){return new H(e.ɵɵinject(e.NgZone),e.ɵɵinject(i.DOCUMENT))},token:H,providedIn:"root"}),H.decorators=[{type:e.Injectable,args:[{providedIn:"root"}]}],H.ctorParameters=function(){return[{type:e.NgZone},{type:void 0,decorators:[{type:e.Inject,args:[i.DOCUMENT]}]}]};
|
|
73
73
|
/**
|
|
74
74
|
* @license
|
|
75
75
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -85,37 +85,37 @@ var U={dragStartThreshold:5,pointerDirectionChangeThreshold:5},Z=function(){func
|
|
|
85
85
|
* Use of this source code is governed by an MIT-style license that can be
|
|
86
86
|
* found in the LICENSE file at https://angular.io/license
|
|
87
87
|
*/
|
|
88
|
-
var q=new e.InjectionToken("
|
|
88
|
+
var q=new e.InjectionToken("CDK_DRAG_PARENT"),W=new e.InjectionToken("CdkDropListGroup"),K=function(){function t(){this._items=new Set,this._disabled=!1}return Object.defineProperty(t.prototype,"disabled",{get:function(){return this._disabled},set:function(t){this._disabled=o.coerceBooleanProperty(t)},enumerable:!1,configurable:!0}),t.prototype.ngOnDestroy=function(){this._items.clear()},t}();
|
|
89
89
|
/**
|
|
90
90
|
* @license
|
|
91
91
|
* Copyright Google LLC All Rights Reserved.
|
|
92
92
|
*
|
|
93
93
|
* Use of this source code is governed by an MIT-style license that can be
|
|
94
94
|
* found in the LICENSE file at https://angular.io/license
|
|
95
|
-
*/
|
|
96
|
-
var K=new e.InjectionToken("CDK_DRAG_CONFIG"),Y=0,X=new e.InjectionToken("CdkDropList"),J=function(){function t(i,r,n,o,a,c,l){var p=this;this.element=i,this._changeDetectorRef=n,this._dir=o,this._group=a,this._scrollDispatcher=c,this._destroyed=new s.Subject,this.connectedTo=[],this.id="cdk-drop-list-"+Y++,this.enterPredicate=function(){return!0},this.dropped=new e.EventEmitter,this.entered=new e.EventEmitter,this.exited=new e.EventEmitter,this.sorted=new e.EventEmitter,this._unsortedItems=new Set,this._dropListRef=r.createDropList(i),this._dropListRef.data=this,l&&this._assignDefaults(l),this._dropListRef.enterPredicate=function(t,e){return p.enterPredicate(t.data,e.data)},this._setupInputSyncSubscription(this._dropListRef),this._handleEvents(this._dropListRef),t._dropLists.push(this),a&&a._items.add(this)}return Object.defineProperty(t.prototype,"disabled",{get:function(){return this._disabled||!!this._group&&this._group.disabled},set:function(t){this._dropListRef.disabled=this._disabled=o.coerceBooleanProperty(t)},enumerable:!1,configurable:!0}),t.prototype.addItem=function(t){this._unsortedItems.add(t),this._dropListRef.isDragging()&&this._syncItemsWithRef()},t.prototype.removeItem=function(t){this._unsortedItems.delete(t),this._dropListRef.isDragging()&&this._syncItemsWithRef()},t.prototype.getSortedItems=function(){return Array.from(this._unsortedItems).sort((function(t,e){return t._dragRef.getVisibleElement().compareDocumentPosition(e._dragRef.getVisibleElement())&Node.DOCUMENT_POSITION_FOLLOWING?-1:1}))},t.prototype.ngOnDestroy=function(){var e=t._dropLists.indexOf(this);e>-1&&t._dropLists.splice(e,1),this._group&&this._group._items.delete(this),this._unsortedItems.clear(),this._dropListRef.dispose(),this._destroyed.next(),this._destroyed.complete()},t.prototype._setupInputSyncSubscription=function(e){var i=this;this._dir&&this._dir.change.pipe(a.startWith(this._dir.value),a.takeUntil(this._destroyed)).subscribe((function(t){return e.withDirection(t)})),e.beforeStarted.subscribe((function(){var r=o.coerceArray(i.connectedTo).map((function(e){return"string"==typeof e?t._dropLists.find((function(t){return t.id===e})):e}));if(i._group&&i._group._items.forEach((function(t){-1===r.indexOf(t)&&r.push(t)})),!i._scrollableParentsResolved&&i._scrollDispatcher){var n=i._scrollDispatcher.getAncestorScrollContainers(i.element).map((function(t){return t.getElementRef().nativeElement}));i._dropListRef.withScrollableParents(n),i._scrollableParentsResolved=!0}e.disabled=i.disabled,e.lockAxis=i.lockAxis,e.sortingDisabled=o.coerceBooleanProperty(i.sortingDisabled),e.autoScrollDisabled=o.coerceBooleanProperty(i.autoScrollDisabled),e.connectedTo(r.filter((function(t){return t&&t!==i})).map((function(t){return t._dropListRef}))).withOrientation(i.orientation)}))},t.prototype._handleEvents=function(t){var e=this;t.beforeStarted.subscribe((function(){e._syncItemsWithRef(),e._changeDetectorRef.markForCheck()})),t.entered.subscribe((function(t){e.entered.emit({container:e,item:t.item.data,currentIndex:t.currentIndex})})),t.exited.subscribe((function(t){e.exited.emit({container:e,item:t.item.data}),e._changeDetectorRef.markForCheck()})),t.sorted.subscribe((function(t){e.sorted.emit({previousIndex:t.previousIndex,currentIndex:t.currentIndex,container:e,item:t.item.data})})),t.dropped.subscribe((function(t){e.dropped.emit({previousIndex:t.previousIndex,currentIndex:t.currentIndex,previousContainer:t.previousContainer.data,container:t.container.data,item:t.item.data,isPointerOverContainer:t.isPointerOverContainer,distance:t.distance}),e._changeDetectorRef.markForCheck()}))},t.prototype._assignDefaults=function(t){var e=t.lockAxis,i=t.draggingDisabled,r=t.sortingDisabled,n=t.listAutoScrollDisabled,o=t.listOrientation;this.disabled=null!=i&&i,this.sortingDisabled=null!=r&&r,this.autoScrollDisabled=null!=n&&n,this.orientation=o||"vertical",e&&(this.lockAxis=e)},t.prototype._syncItemsWithRef=function(){this._dropListRef.withItems(this.getSortedItems().map((function(t){return t._dragRef})))},t}();
|
|
95
|
+
*/K.decorators=[{type:e.Directive,args:[{selector:"[cdkDropListGroup]",exportAs:"cdkDropListGroup",providers:[{provide:W,useExisting:K}]}]}],K.propDecorators={disabled:[{type:e.Input,args:["cdkDropListGroupDisabled"]}]};
|
|
97
96
|
/**
|
|
98
97
|
* @license
|
|
99
98
|
* Copyright Google LLC All Rights Reserved.
|
|
100
99
|
*
|
|
101
100
|
* Use of this source code is governed by an MIT-style license that can be
|
|
102
101
|
* found in the LICENSE file at https://angular.io/license
|
|
103
|
-
*/
|
|
102
|
+
*/
|
|
103
|
+
var Y=new e.InjectionToken("CDK_DRAG_CONFIG"),X=0,J=new e.InjectionToken("CdkDropList"),Q=function(){function t(i,r,n,o,a,c,l){var p=this;this.element=i,this._changeDetectorRef=n,this._dir=o,this._group=a,this._scrollDispatcher=c,this._destroyed=new s.Subject,this.connectedTo=[],this.id="cdk-drop-list-"+X++,this.enterPredicate=function(){return!0},this.dropped=new e.EventEmitter,this.entered=new e.EventEmitter,this.exited=new e.EventEmitter,this.sorted=new e.EventEmitter,this._unsortedItems=new Set,this._dropListRef=r.createDropList(i),this._dropListRef.data=this,l&&this._assignDefaults(l),this._dropListRef.enterPredicate=function(t,e){return p.enterPredicate(t.data,e.data)},this._setupInputSyncSubscription(this._dropListRef),this._handleEvents(this._dropListRef),t._dropLists.push(this),a&&a._items.add(this)}return Object.defineProperty(t.prototype,"disabled",{get:function(){return this._disabled||!!this._group&&this._group.disabled},set:function(t){this._dropListRef.disabled=this._disabled=o.coerceBooleanProperty(t)},enumerable:!1,configurable:!0}),t.prototype.addItem=function(t){this._unsortedItems.add(t),this._dropListRef.isDragging()&&this._syncItemsWithRef()},t.prototype.removeItem=function(t){this._unsortedItems.delete(t),this._dropListRef.isDragging()&&this._syncItemsWithRef()},t.prototype.getSortedItems=function(){return Array.from(this._unsortedItems).sort((function(t,e){return t._dragRef.getVisibleElement().compareDocumentPosition(e._dragRef.getVisibleElement())&Node.DOCUMENT_POSITION_FOLLOWING?-1:1}))},t.prototype.ngOnDestroy=function(){var e=t._dropLists.indexOf(this);e>-1&&t._dropLists.splice(e,1),this._group&&this._group._items.delete(this),this._unsortedItems.clear(),this._dropListRef.dispose(),this._destroyed.next(),this._destroyed.complete()},t.prototype._setupInputSyncSubscription=function(e){var i=this;this._dir&&this._dir.change.pipe(a.startWith(this._dir.value),a.takeUntil(this._destroyed)).subscribe((function(t){return e.withDirection(t)})),e.beforeStarted.subscribe((function(){var r=o.coerceArray(i.connectedTo).map((function(e){return"string"==typeof e?t._dropLists.find((function(t){return t.id===e})):e}));if(i._group&&i._group._items.forEach((function(t){-1===r.indexOf(t)&&r.push(t)})),!i._scrollableParentsResolved&&i._scrollDispatcher){var n=i._scrollDispatcher.getAncestorScrollContainers(i.element).map((function(t){return t.getElementRef().nativeElement}));i._dropListRef.withScrollableParents(n),i._scrollableParentsResolved=!0}e.disabled=i.disabled,e.lockAxis=i.lockAxis,e.sortingDisabled=o.coerceBooleanProperty(i.sortingDisabled),e.autoScrollDisabled=o.coerceBooleanProperty(i.autoScrollDisabled),e.connectedTo(r.filter((function(t){return t&&t!==i})).map((function(t){return t._dropListRef}))).withOrientation(i.orientation)}))},t.prototype._handleEvents=function(t){var e=this;t.beforeStarted.subscribe((function(){e._syncItemsWithRef(),e._changeDetectorRef.markForCheck()})),t.entered.subscribe((function(t){e.entered.emit({container:e,item:t.item.data,currentIndex:t.currentIndex})})),t.exited.subscribe((function(t){e.exited.emit({container:e,item:t.item.data}),e._changeDetectorRef.markForCheck()})),t.sorted.subscribe((function(t){e.sorted.emit({previousIndex:t.previousIndex,currentIndex:t.currentIndex,container:e,item:t.item.data})})),t.dropped.subscribe((function(t){e.dropped.emit({previousIndex:t.previousIndex,currentIndex:t.currentIndex,previousContainer:t.previousContainer.data,container:t.container.data,item:t.item.data,isPointerOverContainer:t.isPointerOverContainer,distance:t.distance}),e._changeDetectorRef.markForCheck()}))},t.prototype._assignDefaults=function(t){var e=t.lockAxis,i=t.draggingDisabled,r=t.sortingDisabled,n=t.listAutoScrollDisabled,o=t.listOrientation;this.disabled=null!=i&&i,this.sortingDisabled=null!=r&&r,this.autoScrollDisabled=null!=n&&n,this.orientation=o||"vertical",e&&(this.lockAxis=e)},t.prototype._syncItemsWithRef=function(){this._dropListRef.withItems(this.getSortedItems().map((function(t){return t._dragRef})))},t}();
|
|
104
104
|
/**
|
|
105
105
|
* @license
|
|
106
106
|
* Copyright Google LLC All Rights Reserved.
|
|
107
107
|
*
|
|
108
108
|
* Use of this source code is governed by an MIT-style license that can be
|
|
109
109
|
* found in the LICENSE file at https://angular.io/license
|
|
110
|
-
*/
|
|
111
|
-
var Q=new e.InjectionToken("CDK_DRAG_PARENT"),$=new e.InjectionToken("CdkDragHandle"),tt=function(){function t(t,e){this.element=t,this._stateChanges=new s.Subject,this._disabled=!1,this._parentDrag=e}return Object.defineProperty(t.prototype,"disabled",{get:function(){return this._disabled},set:function(t){this._disabled=o.coerceBooleanProperty(t),this._stateChanges.next(this)},enumerable:!1,configurable:!0}),t.prototype.ngOnDestroy=function(){this._stateChanges.complete()},t}();
|
|
110
|
+
*/Q._dropLists=[],Q.decorators=[{type:e.Directive,args:[{selector:"[cdkDropList], cdk-drop-list",exportAs:"cdkDropList",providers:[{provide:W,useValue:void 0},{provide:J,useExisting:Q}],host:{class:"cdk-drop-list","[id]":"id","[class.cdk-drop-list-disabled]":"disabled","[class.cdk-drop-list-dragging]":"_dropListRef.isDragging()","[class.cdk-drop-list-receiving]":"_dropListRef.isReceiving()"}}]}],Q.ctorParameters=function(){return[{type:e.ElementRef},{type:Z},{type:e.ChangeDetectorRef},{type:c.Directionality,decorators:[{type:e.Optional}]},{type:K,decorators:[{type:e.Optional},{type:e.Inject,args:[W]},{type:e.SkipSelf}]},{type:r.ScrollDispatcher},{type:void 0,decorators:[{type:e.Optional},{type:e.Inject,args:[Y]}]}]},Q.propDecorators={connectedTo:[{type:e.Input,args:["cdkDropListConnectedTo"]}],data:[{type:e.Input,args:["cdkDropListData"]}],orientation:[{type:e.Input,args:["cdkDropListOrientation"]}],id:[{type:e.Input}],lockAxis:[{type:e.Input,args:["cdkDropListLockAxis"]}],disabled:[{type:e.Input,args:["cdkDropListDisabled"]}],sortingDisabled:[{type:e.Input,args:["cdkDropListSortingDisabled"]}],enterPredicate:[{type:e.Input,args:["cdkDropListEnterPredicate"]}],autoScrollDisabled:[{type:e.Input,args:["cdkDropListAutoScrollDisabled"]}],dropped:[{type:e.Output,args:["cdkDropListDropped"]}],entered:[{type:e.Output,args:["cdkDropListEntered"]}],exited:[{type:e.Output,args:["cdkDropListExited"]}],sorted:[{type:e.Output,args:["cdkDropListSorted"]}]};
|
|
112
111
|
/**
|
|
113
112
|
* @license
|
|
114
113
|
* Copyright Google LLC All Rights Reserved.
|
|
115
114
|
*
|
|
116
115
|
* Use of this source code is governed by an MIT-style license that can be
|
|
117
116
|
* found in the LICENSE file at https://angular.io/license
|
|
118
|
-
*/
|
|
117
|
+
*/
|
|
118
|
+
var $=new e.InjectionToken("CdkDragHandle"),tt=function(){function t(t,e){this.element=t,this._stateChanges=new s.Subject,this._disabled=!1,this._parentDrag=e}return Object.defineProperty(t.prototype,"disabled",{get:function(){return this._disabled},set:function(t){this._disabled=o.coerceBooleanProperty(t),this._stateChanges.next(this)},enumerable:!1,configurable:!0}),t.prototype.ngOnDestroy=function(){this._stateChanges.complete()},t}();tt.decorators=[{type:e.Directive,args:[{selector:"[cdkDragHandle]",host:{class:"cdk-drag-handle"},providers:[{provide:$,useExisting:tt}]}]}],tt.ctorParameters=function(){return[{type:e.ElementRef},{type:void 0,decorators:[{type:e.Inject,args:[q]},{type:e.Optional},{type:e.SkipSelf}]}]},tt.propDecorators={disabled:[{type:e.Input,args:["cdkDragHandleDisabled"]}]};
|
|
119
119
|
/**
|
|
120
120
|
* @license
|
|
121
121
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -138,7 +138,7 @@ var rt=new e.InjectionToken("CdkDragPreview"),nt=function(){function t(t){this.t
|
|
|
138
138
|
*
|
|
139
139
|
* Use of this source code is governed by an MIT-style license that can be
|
|
140
140
|
* found in the LICENSE file at https://angular.io/license
|
|
141
|
-
*/st.decorators=[{type:e.Directive,args:[{selector:"[cdkDrag]",exportAs:"cdkDrag",host:{class:"cdk-drag","[class.cdk-drag-disabled]":"disabled","[class.cdk-drag-dragging]":"_dragRef.isDragging()"},providers:[{provide:
|
|
141
|
+
*/st.decorators=[{type:e.Directive,args:[{selector:"[cdkDrag]",exportAs:"cdkDrag",host:{class:"cdk-drag","[class.cdk-drag-disabled]":"disabled","[class.cdk-drag-dragging]":"_dragRef.isDragging()"},providers:[{provide:q,useExisting:st}]}]}],st.ctorParameters=function(){return[{type:e.ElementRef},{type:void 0,decorators:[{type:e.Inject,args:[J]},{type:e.Optional},{type:e.SkipSelf}]},{type:void 0,decorators:[{type:e.Inject,args:[i.DOCUMENT]}]},{type:e.NgZone},{type:e.ViewContainerRef},{type:void 0,decorators:[{type:e.Optional},{type:e.Inject,args:[Y]}]},{type:c.Directionality,decorators:[{type:e.Optional}]},{type:Z},{type:e.ChangeDetectorRef},{type:tt,decorators:[{type:e.Optional},{type:e.Self},{type:e.Inject,args:[$]}]}]},st.propDecorators={_handles:[{type:e.ContentChildren,args:[$,{descendants:!0}]}],_previewTemplate:[{type:e.ContentChild,args:[rt]}],_placeholderTemplate:[{type:e.ContentChild,args:[it]}],data:[{type:e.Input,args:["cdkDragData"]}],lockAxis:[{type:e.Input,args:["cdkDragLockAxis"]}],rootElementSelector:[{type:e.Input,args:["cdkDragRootElement"]}],boundaryElement:[{type:e.Input,args:["cdkDragBoundary"]}],dragStartDelay:[{type:e.Input,args:["cdkDragStartDelay"]}],freeDragPosition:[{type:e.Input,args:["cdkDragFreeDragPosition"]}],disabled:[{type:e.Input,args:["cdkDragDisabled"]}],constrainPosition:[{type:e.Input,args:["cdkDragConstrainPosition"]}],previewClass:[{type:e.Input,args:["cdkDragPreviewClass"]}],started:[{type:e.Output,args:["cdkDragStarted"]}],released:[{type:e.Output,args:["cdkDragReleased"]}],ended:[{type:e.Output,args:["cdkDragEnded"]}],entered:[{type:e.Output,args:["cdkDragEntered"]}],exited:[{type:e.Output,args:["cdkDragExited"]}],dropped:[{type:e.Output,args:["cdkDragDropped"]}],moved:[{type:e.Output,args:["cdkDragMoved"]}]},(ot=function ot(){}).decorators=[{type:e.NgModule,args:[{declarations:[Q,K,st,tt,nt,et],exports:[r.CdkScrollableModule,Q,K,st,tt,nt,et],providers:[Z]}]}],
|
|
142
142
|
/**
|
|
143
143
|
* @license
|
|
144
144
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -146,4 +146,4 @@ var rt=new e.InjectionToken("CdkDragPreview"),nt=function(){function t(t){this.t
|
|
|
146
146
|
* Use of this source code is governed by an MIT-style license that can be
|
|
147
147
|
* found in the LICENSE file at https://angular.io/license
|
|
148
148
|
*/
|
|
149
|
-
t.CDK_DRAG_CONFIG=
|
|
149
|
+
t.CDK_DRAG_CONFIG=Y,t.CDK_DRAG_HANDLE=$,t.CDK_DRAG_PARENT=q,t.CDK_DRAG_PLACEHOLDER=it,t.CDK_DRAG_PREVIEW=rt,t.CDK_DROP_LIST=J,t.CDK_DROP_LIST_GROUP=W,t.CdkDrag=st,t.CdkDragHandle=tt,t.CdkDragPlaceholder=et,t.CdkDragPreview=nt,t.CdkDropList=Q,t.CdkDropListGroup=K,t.DragDrop=Z,t.DragDropModule=ot,t.DragDropRegistry=H,t.DragRef=w,t.DropListRef=M,t.copyArrayItem=function ct(t,e,i,r){var n=j(r,e.length);t.length&&e.splice(n,0,t[i])},t.moveItemInArray=A,t.transferArrayItem=function lt(t,e,i,r){var n=j(i,t.length-1),o=j(r,e.length);t.length&&e.splice(o,0,t.splice(n,1)[0])},Object.defineProperty(t,"__esModule",{value:!0})}));
|