Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

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  
    1414 * retention of the class and its directive metadata.
    1515 */
    16 import * as ɵngcc0 from '@angular/core';
    1716export declare const CDK_DRAG_HANDLE: InjectionToken<CdkDragHandle>;
    1817/** Handle that can be used to drag a CdkDrag instance. */
     
    3029    ngOnDestroy(): void;
    3130    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>;
    3431}
    35 
    36 //# sourceMappingURL=drag-handle.d.ts.map
  • trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drag-placeholder.d.ts

    rceaed42 r59329aa  
    1212 * retention of the class and its directive metadata.
    1313 */
    14 import * as ɵngcc0 from '@angular/core';
    1514export declare const CDK_DRAG_PLACEHOLDER: InjectionToken<CdkDragPlaceholder<any>>;
    1615/**
     
    2322    data: T;
    2423    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>;
    2724}
    28 
    29 //# sourceMappingURL=drag-placeholder.d.ts.map
  • trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drag-preview.d.ts

    rceaed42 r59329aa  
    1313 * retention of the class and its directive metadata.
    1414 */
    15 import * as ɵngcc0 from '@angular/core';
    1615export declare const CDK_DRAG_PREVIEW: InjectionToken<CdkDragPreview<any>>;
    1716/**
     
    2928    constructor(templateRef: TemplateRef<T>);
    3029    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>;
    3330}
    34 
    35 //# sourceMappingURL=drag-preview.d.ts.map
  • trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drag.d.ts

    rceaed42 r59329aa  
    1919import { DragDropConfig, DragStartDelay, DragAxis } from './config';
    2020/** Element that can be moved inside a CdkDropList container. */
    21 import * as ɵngcc0 from '@angular/core';
    2221export declare class CdkDrag<T = any> implements AfterViewInit, OnChanges, OnDestroy {
    2322    /** Element that the draggable is attached to. */
     
    157156    private _setupHandlesListener;
    158157    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"]>;
    161158}
    162 
    163 //# sourceMappingURL=drag.d.ts.map
  • trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drop-list-group.d.ts

    rceaed42 r59329aa  
    1313 * retention of the class and its directive metadata.
    1414 */
    15 import * as ɵngcc0 from '@angular/core';
    1615export declare const CDK_DROP_LIST_GROUP: InjectionToken<CdkDropListGroup<unknown>>;
    1716/**
     
    3029    ngOnDestroy(): void;
    3130    static ngAcceptInputType_disabled: BooleanInput;
    32     static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkDropListGroup<any>, never>;
    33     static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<CdkDropListGroup<any>, "[cdkDropListGroup]", ["cdkDropListGroup"], { "disabled": "cdkDropListGroupDisabled"; }, {}, never>;
    3431}
    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  
    2121 * @docs-private
    2222 */
    23 import * as ɵngcc0 from '@angular/core';
    2423export interface CdkDropListInternal extends CdkDropList {
    2524}
     
    123122    static ngAcceptInputType_autoScrollDisabled: BooleanInput;
    124123    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>;
    127124}
    128 
    129 //# sourceMappingURL=drop-list.d.ts.map
Note: See TracChangeset for help on using the changeset viewer.