@@ -90,7 +90,7 @@ export class CdkDrag<T = any> implements AfterViewInit, OnChanges, OnDestroy {
9090 setFreeDragPosition(value : Point ): void ;
9191 readonly started: EventEmitter <CdkDragStart >;
9292 // (undocumented)
93- static ɵdir: i0 .ɵɵDirectiveDeclaration <CdkDrag <any >, " [cdkDrag]" , [" cdkDrag" ], { " data" : " cdkDragData" ; " lockAxis" : " cdkDragLockAxis" ; " rootElementSelector" : " cdkDragRootElement" ; " boundaryElement" : " cdkDragBoundary" ; " dragStartDelay" : " cdkDragStartDelay" ; " freeDragPosition" : " cdkDragFreeDragPosition" ; " disabled" : " cdkDragDisabled" ; " constrainPosition" : " cdkDragConstrainPosition" ; " previewClass" : " cdkDragPreviewClass" ; " previewContainer" : " cdkDragPreviewContainer" ; }, { " started" : " cdkDragStarted" ; " released" : " cdkDragReleased" ; " ended" : " cdkDragEnded" ; " entered" : " cdkDragEntered" ; " exited" : " cdkDragExited" ; " dropped" : " cdkDragDropped" ; " moved" : " cdkDragMoved" ; }, [" _previewTemplate" , " _placeholderTemplate" , " _handles" ], never , false , never >;
93+ static ɵdir: i0 .ɵɵDirectiveDeclaration <CdkDrag <any >, " [cdkDrag]" , [" cdkDrag" ], { " data" : " cdkDragData" ; " lockAxis" : " cdkDragLockAxis" ; " rootElementSelector" : " cdkDragRootElement" ; " boundaryElement" : " cdkDragBoundary" ; " dragStartDelay" : " cdkDragStartDelay" ; " freeDragPosition" : " cdkDragFreeDragPosition" ; " disabled" : " cdkDragDisabled" ; " constrainPosition" : " cdkDragConstrainPosition" ; " previewClass" : " cdkDragPreviewClass" ; " previewContainer" : " cdkDragPreviewContainer" ; }, { " started" : " cdkDragStarted" ; " released" : " cdkDragReleased" ; " ended" : " cdkDragEnded" ; " entered" : " cdkDragEntered" ; " exited" : " cdkDragExited" ; " dropped" : " cdkDragDropped" ; " moved" : " cdkDragMoved" ; }, [" _previewTemplate" , " _placeholderTemplate" , " _handles" ], never , true , never >;
9494 // (undocumented)
9595 static ɵfac: i0 .ɵɵFactoryDeclaration <CdkDrag <any >, [null , { optional: true ; skipSelf: true ; }, null , null , null , { optional: true ; }, { optional: true ; }, null , null , { optional: true ; self: true ; }, { optional: true ; skipSelf: true ; }]>;
9696}
@@ -153,7 +153,7 @@ export class CdkDragHandle implements OnDestroy {
153153 _parentDrag: {} | undefined ;
154154 readonly _stateChanges: Subject <CdkDragHandle >;
155155 // (undocumented)
156- static ɵdir: i0 .ɵɵDirectiveDeclaration <CdkDragHandle , " [cdkDragHandle]" , never , { " disabled" : " cdkDragHandleDisabled" ; }, {}, never , never , false , never >;
156+ static ɵdir: i0 .ɵɵDirectiveDeclaration <CdkDragHandle , " [cdkDragHandle]" , never , { " disabled" : " cdkDragHandleDisabled" ; }, {}, never , never , true , never >;
157157 // (undocumented)
158158 static ɵfac: i0 .ɵɵFactoryDeclaration <CdkDragHandle , [null , { optional: true ; skipSelf: true ; }]>;
159159}
@@ -183,7 +183,7 @@ export class CdkDragPlaceholder<T = any> {
183183 // (undocumented)
184184 templateRef: TemplateRef <T >;
185185 // (undocumented)
186- static ɵdir: i0 .ɵɵDirectiveDeclaration <CdkDragPlaceholder <any >, " ng-template[cdkDragPlaceholder]" , never , { " data" : " data" ; }, {}, never , never , false , never >;
186+ static ɵdir: i0 .ɵɵDirectiveDeclaration <CdkDragPlaceholder <any >, " ng-template[cdkDragPlaceholder]" , never , { " data" : " data" ; }, {}, never , never , true , never >;
187187 // (undocumented)
188188 static ɵfac: i0 .ɵɵFactoryDeclaration <CdkDragPlaceholder <any >, never >;
189189}
@@ -197,7 +197,7 @@ export class CdkDragPreview<T = any> {
197197 // (undocumented)
198198 templateRef: TemplateRef <T >;
199199 // (undocumented)
200- static ɵdir: i0 .ɵɵDirectiveDeclaration <CdkDragPreview <any >, " ng-template[cdkDragPreview]" , never , { " data" : " data" ; " matchSize" : " matchSize" ; }, {}, never , never , false , never >;
200+ static ɵdir: i0 .ɵɵDirectiveDeclaration <CdkDragPreview <any >, " ng-template[cdkDragPreview]" , never , { " data" : " data" ; " matchSize" : " matchSize" ; }, {}, never , never , true , never >;
201201 // (undocumented)
202202 static ɵfac: i0 .ɵɵFactoryDeclaration <CdkDragPreview <any >, never >;
203203}
@@ -250,7 +250,7 @@ export class CdkDropList<T = any> implements OnDestroy {
250250 sortingDisabled: BooleanInput ;
251251 sortPredicate: (index : number , drag : CdkDrag , drop : CdkDropList ) => boolean ;
252252 // (undocumented)
253- static ɵdir: i0 .ɵɵDirectiveDeclaration <CdkDropList <any >, " [cdkDropList], cdk-drop-list" , [" cdkDropList" ], { " connectedTo" : " cdkDropListConnectedTo" ; " data" : " cdkDropListData" ; " orientation" : " cdkDropListOrientation" ; " id" : " id" ; " lockAxis" : " cdkDropListLockAxis" ; " disabled" : " cdkDropListDisabled" ; " sortingDisabled" : " cdkDropListSortingDisabled" ; " enterPredicate" : " cdkDropListEnterPredicate" ; " sortPredicate" : " cdkDropListSortPredicate" ; " autoScrollDisabled" : " cdkDropListAutoScrollDisabled" ; " autoScrollStep" : " cdkDropListAutoScrollStep" ; }, { " dropped" : " cdkDropListDropped" ; " entered" : " cdkDropListEntered" ; " exited" : " cdkDropListExited" ; " sorted" : " cdkDropListSorted" ; }, never , never , false , never >;
253+ static ɵdir: i0 .ɵɵDirectiveDeclaration <CdkDropList <any >, " [cdkDropList], cdk-drop-list" , [" cdkDropList" ], { " connectedTo" : " cdkDropListConnectedTo" ; " data" : " cdkDropListData" ; " orientation" : " cdkDropListOrientation" ; " id" : " id" ; " lockAxis" : " cdkDropListLockAxis" ; " disabled" : " cdkDropListDisabled" ; " sortingDisabled" : " cdkDropListSortingDisabled" ; " enterPredicate" : " cdkDropListEnterPredicate" ; " sortPredicate" : " cdkDropListSortPredicate" ; " autoScrollDisabled" : " cdkDropListAutoScrollDisabled" ; " autoScrollStep" : " cdkDropListAutoScrollStep" ; }, { " dropped" : " cdkDropListDropped" ; " entered" : " cdkDropListEntered" ; " exited" : " cdkDropListExited" ; " sorted" : " cdkDropListSorted" ; }, never , never , true , never >;
254254 // (undocumented)
255255 static ɵfac: i0 .ɵɵFactoryDeclaration <CdkDropList <any >, [null , null , null , null , { optional: true ; }, { optional: true ; skipSelf: true ; }, { optional: true ; }]>;
256256}
@@ -263,7 +263,7 @@ export class CdkDropListGroup<T> implements OnDestroy {
263263 // (undocumented)
264264 ngOnDestroy(): void ;
265265 // (undocumented)
266- static ɵdir: i0 .ɵɵDirectiveDeclaration <CdkDropListGroup <any >, " [cdkDropListGroup]" , [" cdkDropListGroup" ], { " disabled" : " cdkDropListGroupDisabled" ; }, {}, never , never , false , never >;
266+ static ɵdir: i0 .ɵɵDirectiveDeclaration <CdkDropListGroup <any >, " [cdkDropListGroup]" , [" cdkDropListGroup" ], { " disabled" : " cdkDropListGroupDisabled" ; }, {}, never , never , true , never >;
267267 // (undocumented)
268268 static ɵfac: i0 .ɵɵFactoryDeclaration <CdkDropListGroup <any >, never >;
269269}
@@ -323,7 +323,7 @@ export class DragDropModule {
323323 // (undocumented)
324324 static ɵinj: i0 .ɵɵInjectorDeclaration <DragDropModule >;
325325 // (undocumented)
326- static ɵmod: i0 .ɵɵNgModuleDeclaration <DragDropModule , [typeof i1 .CdkDropList , typeof i2 .CdkDropListGroup , typeof i3 .CdkDrag , typeof i4 .CdkDragHandle , typeof i5 .CdkDragPreview , typeof i6 .CdkDragPlaceholder ], never , [typeof i7 .CdkScrollableModule , typeof i1 .CdkDropList , typeof i2 .CdkDropListGroup , typeof i3 .CdkDrag , typeof i4 .CdkDragHandle , typeof i5 .CdkDragPreview , typeof i6 .CdkDragPlaceholder ]>;
326+ static ɵmod: i0 .ɵɵNgModuleDeclaration <DragDropModule , never , [typeof i1 .CdkDropList , typeof i2 .CdkDropListGroup , typeof i3 .CdkDrag , typeof i4 .CdkDragHandle , typeof i5 .CdkDragPreview , typeof i6 .CdkDragPlaceholder ], [typeof i7 .CdkScrollableModule , typeof i1 .CdkDropList , typeof i2 .CdkDropListGroup , typeof i3 .CdkDrag , typeof i4 .CdkDragHandle , typeof i5 .CdkDragPreview , typeof i6 .CdkDragPlaceholder ]>;
327327}
328328
329329// @public
0 commit comments