@@ -46,7 +46,7 @@ export declare class CdkDrag<T = any> implements AfterViewInit, OnChanges, OnDes
4646 ngOnChanges ( changes : SimpleChanges ) : void ;
4747 ngOnDestroy ( ) : void ;
4848 reset ( ) : void ;
49- static ngAcceptInputType_disabled : boolean | string | null | undefined ;
49+ static ngAcceptInputType_disabled : BooleanInput ;
5050 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" ] > ;
5151 static ɵfac : i0 . ɵɵFactoryDef < CdkDrag < any > > ;
5252}
@@ -90,7 +90,7 @@ export declare class CdkDragHandle implements OnDestroy {
9090 element : ElementRef < HTMLElement > ;
9191 constructor ( element : ElementRef < HTMLElement > , parentDrag ?: any ) ;
9292 ngOnDestroy ( ) : void ;
93- static ngAcceptInputType_disabled : boolean | string | null | undefined ;
93+ static ngAcceptInputType_disabled : BooleanInput ;
9494 static ɵdir : i0 . ɵɵDirectiveDefWithMeta < CdkDragHandle , "[cdkDragHandle]" , never , { 'disabled' : "cdkDragHandleDisabled" } , { } , never > ;
9595 static ɵfac : i0 . ɵɵFactoryDef < CdkDragHandle > ;
9696}
@@ -169,9 +169,9 @@ export declare class CdkDropList<T = any> implements AfterContentInit, OnDestroy
169169 ngAfterContentInit ( ) : void ;
170170 ngOnDestroy ( ) : void ;
171171 start ( ) : void ;
172- static ngAcceptInputType_autoScrollDisabled : boolean | string | null | undefined ;
173- static ngAcceptInputType_disabled : boolean | string | null | undefined ;
174- static ngAcceptInputType_sortingDisabled : boolean | string | null | undefined ;
172+ static ngAcceptInputType_autoScrollDisabled : BooleanInput ;
173+ static ngAcceptInputType_disabled : BooleanInput ;
174+ static ngAcceptInputType_sortingDisabled : BooleanInput ;
175175 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" ] > ;
176176 static ɵfac : i0 . ɵɵFactoryDef < CdkDropList < any > > ;
177177}
@@ -180,7 +180,7 @@ export declare class CdkDropListGroup<T> implements OnDestroy {
180180 readonly _items : Set < T > ;
181181 disabled : boolean ;
182182 ngOnDestroy ( ) : void ;
183- static ngAcceptInputType_disabled : boolean | string | null | undefined ;
183+ static ngAcceptInputType_disabled : BooleanInput ;
184184 static ɵdir : i0 . ɵɵDirectiveDefWithMeta < CdkDropListGroup < any > , "[cdkDropListGroup]" , [ "cdkDropListGroup" ] , { 'disabled' : "cdkDropListGroupDisabled" } , { } , never > ;
185185 static ɵfac : i0 . ɵɵFactoryDef < CdkDropListGroup < any > > ;
186186}
0 commit comments