- 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/drag.d.ts
r6a3a178 rfa375fe 19 19 import { DragDropConfig, DragStartDelay, DragAxis } from './config'; 20 20 /** Element that can be moved inside a CdkDropList container. */ 21 import * as ɵngcc0 from '@angular/core'; 21 22 export declare class CdkDrag<T = any> implements AfterViewInit, OnChanges, OnDestroy { 22 23 /** Element that the draggable is attached to. */ … … 156 157 private _setupHandlesListener; 157 158 static ngAcceptInputType_disabled: BooleanInput; 159 static ɵfac: ɵngcc0.ɵɵ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; }]>; 160 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<CdkDrag<any>, "[cdkDrag]", ["cdkDrag"], { "disabled": "cdkDragDisabled"; "dragStartDelay": "cdkDragStartDelay"; "lockAxis": "cdkDragLockAxis"; "constrainPosition": "cdkDragConstrainPosition"; "previewClass": "cdkDragPreviewClass"; "boundaryElement": "cdkDragBoundary"; "rootElementSelector": "cdkDragRootElement"; "previewContainer": "cdkDragPreviewContainer"; "data": "cdkDragData"; "freeDragPosition": "cdkDragFreeDragPosition"; }, { "started": "cdkDragStarted"; "released": "cdkDragReleased"; "ended": "cdkDragEnded"; "entered": "cdkDragEntered"; "exited": "cdkDragExited"; "dropped": "cdkDragDropped"; "moved": "cdkDragMoved"; }, ["_previewTemplate", "_placeholderTemplate", "_handles"]>; 158 161 } 162 163 //# sourceMappingURL=drag.d.ts.map
Note:
See TracChangeset
for help on using the changeset viewer.