Changeset 6fe77af for trip-planner-front/node_modules/@angular/material
- Timestamp:
- 02/06/22 18:15:51 (3 years ago)
- Branches:
- master
- Children:
- 571e0df
- Parents:
- 76712b2
- Location:
- trip-planner-front/node_modules/@angular/material
- Files:
-
- 20 added
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
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.