Changeset 59329aa for trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drop-list.d.ts
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drop-list.d.ts
rceaed42 r59329aa 21 21 * @docs-private 22 22 */ 23 import * as ɵngcc0 from '@angular/core';24 23 export interface CdkDropListInternal extends CdkDropList { 25 24 } … … 123 122 static ngAcceptInputType_autoScrollDisabled: BooleanInput; 124 123 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>;127 124 } 128 129 //# sourceMappingURL=drop-list.d.ts.map
Note:
See TracChangeset
for help on using the changeset viewer.