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
Files:
22 deleted
13 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
  • trip-planner-front/node_modules/@angular/cdk/drag-drop/drag-drop-module.d.ts

    rceaed42 r59329aa  
    66 * found in the LICENSE file at https://angular.io/license
    77 */
    8 import * as ɵngcc0 from '@angular/core';
    9 import * as ɵngcc1 from './directives/drop-list';
    10 import * as ɵngcc2 from './directives/drop-list-group';
    11 import * as ɵngcc3 from './directives/drag';
    12 import * as ɵngcc4 from './directives/drag-handle';
    13 import * as ɵngcc5 from './directives/drag-preview';
    14 import * as ɵngcc6 from './directives/drag-placeholder';
    15 import * as ɵngcc7 from '@angular/cdk/scrolling';
    168export declare class DragDropModule {
    17     static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DragDropModule, never>;
    18     static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<DragDropModule, [typeof ɵngcc1.CdkDropList, typeof ɵngcc2.CdkDropListGroup, typeof ɵngcc3.CdkDrag, typeof ɵngcc4.CdkDragHandle, typeof ɵngcc5.CdkDragPreview, typeof ɵngcc6.CdkDragPlaceholder], never, [typeof ɵngcc7.CdkScrollableModule, typeof ɵngcc1.CdkDropList, typeof ɵngcc2.CdkDropListGroup, typeof ɵngcc3.CdkDrag, typeof ɵngcc4.CdkDragHandle, typeof ɵngcc5.CdkDragPreview, typeof ɵngcc6.CdkDragPlaceholder]>;
    19     static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<DragDropModule>;
    209}
    21 
    22 //# sourceMappingURL=drag-drop-module.d.ts.map
  • trip-planner-front/node_modules/@angular/cdk/drag-drop/drag-drop-registry.d.ts

    rceaed42 r59329aa  
    1313 * @docs-private
    1414 */
    15 import * as ɵngcc0 from '@angular/core';
    1615export declare class DragDropRegistry<I extends {
    1716    isDragging(): boolean;
     
    8584    /** Clears out the global event listeners from the `document`. */
    8685    private _clearGlobalListeners;
    87     static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DragDropRegistry<any, any>, never>;
    8886}
    89 
    90 //# sourceMappingURL=drag-drop-registry.d.ts.map
  • trip-planner-front/node_modules/@angular/cdk/drag-drop/drag-drop.d.ts

    rceaed42 r59329aa  
    1414 * Service that allows for drag-and-drop functionality to be attached to DOM elements.
    1515 */
    16 import * as ɵngcc0 from '@angular/core';
    1716export declare class DragDrop {
    1817    private _document;
     
    3231     */
    3332    createDropList<T = any>(element: ElementRef<HTMLElement> | HTMLElement): DropListRef<T>;
    34     static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DragDrop, never>;
    3533}
    36 
    37 //# sourceMappingURL=drag-drop.d.ts.map
  • trip-planner-front/node_modules/@angular/cdk/drag-drop/index.d.ts

    rceaed42 r59329aa  
    44export * from './public-api';
    55export { CdkDropListInternal as ɵangular_material_src_cdk_drag_drop_drag_drop_a } from './directives/drop-list';
    6 
    7 //# sourceMappingURL=index.d.ts.map
  • trip-planner-front/node_modules/@angular/cdk/drag-drop/package.json

    rceaed42 r59329aa  
    22  "name": "@angular/cdk/drag-drop",
    33  "main": "../bundles/cdk-drag-drop.umd.js",
    4   "fesm2015_ivy_ngcc": "../__ivy_ngcc__/fesm2015/drag-drop.js",
    54  "fesm2015": "../fesm2015/drag-drop.js",
    65  "esm2015": "../esm2015/drag-drop/index.js",
    76  "typings": "./index.d.ts",
    8   "module_ivy_ngcc": "../__ivy_ngcc__/fesm2015/drag-drop.js",
    97  "module": "../fesm2015/drag-drop.js",
    10   "es2015_ivy_ngcc": "../__ivy_ngcc__/fesm2015/drag-drop.js",
    11   "es2015": "../fesm2015/drag-drop.js",
    12   "__processed_by_ivy_ngcc__": {
    13     "es2015": "12.2.9",
    14     "fesm2015": "12.2.9",
    15     "module": "12.2.9",
    16     "typings": "12.2.9"
    17   },
    18   "scripts": {
    19     "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by NGCC. This is not allowed.\\nPlease delete and rebuild the package, without compiling with NGCC, before attempting to publish.\\nNote that NGCC may have been run by importing this package into another project that is being built with Ivy enabled.\\n')\" && exit 1"
    20   }
     8  "es2015": "../fesm2015/drag-drop.js"
    219}
  • trip-planner-front/node_modules/@angular/cdk/node_modules/parse5/package.json

    rceaed42 r59329aa  
    11{
     2  "_from": "parse5@^5.0.0",
     3  "_id": "parse5@5.1.1",
     4  "_inBundle": false,
     5  "_integrity": "sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==",
     6  "_location": "/@angular/cdk/parse5",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "parse5@^5.0.0",
    212    "name": "parse5",
    3     "description": "HTML parser and serializer.",
    4     "version": "5.1.1",
    5     "author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)",
    6     "contributors": "https://github.com/inikulin/parse5/graphs/contributors",
    7     "homepage": "https://github.com/inikulin/parse5",
    8     "keywords": [
    9         "html",
    10         "parser",
    11         "html5",
    12         "WHATWG",
    13         "specification",
    14         "fast",
    15         "html parser",
    16         "html5 parser",
    17         "htmlparser",
    18         "parse5",
    19         "serializer",
    20         "html serializer",
    21         "htmlserializer",
    22         "parse",
    23         "serialize"
    24     ],
    25     "license": "MIT",
    26     "main": "./lib/index.js",
    27     "repository": {
    28         "type": "git",
    29         "url": "git://github.com/inikulin/parse5.git"
    30     },
    31     "files": [
    32         "lib"
    33     ],
    34     "gitHead": "9c7556ed05e4ff4d884ab2447e27ce3817c42e79"
     13    "escapedName": "parse5",
     14    "rawSpec": "^5.0.0",
     15    "saveSpec": null,
     16    "fetchSpec": "^5.0.0"
     17  },
     18  "_requiredBy": [
     19    "/@angular/cdk"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/parse5/-/parse5-5.1.1.tgz",
     22  "_shasum": "f68e4e5ba1852ac2cadc00f4555fff6c2abb6178",
     23  "_spec": "parse5@^5.0.0",
     24  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@angular\\cdk",
     25  "author": {
     26    "name": "Ivan Nikulin",
     27    "email": "ifaaan@gmail.com",
     28    "url": "https://github.com/inikulin"
     29  },
     30  "bugs": {
     31    "url": "https://github.com/inikulin/parse5/issues"
     32  },
     33  "bundleDependencies": false,
     34  "contributors": "https://github.com/inikulin/parse5/graphs/contributors",
     35  "deprecated": false,
     36  "description": "HTML parser and serializer.",
     37  "files": [
     38    "lib"
     39  ],
     40  "gitHead": "9c7556ed05e4ff4d884ab2447e27ce3817c42e79",
     41  "homepage": "https://github.com/inikulin/parse5",
     42  "keywords": [
     43    "html",
     44    "parser",
     45    "html5",
     46    "WHATWG",
     47    "specification",
     48    "fast",
     49    "html parser",
     50    "html5 parser",
     51    "htmlparser",
     52    "parse5",
     53    "serializer",
     54    "html serializer",
     55    "htmlserializer",
     56    "parse",
     57    "serialize"
     58  ],
     59  "license": "MIT",
     60  "main": "./lib/index.js",
     61  "name": "parse5",
     62  "repository": {
     63    "type": "git",
     64    "url": "git://github.com/inikulin/parse5.git"
     65  },
     66  "version": "5.1.1"
    3567}
  • trip-planner-front/node_modules/@angular/cdk/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@angular/cdk",
    3   "version": "12.2.10",
     2  "_from": "@angular/cdk@12.2.10",
     3  "_id": "@angular/cdk@12.2.10",
     4  "_inBundle": false,
     5  "_integrity": "sha512-jF/tyZXcAS0i11aH8061lMf/ofKs8U52smm/q7k5llTj/NvMZl4s6o3SmdYYE/ByljvCzObz+2j3TzJS/ioDFg==",
     6  "_location": "/@angular/cdk",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "version",
     10    "registry": true,
     11    "raw": "@angular/cdk@12.2.10",
     12    "name": "@angular/cdk",
     13    "escapedName": "@angular%2fcdk",
     14    "scope": "@angular",
     15    "rawSpec": "12.2.10",
     16    "saveSpec": null,
     17    "fetchSpec": "12.2.10"
     18  },
     19  "_requiredBy": [
     20    "#USER",
     21    "/"
     22  ],
     23  "_resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-12.2.10.tgz",
     24  "_shasum": "48782cd812efabf34def594d80c17fcfc24fe270",
     25  "_spec": "@angular/cdk@12.2.10",
     26  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     27  "bugs": {
     28    "url": "https://github.com/angular/components/issues"
     29  },
     30  "bundleDependencies": false,
     31  "dependencies": {
     32    "parse5": "^5.0.0",
     33    "tslib": "^2.2.0"
     34  },
     35  "deprecated": false,
    436  "description": "Angular Material Component Development Kit",
    5   "repository": {
    6     "type": "git",
    7     "url": "https://github.com/angular/components.git"
    8   },
     37  "es2015": "./fesm2015/cdk.js",
     38  "esm2015": "./esm2015/index.js",
     39  "fesm2015": "./fesm2015/cdk.js",
     40  "homepage": "https://github.com/angular/components#readme",
    941  "keywords": [
    1042    "angular",
     
    1547  ],
    1648  "license": "MIT",
    17   "bugs": {
    18     "url": "https://github.com/angular/components/issues"
     49  "main": "./bundles/cdk.umd.js",
     50  "module": "./fesm2015/cdk.js",
     51  "name": "@angular/cdk",
     52  "ng-update": {
     53    "migrations": "./schematics/migration.json"
    1954  },
    20   "homepage": "https://github.com/angular/components#readme",
     55  "optionalDependencies": {
     56    "parse5": "^5.0.0"
     57  },
    2158  "peerDependencies": {
    2259    "@angular/core": "^12.0.0 || ^13.0.0-0",
     
    2461    "rxjs": "^6.5.3 || ^7.0.0"
    2562  },
    26   "dependencies": {
    27     "tslib": "^2.2.0"
    28   },
    29   "optionalDependencies": {
    30     "parse5": "^5.0.0"
     63  "repository": {
     64    "type": "git",
     65    "url": "git+https://github.com/angular/components.git"
    3166  },
    3267  "schematics": "./schematics/collection.json",
    33   "ng-update": {
    34     "migrations": "./schematics/migration.json"
    35   },
    3668  "sideEffects": false,
    37   "main": "./bundles/cdk.umd.js",
    38   "fesm2015": "./fesm2015/cdk.js",
    39   "esm2015": "./esm2015/index.js",
    4069  "typings": "./index.d.ts",
    41   "module": "./fesm2015/cdk.js",
    42   "es2015": "./fesm2015/cdk.js"
     70  "version": "12.2.10"
    4371}
Note: See TracChangeset for help on using the changeset viewer.