@@ -47,7 +47,7 @@ export declare class CdkDrag<T = any> implements AfterViewInit, OnChanges, OnDes
47
47
ngOnDestroy ( ) : void ;
48
48
reset ( ) : void ;
49
49
static ngAcceptInputType_disabled : BooleanInput ;
50
- static ɵdir : i0 . ɵɵDirectiveDefWithMeta < CdkDrag < any > , "[cdkDrag]" , [ "cdkDrag" ] , { ' data' : "cdkDragData" , ' lockAxis' : "cdkDragLockAxis" , ' rootElementSelector' : "cdkDragRootElement" , ' boundaryElement' : "cdkDragBoundary" , ' dragStartDelay' : "cdkDragStartDelay" , ' freeDragPosition' : "cdkDragFreeDragPosition" , ' disabled' : "cdkDragDisabled" , ' constrainPosition' : "cdkDragConstrainPosition" , ' previewClass' : "cdkDragPreviewClass" } , { ' started' : "cdkDragStarted" , ' released' : "cdkDragReleased" , ' ended' : "cdkDragEnded" , ' entered' : "cdkDragEntered" , ' exited' : "cdkDragExited" , ' dropped' : "cdkDragDropped" , ' moved' : "cdkDragMoved" } , [ "_previewTemplate" , "_placeholderTemplate" , "_handles" ] > ;
50
+ static ɵdir : i0 . ɵɵDirectiveDefWithMeta < CdkDrag < any > , "[cdkDrag]" , [ "cdkDrag" ] , { " data" : "cdkDragData" ; " lockAxis" : "cdkDragLockAxis" ; " rootElementSelector" : "cdkDragRootElement" ; " boundaryElement" : "cdkDragBoundary" ; " dragStartDelay" : "cdkDragStartDelay" ; " freeDragPosition" : "cdkDragFreeDragPosition" ; " disabled" : "cdkDragDisabled" ; " constrainPosition" : "cdkDragConstrainPosition" ; " previewClass" : "cdkDragPreviewClass" ; } , { " started" : "cdkDragStarted" ; " released" : "cdkDragReleased" ; " ended" : "cdkDragEnded" ; " entered" : "cdkDragEntered" ; " exited" : "cdkDragExited" ; " dropped" : "cdkDragDropped" ; " moved" : "cdkDragMoved" ; } , [ "_previewTemplate" , "_placeholderTemplate" , "_handles" ] > ;
51
51
static ɵfac : i0 . ɵɵFactoryDef < CdkDrag < any > > ;
52
52
}
53
53
@@ -91,7 +91,7 @@ export declare class CdkDragHandle implements OnDestroy {
91
91
constructor ( element : ElementRef < HTMLElement > , parentDrag ?: any ) ;
92
92
ngOnDestroy ( ) : void ;
93
93
static ngAcceptInputType_disabled : BooleanInput ;
94
- static ɵdir : i0 . ɵɵDirectiveDefWithMeta < CdkDragHandle , "[cdkDragHandle]" , never , { ' disabled' : "cdkDragHandleDisabled" } , { } , never > ;
94
+ static ɵdir : i0 . ɵɵDirectiveDefWithMeta < CdkDragHandle , "[cdkDragHandle]" , never , { " disabled" : "cdkDragHandleDisabled" ; } , { } , never > ;
95
95
static ɵfac : i0 . ɵɵFactoryDef < CdkDragHandle > ;
96
96
}
97
97
@@ -116,15 +116,15 @@ export declare class CdkDragPlaceholder<T = any> {
116
116
data : T ;
117
117
templateRef : TemplateRef < T > ;
118
118
constructor ( templateRef : TemplateRef < T > ) ;
119
- static ɵdir : i0 . ɵɵDirectiveDefWithMeta < CdkDragPlaceholder < any > , "ng-template[cdkDragPlaceholder]" , never , { ' data' : "data" } , { } , never > ;
119
+ static ɵdir : i0 . ɵɵDirectiveDefWithMeta < CdkDragPlaceholder < any > , "ng-template[cdkDragPlaceholder]" , never , { " data" : "data" ; } , { } , never > ;
120
120
static ɵfac : i0 . ɵɵFactoryDef < CdkDragPlaceholder < any > > ;
121
121
}
122
122
123
123
export declare class CdkDragPreview < T = any > {
124
124
data : T ;
125
125
templateRef : TemplateRef < T > ;
126
126
constructor ( templateRef : TemplateRef < T > ) ;
127
- static ɵdir : i0 . ɵɵDirectiveDefWithMeta < CdkDragPreview < any > , "ng-template[cdkDragPreview]" , never , { ' data' : "data" } , { } , never > ;
127
+ static ɵdir : i0 . ɵɵDirectiveDefWithMeta < CdkDragPreview < any > , "ng-template[cdkDragPreview]" , never , { " data" : "data" ; } , { } , never > ;
128
128
static ɵfac : i0 . ɵɵFactoryDef < CdkDragPreview < any > > ;
129
129
}
130
130
@@ -172,7 +172,7 @@ export declare class CdkDropList<T = any> implements AfterContentInit, OnDestroy
172
172
static ngAcceptInputType_autoScrollDisabled : BooleanInput ;
173
173
static ngAcceptInputType_disabled : BooleanInput ;
174
174
static ngAcceptInputType_sortingDisabled : BooleanInput ;
175
- static ɵdir : i0 . ɵɵDirectiveDefWithMeta < CdkDropList < any > , "[cdkDropList], cdk-drop-list" , [ "cdkDropList" ] , { ' connectedTo' : "cdkDropListConnectedTo" , ' data' : "cdkDropListData" , ' orientation' : "cdkDropListOrientation" , 'id' : "id" , ' lockAxis' : "cdkDropListLockAxis" , ' disabled' : "cdkDropListDisabled" , ' sortingDisabled' : "cdkDropListSortingDisabled" , ' enterPredicate' : "cdkDropListEnterPredicate" , ' autoScrollDisabled' : "cdkDropListAutoScrollDisabled" } , { ' dropped' : "cdkDropListDropped" , ' entered' : "cdkDropListEntered" , ' exited' : "cdkDropListExited" , ' sorted' : "cdkDropListSorted" } , [ "_draggables" ] > ;
175
+ static ɵdir : i0 . ɵɵDirectiveDefWithMeta < CdkDropList < any > , "[cdkDropList], cdk-drop-list" , [ "cdkDropList" ] , { " connectedTo" : "cdkDropListConnectedTo" ; " data" : "cdkDropListData" ; " orientation" : "cdkDropListOrientation" ; "id" : "id" ; " lockAxis" : "cdkDropListLockAxis" ; " disabled" : "cdkDropListDisabled" ; " sortingDisabled" : "cdkDropListSortingDisabled" ; " enterPredicate" : "cdkDropListEnterPredicate" ; " autoScrollDisabled" : "cdkDropListAutoScrollDisabled" ; } , { " dropped" : "cdkDropListDropped" ; " entered" : "cdkDropListEntered" ; " exited" : "cdkDropListExited" ; " sorted" : "cdkDropListSorted" ; } , [ "_draggables" ] > ;
176
176
static ɵfac : i0 . ɵɵFactoryDef < CdkDropList < any > > ;
177
177
}
178
178
@@ -181,7 +181,7 @@ export declare class CdkDropListGroup<T> implements OnDestroy {
181
181
disabled : boolean ;
182
182
ngOnDestroy ( ) : void ;
183
183
static ngAcceptInputType_disabled : BooleanInput ;
184
- static ɵdir : i0 . ɵɵDirectiveDefWithMeta < CdkDropListGroup < any > , "[cdkDropListGroup]" , [ "cdkDropListGroup" ] , { ' disabled' : "cdkDropListGroupDisabled" } , { } , never > ;
184
+ static ɵdir : i0 . ɵɵDirectiveDefWithMeta < CdkDropListGroup < any > , "[cdkDropListGroup]" , [ "cdkDropListGroup" ] , { " disabled" : "cdkDropListGroupDisabled" ; } , { } , never > ;
185
185
static ɵfac : i0 . ɵɵFactoryDef < CdkDropListGroup < any > > ;
186
186
}
187
187
0 commit comments