- Timestamp:
- 10/16/21 18:10:51 (3 years ago)
- Branches:
- master
- Children:
- eed0bf8
- Parents:
- 6a3a178
- Location:
- trip-planner-front/node_modules/@angular/cdk/drag-drop/directives
- Files:
-
- 12 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drag-handle.d.ts
r6a3a178 rfa375fe 14 14 * retention of the class and its directive metadata. 15 15 */ 16 import * as ɵngcc0 from '@angular/core'; 16 17 export declare const CDK_DRAG_HANDLE: InjectionToken<CdkDragHandle>; 17 18 /** Handle that can be used to drag a CdkDrag instance. */ … … 29 30 ngOnDestroy(): void; 30 31 static ngAcceptInputType_disabled: BooleanInput; 32 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkDragHandle, [null, { optional: true; skipSelf: true; }]>; 33 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<CdkDragHandle, "[cdkDragHandle]", never, { "disabled": "cdkDragHandleDisabled"; }, {}, never>; 31 34 } 35 36 //# sourceMappingURL=drag-handle.d.ts.map -
trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drag-placeholder.d.ts
r6a3a178 rfa375fe 12 12 * retention of the class and its directive metadata. 13 13 */ 14 import * as ɵngcc0 from '@angular/core'; 14 15 export declare const CDK_DRAG_PLACEHOLDER: InjectionToken<CdkDragPlaceholder<any>>; 15 16 /** … … 22 23 data: T; 23 24 constructor(templateRef: TemplateRef<T>); 25 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkDragPlaceholder<any>, never>; 26 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<CdkDragPlaceholder<any>, "ng-template[cdkDragPlaceholder]", never, { "data": "data"; }, {}, never>; 24 27 } 28 29 //# sourceMappingURL=drag-placeholder.d.ts.map -
trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drag-preview.d.ts
r6a3a178 rfa375fe 13 13 * retention of the class and its directive metadata. 14 14 */ 15 import * as ɵngcc0 from '@angular/core'; 15 16 export declare const CDK_DRAG_PREVIEW: InjectionToken<CdkDragPreview<any>>; 16 17 /** … … 28 29 constructor(templateRef: TemplateRef<T>); 29 30 static ngAcceptInputType_matchSize: BooleanInput; 31 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkDragPreview<any>, never>; 32 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<CdkDragPreview<any>, "ng-template[cdkDragPreview]", never, { "matchSize": "matchSize"; "data": "data"; }, {}, never>; 30 33 } 34 35 //# sourceMappingURL=drag-preview.d.ts.map -
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 -
trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drop-list-group.d.ts
r6a3a178 rfa375fe 13 13 * retention of the class and its directive metadata. 14 14 */ 15 import * as ɵngcc0 from '@angular/core'; 15 16 export declare const CDK_DROP_LIST_GROUP: InjectionToken<CdkDropListGroup<unknown>>; 16 17 /** … … 29 30 ngOnDestroy(): void; 30 31 static ngAcceptInputType_disabled: BooleanInput; 32 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkDropListGroup<any>, never>; 33 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<CdkDropListGroup<any>, "[cdkDropListGroup]", ["cdkDropListGroup"], { "disabled": "cdkDropListGroupDisabled"; }, {}, never>; 31 34 } 35 36 //# sourceMappingURL=drop-list-group.d.ts.map -
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.