- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/@angular/cdk/drag-drop/directives
- Files:
-
- 12 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drag-handle.d.ts
rceaed42 r59329aa 14 14 * retention of the class and its directive metadata. 15 15 */ 16 import * as ɵngcc0 from '@angular/core';17 16 export declare const CDK_DRAG_HANDLE: InjectionToken<CdkDragHandle>; 18 17 /** Handle that can be used to drag a CdkDrag instance. */ … … 30 29 ngOnDestroy(): void; 31 30 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>;34 31 } 35 36 //# sourceMappingURL=drag-handle.d.ts.map -
trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drag-placeholder.d.ts
rceaed42 r59329aa 12 12 * retention of the class and its directive metadata. 13 13 */ 14 import * as ɵngcc0 from '@angular/core';15 14 export declare const CDK_DRAG_PLACEHOLDER: InjectionToken<CdkDragPlaceholder<any>>; 16 15 /** … … 23 22 data: T; 24 23 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>;27 24 } 28 29 //# sourceMappingURL=drag-placeholder.d.ts.map -
trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drag-preview.d.ts
rceaed42 r59329aa 13 13 * retention of the class and its directive metadata. 14 14 */ 15 import * as ɵngcc0 from '@angular/core';16 15 export declare const CDK_DRAG_PREVIEW: InjectionToken<CdkDragPreview<any>>; 17 16 /** … … 29 28 constructor(templateRef: TemplateRef<T>); 30 29 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>;33 30 } 34 35 //# sourceMappingURL=drag-preview.d.ts.map -
trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drag.d.ts
rceaed42 r59329aa 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';22 21 export declare class CdkDrag<T = any> implements AfterViewInit, OnChanges, OnDestroy { 23 22 /** Element that the draggable is attached to. */ … … 157 156 private _setupHandlesListener; 158 157 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"]>;161 158 } 162 163 //# sourceMappingURL=drag.d.ts.map -
trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drop-list-group.d.ts
rceaed42 r59329aa 13 13 * retention of the class and its directive metadata. 14 14 */ 15 import * as ɵngcc0 from '@angular/core';16 15 export declare const CDK_DROP_LIST_GROUP: InjectionToken<CdkDropListGroup<unknown>>; 17 16 /** … … 30 29 ngOnDestroy(): void; 31 30 static ngAcceptInputType_disabled: BooleanInput; 32 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkDropListGroup<any>, never>;33 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<CdkDropListGroup<any>, "[cdkDropListGroup]", ["cdkDropListGroup"], { "disabled": "cdkDropListGroupDisabled"; }, {}, never>;34 31 } 35 36 //# sourceMappingURL=drop-list-group.d.ts.map -
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.