Ignore:
Timestamp:
10/16/21 18:10:51 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
eed0bf8
Parents:
6a3a178
Message:

adding new components

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

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

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

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

    r6a3a178 rfa375fe  
    1313 * retention of the class and its directive metadata.
    1414 */
     15import * as ɵngcc0 from '@angular/core';
    1516export declare const CDK_DROP_LIST_GROUP: InjectionToken<CdkDropListGroup<unknown>>;
    1617/**
     
    2930    ngOnDestroy(): void;
    3031    static ngAcceptInputType_disabled: BooleanInput;
     32    static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkDropListGroup<any>, never>;
     33    static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<CdkDropListGroup<any>, "[cdkDropListGroup]", ["cdkDropListGroup"], { "disabled": "cdkDropListGroupDisabled"; }, {}, never>;
    3134}
     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  
    2121 * @docs-private
    2222 */
     23import * as ɵngcc0 from '@angular/core';
    2324export interface CdkDropListInternal extends CdkDropList {
    2425}
     
    122123    static ngAcceptInputType_autoScrollDisabled: BooleanInput;
    123124    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>;
    124127}
     128
     129//# sourceMappingURL=drop-list.d.ts.map
Note: See TracChangeset for help on using the changeset viewer.