UNPKG

angular-archwizard

Version:

An Angular 9+ module containing a wizard component and its supporting components and directives

16 lines (14 loc) 21.8 kB
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@angular/core"),require("@angular/common")):"function"==typeof define&&define.amd?define("angular-archwizard",["exports","@angular/core","@angular/common"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self)["angular-archwizard"]={},t.ng.core,t.ng.common)}(this,(function(t,e,n){"use strict"; /*! ***************************************************************************** Copyright (c) Microsoft Corporation. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ***************************************************************************** */var r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)};function i(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}Object.create;function o(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var r,i,o=n.call(t),a=[];try{for(;(void 0===e||e-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(t){i={error:t}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a}function a(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(o(arguments[e]));return t}Object.create;var p=function(t){this.templateRef=t};p.decorators=[{type:e.Directive,args:[{selector:"ng-template[awStepSymbol], ng-template[awWizardStepSymbol]"}]}],p.ctorParameters=function(){return[{type:e.TemplateRef}]};var s=function(t){this.templateRef=t};s.decorators=[{type:e.Directive,args:[{selector:"ng-template[awStepTitle], ng-template[awWizardStepTitle]"}]}],s.ctorParameters=function(){return[{type:e.TemplateRef}]};var c=function(){function t(){this.navigationSymbol={symbol:""},this.selected=!1,this.completed=!1,this.initiallyCompleted=!1,this.editing=!1,this.defaultSelected=!1,this.optional=!1,this.canEnter=!0,this.canExit=!0,this.stepEnter=new e.EventEmitter,this.stepExit=new e.EventEmitter}return Object.defineProperty(t.prototype,"hidden",{get:function(){return!this.selected},enumerable:!1,configurable:!0}),t.canTransitionStep=function(t,e){return"boolean"==typeof t?Promise.resolve(t):t instanceof Function?Promise.resolve(t(e)):Promise.reject(new Error("Input value '"+t+"' is neither a boolean nor a function"))},t.prototype.enter=function(t){this.stepEnter.emit(t)},t.prototype.exit=function(t){this.stepExit.emit(t)},t.prototype.canEnterStep=function(e){return t.canTransitionStep(this.canEnter,e)},t.prototype.canExitStep=function(e){return t.canTransitionStep(this.canExit,e)},t}();c.decorators=[{type:e.Directive}],c.propDecorators={stepTitleTemplate:[{type:e.ContentChild,args:[s]}],stepSymbolTemplate:[{type:e.ContentChild,args:[p]}],stepId:[{type:e.Input}],stepTitle:[{type:e.Input}],navigationSymbol:[{type:e.Input}],canEnter:[{type:e.Input}],canExit:[{type:e.Input}],stepEnter:[{type:e.Output}],stepExit:[{type:e.Output}],hidden:[{type:e.HostBinding,args:["hidden"]}]};var u=function(t){function n(){var n=t.apply(this,a(arguments))||this;return n.stepExit=new e.EventEmitter,n.canExit=!1,n}return i(n,t),n.prototype.enter=function(t){this.completed=!0,this.stepEnter.emit(t)},n.prototype.exit=function(t){this.completed=this.initiallyCompleted,this.stepExit.emit(t)},n}(c);u.decorators=[{type:e.Directive}];var l,d=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return i(e,t),e}(u);d.decorators=[{type:e.Component,args:[{selector:"aw-wizard-completion-step",template:"<ng-content></ng-content>\n",providers:[{provide:c,useExisting:e.forwardRef((function(){return d}))},{provide:u,useExisting:e.forwardRef((function(){return d}))}]}]}],(l=t.MovingDirection||(t.MovingDirection={}))[l.Forwards=0]="Forwards",l[l.Backwards=1]="Backwards",l[l.Stay=2]="Stay";var f=function(){function e(){}return e.prototype.canGoToStep=function(t,e){var n=this,r=t.hasStep(e),i=t.getMovingDirection(e);return Promise.resolve(r).then((function(r){return r&&n.canTransitionToStep(t,e)})).then((function(e){return e&&t.currentStep.canExitStep(i)})).then((function(n){return n&&t.getStepAtIndex(e).canEnterStep(i)}))},e.prototype.canTransitionToStep=function(t,e){return this.isNavigable(t,e)},e.prototype.goToStep=function(e,n,r,i){var o=this;this.canGoToStep(e,n).then((function(a){if(a){var p=e.getMovingDirection(n);r&&r.emit(),e.currentStep.completed=!0,e.currentStep.exit(p),e.currentStep.editing=!1,e.currentStep.selected=!1,o.transition(e,n);var s=e.completed||e.currentStep.completed;e.currentStep.enter(p),e.currentStep.selected=!0,s&&(e.currentStep.editing=!0),i&&i.emit()}else e.currentStep.exit(t.MovingDirection.Stay),e.currentStep.enter(t.MovingDirection.Stay)}))},e.prototype.transition=function(t,e){t.currentStepIndex=e},e.prototype.reset=function(e){this.ensureCanReset(e),e.wizardSteps.forEach((function(t){t.completed=t.initiallyCompleted,t.selected=!1,t.editing=!1})),e.currentStepIndex=e.defaultStepIndex,e.currentStep.selected=!0,e.currentStep.enter(t.MovingDirection.Forwards)},e.prototype.ensureCanReset=function(t){if(!t.hasStep(t.defaultStepIndex))throw new Error("The wizard doesn't contain a step with index "+t.defaultStepIndex)},e}(),g=function(t){function e(e,n){void 0===e&&(e=null),void 0===n&&(n=null);var r=t.call(this)||this;return r.navigateBackward=e,r.navigateForward=n,r.navigateBackward=r.navigateBackward||"allow",r.navigateForward=r.navigateForward||"deny",r}return i(e,t),e.prototype.canTransitionToStep=function(t,e){return!!this.isNavigable(t,e)||t.wizardSteps.filter((function(n,r){return r<e&&r!==t.currentStepIndex})).every((function(t){return t.completed||t.optional}))},e.prototype.transition=function(e,n){"deny"===this.navigateForward&&e.wizardSteps.filter((function(t,r){return e.currentStepIndex>n&&r>n})).forEach((function(t){return t.completed=!1})),t.prototype.transition.call(this,e,n)},e.prototype.isNavigable=function(t,e){var n=t.getStepAtIndex(e);if(n instanceof u&&!t.wizardSteps.filter((function(t,n){return n<e})).every((function(t){return t.completed||t.optional||t.selected})))return!1;if(e<t.currentStepIndex)switch(this.navigateBackward){case"allow":return!0;case"deny":return!1;default:throw new Error("Invalid value for navigateBackward: "+this.navigateBackward)}else{if(!(e>t.currentStepIndex))return!1;switch(this.navigateForward){case"allow":return!0;case"deny":return!1;case"visited":return n.completed;default:throw new Error("Invalid value for navigateForward: "+this.navigateForward)}}},e.prototype.ensureCanReset=function(e){if(t.prototype.ensureCanReset.call(this,e),e.getStepAtIndex(e.defaultStepIndex)instanceof u&&1!==e.wizardSteps.length)throw new Error("The default step index "+e.defaultStepIndex+" references a completion step")},e}(f),h=function(){function e(){this.navBarLocation="top",this.navBarLayout="small",this.navBarDirection="left-to-right",this._defaultStepIndex=0,this.disableNavigationBar=!1,this._navigation=new g,this._wizardSteps=[],this.currentStepIndex=-1}return Object.defineProperty(e.prototype,"defaultStepIndex",{get:function(){var t=this.wizardSteps.find((function(t){return t.defaultSelected}));return t?this.getIndexOfStep(t):this._defaultStepIndex},set:function(t){this._defaultStepIndex=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"horizontalOrientation",{get:function(){return"top"===this.navBarLocation||"bottom"===this.navBarLocation},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"verticalOrientation",{get:function(){return"left"===this.navBarLocation||"right"===this.navBarLocation},enumerable:!1,configurable:!0}),e.prototype.ngAfterContentInit=function(){var t=this;this.wizardStepsQueryList.changes.subscribe((function(e){t.updateWizardSteps(e.toArray())})),this.updateWizardSteps(this.wizardStepsQueryList.toArray()),setTimeout((function(){return t.reset()}))},Object.defineProperty(e.prototype,"currentStep",{get:function(){return this.hasStep(this.currentStepIndex)?this.wizardSteps[this.currentStepIndex]:null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"completed",{get:function(){return this.wizardSteps.every((function(t){return t.completed||t.optional}))},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"wizardSteps",{get:function(){return this._wizardSteps},enumerable:!1,configurable:!0}),e.prototype.updateWizardSteps=function(t){this.wizardSteps.length>0&&this.currentStepIndex>-1&&(this.currentStepIndex=t.indexOf(this.wizardSteps[this.currentStepIndex])),this._wizardSteps=t},Object.defineProperty(e.prototype,"navigation",{get:function(){return this._navigation},set:function(t){this._navigation=t},enumerable:!1,configurable:!0}),e.prototype.hasStep=function(t){return this.wizardSteps.length>0&&0<=t&&t<this.wizardSteps.length},e.prototype.hasPreviousStep=function(){return this.hasStep(this.currentStepIndex-1)},e.prototype.hasNextStep=function(){return this.hasStep(this.currentStepIndex+1)},e.prototype.isLastStep=function(){return this.wizardSteps.length>0&&this.currentStepIndex===this.wizardSteps.length-1},e.prototype.getStepAtIndex=function(t){if(!this.hasStep(t))throw new Error("Expected a known step, but got stepIndex: "+t+".");return this.wizardSteps[t]},e.prototype.getIndexOfStepWithId=function(t){return this.wizardSteps.findIndex((function(e){return e.stepId===t}))},e.prototype.getIndexOfStep=function(t){return this.wizardSteps.indexOf(t)},e.prototype.getMovingDirection=function(e){return e>this.currentStepIndex?t.MovingDirection.Forwards:e<this.currentStepIndex?t.MovingDirection.Backwards:t.MovingDirection.Stay},e.prototype.canGoToStep=function(t){return this.navigation.canGoToStep(this,t)},e.prototype.goToStep=function(t,e,n){return this.navigation.goToStep(this,t,e,n)},e.prototype.goToPreviousStep=function(t,e){return this.navigation.goToStep(this,this.currentStepIndex-1,t,e)},e.prototype.goToNextStep=function(t,e){return this.navigation.goToStep(this,this.currentStepIndex+1,t,e)},e.prototype.isNavigable=function(t){return this.navigation.isNavigable(this,t)},e.prototype.reset=function(){this.navigation.reset(this)},e}();h.decorators=[{type:e.Component,args:[{selector:"aw-wizard",template:"<aw-wizard-navigation-bar\n *ngIf=\"navBarLocation == 'top' || navBarLocation == 'left'\"\n [ngClass]=\"{\n 'vertical': navBarLocation == 'left',\n 'horizontal': navBarLocation == 'top',\n 'small': navBarLayout == 'small',\n 'large-filled': navBarLayout == 'large-filled',\n 'large-filled-symbols': navBarLayout == 'large-filled-symbols',\n 'large-empty': navBarLayout == 'large-empty',\n 'large-empty-symbols': navBarLayout == 'large-empty-symbols'\n }\">\n</aw-wizard-navigation-bar>\n\n<div [ngClass]=\"{\n 'wizard-steps': true,\n 'vertical': navBarLocation == 'left' || navBarLocation == 'right',\n 'horizontal': navBarLocation == 'top' || navBarLocation == 'bottom'\n}\">\n <ng-content></ng-content>\n</div>\n\n<aw-wizard-navigation-bar\n *ngIf=\"navBarLocation == 'bottom' || navBarLocation == 'right'\"\n [ngClass]=\"{\n 'vertical': navBarLocation == 'right',\n 'horizontal': navBarLocation == 'bottom',\n 'small': navBarLayout == 'small',\n 'large-filled': navBarLayout == 'large-filled',\n 'large-filled-symbols': navBarLayout == 'large-filled-symbols',\n 'large-empty': navBarLayout == 'large-empty',\n 'large-empty-symbols': navBarLayout == 'large-empty-symbols'\n }\">\n</aw-wizard-navigation-bar>\n"}]}],h.ctorParameters=function(){return[]},h.propDecorators={wizardStepsQueryList:[{type:e.ContentChildren,args:[c,{descendants:!0}]}],navBarLocation:[{type:e.Input}],navBarLayout:[{type:e.Input}],navBarDirection:[{type:e.Input}],defaultStepIndex:[{type:e.Input}],disableNavigationBar:[{type:e.Input}],horizontalOrientation:[{type:e.HostBinding,args:["class.horizontal"]}],verticalOrientation:[{type:e.HostBinding,args:["class.vertical"]}]};var y=function(){function t(t){this.wizard=t}return Object.defineProperty(t.prototype,"wizardSteps",{get:function(){switch(this.wizard.navBarDirection){case"right-to-left":return this.wizard.wizardSteps.slice().reverse();case"left-to-right":default:return this.wizard.wizardSteps}},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"numberOfWizardSteps",{get:function(){return this.wizard.wizardSteps.length},enumerable:!1,configurable:!0}),t.prototype.isCurrent=function(t){return t.selected},t.prototype.isEditing=function(t){return t.editing},t.prototype.isDone=function(t){return t.completed},t.prototype.isOptional=function(t){return t.optional},t.prototype.isCompleted=function(t){return t instanceof u&&this.wizard.completed},t.prototype.isNavigable=function(t){return!t.selected&&!this.wizard.disableNavigationBar&&this.wizard.isNavigable(this.wizard.getIndexOfStep(t))},t}();y.decorators=[{type:e.Component,args:[{selector:"aw-wizard-navigation-bar",template:'<ul class="steps-indicator steps-{{numberOfWizardSteps}}">\n <li [attr.id]="step.stepId" *ngFor="let step of wizardSteps" [ngClass]="{\n \'current\': isCurrent(step),\n \'editing\': isEditing(step),\n \'done\': isDone(step),\n \'optional\': isOptional(step),\n \'completed\': isCompleted(step),\n \'navigable\': isNavigable(step)\n }">\n <a [awGoToStep]="step">\n <div class="label">\n <ng-container *ngIf="step.stepTitleTemplate" [ngTemplateOutlet]="step.stepTitleTemplate.templateRef"\n [ngTemplateOutletContext]="{wizardStep: step}"></ng-container>\n <ng-container *ngIf="!step.stepTitleTemplate">{{step.stepTitle}}</ng-container>\n </div>\n <div class="step-indicator"\n [ngStyle]="{ \'font-family\': step.stepSymbolTemplate ? \'\' : step.navigationSymbol.fontFamily }">\n <ng-container *ngIf="step.stepSymbolTemplate" [ngTemplateOutlet]="step.stepSymbolTemplate.templateRef"\n [ngTemplateOutletContext]="{wizardStep: step}"></ng-container>\n <ng-container *ngIf="!step.stepSymbolTemplate">{{step.navigationSymbol.symbol}}</ng-container>\n </div>\n </a>\n </li>\n</ul>\n'}]}],y.ctorParameters=function(){return[{type:h}]};var v=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return i(e,t),e}(c);v.decorators=[{type:e.Component,args:[{selector:"aw-wizard-step",template:"<ng-content></ng-content>\n",providers:[{provide:c,useExisting:e.forwardRef((function(){return v}))}]}]}];var S=function(){function t(t){this.completionStep=t,this.stepExit=new e.EventEmitter}return t.prototype.ngOnInit=function(){this.completionStep.canExit=!0,this.completionStep.stepExit=this.stepExit},t}();function m(t){return t.hasOwnProperty("stepId")&&!(t instanceof c)}function w(t){return t.hasOwnProperty("stepIndex")}function z(t){return t.hasOwnProperty("stepOffset")}S.decorators=[{type:e.Directive,args:[{selector:"[awEnableBackLinks]"}]}],S.ctorParameters=function(){return[{type:u,decorators:[{type:e.Host}]}]},S.propDecorators={stepExit:[{type:e.Output}]};var b=function(){function t(t,n){this.wizard=t,this.wizardStep=n,this.preFinalize=new e.EventEmitter,this.postFinalize=new e.EventEmitter}return Object.defineProperty(t.prototype,"finalize",{get:function(){return this.preFinalize},set:function(t){this.preFinalize=t},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"destinationStep",{get:function(){var t;if(w(this.targetStep))t=this.targetStep.stepIndex;else if(m(this.targetStep))t=this.wizard.getIndexOfStepWithId(this.targetStep.stepId);else if(z(this.targetStep)&&null!==this.wizardStep)t=this.wizard.getIndexOfStep(this.wizardStep)+this.targetStep.stepOffset;else{if(!(this.targetStep instanceof c))throw new Error("Input 'targetStep' is neither a WizardStep, StepOffset, StepIndex or StepId");t=this.wizard.getIndexOfStep(this.targetStep)}return t},enumerable:!1,configurable:!0}),t.prototype.onClick=function(){this.wizard.goToStep(this.destinationStep,this.preFinalize,this.postFinalize)},t}();b.decorators=[{type:e.Directive,args:[{selector:"[awGoToStep]"}]}],b.ctorParameters=function(){return[{type:h},{type:c,decorators:[{type:e.Optional}]}]},b.propDecorators={preFinalize:[{type:e.Output}],postFinalize:[{type:e.Output}],targetStep:[{type:e.Input,args:["awGoToStep"]}],finalize:[{type:e.Output}],onClick:[{type:e.HostListener,args:["click"]}]};var x=function(){function t(t){this.wizard=t,this.preFinalize=new e.EventEmitter,this.postFinalize=new e.EventEmitter}return Object.defineProperty(t.prototype,"finalize",{get:function(){return this.preFinalize},set:function(t){this.preFinalize=t},enumerable:!1,configurable:!0}),t.prototype.onClick=function(){this.wizard.goToNextStep(this.preFinalize,this.postFinalize)},t}();x.decorators=[{type:e.Directive,args:[{selector:"[awNextStep]"}]}],x.ctorParameters=function(){return[{type:h}]},x.propDecorators={preFinalize:[{type:e.Output}],postFinalize:[{type:e.Output}],finalize:[{type:e.Output}],onClick:[{type:e.HostListener,args:["click"]}]};var I=function(){function t(t){this.wizardStep=t,this.optional=!0}return t.prototype.ngOnInit=function(){this.wizardStep.optional=this.optional||""===this.optional},t}();I.decorators=[{type:e.Directive,args:[{selector:"[awOptionalStep]"}]}],I.ctorParameters=function(){return[{type:c,decorators:[{type:e.Host}]}]},I.propDecorators={optional:[{type:e.Input,args:["awOptionalStep"]}]};var O=function(){function t(t){this.wizard=t,this.preFinalize=new e.EventEmitter,this.postFinalize=new e.EventEmitter}return Object.defineProperty(t.prototype,"finalize",{get:function(){return this.preFinalize},set:function(t){this.preFinalize=t},enumerable:!1,configurable:!0}),t.prototype.onClick=function(){this.wizard.goToPreviousStep(this.preFinalize,this.postFinalize)},t}();O.decorators=[{type:e.Directive,args:[{selector:"[awPreviousStep]"}]}],O.ctorParameters=function(){return[{type:h}]},O.propDecorators={preFinalize:[{type:e.Output}],postFinalize:[{type:e.Output}],finalize:[{type:e.Output}],onClick:[{type:e.HostListener,args:["click"]}]};var E=function(){function t(t){this.wizard=t,this.finalize=new e.EventEmitter}return t.prototype.onClick=function(){this.finalize.emit(),this.wizard.reset()},t}();E.decorators=[{type:e.Directive,args:[{selector:"[awResetWizard]"}]}],E.ctorParameters=function(){return[{type:h}]},E.propDecorators={finalize:[{type:e.Output}],onClick:[{type:e.HostListener,args:["click"]}]};var T=function(){function t(t){this.wizardStep=t}return t.prototype.ngOnInit=function(){this.wizardStep.defaultSelected=!0},t}();T.decorators=[{type:e.Directive,args:[{selector:"[awSelectedStep]"}]}],T.ctorParameters=function(){return[{type:c,decorators:[{type:e.Host}]}]};var C=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return i(e,t),e}(u);C.decorators=[{type:e.Directive,args:[{selector:"[awWizardCompletionStep]",providers:[{provide:c,useExisting:e.forwardRef((function(){return C}))},{provide:u,useExisting:e.forwardRef((function(){return C}))}]}]}];var B=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return i(e,t),e}(c);B.decorators=[{type:e.Directive,args:[{selector:"[awWizardStep]",providers:[{provide:c,useExisting:e.forwardRef((function(){return B}))}]}]}];var D=function(){function t(t){this.wizard=t}return t.prototype.ngOnChanges=function(t){this.wizard.navigation=this.getNavigationMode()},t.prototype.getNavigationMode=function(){return this.awNavigationMode?this.awNavigationMode:new g(this.navigateBackward,this.navigateForward)},t}();D.decorators=[{type:e.Directive,args:[{selector:"[awNavigationMode]"}]}],D.ctorParameters=function(){return[{type:h}]},D.propDecorators={awNavigationMode:[{type:e.Input}],navigateBackward:[{type:e.Input}],navigateForward:[{type:e.Input}]};var P=function(){function t(t){this.wizardStep=t,this.initiallyCompleted=!0}return t.prototype.ngOnInit=function(){this.wizardStep.initiallyCompleted=this.initiallyCompleted||""===this.initiallyCompleted},t}();P.decorators=[{type:e.Directive,args:[{selector:"[awCompletedStep]"}]}],P.ctorParameters=function(){return[{type:c,decorators:[{type:e.Host}]}]},P.propDecorators={initiallyCompleted:[{type:e.Input,args:["awCompletedStep"]}]};var F=function(){function t(){}return t.forRoot=function(){return{ngModule:t,providers:[]}},t}();F.decorators=[{type:e.NgModule,args:[{declarations:[h,v,y,d,b,x,O,I,p,s,S,B,C,T,E,D,P],imports:[n.CommonModule],exports:[h,v,y,d,b,x,O,I,p,s,S,B,C,T,E,D,P]}]}],t.ArchwizardModule=F,t.BaseNavigationMode=f,t.CompletedStepDirective=P,t.ConfigurableNavigationMode=g,t.EnableBackLinksDirective=S,t.GoToStepDirective=b,t.NavigationModeDirective=D,t.NextStepDirective=x,t.OptionalStepDirective=I,t.PreviousStepDirective=O,t.ResetWizardDirective=E,t.SelectedStepDirective=T,t.WizardCompletionStep=u,t.WizardCompletionStepComponent=d,t.WizardCompletionStepDirective=C,t.WizardComponent=h,t.WizardNavigationBarComponent=y,t.WizardStep=c,t.WizardStepComponent=v,t.WizardStepDirective=B,t.WizardStepSymbolDirective=p,t.WizardStepTitleDirective=s,t.isStepId=m,t.isStepIndex=w,t.isStepOffset=z,Object.defineProperty(t,"__esModule",{value:!0})})); //# sourceMappingURL=angular-archwizard.umd.min.js.map