Changeset 6fe77af for trip-planner-front/node_modules/@angular/cdk/stepper
- Timestamp:
- 02/06/22 18:15:51 (3 years ago)
- Branches:
- master
- Children:
- 571e0df
- Parents:
- 76712b2
- Location:
- trip-planner-front/node_modules/@angular/cdk/stepper
- Files:
-
- 12 added
- 7 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
Note:
See TracChangeset
for help on using the changeset viewer.