@@ -90,7 +90,7 @@ export class CdkDrag<T = any> implements AfterViewInit, OnChanges, OnDestroy {
90
90
setFreeDragPosition(value : Point ): void ;
91
91
readonly started: EventEmitter <CdkDragStart >;
92
92
// (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 >;
94
94
// (undocumented)
95
95
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 ; }]>;
96
96
}
@@ -153,7 +153,7 @@ export class CdkDragHandle implements OnDestroy {
153
153
_parentDrag: {} | undefined ;
154
154
readonly _stateChanges: Subject <CdkDragHandle >;
155
155
// (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 >;
157
157
// (undocumented)
158
158
static ɵfac: i0 .ɵɵFactoryDeclaration <CdkDragHandle , [null , { optional: true ; skipSelf: true ; }]>;
159
159
}
@@ -183,7 +183,7 @@ export class CdkDragPlaceholder<T = any> {
183
183
// (undocumented)
184
184
templateRef: TemplateRef <T >;
185
185
// (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 >;
187
187
// (undocumented)
188
188
static ɵfac: i0 .ɵɵFactoryDeclaration <CdkDragPlaceholder <any >, never >;
189
189
}
@@ -197,7 +197,7 @@ export class CdkDragPreview<T = any> {
197
197
// (undocumented)
198
198
templateRef: TemplateRef <T >;
199
199
// (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 >;
201
201
// (undocumented)
202
202
static ɵfac: i0 .ɵɵFactoryDeclaration <CdkDragPreview <any >, never >;
203
203
}
@@ -250,7 +250,7 @@ export class CdkDropList<T = any> implements OnDestroy {
250
250
sortingDisabled: BooleanInput ;
251
251
sortPredicate: (index : number , drag : CdkDrag , drop : CdkDropList ) => boolean ;
252
252
// (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 >;
254
254
// (undocumented)
255
255
static ɵfac: i0 .ɵɵFactoryDeclaration <CdkDropList <any >, [null , null , null , null , { optional: true ; }, { optional: true ; skipSelf: true ; }, { optional: true ; }]>;
256
256
}
@@ -263,7 +263,7 @@ export class CdkDropListGroup<T> implements OnDestroy {
263
263
// (undocumented)
264
264
ngOnDestroy(): void ;
265
265
// (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 >;
267
267
// (undocumented)
268
268
static ɵfac: i0 .ɵɵFactoryDeclaration <CdkDropListGroup <any >, never >;
269
269
}
@@ -323,7 +323,7 @@ export class DragDropModule {
323
323
// (undocumented)
324
324
static ɵinj: i0 .ɵɵInjectorDeclaration <DragDropModule >;
325
325
// (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 ]>;
327
327
}
328
328
329
329
// @public
0 commit comments