Changeset 6fe77af for trip-planner-front/node_modules
- Timestamp:
- 02/06/22 18:15:51 (3 years ago)
- Branches:
- master
- Children:
- 571e0df
- Parents:
- 76712b2
- Location:
- trip-planner-front/node_modules
- Files:
-
- 38 added
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@angular/cdk/stepper/index.d.ts
r76712b2 r6fe77af 3 3 */ 4 4 export * from './public-api'; 5 6 //# sourceMappingURL=index.d.ts.map -
trip-planner-front/node_modules/@angular/cdk/stepper/package.json
r76712b2 r6fe77af 2 2 "name": "@angular/cdk/stepper", 3 3 "main": "../bundles/cdk-stepper.umd.js", 4 "fesm2015_ivy_ngcc": "../__ivy_ngcc__/fesm2015/stepper.js", 4 5 "fesm2015": "../fesm2015/stepper.js", 5 6 "esm2015": "../esm2015/stepper/index.js", 6 7 "typings": "./index.d.ts", 8 "module_ivy_ngcc": "../__ivy_ngcc__/fesm2015/stepper.js", 7 9 "module": "../fesm2015/stepper.js", 8 "es2015": "../fesm2015/stepper.js" 10 "es2015_ivy_ngcc": "../__ivy_ngcc__/fesm2015/stepper.js", 11 "es2015": "../fesm2015/stepper.js", 12 "__processed_by_ivy_ngcc__": { 13 "es2015": "12.2.13", 14 "fesm2015": "12.2.13", 15 "module": "12.2.13", 16 "typings": "12.2.13" 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 } 9 21 } -
trip-planner-front/node_modules/@angular/cdk/stepper/step-header.d.ts
r76712b2 r6fe77af 8 8 import { ElementRef } from '@angular/core'; 9 9 import { FocusableOption } from '@angular/cdk/a11y'; 10 import * as ɵngcc0 from '@angular/core'; 10 11 export declare class CdkStepHeader implements FocusableOption { 11 12 _elementRef: ElementRef<HTMLElement>; … … 13 14 /** Focuses the step header. */ 14 15 focus(): void; 16 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkStepHeader, never>; 17 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<CdkStepHeader, "[cdkStepHeader]", never, {}, {}, never>; 15 18 } 19 20 //# sourceMappingURL=step-header.d.ts.map -
trip-planner-front/node_modules/@angular/cdk/stepper/step-label.d.ts
r76712b2 r6fe77af 7 7 */ 8 8 import { TemplateRef } from '@angular/core'; 9 import * as ɵngcc0 from '@angular/core'; 9 10 export declare class CdkStepLabel { 10 11 template: TemplateRef<any>; 11 12 constructor(/** @docs-private */ template: TemplateRef<any>); 13 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkStepLabel, never>; 14 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<CdkStepLabel, "[cdkStepLabel]", never, {}, {}, never>; 12 15 } 16 17 //# sourceMappingURL=step-label.d.ts.map -
trip-planner-front/node_modules/@angular/cdk/stepper/stepper-button.d.ts
r76712b2 r6fe77af 8 8 import { CdkStepper } from './stepper'; 9 9 /** Button that moves to the next step in a stepper workflow. */ 10 import * as ɵngcc0 from '@angular/core'; 10 11 export declare class CdkStepperNext { 11 12 _stepper: CdkStepper; … … 14 15 constructor(_stepper: CdkStepper); 15 16 _handleClick(): void; 17 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkStepperNext, never>; 18 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<CdkStepperNext, "button[cdkStepperNext]", never, { "type": "type"; }, {}, never>; 16 19 } 17 20 /** Button that moves to the previous step in a stepper workflow. */ … … 22 25 constructor(_stepper: CdkStepper); 23 26 _handleClick(): void; 27 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkStepperPrevious, never>; 28 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<CdkStepperPrevious, "button[cdkStepperPrevious]", never, { "type": "type"; }, {}, never>; 24 29 } 30 31 //# sourceMappingURL=stepper-button.d.ts.map -
trip-planner-front/node_modules/@angular/cdk/stepper/stepper-module.d.ts
r76712b2 r6fe77af 6 6 * found in the LICENSE file at https://angular.io/license 7 7 */ 8 import * as ɵngcc0 from '@angular/core'; 9 import * as ɵngcc1 from './stepper'; 10 import * as ɵngcc2 from './step-header'; 11 import * as ɵngcc3 from './step-label'; 12 import * as ɵngcc4 from './stepper-button'; 13 import * as ɵngcc5 from '@angular/cdk/bidi'; 8 14 export declare class CdkStepperModule { 15 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkStepperModule, never>; 16 static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<CdkStepperModule, [typeof ɵngcc1.CdkStep, typeof ɵngcc1.CdkStepper, typeof ɵngcc2.CdkStepHeader, typeof ɵngcc3.CdkStepLabel, typeof ɵngcc4.CdkStepperNext, typeof ɵngcc4.CdkStepperPrevious], [typeof ɵngcc5.BidiModule], [typeof ɵngcc1.CdkStep, typeof ɵngcc1.CdkStepper, typeof ɵngcc2.CdkStepHeader, typeof ɵngcc3.CdkStepLabel, typeof ɵngcc4.CdkStepperNext, typeof ɵngcc4.CdkStepperPrevious]>; 17 static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<CdkStepperModule>; 9 18 } 19 20 //# sourceMappingURL=stepper-module.d.ts.map -
trip-planner-front/node_modules/@angular/cdk/stepper/stepper.d.ts
r76712b2 r6fe77af 16 16 * the content into correct position upon step selection change. 17 17 */ 18 import * as ɵngcc0 from '@angular/core'; 18 19 export declare type StepContentPositionState = 'previous' | 'current' | 'next'; 19 20 /** Possible orientation of a stepper. */ … … 113 114 static ngAcceptInputType_optional: BooleanInput; 114 115 static ngAcceptInputType_completed: BooleanInput; 116 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkStep, [null, { optional: true; }]>; 117 static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CdkStep, "cdk-step", ["cdkStep"], { "editable": "editable"; "optional": "optional"; "completed": "completed"; "hasError": "hasError"; "stepControl": "stepControl"; "label": "label"; "errorMessage": "errorMessage"; "ariaLabel": "aria-label"; "ariaLabelledby": "aria-labelledby"; "state": "state"; }, { "interactedStream": "interacted"; }, ["stepLabel"], ["*"]>; 115 118 } 116 119 export declare class CdkStepper implements AfterContentInit, AfterViewInit, OnDestroy { … … 197 200 static ngAcceptInputType_linear: BooleanInput; 198 201 static ngAcceptInputType_selectedIndex: NumberInput; 202 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkStepper, [{ optional: true; }, null, null, null]>; 203 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<CdkStepper, "[cdkStepper]", ["cdkStepper"], { "linear": "linear"; "selectedIndex": "selectedIndex"; "selected": "selected"; "orientation": "orientation"; }, { "selectionChange": "selectionChange"; }, ["_steps", "_stepHeader"]>; 199 204 } 200 205 /** … … 253 258 } 254 259 export {}; 260 261 //# sourceMappingURL=stepper.d.ts.map -
trip-planner-front/node_modules/@angular/material/stepper/index.d.ts
r76712b2 r6fe77af 3 3 */ 4 4 export * from './public-api'; 5 6 //# sourceMappingURL=index.d.ts.map -
trip-planner-front/node_modules/@angular/material/stepper/package.json
r76712b2 r6fe77af 2 2 "name": "@angular/material/stepper", 3 3 "main": "../bundles/material-stepper.umd.js", 4 "fesm2015_ivy_ngcc": "../__ivy_ngcc__/fesm2015/stepper.js", 4 5 "fesm2015": "../fesm2015/stepper.js", 5 6 "esm2015": "../esm2015/stepper/index.js", 6 7 "typings": "./index.d.ts", 8 "module_ivy_ngcc": "../__ivy_ngcc__/fesm2015/stepper.js", 7 9 "module": "../fesm2015/stepper.js", 8 "es2015": "../fesm2015/stepper.js" 10 "es2015_ivy_ngcc": "../__ivy_ngcc__/fesm2015/stepper.js", 11 "es2015": "../fesm2015/stepper.js", 12 "__processed_by_ivy_ngcc__": { 13 "es2015": "12.2.13", 14 "fesm2015": "12.2.13", 15 "module": "12.2.13", 16 "typings": "12.2.13" 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 } 9 21 } -
trip-planner-front/node_modules/@angular/material/stepper/step-content.d.ts
r76712b2 r6fe77af 10 10 * Content for a `mat-step` that will be rendered lazily. 11 11 */ 12 import * as ɵngcc0 from '@angular/core'; 12 13 export declare class MatStepContent { 13 14 _template: TemplateRef<any>; 14 15 constructor(_template: TemplateRef<any>); 16 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatStepContent, never>; 17 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatStepContent, "ng-template[matStepContent]", never, {}, {}, never>; 15 18 } 19 20 //# sourceMappingURL=step-content.d.ts.map -
trip-planner-front/node_modules/@angular/material/stepper/step-header.d.ts
r76712b2 r6fe77af 14 14 import { CanColor } from '@angular/material/core'; 15 15 /** @docs-private */ 16 import * as ɵngcc0 from '@angular/core'; 16 17 declare const _MatStepHeaderBase: import("@angular/material/core/common-behaviors/constructor").Constructor<CanColor> & import("@angular/material/core/common-behaviors/constructor").AbstractConstructor<CanColor> & { 17 18 new (elementRef: ElementRef): { … … 58 59 _getIconContext(): MatStepperIconContext; 59 60 _getDefaultTextForState(state: StepState): string; 61 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatStepHeader, never>; 62 static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<MatStepHeader, "mat-step-header", never, { "color": "color"; "state": "state"; "label": "label"; "errorMessage": "errorMessage"; "iconOverrides": "iconOverrides"; "index": "index"; "selected": "selected"; "active": "active"; "optional": "optional"; "disableRipple": "disableRipple"; }, {}, never, never>; 60 63 } 61 64 export {}; 65 66 //# sourceMappingURL=step-header.d.ts.map -
trip-planner-front/node_modules/@angular/material/stepper/step-label.d.ts
r76712b2 r6fe77af 7 7 */ 8 8 import { CdkStepLabel } from '@angular/cdk/stepper'; 9 import * as ɵngcc0 from '@angular/core'; 9 10 export declare class MatStepLabel extends CdkStepLabel { 11 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatStepLabel, never>; 12 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatStepLabel, "[matStepLabel]", never, {}, {}, never>; 10 13 } 14 15 //# sourceMappingURL=step-label.d.ts.map -
trip-planner-front/node_modules/@angular/material/stepper/stepper-button.d.ts
r76712b2 r6fe77af 8 8 import { CdkStepperNext, CdkStepperPrevious } from '@angular/cdk/stepper'; 9 9 /** Button that moves to the next step in a stepper workflow. */ 10 import * as ɵngcc0 from '@angular/core'; 10 11 export declare class MatStepperNext extends CdkStepperNext { 12 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatStepperNext, never>; 13 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatStepperNext, "button[matStepperNext]", never, { "type": "type"; }, {}, never>; 11 14 } 12 15 /** Button that moves to the previous step in a stepper workflow. */ 13 16 export declare class MatStepperPrevious extends CdkStepperPrevious { 17 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatStepperPrevious, never>; 18 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatStepperPrevious, "button[matStepperPrevious]", never, { "type": "type"; }, {}, never>; 14 19 } 20 21 //# sourceMappingURL=stepper-button.d.ts.map -
trip-planner-front/node_modules/@angular/material/stepper/stepper-icon.d.ts
r76712b2 r6fe77af 9 9 import { StepState } from '@angular/cdk/stepper'; 10 10 /** Template context available to an attached `matStepperIcon`. */ 11 import * as ɵngcc0 from '@angular/core'; 11 12 export interface MatStepperIconContext { 12 13 /** Index of the step. */ … … 25 26 name: StepState; 26 27 constructor(templateRef: TemplateRef<MatStepperIconContext>); 28 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatStepperIcon, never>; 29 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatStepperIcon, "ng-template[matStepperIcon]", never, { "name": "matStepperIcon"; }, {}, never>; 27 30 } 31 32 //# sourceMappingURL=stepper-icon.d.ts.map -
trip-planner-front/node_modules/@angular/material/stepper/stepper-intl.d.ts
r76712b2 r6fe77af 9 9 import { Subject } from 'rxjs'; 10 10 /** Stepper data that is required for internationalization. */ 11 import * as ɵngcc0 from '@angular/core'; 11 12 export declare class MatStepperIntl { 12 13 /** … … 21 22 /** Label that is used to indicate step as editable to screen readers. */ 22 23 editableLabel: string; 24 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatStepperIntl, never>; 23 25 } 24 26 /** @docs-private */ … … 30 32 useFactory: typeof MAT_STEPPER_INTL_PROVIDER_FACTORY; 31 33 }; 34 35 //# sourceMappingURL=stepper-intl.d.ts.map -
trip-planner-front/node_modules/@angular/material/stepper/stepper-module.d.ts
r76712b2 r6fe77af 6 6 * found in the LICENSE file at https://angular.io/license 7 7 */ 8 import * as ɵngcc0 from '@angular/core'; 9 import * as ɵngcc1 from './stepper'; 10 import * as ɵngcc2 from './step-label'; 11 import * as ɵngcc3 from './stepper-button'; 12 import * as ɵngcc4 from './step-header'; 13 import * as ɵngcc5 from './stepper-icon'; 14 import * as ɵngcc6 from './step-content'; 15 import * as ɵngcc7 from '@angular/material/core'; 16 import * as ɵngcc8 from '@angular/common'; 17 import * as ɵngcc9 from '@angular/cdk/portal'; 18 import * as ɵngcc10 from '@angular/material/button'; 19 import * as ɵngcc11 from '@angular/cdk/stepper'; 20 import * as ɵngcc12 from '@angular/material/icon'; 8 21 export declare class MatStepperModule { 22 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatStepperModule, never>; 23 static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<MatStepperModule, [typeof ɵngcc1.MatHorizontalStepper, typeof ɵngcc1.MatVerticalStepper, typeof ɵngcc1.MatStep, typeof ɵngcc2.MatStepLabel, typeof ɵngcc1.MatStepper, typeof ɵngcc3.MatStepperNext, typeof ɵngcc3.MatStepperPrevious, typeof ɵngcc4.MatStepHeader, typeof ɵngcc5.MatStepperIcon, typeof ɵngcc6.MatStepContent], [typeof ɵngcc7.MatCommonModule, typeof ɵngcc8.CommonModule, typeof ɵngcc9.PortalModule, typeof ɵngcc10.MatButtonModule, typeof ɵngcc11.CdkStepperModule, typeof ɵngcc12.MatIconModule, typeof ɵngcc7.MatRippleModule], [typeof ɵngcc7.MatCommonModule, typeof ɵngcc1.MatStep, typeof ɵngcc2.MatStepLabel, typeof ɵngcc1.MatStepper, typeof ɵngcc3.MatStepperNext, typeof ɵngcc3.MatStepperPrevious, typeof ɵngcc4.MatStepHeader, typeof ɵngcc5.MatStepperIcon, typeof ɵngcc6.MatStepContent]>; 24 static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<MatStepperModule>; 9 25 } 26 27 //# sourceMappingURL=stepper-module.d.ts.map -
trip-planner-front/node_modules/@angular/material/stepper/stepper.d.ts
r76712b2 r6fe77af 18 18 import { MatStepperIcon, MatStepperIconContext } from './stepper-icon'; 19 19 import { MatStepContent } from './step-content'; 20 import * as ɵngcc0 from '@angular/core'; 20 21 export declare class MatStep extends CdkStep implements ErrorStateMatcher, AfterContentInit, OnDestroy { 21 22 private _errorStateMatcher; … … 35 36 /** Custom error state matcher that additionally checks for validity of interacted form. */ 36 37 isErrorState(control: FormControl | null, form: FormGroupDirective | NgForm | null): boolean; 38 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatStep, [null, { skipSelf: true; }, null, { optional: true; }]>; 39 static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<MatStep, "mat-step", ["matStep"], { "color": "color"; }, {}, ["stepLabel", "_lazyContent"], ["*"]>; 37 40 } 38 41 /** … … 55 58 */ 56 59 export declare class MatHorizontalStepper extends _MatProxyStepperBase { 60 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatHorizontalStepper, never>; 61 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatHorizontalStepper, "mat-horizontal-stepper", never, {}, {}, never>; 57 62 } 58 63 /** … … 61 66 */ 62 67 export declare class MatVerticalStepper extends _MatProxyStepperBase { 68 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatVerticalStepper, never>; 69 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatVerticalStepper, "mat-vertical-stepper", never, {}, {}, never>; 63 70 } 64 71 export declare class MatStepper extends CdkStepper implements AfterContentInit { … … 89 96 ngAfterContentInit(): void; 90 97 _stepIsNavigable(index: number, step: MatStep): boolean; 98 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatStepper, [{ optional: true; }, null, null, null]>; 99 static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<MatStepper, "mat-stepper, mat-vertical-stepper, mat-horizontal-stepper, [matStepper]", ["matStepper", "matVerticalStepper", "matHorizontalStepper"], { "selectedIndex": "selectedIndex"; "labelPosition": "labelPosition"; "disableRipple": "disableRipple"; "color": "color"; }, { "animationDone": "animationDone"; }, ["_steps", "_icons"], never>; 91 100 } 92 101 export {}; 102 103 //# sourceMappingURL=stepper.d.ts.map
Note:
See TracChangeset
for help on using the changeset viewer.