Changeset fa375fe for trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drop-list.d.ts
- Timestamp:
- 10/16/21 18:10:51 (3 years ago)
- Branches:
- master
- Children:
- eed0bf8
- Parents:
- 6a3a178
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drop-list.d.ts
r6a3a178 rfa375fe 21 21 * @docs-private 22 22 */ 23 import * as ɵngcc0 from '@angular/core'; 23 24 export interface CdkDropListInternal extends CdkDropList { 24 25 } … … 122 123 static ngAcceptInputType_autoScrollDisabled: BooleanInput; 123 124 static ngAcceptInputType_autoScrollStep: NumberInput; 125 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkDropList<any>, [null, null, null, null, { optional: true; }, { optional: true; skipSelf: true; }, { optional: true; }]>; 126 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<CdkDropList<any>, "[cdkDropList], cdk-drop-list", ["cdkDropList"], { "connectedTo": "cdkDropListConnectedTo"; "id": "id"; "enterPredicate": "cdkDropListEnterPredicate"; "sortPredicate": "cdkDropListSortPredicate"; "disabled": "cdkDropListDisabled"; "sortingDisabled": "cdkDropListSortingDisabled"; "autoScrollDisabled": "cdkDropListAutoScrollDisabled"; "orientation": "cdkDropListOrientation"; "lockAxis": "cdkDropListLockAxis"; "data": "cdkDropListData"; "autoScrollStep": "cdkDropListAutoScrollStep"; }, { "dropped": "cdkDropListDropped"; "entered": "cdkDropListEntered"; "exited": "cdkDropListExited"; "sorted": "cdkDropListSorted"; }, never>; 124 127 } 128 129 //# sourceMappingURL=drop-list.d.ts.map
Note:
See TracChangeset
for help on using the changeset viewer.