New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@skyux/indicators

Package Overview
Dependencies
Maintainers
1
Versions
466
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skyux/indicators - npm Package Compare versions

Comparing version 4.8.0 to 4.9.0

esm2015/modules/icon/icon-resolver.service.js

2

bundles/skyux-indicators.umd.min.js

@@ -15,3 +15,3 @@ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@angular/common"),require("@skyux/i18n"),require("@skyux/theme"),require("@skyux/core"),require("@angular/platform-browser/animations"),require("@angular/animations"),require("rxjs"),require("rxjs/operators")):"function"==typeof define&&define.amd?define("@skyux/indicators",["exports","@angular/core","@angular/common","@skyux/i18n","@skyux/theme","@skyux/core","@angular/platform-browser/animations","@angular/animations","rxjs","rxjs/operators"],t):t(((e=e||self).skyux=e.skyux||{},e.skyux.indicators={}),e.ng.core,e.ng.common,e.i18n,e.theme,e.core$1,e.ng.platformBrowser.animations,e.ng.animations,e.rxjs,e.rxjs.operators)}(this,(function(e,t,n,o,s,i,r,a,c,l){"use strict";

PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */function d(e,t,n,o){var s,i=arguments.length,r=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(e,t,n,o);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(r=(i<3?s(r):i>3?s(t,n,r):s(t,n))||r);return i>3&&r&&Object.defineProperty(t,n,r),r}function y(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],o=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&o>=e.length&&(e=void 0),{value:e&&e[o++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}var k,u=function(){function e(){this.resources={"EN-US":{skyux_alert_close:"Close the alert",skyux_chevron_collapse:"Collapse",skyux_chevron_expand:"Expand",skyux_help_inline_button_title:"Show help content",skyux_status_indicator_sr_completed:"Completed:",skyux_status_indicator_sr_error:"Error:",skyux_status_indicator_sr_important_info:"Important information:",skyux_status_indicator_sr_warning:"Warning:",skyux_tokens_dismiss_button_title:"Remove item",skyux_wait_aria_alt_text:"Loading.",skyux_wait_blocking_aria_alt_text:"Loading. Please wait.",skyux_wait_page_aria_alt_text:"Page loading.",skyux_wait_page_blocking_aria_alt_text:"Page loading. Please wait."}}}return e.prototype.getString=function(e,t){return o.getStringForLocale(this.resources,e.locale,t)},e=d([t.Injectable()],e)}(),p=function(){function e(){}return e=d([t.NgModule({providers:[{provide:o.SKY_LIB_RESOURCES_PROVIDERS,useClass:u,multi:!0}]})],e)}(),m=function(){function e(){this.iconType="fa"}return d([t.Input()],e.prototype,"icon",void 0),d([t.Input()],e.prototype,"iconType",void 0),d([t.Input()],e.prototype,"size",void 0),d([t.Input()],e.prototype,"fixedWidth",void 0),e=d([t.Component({selector:"sky-icon",template:'<i *ngIf="icon"\n aria-hidden="true"\n class="sky-icon"\n [ngClass]="icon | skyIconClassList:iconType:size:fixedWidth"\n>\n</i>\n',changeDetection:t.ChangeDetectionStrategy.OnPush,styles:[":host{display:inline-block}i{display:inherit}"]})],e)}(),h=function(){function e(){}return d([t.Input()],e.prototype,"size",void 0),d([t.Input()],e.prototype,"baseIcon",void 0),d([t.Input()],e.prototype,"topIcon",void 0),e=d([t.Component({selector:"sky-icon-stack",template:'<span\n aria-hidden="true"\n class="sky-icon-stack fa-stack"\n [ngClass]="size ? \'fa-\' + size + \' sky-icon-stack-size-\' + size : \'\'"\n>\n <i *ngIf="baseIcon"\n class="sky-icon fa-stack-2x"\n [ngClass]="baseIcon.icon | skyIconClassList:baseIcon.iconType"\n ></i>\n <i *ngIf="topIcon"\n class="sky-icon fa-stack-1x fa-inverse sky-icon-inverse"\n [ngClass]="topIcon.icon | skyIconClassList:topIcon.iconType"\n ></i>\n</span>\n',styles:[":host{display:inline-block;vertical-align:bottom}.sky-icon-stack-size-xs.fa-stack{width:1.25em;height:1.25em;line-height:1.25em}.sky-icon-stack-size-xs .fa-stack-2x{font-size:1.25em}.sky-icon-stack-size-xs .fa-stack-1x{font-size:.625em}.fa-stack-1x.sky-i-check:before{position:relative;top:1px}.fa-stack-1x.sky-i-exclamation:before{position:relative;top:2px;left:-.5px}.sky-theme-modern.sky-theme-mode-dark .sky-icon-inverse,:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-icon-inverse{color:#121212}"]})],e)}(),f=function(){function e(){}return e.prototype.transform=function(e,t,n,o){var s="skyux"===t?["sky-i-"+e]:["fa","fa-"+e];return n&&s.push("fa-"+n),o&&s.push("fa-fw"),s},e=d([t.Pipe({name:"skyIconClassList"})],e)}(),b=function(){function e(){}return e=d([t.NgModule({declarations:[f,m,h],imports:[n.CommonModule],exports:[m,h]})],e)}(),g=function(){function e(){}return e.getIconsForType=function(e){var t,n,o;switch(e){case"danger":case"warning":t="warning",n="triangle-solid",o="exclamation";break;case"info":t="exclamation-circle",n="circle-solid",o="help-i";break;case"success":t="check",n="circle-solid",o="check"}return{defaultThemeIcon:t,modernThemeBaseIcon:{icon:n,iconType:"skyux"},modernThemeTopIcon:{icon:o,iconType:"skyux"}}},e}(),v=function(){function e(){this.closedChange=new t.EventEmitter}return Object.defineProperty(e.prototype,"alertType",{get:function(){return this._alertType||"warning"},set:function(e){this._alertType=e,this.updateAlertIcon()},enumerable:!0,configurable:!0}),e.prototype.ngOnInit=function(){this.updateAlertIcon()},e.prototype.close=function(){this.closed=!0,this.closedChange.emit(!0)},e.prototype.updateAlertIcon=function(){var e=g.getIconsForType(this.alertType);this.alertBaseIcon=e.modernThemeBaseIcon,this.alertTopIcon=e.modernThemeTopIcon},d([t.Input()],e.prototype,"alertType",null),d([t.Input()],e.prototype,"closeable",void 0),d([t.Input()],e.prototype,"closed",void 0),d([t.Output()],e.prototype,"closedChange",void 0),e=d([t.Component({selector:"sky-alert",template:'<div\n class="sky-box sky-elevation-1 sky-alert sky-rounded-corners"\n role="alert"\n [hidden]="closed"\n [ngClass]="{\n \'sky-alert-info\': alertType === \'info\',\n \'sky-alert-success\': alertType === \'success\',\n \'sky-alert-warning\': alertType === \'warning\',\n \'sky-alert-danger\': alertType === \'danger\',\n \'sky-alert-closeable\': closeable\n }"\n>\n <div\n aria-hidden="true"\n class="sky-alert-icon-theme-modern"\n >\n <sky-icon-stack\n [baseIcon]="alertBaseIcon"\n [topIcon]="alertTopIcon"\n >\n </sky-icon-stack>\n </div>\n <div\n class="sky-alert-content"\n >\n <ng-content></ng-content>\n </div>\n <button\n class="sky-alert-close"\n type="button"\n [attr.aria-label]="\'skyux_alert_close\' | skyLibResources"\n [hidden]="!closeable"\n (click)="close()"\n >\n <span\n aria-hidden="true"\n >\n <sky-icon\n class="sky-alert-close-icon-theme-default"\n icon="close"\n >\n </sky-icon>\n <sky-icon\n class="sky-alert-close-icon-theme-modern"\n icon="close"\n iconType="skyux"\n size="2x"\n >\n </sky-icon>\n </span>\n </button>\n</div>\n',styles:['@charset "UTF-8";.sky-alert{padding:0 10px;margin-bottom:20px;border-left:30px solid;color:#212327;display:flex;flex-direction:row;align-items:center}.sky-alert .sky-alert-content{padding-top:10px;padding-bottom:10px;width:100%}.sky-alert .sky-alert-content ::ng-deep a{color:rgba(33,35,39,.8);text-decoration:underline}.sky-alert .sky-alert-content ::ng-deep a:hover{color:#212327}.sky-alert button{margin-left:auto;width:32px;height:32px}.sky-alert.sky-alert-info{background-color:#81d4f7;border-color:#00b4f1}.sky-alert.sky-alert-info:before{content:"";font-family:FontAwesome;margin-left:-31px;margin-right:20px;color:#fff}.sky-alert.sky-alert-success{background-color:#b7da9b;border-color:#72bf44}.sky-alert.sky-alert-success:before{content:"";font-family:FontAwesome;margin-left:-32px;margin-right:19px;color:#fff}.sky-alert.sky-alert-warning{background-color:#ffd597;border-color:#fbb034}.sky-alert.sky-alert-warning:before{content:"";font-family:FontAwesome;margin-left:-32px;margin-right:19px;color:#fff}.sky-alert.sky-alert-danger{background-color:#f7a08f;border-color:#ef4044}.sky-alert.sky-alert-danger:before{content:"";font-family:FontAwesome;margin-left:-32px;margin-right:19px;color:#fff}.sky-alert-close{cursor:pointer;font-weight:700;line-height:1;margin:0;padding:0;color:#212327;opacity:.8;border:none;background-color:transparent;display:none}.sky-alert-close:hover{opacity:1}.sky-alert-closeable .sky-alert-close{display:block}.sky-alert-close-icon-theme-modern,.sky-alert-icon-theme-modern{display:none}.sky-theme-modern .sky-alert,:host-context(.sky-theme-modern) .sky-alert{border-left-width:7px}.sky-theme-modern .sky-alert .sky-alert-content,:host-context(.sky-theme-modern) .sky-alert .sky-alert-content{padding:15px}.sky-theme-modern .sky-alert.sky-alert-info,:host-context(.sky-theme-modern) .sky-alert.sky-alert-info{background-color:#c1e8fb}.sky-theme-modern .sky-alert-danger:before,.sky-theme-modern .sky-alert-info:before,.sky-theme-modern .sky-alert-success:before,.sky-theme-modern .sky-alert-warning:before,:host-context(.sky-theme-modern) .sky-alert-danger:before,:host-context(.sky-theme-modern) .sky-alert-info:before,:host-context(.sky-theme-modern) .sky-alert-success:before,:host-context(.sky-theme-modern) .sky-alert-warning:before{display:none}.sky-theme-modern .sky-alert-info .sky-alert-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-info .sky-alert-icon-theme-modern{color:#00b4f1}.sky-theme-modern .sky-alert-success .sky-alert-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-success .sky-alert-icon-theme-modern{color:#72bf44}.sky-theme-modern .sky-alert-warning .sky-alert-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-warning .sky-alert-icon-theme-modern{color:#fbb034}.sky-theme-modern .sky-alert-danger .sky-alert-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-danger .sky-alert-icon-theme-modern{color:#ef4044}.sky-theme-modern .sky-alert-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-icon-theme-modern{display:block}.sky-theme-modern .sky-alert-close-icon-theme-default,:host-context(.sky-theme-modern) .sky-alert-close-icon-theme-default{display:none}.sky-theme-modern .sky-alert-close-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-close-icon-theme-modern{display:inline}']})],e)}(),x=function(){function e(){}return e=d([t.NgModule({declarations:[v],imports:[n.CommonModule,o.SkyI18nModule,b,p],exports:[v]})],e)}(),w=function(){function e(){this.directionChange=new t.EventEmitter,this.direction="up",this.disabled=!1}return e.prototype.chevronClick=function(e){e&&e.stopPropagation(),this.direction="up"===this.direction?"down":"up",this.directionChange.emit(this.direction)},d([t.Output()],e.prototype,"directionChange",void 0),d([t.Input()],e.prototype,"direction",void 0),d([t.Input()],e.prototype,"disabled",void 0),e=d([t.Component({selector:"sky-chevron",template:'<button\n class="sky-chevron"\n type="button"\n [attr.aria-label]="(direction === \'down\' ? \'skyux_chevron_expand\' : \'skyux_chevron_collapse\') | skyLibResources"\n [disabled]="disabled"\n [ngClass]="[\'sky-chevron-\' + direction]"\n [skyThemeClass]="{\n \'sky-btn sky-btn-icon-borderless\' : \'modern\'\n }"\n (click)="chevronClick($event)"\n>\n <i\n aria-hidden="true"\n class="sky-chevron-part sky-chevron-left"\n >\n </i>\n <i\n aria-hidden="true"\n class="sky-chevron-part sky-chevron-right"\n >\n </i>\n</button>\n',styles:["button{background:#add8e6}.sky-chevron{border:none;background-color:transparent;flex-shrink:0;height:24px;margin:0;overflow:hidden;width:24px;cursor:pointer;position:relative;vertical-align:top}.sky-chevron:hover .sky-chevron-part{border-color:#979ba2}.sky-chevron-part{border-color:#cdcfd2;border-style:solid;border-width:3px 0 0;display:inline-block;height:10px;position:absolute;top:10px;transition:transform 250ms,left 250ms;vertical-align:top;width:10px}.sky-chevron-up .sky-chevron-left{left:7px;transform:rotate(-45deg)}.sky-chevron-up .sky-chevron-right{left:7px;transform:rotate(45deg)}.sky-chevron-down .sky-chevron-left{left:2px;transform:rotate(45deg)}.sky-chevron-down .sky-chevron-right{left:12px;transform:rotate(-45deg)}.sky-theme-modern .sky-chevron,:host-context(.sky-theme-modern) .sky-chevron{height:26px;width:26px}.sky-theme-modern .sky-chevron-part,:host-context(.sky-theme-modern) .sky-chevron-part{background:#686c73;border:none;height:2px;width:11px;top:13px}.sky-theme-modern .sky-chevron-left,:host-context(.sky-theme-modern) .sky-chevron-left{border-radius:1px 0 0 1px;left:4px}.sky-theme-modern .sky-chevron-right,:host-context(.sky-theme-modern) .sky-chevron-right{border-radius:0 1px 1px 0;left:10.5px}"]})],e)}(),T=function(){function e(){}return e=d([t.NgModule({declarations:[w],imports:[n.CommonModule,o.SkyI18nModule,p,s.SkyThemeModule],exports:[w]})],e)}(),I=function(){function e(){this.actionClick=new t.EventEmitter}return e.prototype.onClick=function(){this.actionClick.emit()},d([t.Output()],e.prototype,"actionClick",void 0),e=d([t.Component({selector:"sky-help-inline",template:'<button\n class="sky-help-inline"\n type="button"\n [attr.aria-label]="\'skyux_help_inline_button_title\' | skyLibResources"\n (click)="onClick()"\n>\n <sky-icon\n icon="info-circle"\n >\n </sky-icon>\n</button>\n',styles:[".sky-help-inline{color:#0974a1;font-size:15px;background-color:transparent;border:none;display:inline-block}.sky-help-inline:hover{color:#065171;transition:color 150ms;cursor:pointer}"]})],e)}(),C=function(){function e(){}return e=d([t.NgModule({declarations:[I],imports:[n.CommonModule,o.SkyI18nModule,b,p],exports:[I]})],e)}(),_=function(){function e(){}return e=d([t.Component({selector:"sky-key-info-label",template:"<ng-content></ng-content>"})],e)}(),S=function(){function e(){}return e=d([t.Component({selector:"sky-key-info-value",template:"<ng-content></ng-content>"})],e)}(),P=function(){function e(){this.layout="vertical"}return d([t.Input()],e.prototype,"layout",void 0),e=d([t.Component({selector:"sky-key-info",template:'<div\n class="sky-key-info"\n [ngClass]="{\n \'sky-key-info-horizontal\': layout === \'horizontal\'\n }"\n>\n <div\n class="sky-key-info-value sky-headline"\n >\n <ng-content\n select="sky-key-info-value"\n >\n </ng-content>\n </div>\n <div\n class="sky-key-info-label sky-field-label sky-font-data-label"\n >\n <ng-content\n select="sky-key-info-label"\n >\n </ng-content>\n </div>\n</div>\n',styles:['.sky-key-info,.sky-key-info-horizontal .sky-key-info-label,.sky-key-info-horizontal .sky-key-info-value{display:inline-block}.sky-key-info-horizontal .sky-key-info-label:before{content:" ";display:inline-block}']})],e)}(),W=function(){function e(){}return e=d([t.NgModule({declarations:[P,_,S],imports:[n.CommonModule],exports:[P,_,S]})],e)}(),E=function(){function e(){}return Object.defineProperty(e.prototype,"labelType",{get:function(){return this._labelType||"info"},set:function(e){this._labelType=e,this.updateIcon()},enumerable:!0,configurable:!0}),e.prototype.updateIcon=function(){var e=g.getIconsForType(this.labelType);this.icon=e.defaultThemeIcon,this.baseIcon=e.modernThemeBaseIcon,this.topIcon=e.modernThemeTopIcon},d([t.Input()],e.prototype,"labelType",null),e=d([t.Component({selector:"sky-label",template:'<span\n class="sky-label"\n [ngClass]="\'sky-label-\' + labelType"\n>\n <span\n class="sky-label-icon-theme-default"\n >\n <sky-icon\n [icon]="icon"\n ></sky-icon>\n </span>\n <span\n class="sky-label-icon-theme-modern"\n >\n <sky-icon-stack\n size="xs"\n [baseIcon]="baseIcon"\n [topIcon]="topIcon"\n >\n </sky-icon-stack>\n </span>\n <span class="sky-label-text">\n <ng-content></ng-content>\n </span>\n</span>\n',styles:[".sky-label{color:#212327;display:inline;border-radius:10rem;font-weight:400;line-height:2.2;margin:0 3px;padding:.3em .6em;white-space:nowrap}.sky-label-success{background-color:#b7da9b}.sky-label-info{background-color:#81d4f7}.sky-label-warning{background-color:#ffd597}.sky-label-danger{background-color:#f7a08f}.sky-label-text{display:inline-block;padding-left:5px}.sky-label-icon-theme-modern{display:none}.sky-theme-modern .sky-label,:host-context(.sky-theme-modern) .sky-label{align-items:center;display:inline-flex;line-height:1}.sky-theme-modern .sky-label.sky-label-info,:host-context(.sky-theme-modern) .sky-label.sky-label-info{background-color:#c1e8fb}.sky-theme-modern .sky-label.sky-label-info,.sky-theme-modern .sky-label.sky-label-success,:host-context(.sky-theme-modern) .sky-label.sky-label-info,:host-context(.sky-theme-modern) .sky-label.sky-label-success{padding:4px 15px 4px 6px}.sky-theme-modern .sky-label.sky-label-danger,.sky-theme-modern .sky-label.sky-label-warning,:host-context(.sky-theme-modern) .sky-label.sky-label-danger,:host-context(.sky-theme-modern) .sky-label.sky-label-warning{padding:4px 15px 4px 9px}.sky-theme-modern .sky-label-icon-theme-default,:host-context(.sky-theme-modern) .sky-label-icon-theme-default{display:none}.sky-theme-modern .sky-label-icon-theme-modern,:host-context(.sky-theme-modern) .sky-label-icon-theme-modern{display:block}.sky-theme-modern .sky-label-info .sky-label-icon-theme-modern,:host-context(.sky-theme-modern) .sky-label-info .sky-label-icon-theme-modern{color:#00b4f1}.sky-theme-modern .sky-label-success .sky-label-icon-theme-modern,:host-context(.sky-theme-modern) .sky-label-success .sky-label-icon-theme-modern{color:#72bf44}.sky-theme-modern .sky-label-warning .sky-label-icon-theme-modern,:host-context(.sky-theme-modern) .sky-label-warning .sky-label-icon-theme-modern{color:#fbb034}.sky-theme-modern .sky-label-danger .sky-label-icon-theme-modern,:host-context(.sky-theme-modern) .sky-label-danger .sky-label-icon-theme-modern{color:#ef4044}"]})],e)}(),O=function(){function e(){}return e=d([t.NgModule({declarations:[E],imports:[n.CommonModule,b],exports:[E]})],e)}(),B=function(){function e(e,t){this.changeDetector=e,this.resources=t}return Object.defineProperty(e.prototype,"indicatorType",{get:function(){return this._indicatorType||"warning"},set:function(e){this._indicatorType=e,this.updateIcon()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"descriptionType",{get:function(){return this._descriptionType},set:function(e){this._descriptionType=e,this.updateDescriptionComputed()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"customDescription",{get:function(){return this._customDescription},set:function(e){this._customDescription=e,this.updateDescriptionComputed()},enumerable:!0,configurable:!0}),e.prototype.updateIcon=function(){var e=g.getIconsForType(this.indicatorType);this.icon=e.defaultThemeIcon,this.baseIcon=e.modernThemeBaseIcon,this.topIcon=e.modernThemeTopIcon},e.prototype.updateDescriptionComputed=function(){var e=this;if(this.descriptionType)switch(this.descriptionType){case"none":this.descriptionComputed="";break;case"custom":this.descriptionComputed=this.customDescription;break;default:this.resources.getString("skyux_status_indicator_sr_"+this.descriptionType.replace(/-/g,"_")).subscribe((function(t){e.descriptionComputed=t,e.changeDetector.markForCheck()}))}else this.descriptionComputed=void 0},e.ctorParameters=function(){return[{type:t.ChangeDetectorRef},{type:o.SkyLibResourcesService}]},d([t.Input()],e.prototype,"indicatorType",null),d([t.Input()],e.prototype,"descriptionType",null),d([t.Input()],e.prototype,"customDescription",null),e=d([t.Component({selector:"sky-status-indicator",template:'<div *ngIf="descriptionType"\n class="sky-status-indicator"\n>\n <div\n aria-hidden="true"\n class="sky-margin-inline-xs sky-status-indicator-icon"\n [ngClass]="\'sky-status-indicator-icon-\' + indicatorType"\n >\n <span\n class="sky-status-indicator-icon-default"\n >\n <sky-icon\n [icon]="icon"\n ></sky-icon>\n </span>\n <span\n class="sky-status-indicator-icon-modern"\n >\n <sky-icon-stack\n size="xs"\n [baseIcon]="baseIcon"\n [topIcon]="topIcon"\n >\n </sky-icon-stack>\n </span>\n </div>\n <div\n class="sky-status-indicator-message-wrapper"\n >\n <span *ngIf="descriptionComputed"\n class="sky-screen-reader-only"\n >\n {{ descriptionComputed }}\n </span>\n <span\n class="sky-status-indicator-message"\n >\n <ng-content></ng-content>\n </span>\n </div>\n</div>\n',changeDetection:t.ChangeDetectionStrategy.OnPush,styles:[".sky-status-indicator{align-items:baseline;display:flex}.sky-status-indicator-icon{flex-shrink:1}.sky-status-indicator-icon-modern{display:none}.sky-status-indicator-icon-info{color:#00b4f1}.sky-status-indicator-icon-success{color:#72bf44}.sky-status-indicator-icon-warning{color:#fbb034}.sky-status-indicator-icon-danger{color:#ef4044}.sky-theme-modern .sky-status-indicator-icon-default,:host-context(.sky-theme-modern) .sky-status-indicator-icon-default{display:none}.sky-theme-modern .sky-status-indicator-icon-modern,:host-context(.sky-theme-modern) .sky-status-indicator-icon-modern{display:inline}"]})],e)}(),F=function(){function e(){}return e=d([t.NgModule({declarations:[B],imports:[n.CommonModule,o.SkyI18nModule,b,p],exports:[B]})],e)}(),M=function(){function e(e,t){this.el=e,this.observerService=t,this.existingHighlight=!1}var n;return n=e,e.prototype.ngOnChanges=function(e){e.skyHighlight&&!e.skyHighlight.firstChange&&this.highlight()},e.prototype.ngAfterViewInit=function(){var e=this;this.observer=this.observerService.create((function(t){e.highlight()})),this.observeDom(),this.skyHighlight&&this.highlight()},e.prototype.ngOnDestroy=function(){this.observer&&this.observer.disconnect()},e.prototype.readyForHighlight=function(e){return e&&this.el.nativeElement},e.prototype.highlight=function(){this.observer&&this.observer.disconnect();var e=this.skyHighlight;if(this.existingHighlight&&n.removeHighlight(this.el),this.readyForHighlight(e)){var t=this.el.nativeElement;n.markTextNodes(t,e),this.existingHighlight=!0}this.observeDom()},e.prototype.observeDom=function(){if(this.observer){this.observer.observe(this.el.nativeElement,{attributes:!1,childList:!0,characterData:!0})}},e.cleanRegex=function(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")},e.getRegexMatch=function(e,t){var n=e.nodeValue,o=this.cleanRegex(t);return new RegExp(o,"gi").exec(n)},e.markNode=function(e,t){var o=n.getRegexMatch(e,t);if(o&&o.length>0){var s=o.index,i=e.splitText(s);i.splitText(t.length);var r=i.cloneNode(!0),a=document.createElement("mark");return a.className="sky-highlight-mark",a.appendChild(r),i.parentNode.replaceChild(a,i),1}return 0},e.markTextNodes=function(e,t){if(3===e.nodeType)return n.markNode(e,t);if(1===e.nodeType&&e.childNodes)for(var o=0;o<e.childNodes.length;o++){var s=e.childNodes[o];o+=n.markTextNodes(s,t)}return 0},e.removeHighlight=function(e){var t=e.nativeElement.querySelectorAll("mark.sky-highlight-mark");if(t)for(var n=0;n<t.length;n++){var o=t[n],s=o.parentNode;s.replaceChild(o.firstChild,o),s.normalize()}},e.ctorParameters=function(){return[{type:t.ElementRef},{type:i.MutationObserverService}]},d([t.Input()],e.prototype,"skyHighlight",void 0),e=n=d([t.Directive({selector:"[skyHighlight]"})],e)}(),N=function(){function e(){}return e=d([t.NgModule({declarations:[M],exports:[M],providers:[i.MutationObserverService]})],e)}(),A=function(){function e(e,n){this.elementRef=e,this.resourcesService=n,this.dismiss=new t.EventEmitter,this.tokenFocus=new t.EventEmitter}return Object.defineProperty(e.prototype,"disabled",{get:function(){return!!this._disabled},set:function(e){this._disabled=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ariaLabel",{get:function(){return this._ariaLabel||this.getString("skyux_tokens_dismiss_button_title")},set:function(e){this._ariaLabel=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"dismissible",{get:function(){return!1!==this._dismissible},set:function(e){this._dismissible=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"focusable",{get:function(){return!1!==this._focusable},set:function(e){this._focusable=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"tabIndex",{get:function(){return this.focusable?0:-1},enumerable:!0,configurable:!0}),e.prototype.dismissToken=function(e){e&&e.stopPropagation(),this.dismiss.emit()},e.prototype.focusElement=function(){this.elementRef.nativeElement.querySelector(".sky-token").focus()},e.prototype.getString=function(e){return this.resourcesService.getStringForLocale({locale:"en-US"},e)},e.ctorParameters=function(){return[{type:t.ElementRef},{type:o.SkyLibResourcesService}]},d([t.Input()],e.prototype,"disabled",null),d([t.Input()],e.prototype,"ariaLabel",null),d([t.Input()],e.prototype,"dismissible",null),d([t.Input()],e.prototype,"focusable",null),d([t.Output()],e.prototype,"dismiss",void 0),d([t.Output()],e.prototype,"tokenFocus",void 0),e=d([t.Component({selector:"sky-token",template:'<div\n class="sky-token sky-btn sky-btn-default"\n role="button"\n [attr.aria-disabled]="disabled"\n [attr.tabindex]="tabIndex"\n [ngClass]="{\n \'sky-btn-disabled\': disabled,\n \'sky-token-dismissable\': dismissible,\n \'sky-token-active\': tokenActive && !closeActive\n }"\n (document:mouseup)="tokenActive = false;"\n (focus)="tokenFocus.emit()"\n (mousedown)="tokenActive = true;"\n >\n <ng-content>\n </ng-content>\n <button *ngIf="dismissible"\n class="sky-btn sky-token-btn-close"\n type="button"\n [attr.aria-label]="ariaLabel"\n [attr.tabindex]="tabIndex"\n [attr.title]="ariaLabel"\n [disabled]="disabled"\n [ngClass]="{\n \'sky-token-btn-close-active\': closeActive\n }"\n (click)="dismissToken($event)"\n (document:mouseup)="closeActive = false;"\n (mousedown)="closeActive = true;"\n >\n <sky-icon\n class="sky-token-btn-close-icon-default"\n icon="times"\n >\n </sky-icon>\n <sky-icon\n class="sky-token-btn-close-icon-modern"\n icon="close"\n iconType="skyux"\n >\n </sky-icon>\n </button>\n</div>\n',changeDetection:t.ChangeDetectionStrategy.OnPush,styles:[".sky-token{background-color:#c1e8fb;border:1px solid #00b4f1;overflow:hidden;padding:2px 8px;display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sky-token:focus,.sky-token:hover{background-color:#91d6f8;border-color:#008ebe;cursor:pointer}.sky-token:focus{box-shadow:0 0 8px rgba(0,180,241,.6);border:1px solid #00b4f1;outline:0}.sky-btn-disabled{cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sky-token-btn-close{background:0 0;padding:0;border:0;margin-left:2px;opacity:.9}.sky-token-btn-close:focus,.sky-token-btn-close:hover{opacity:1}.sky-token-btn-close-icon-modern{display:none}.sky-theme-modern .sky-token,:host-context(.sky-theme-modern) .sky-token{align-items:center;display:inline-flex;padding:1px 5px;font-size:14px}.sky-theme-modern .sky-token.sky-btn-disabled,:host-context(.sky-theme-modern) .sky-token.sky-btn-disabled{color:#212327}.sky-theme-modern .sky-token:not(.sky-btn-disabled),:host-context(.sky-theme-modern) .sky-token:not(.sky-btn-disabled){border:none;box-shadow:inset 0 0 0 1px #81d4f7}.sky-theme-modern .sky-token.sky-token-dismissable,:host-context(.sky-theme-modern) .sky-token.sky-token-dismissable{padding-right:1px}.sky-theme-modern .sky-token:hover:not(:active),:host-context(.sky-theme-modern) .sky-token:hover:not(:active){border:none;box-shadow:inset 0 0 0 1px #1870b8}.sky-theme-modern .sky-token.sky-token-active,:host-context(.sky-theme-modern) .sky-token.sky-token-active{border:none;box-shadow:inset 0 0 0 2px #1870b8}.sky-theme-modern .sky-token:focus:not(:active),:host-context(.sky-theme-modern) .sky-token:focus:not(:active){border:none;box-shadow:inset 0 0 0 2px #1870b8,0 1px 3px 0 rgba(0,0,0,.3)}.sky-theme-modern .sky-token:focus,.sky-theme-modern .sky-token:hover,:host-context(.sky-theme-modern) .sky-token:focus,:host-context(.sky-theme-modern) .sky-token:hover{background-color:#c1e8fb}.sky-theme-modern .sky-token-btn-close,:host-context(.sky-theme-modern) .sky-token-btn-close{align-items:center;border-radius:5px;display:flex;height:20px;margin-left:5px;width:20px}.sky-theme-modern .sky-token-btn-close:hover,:host-context(.sky-theme-modern) .sky-token-btn-close:hover{border:none;box-shadow:inset 0 0 0 1px transparent}.sky-theme-modern .sky-token-btn-close.sky-token-btn-close-active,:host-context(.sky-theme-modern) .sky-token-btn-close.sky-token-btn-close-active{border:none;box-shadow:inset 0 0 0 2px #1870b8}.sky-theme-modern .sky-token-btn-close:focus,:host-context(.sky-theme-modern) .sky-token-btn-close:focus{outline:0}.sky-theme-modern .sky-token-btn-close:focus:not(:active),:host-context(.sky-theme-modern) .sky-token-btn-close:focus:not(:active){border:none;box-shadow:inset 0 0 0 2px #1870b8,0 1px 3px 0 rgba(0,0,0,.3)}.sky-theme-modern .sky-token-btn-close-icon-default,:host-context(.sky-theme-modern) .sky-token-btn-close-icon-default{display:none}.sky-theme-modern .sky-token-btn-close-icon-modern,:host-context(.sky-theme-modern) .sky-token-btn-close-icon-modern{display:inline-block;width:100%}.sky-theme-modern.sky-theme-mode-dark .sky-token,:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-token{background-color:#c1e8fb}.sky-theme-modern.sky-theme-mode-dark .sky-token,.sky-theme-modern.sky-theme-mode-dark .sky-token-btn-close,:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-token,:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-token-btn-close{color:#212327}"]})],e)}();(k=e.SkyTokensMessageType||(e.SkyTokensMessageType={}))[k.FocusLastToken=0]="FocusLastToken",k[k.FocusActiveToken=1]="FocusActiveToken",k[k.FocusPreviousToken=2]="FocusPreviousToken",k[k.FocusNextToken=3]="FocusNextToken",k[k.RemoveActiveToken=4]="RemoveActiveToken";var R=function(){function n(e){var n=this;this.changeDetector=e,this.focusIndexOverRange=new t.EventEmitter,this.focusIndexUnderRange=new t.EventEmitter,this.tokenSelected=new t.EventEmitter,this.tokensChange=new t.EventEmitter,this.ngUnsubscribe=new c.Subject,this.trackTokenFn=function(e,t){return n.trackWith?t.value[n.trackWith]:t}}return Object.defineProperty(n.prototype,"disabled",{get:function(){return!!this._disabled},set:function(e){this._disabled=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"dismissible",{get:function(){return!1!==this._dismissible},set:function(e){this._dismissible=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"displayWith",{get:function(){return this._displayWith||"name"},set:function(e){this._displayWith=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"focusable",{get:function(){return!1!==this._focusable},set:function(e){this._focusable=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tokens",{get:function(){return this._tokens||[]},set:function(e){this._tokens=e,this.tokensChange.emit(this._tokens)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"messageStream",{get:function(){return this._messageStream},set:function(e){this._messageStream=e,this.initMessageStream()},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"activeIndex",{get:function(){return this._activeIndex||0},set:function(e){e>=this.tokens.length&&(e=this.tokens.length-1,this.focusIndexOverRange.emit()),e<0&&(e=0,this.focusIndexUnderRange.emit()),this._activeIndex=e},enumerable:!0,configurable:!0}),n.prototype.ngOnDestroy=function(){this.ngUnsubscribe.next(),this.ngUnsubscribe.complete()},n.prototype.onTokenClick=function(e){this.disabled||this.notifyTokenSelected(e)},n.prototype.onTokenKeyDown=function(t){if(!this.disabled)switch(t.key){case"Left":case"ArrowLeft":this.messageStream.next({type:e.SkyTokensMessageType.FocusPreviousToken}),t.preventDefault();break;case"Right":case"ArrowRight":this.messageStream.next({type:e.SkyTokensMessageType.FocusNextToken}),t.preventDefault()}},n.prototype.selectToken=function(e){this.disabled||this.notifyTokenSelected(e)},n.prototype.removeToken=function(e){this.tokens=this.tokens.filter((function(t){return t!==e})),this.changeDetector.detectChanges()},n.prototype.focusPreviousToken=function(){this.activeIndex--,this.focusActiveToken()},n.prototype.focusNextToken=function(){this.activeIndex++,this.focusActiveToken()},n.prototype.focusLastToken=function(){this.activeIndex=this.tokenComponents.length-1,this.focusActiveToken()},n.prototype.focusActiveToken=function(){var e=this,t=this.tokenComponents.find((function(t,n){return e.activeIndex===n}));t&&t.focusElement()},n.prototype.removeActiveToken=function(){var e=this.tokens[this.activeIndex];e&&this.removeToken(e)},n.prototype.initMessageStream=function(){var t=this;this.messageStreamSub&&this.messageStreamSub.unsubscribe(),this.messageStream&&(this.messageStreamSub=this.messageStream.pipe(l.takeUntil(this.ngUnsubscribe)).subscribe((function(n){switch(n.type){case e.SkyTokensMessageType.FocusLastToken:t.focusLastToken();break;case e.SkyTokensMessageType.FocusActiveToken:t.focusActiveToken();break;case e.SkyTokensMessageType.FocusPreviousToken:t.focusPreviousToken();break;case e.SkyTokensMessageType.FocusNextToken:t.focusNextToken();break;case e.SkyTokensMessageType.RemoveActiveToken:t.removeActiveToken()}})))},n.prototype.notifyTokenSelected=function(e){this.tokenSelected.emit({token:e})},n.ctorParameters=function(){return[{type:t.ChangeDetectorRef}]},d([t.Input()],n.prototype,"disabled",null),d([t.Input()],n.prototype,"dismissible",null),d([t.Input()],n.prototype,"displayWith",null),d([t.Input()],n.prototype,"trackWith",void 0),d([t.Input()],n.prototype,"focusable",null),d([t.Input()],n.prototype,"tokens",null),d([t.Input()],n.prototype,"messageStream",null),d([t.Output()],n.prototype,"focusIndexOverRange",void 0),d([t.Output()],n.prototype,"focusIndexUnderRange",void 0),d([t.Output()],n.prototype,"tokenSelected",void 0),d([t.Output()],n.prototype,"tokensChange",void 0),d([t.ViewChildren(A)],n.prototype,"tokenComponents",void 0),n=d([t.Component({selector:"sky-tokens",template:'<div *ngIf="tokens"\n class="sky-tokens"\n [@blockAnimationOnLoad]\n [attr.role]="(tokens && tokens.length) ? \'list\' : null"\n>\n <sky-token *ngFor="let token of tokens; let i = index; trackBy: trackTokenFn"\n role="listitem"\n [@.disabled]="!trackWith"\n [@dismiss]\n [disabled]="disabled"\n [dismissible]="dismissible"\n [focusable]="focusable"\n (dismiss)="removeToken(token)"\n (click)="onTokenClick(token)"\n (keydown)="onTokenKeyDown($event)"\n (keyup.enter)="selectToken(token);$event.preventDefault();"\n (tokenFocus)="activeIndex = i"\n >\n {{ token.value[displayWith] }}\n </sky-token>\n <div\n class="sky-tokens-content"\n >\n <ng-content></ng-content>\n </div>\n</div>\n',changeDetection:t.ChangeDetectionStrategy.OnPush,animations:[a.trigger("blockAnimationOnLoad",[a.transition(":enter",[])]),a.trigger("dismiss",[a.transition(":enter",[a.style({opacity:0,width:0}),a.animate("150ms ease-in",a.style({opacity:1,width:"*"}))]),a.transition(":leave",[a.animate("150ms ease-in",a.style({opacity:0,width:0}))])])],styles:['@charset "UTF-8";.sky-tokens{display:flex;flex-wrap:wrap;align-items:baseline;margin:-2px}.sky-tokens .sky-tokens-content,.sky-tokens ::ng-deep sky-token{flex:0 0 auto;display:inline-flex;padding:2px}.sky-tokens .sky-tokens-content{flex-grow:1;flex-basis:0px}.sky-tokens .sky-tokens-content:before{content:"​"}']})],n)}(),D=function(){function e(){}return e=d([t.NgModule({declarations:[A,R],imports:[r.BrowserAnimationsModule,n.CommonModule,o.SkyI18nModule,b,p],exports:[A,R]})],e)}(),L=function(){function e(e){this.rendererFactory=e,this.renderer=this.rendererFactory.createRenderer(void 0,void 0)}var n;return n=e,e.prototype.ngOnDestroy=function(){this.clearListeners()},e.prototype.setWaitBounds=function(e){this.renderer.setStyle(e.nativeElement.parentElement,"position","relative")},e.prototype.removeWaitBounds=function(e){this.renderer.removeStyle(e.nativeElement.parentElement,"position")},e.prototype.setBusyState=function(e,t,o,s,i){var r=this;void 0===s&&(s=!1);var a=t?document.body:e.nativeElement.parentElement;if(!s)if(o)if(this.renderer.setAttribute(a,"aria-busy","true"),(t||a.contains(document.activeElement))&&this.clearDocumentFocus(),t){n.isPageWaitActive=!0;var c=this.renderer.listen(document.body,"keydown",(function(e){e.key&&"tab"===e.key.toLowerCase()&&(e.target.blur(),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),r.clearDocumentFocus())}));n.busyElements[i]={listener:c,busyEl:void 0}}else{c=this.renderer.listen(a,"focusin",(function(e){if(!s)if(e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),n.isPageWaitActive)r.clearDocumentFocus();else{var t=e.target;t.blur(),r.focusNextElement(t,r.isShift(e),a)}}));n.busyElements[i]={listener:c,busyEl:a}}else this.renderer.removeAttribute(a,"aria-busy"),t&&(n.isPageWaitActive=!1),i in n.busyElements&&(n.busyElements[i].listener(),delete n.busyElements[i])},e.prototype.focusNextElement=function(e,t,n){for(var o=this.getFocussableElements(),s=t?-1:1,i=o.indexOf(e),r=i+s;o[r]&&this.isElementBusyOrHidden(o[r]);)r+=s;if(o[r]&&!this.isElementBusyOrHidden(o[r]))o[r].focus();else{for(r=s>0?0:o.length-1;r!==i&&o[r]&&this.isElementBusyOrHidden(o[r]);)r+=s;o[r]&&!this.isElementBusyOrHidden(o[r])?o[r].focus():this.clearDocumentFocus()}this.focussableElements=void 0},e.prototype.isShift=function(e){var t=this,n=this.getFocussableElements().filter((function(e){return!t.isElementHidden(e)})),o=n.indexOf(e.relatedTarget),s=n.indexOf(e.target);return o===s+1||0===o&&s===n.length-1||o>s||!e.relatedTarget},e.prototype.isElementHidden=function(e){var t=window.getComputedStyle(e);return"none"===t.display||"hidden"===t.visibility},e.prototype.isElementBusyOrHidden=function(e){var t,o;if(this.isElementHidden(e))return!0;try{for(var s=y(Object.keys(n.busyElements)),i=s.next();!i.done;i=s.next()){var r=i.value,a=n.busyElements[r].busyEl;if(a&&a.contains(e))return!0}}catch(e){t={error:e}}finally{try{i&&!i.done&&(o=s.return)&&o.call(s)}finally{if(t)throw t.error}}return!1},e.prototype.clearDocumentFocus=function(){document.activeElement&&document.activeElement.blur&&document.activeElement.blur(),document.body.focus()},e.prototype.getFocussableElements=function(){if(this.focussableElements)return this.focussableElements;return this.focussableElements=Array.prototype.filter.call(document.body.querySelectorAll("a[href], area[href], input:not([disabled]):not([tabindex='-1']), button:not([disabled]):not([tabindex='-1']), select:not([disabled]):not([tabindex='-1']), textarea:not([disabled]):not([tabindex='-1']), iframe, object, embed, *[tabindex]:not([tabindex='-1']), *[contenteditable=true]"),(function(e){return e.offsetWidth>0||e.offsetHeight>0||e===document.activeElement})),this.focussableElements},e.prototype.clearListeners=function(){var e,t;n.isPageWaitActive=!1;try{for(var o=y(Object.keys(n.busyElements)),s=o.next();!s.done;s=o.next()){var i=s.value;n.busyElements[i].listener(),delete n.busyElements[i]}}catch(t){e={error:t}}finally{try{s&&!s.done&&(t=o.return)&&t.call(o)}finally{if(e)throw e.error}}},e.isPageWaitActive=!1,e.busyElements={},e.ctorParameters=function(){return[{type:t.RendererFactory2}]},e=n=d([t.Injectable()],e)}(),j=0,z=function(){function e(e,t,n){this.elRef=e,this.adapterService=t,this.resourceService=n,this.ariaLabelStream=new c.BehaviorSubject(""),this.id="sky-wait-"+ ++j}var n,s;return Object.defineProperty(e.prototype,"isWaiting",{get:function(){return this._isWaiting},set:function(e){e&&!this._isFullPage?this.adapterService.setWaitBounds(this.elRef):e||this._isFullPage||this.adapterService.removeWaitBounds(this.elRef),this.adapterService.setBusyState(this.elRef,this.isFullPage,e,this.isNonBlocking,this.id),this._isWaiting=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isFullPage",{get:function(){return this._isFullPage},set:function(e){e?this.adapterService.removeWaitBounds(this.elRef):!e&&this._isWaiting&&this.adapterService.setWaitBounds(this.elRef),this._isFullPage=e},enumerable:!0,configurable:!0}),e.prototype.ngOnInit=function(){this.publishAriaLabel()},e.prototype.publishAriaLabel=function(){var e=this;if(this.ariaLabel)this.ariaLabelStream.next(this.ariaLabel);else if(this.resourceService){var t="skyux_wait"+(this.isFullPage?"_page":"")+(this.isNonBlocking?"":"_blocking")+"_aria_alt_text";this.resourceService.getString(t).subscribe((function(t){e.ariaLabelStream.next(t)}))}},e.ctorParameters=function(){return[{type:t.ElementRef},{type:L},{type:o.SkyLibResourcesService,decorators:[{type:t.Optional}]}]},d([t.Input()],e.prototype,"ariaLabel",void 0),d([t.Input()],e.prototype,"isWaiting",null),d([t.Input()],e.prototype,"isFullPage",null),d([t.Input()],e.prototype,"isNonBlocking",void 0),e=d([t.Component({selector:"sky-wait",template:'<div\n class="sky-wait-container"\n>\n <div *ngIf="isWaiting"\n class="sky-wait-mask"\n [attr.aria-label]="ariaLabelStream | async"\n [ngClass]="{\n \'sky-wait-mask-loading-fixed\': isFullPage,\n \'sky-wait-mask-loading-non-blocking\': isNonBlocking,\n \'sky-wait-mask-loading-blocking\': !isNonBlocking\n }"\n >\n <div\n class="sky-wait"\n >\n <div\n class="sky-wait-double-bounce1"\n >\n </div>\n <div\n class="sky-wait-double-bounce2"\n >\n </div>\n </div>\n </div>\n</div>\n\n',providers:[L],styles:[".sky-wait-mask-loading-blocking{margin:auto;position:absolute;top:0;right:0;left:0;bottom:0;background-color:rgba(255,255,255,.7);z-index:1000}.sky-wait-mask-loading-fixed{position:fixed}.sky-wait{width:50px;height:50px;margin-top:-25px;margin-left:-25px;position:absolute;top:50%;left:50%}.sky-wait-mask-loading-non-blocking{bottom:0}.sky-wait-mask-loading-non-blocking .sky-wait{top:auto;right:auto;bottom:0;left:0;margin-left:auto;margin-right:auto}.sky-wait-double-bounce1,.sky-wait-double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#72bf44;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:2s ease-in-out infinite sk-bounce;animation:2s ease-in-out infinite sk-bounce}.sky-wait-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-bounce{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes sk-bounce{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.sky-wait-container.sky-wait-active{position:relative}"]}),(n=2,s=t.Optional(),function(e,t){s(e,t,n)})],e)}(),H=function(){function e(){}return e.prototype.addPageWaitEl=function(){document.body.appendChild(document.createElement("sky-wait-page"))},e.prototype.removePageWaitEl=function(){document.body.removeChild(document.querySelector("sky-wait-page"))},e=d([t.Injectable()],e)}(),q=function(){function e(){}return d([t.Input()],e.prototype,"hasBlockingWait",void 0),d([t.Input()],e.prototype,"hasNonBlockingWait",void 0),e=d([t.Component({selector:"sky-wait-page",template:'<div\n class="sky-wait-page"\n>\n <sky-wait\n [isFullPage]="true"\n [isNonBlocking]="true"\n [isWaiting]="hasNonBlockingWait"\n >\n </sky-wait>\n <sky-wait\n [isFullPage]="true"\n [isWaiting]="hasBlockingWait"\n >\n </sky-wait>\n</div>\n',styles:[".sky-wait-page ::ng-deep .sky-wait-mask-loading-fixed{z-index:2000}"]})],e)}(),U=function(){function e(e,t,n,o){this.resolver=e,this.appRef=t,this.waitAdapter=n,this.windowSvc=o}var n;return n=e,e.prototype.beginBlockingPageWait=function(){this.beginPageWait(!0)},e.prototype.beginNonBlockingPageWait=function(){this.beginPageWait(!1)},e.prototype.endBlockingPageWait=function(){this.endPageWait(!0)},e.prototype.endNonBlockingPageWait=function(){this.endPageWait(!1)},e.prototype.clearAllPageWaits=function(){this.clearPageWait(!0),this.clearPageWait(!1)},e.prototype.dispose=function(){n.waitComponent&&(n.waitComponent=void 0,n.pageWaitBlockingCount=0,n.pageWaitNonBlockingCount=0,this.waitAdapter.removePageWaitEl())},e.prototype.blockingWrap=function(e){var t=this;return c.defer((function(){return t.beginBlockingPageWait(),e.pipe(l.finalize((function(){return t.endBlockingPageWait()})))}))},e.prototype.nonBlockingWrap=function(e){var t=this;return c.defer((function(){return t.beginNonBlockingPageWait(),e.pipe(l.finalize((function(){return t.endNonBlockingPageWait()})))}))},e.prototype.setWaitComponentProperties=function(e){e?(n.waitComponent.hasBlockingWait=!0,n.pageWaitBlockingCount++):(n.waitComponent.hasNonBlockingWait=!0,n.pageWaitNonBlockingCount++)},e.prototype.beginPageWait=function(e){var t=this;n.waitComponent?this.setWaitComponentProperties(e):this.windowSvc.nativeWindow.setTimeout((function(){if(!n.waitComponent){var o=t.resolver.resolveComponentFactory(q);t.waitAdapter.addPageWaitEl();var s=t.appRef.bootstrap(o);n.waitComponent=s.instance}t.setWaitComponentProperties(e)}))},e.prototype.endPageWait=function(e){this.windowSvc.nativeWindow.setTimeout((function(){n.waitComponent&&(e?(n.pageWaitBlockingCount>0&&n.pageWaitBlockingCount--,n.pageWaitBlockingCount<1&&(n.waitComponent.hasBlockingWait=!1)):(n.pageWaitNonBlockingCount>0&&n.pageWaitNonBlockingCount--,n.pageWaitNonBlockingCount<1&&(n.waitComponent.hasNonBlockingWait=!1)))}))},e.prototype.clearPageWait=function(e){n.waitComponent&&(e?(n.pageWaitBlockingCount=0,n.waitComponent.hasBlockingWait=!1):(n.pageWaitNonBlockingCount=0,n.waitComponent.hasNonBlockingWait=!1))},e.pageWaitBlockingCount=0,e.pageWaitNonBlockingCount=0,e.ctorParameters=function(){return[{type:t.ComponentFactoryResolver},{type:t.ApplicationRef},{type:H},{type:i.SkyAppWindowRef}]},e=n=d([t.Injectable()],e)}(),$=function(){function e(){}return e=d([t.NgModule({declarations:[z,q],imports:[n.CommonModule,o.SkyI18nModule,p],exports:[z,q],providers:[U,H,i.SkyAppWindowRef],entryComponents:[q]})],e)}();e.SkyAlertModule=x,e.SkyChevronModule=T,e.SkyHelpInlineModule=C,e.SkyIconModule=b,e.SkyKeyInfoModule=W,e.SkyLabelModule=O,e.SkyStatusIndicatorModule=F,e.SkyTextHighlightModule=N,e.SkyTokensModule=D,e.SkyWaitModule=$,e.SkyWaitService=U,e.ɵa=v,e.ɵb=f,e.ɵc=m,e.ɵd=h,e.ɵe=p,e.ɵf=u,e.ɵg=w,e.ɵh=I,e.ɵi=P,e.ɵj=_,e.ɵk=S,e.ɵl=E,e.ɵm=B,e.ɵn=M,e.ɵo=A,e.ɵp=R,e.ɵq=z,e.ɵr=L,e.ɵs=q,e.ɵt=H,Object.defineProperty(e,"__esModule",{value:!0})}));
***************************************************************************** */function y(e,t,n,o){var s,i=arguments.length,r=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(e,t,n,o);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(r=(i<3?s(r):i>3?s(t,n,r):s(t,n))||r);return i>3&&r&&Object.defineProperty(t,n,r),r}function d(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],o=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&o>=e.length&&(e=void 0),{value:e&&e[o++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}var u,k=function(){function e(){this.resources={"EN-US":{skyux_alert_close:"Close the alert",skyux_chevron_collapse:"Collapse",skyux_chevron_expand:"Expand",skyux_help_inline_button_title:"Show help content",skyux_status_indicator_sr_completed:"Completed:",skyux_status_indicator_sr_error:"Error:",skyux_status_indicator_sr_important_info:"Important information:",skyux_status_indicator_sr_warning:"Warning:",skyux_tokens_dismiss_button_title:"Remove item",skyux_wait_aria_alt_text:"Loading.",skyux_wait_blocking_aria_alt_text:"Loading. Please wait.",skyux_wait_page_aria_alt_text:"Page loading.",skyux_wait_page_blocking_aria_alt_text:"Page loading. Please wait."}}}return e.prototype.getString=function(e,t){return o.getStringForLocale(this.resources,e.locale,t)},e=y([t.Injectable()],e)}(),p=function(){function e(){}return e=y([t.NgModule({providers:[{provide:o.SKY_LIB_RESOURCES_PROVIDERS,useClass:k,multi:!0}]})],e)}(),h=function(){function e(){this.iconType="fa"}return y([t.Input()],e.prototype,"icon",void 0),y([t.Input()],e.prototype,"iconType",void 0),y([t.Input()],e.prototype,"size",void 0),y([t.Input()],e.prototype,"fixedWidth",void 0),y([t.Input()],e.prototype,"variant",void 0),e=y([t.Component({selector:"sky-icon",template:'<i *ngIf="icon"\n aria-hidden="true"\n class="sky-icon"\n [ngClass]="icon | skyIconClassList:iconType:size:fixedWidth:variant"\n>\n</i>\n',changeDetection:t.ChangeDetectionStrategy.OnPush,styles:[":host{display:inline-block}i{display:inherit}"]})],e)}(),m=function(){function e(){}return y([t.Input()],e.prototype,"size",void 0),y([t.Input()],e.prototype,"baseIcon",void 0),y([t.Input()],e.prototype,"topIcon",void 0),e=y([t.Component({selector:"sky-icon-stack",template:'<span\n aria-hidden="true"\n class="sky-icon-stack fa-stack"\n [ngClass]="size ? \'fa-\' + size + \' sky-icon-stack-size-\' + size : \'\'"\n>\n <i *ngIf="baseIcon"\n class="sky-icon fa-stack-2x"\n [ngClass]="baseIcon.icon | skyIconClassList:baseIcon.iconType"\n ></i>\n <i *ngIf="topIcon"\n class="sky-icon fa-stack-1x fa-inverse sky-icon-inverse"\n [ngClass]="topIcon.icon | skyIconClassList:topIcon.iconType"\n ></i>\n</span>\n',styles:[":host{display:inline-block;vertical-align:bottom}.sky-icon-stack-size-xs.fa-stack{width:1.25em;height:1.25em;line-height:1.25em}.sky-icon-stack-size-xs .fa-stack-2x{font-size:1.25em}.sky-icon-stack-size-xs .fa-stack-1x{font-size:.625em}.fa-stack-1x.sky-i-check:before{position:relative;top:1px}.fa-stack-1x.sky-i-exclamation:before{position:relative;top:2px;left:-.5px}.sky-theme-modern.sky-theme-mode-dark .sky-icon-inverse,:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-icon-inverse{color:#121212}"]})],e)}(),f=function(){function e(e){var t,n;this.glyphMap=new Map;try{for(var o=d(e.getManifest().glyphs),s=o.next();!s.done;s=o.next()){var i=s.value;this.glyphMap.set(i.name,i)}}catch(e){t={error:e}}finally{try{s&&!s.done&&(n=o.return)&&n.call(o)}finally{if(t)throw t.error}}}return e.prototype.resolveIcon=function(e,t){var n=t&&e+"-"+t;if(n&&this.glyphMap.has(n))return n;if("line"!==t&&!this.glyphMap.has(e)){var o=e+"-line";if(this.glyphMap.has(o))return o}return e},e.ctorParameters=function(){return[{type:s.SkyThemeIconManifestService}]},e=y([t.Injectable()],e)}(),b=function(){function e(e){this.resolver=e}return e.prototype.transform=function(e,t,n,o,s){var i;"skyux"===t?i=["sky-i-"+this.resolver.resolveIcon(e,s)]:i=["fa","fa-"+e];return n&&i.push("fa-"+n),o&&i.push("fa-fw"),i},e.ctorParameters=function(){return[{type:f}]},e=y([t.Pipe({name:"skyIconClassList"})],e)}(),g=function(){function e(){}return e=y([t.NgModule({declarations:[b,h,m],imports:[n.CommonModule,s.SkyThemeIconManifestModule],exports:[h,m],providers:[f]})],e)}(),v=function(){function e(){}return e.getIconsForType=function(e){var t,n,o;switch(e){case"danger":case"warning":t="warning",n="triangle-solid",o="exclamation";break;case"info":t="exclamation-circle",n="circle-solid",o="help-i";break;case"success":t="check",n="circle-solid",o="check"}return{defaultThemeIcon:t,modernThemeBaseIcon:{icon:n,iconType:"skyux"},modernThemeTopIcon:{icon:o,iconType:"skyux"}}},e}(),x=function(){function e(){this.closedChange=new t.EventEmitter}return Object.defineProperty(e.prototype,"alertType",{get:function(){return this._alertType||"warning"},set:function(e){this._alertType=e,this.updateAlertIcon()},enumerable:!0,configurable:!0}),e.prototype.ngOnInit=function(){this.updateAlertIcon()},e.prototype.close=function(){this.closed=!0,this.closedChange.emit(!0)},e.prototype.updateAlertIcon=function(){var e=v.getIconsForType(this.alertType);this.alertBaseIcon=e.modernThemeBaseIcon,this.alertTopIcon=e.modernThemeTopIcon},y([t.Input()],e.prototype,"alertType",null),y([t.Input()],e.prototype,"closeable",void 0),y([t.Input()],e.prototype,"closed",void 0),y([t.Output()],e.prototype,"closedChange",void 0),e=y([t.Component({selector:"sky-alert",template:'<div\n class="sky-box sky-elevation-1 sky-alert sky-rounded-corners"\n role="alert"\n [hidden]="closed"\n [ngClass]="{\n \'sky-alert-info\': alertType === \'info\',\n \'sky-alert-success\': alertType === \'success\',\n \'sky-alert-warning\': alertType === \'warning\',\n \'sky-alert-danger\': alertType === \'danger\',\n \'sky-alert-closeable\': closeable\n }"\n>\n <div\n aria-hidden="true"\n class="sky-alert-icon-theme-modern"\n >\n <sky-icon-stack\n [baseIcon]="alertBaseIcon"\n [topIcon]="alertTopIcon"\n >\n </sky-icon-stack>\n </div>\n <div\n class="sky-alert-content"\n >\n <ng-content></ng-content>\n </div>\n <button\n class="sky-alert-close"\n type="button"\n [attr.aria-label]="\'skyux_alert_close\' | skyLibResources"\n [hidden]="!closeable"\n (click)="close()"\n >\n <span\n aria-hidden="true"\n >\n <sky-icon\n class="sky-alert-close-icon-theme-default"\n icon="close"\n >\n </sky-icon>\n <sky-icon\n class="sky-alert-close-icon-theme-modern"\n icon="close"\n iconType="skyux"\n size="2x"\n >\n </sky-icon>\n </span>\n </button>\n</div>\n',styles:['@charset "UTF-8";.sky-alert{padding:0 10px;margin-bottom:20px;border-left:30px solid;color:#212327;display:flex;flex-direction:row;align-items:center}.sky-alert .sky-alert-content{padding-top:10px;padding-bottom:10px;width:100%}.sky-alert .sky-alert-content ::ng-deep a{color:rgba(33,35,39,.8);text-decoration:underline}.sky-alert .sky-alert-content ::ng-deep a:hover{color:#212327}.sky-alert button{margin-left:auto;width:32px;height:32px}.sky-alert.sky-alert-info{background-color:#81d4f7;border-color:#00b4f1}.sky-alert.sky-alert-info:before{content:"";font-family:FontAwesome;margin-left:-31px;margin-right:20px;color:#fff}.sky-alert.sky-alert-success{background-color:#b7da9b;border-color:#72bf44}.sky-alert.sky-alert-success:before{content:"";font-family:FontAwesome;margin-left:-32px;margin-right:19px;color:#fff}.sky-alert.sky-alert-warning{background-color:#ffd597;border-color:#fbb034}.sky-alert.sky-alert-warning:before{content:"";font-family:FontAwesome;margin-left:-32px;margin-right:19px;color:#fff}.sky-alert.sky-alert-danger{background-color:#f7a08f;border-color:#ef4044}.sky-alert.sky-alert-danger:before{content:"";font-family:FontAwesome;margin-left:-32px;margin-right:19px;color:#fff}.sky-alert-close{cursor:pointer;font-weight:700;line-height:1;margin:0;padding:0;color:#212327;opacity:.8;border:none;background-color:transparent;display:none}.sky-alert-close:hover{opacity:1}.sky-alert-closeable .sky-alert-close{display:block}.sky-alert-close-icon-theme-modern,.sky-alert-icon-theme-modern{display:none}.sky-theme-modern .sky-alert,:host-context(.sky-theme-modern) .sky-alert{border-left-width:7px}.sky-theme-modern .sky-alert .sky-alert-content,:host-context(.sky-theme-modern) .sky-alert .sky-alert-content{padding:15px}.sky-theme-modern .sky-alert.sky-alert-info,:host-context(.sky-theme-modern) .sky-alert.sky-alert-info{background-color:#c1e8fb}.sky-theme-modern .sky-alert-danger:before,.sky-theme-modern .sky-alert-info:before,.sky-theme-modern .sky-alert-success:before,.sky-theme-modern .sky-alert-warning:before,:host-context(.sky-theme-modern) .sky-alert-danger:before,:host-context(.sky-theme-modern) .sky-alert-info:before,:host-context(.sky-theme-modern) .sky-alert-success:before,:host-context(.sky-theme-modern) .sky-alert-warning:before{display:none}.sky-theme-modern .sky-alert-info .sky-alert-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-info .sky-alert-icon-theme-modern{color:#00b4f1}.sky-theme-modern .sky-alert-success .sky-alert-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-success .sky-alert-icon-theme-modern{color:#72bf44}.sky-theme-modern .sky-alert-warning .sky-alert-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-warning .sky-alert-icon-theme-modern{color:#fbb034}.sky-theme-modern .sky-alert-danger .sky-alert-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-danger .sky-alert-icon-theme-modern{color:#ef4044}.sky-theme-modern .sky-alert-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-icon-theme-modern{display:block}.sky-theme-modern .sky-alert-close-icon-theme-default,:host-context(.sky-theme-modern) .sky-alert-close-icon-theme-default{display:none}.sky-theme-modern .sky-alert-close-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-close-icon-theme-modern{display:inline}']})],e)}(),w=function(){function e(){}return e=y([t.NgModule({declarations:[x],imports:[n.CommonModule,o.SkyI18nModule,g,p],exports:[x]})],e)}(),T=function(){function e(){this.directionChange=new t.EventEmitter,this.direction="up",this.disabled=!1}return e.prototype.chevronClick=function(e){e&&e.stopPropagation(),this.direction="up"===this.direction?"down":"up",this.directionChange.emit(this.direction)},y([t.Output()],e.prototype,"directionChange",void 0),y([t.Input()],e.prototype,"direction",void 0),y([t.Input()],e.prototype,"disabled",void 0),e=y([t.Component({selector:"sky-chevron",template:'<button\n class="sky-chevron"\n type="button"\n [attr.aria-label]="(direction === \'down\' ? \'skyux_chevron_expand\' : \'skyux_chevron_collapse\') | skyLibResources"\n [disabled]="disabled"\n [ngClass]="[\'sky-chevron-\' + direction]"\n [skyThemeClass]="{\n \'sky-btn sky-btn-icon-borderless\' : \'modern\'\n }"\n (click)="chevronClick($event)"\n>\n <i\n aria-hidden="true"\n class="sky-chevron-part sky-chevron-left"\n >\n </i>\n <i\n aria-hidden="true"\n class="sky-chevron-part sky-chevron-right"\n >\n </i>\n</button>\n',styles:["button{background:#add8e6}.sky-chevron{border:none;background-color:transparent;flex-shrink:0;height:24px;margin:0;overflow:hidden;width:24px;cursor:pointer;position:relative;vertical-align:top}.sky-chevron:hover .sky-chevron-part{border-color:#979ba2}.sky-chevron-part{border-color:#cdcfd2;border-style:solid;border-width:3px 0 0;display:inline-block;height:10px;position:absolute;top:10px;transition:transform 250ms,left 250ms;vertical-align:top;width:10px}.sky-chevron-up .sky-chevron-left{left:7px;transform:rotate(-45deg)}.sky-chevron-up .sky-chevron-right{left:7px;transform:rotate(45deg)}.sky-chevron-down .sky-chevron-left{left:2px;transform:rotate(45deg)}.sky-chevron-down .sky-chevron-right{left:12px;transform:rotate(-45deg)}.sky-theme-modern .sky-chevron,:host-context(.sky-theme-modern) .sky-chevron{height:26px;width:26px}.sky-theme-modern .sky-chevron-part,:host-context(.sky-theme-modern) .sky-chevron-part{background:#686c73;border:none;height:2px;width:11px;top:13px}.sky-theme-modern .sky-chevron-left,:host-context(.sky-theme-modern) .sky-chevron-left{border-radius:1px 0 0 1px;left:4px}.sky-theme-modern .sky-chevron-right,:host-context(.sky-theme-modern) .sky-chevron-right{border-radius:0 1px 1px 0;left:10.5px}"]})],e)}(),I=function(){function e(){}return e=y([t.NgModule({declarations:[T],imports:[n.CommonModule,o.SkyI18nModule,p,s.SkyThemeModule],exports:[T]})],e)}(),C=function(){function e(){this.actionClick=new t.EventEmitter}return e.prototype.onClick=function(){this.actionClick.emit()},y([t.Output()],e.prototype,"actionClick",void 0),e=y([t.Component({selector:"sky-help-inline",template:'<button\n class="sky-help-inline"\n type="button"\n [attr.aria-label]="\'skyux_help_inline_button_title\' | skyLibResources"\n (click)="onClick()"\n>\n <sky-icon\n icon="info-circle"\n >\n </sky-icon>\n</button>\n',styles:[".sky-help-inline{color:#0974a1;font-size:15px;background-color:transparent;border:none;display:inline-block}.sky-help-inline:hover{color:#065171;transition:color 150ms;cursor:pointer}"]})],e)}(),_=function(){function e(){}return e=y([t.NgModule({declarations:[C],imports:[n.CommonModule,o.SkyI18nModule,g,p],exports:[C]})],e)}(),S=function(){function e(){}return e=y([t.Component({selector:"sky-key-info-label",template:"<ng-content></ng-content>"})],e)}(),P=function(){function e(){}return e=y([t.Component({selector:"sky-key-info-value",template:"<ng-content></ng-content>"})],e)}(),W=function(){function e(){this.layout="vertical"}return y([t.Input()],e.prototype,"layout",void 0),e=y([t.Component({selector:"sky-key-info",template:'<div\n class="sky-key-info"\n [ngClass]="{\n \'sky-key-info-horizontal\': layout === \'horizontal\'\n }"\n>\n <div\n class="sky-key-info-value sky-headline"\n >\n <ng-content\n select="sky-key-info-value"\n >\n </ng-content>\n </div>\n <div\n class="sky-key-info-label sky-field-label sky-font-data-label"\n >\n <ng-content\n select="sky-key-info-label"\n >\n </ng-content>\n </div>\n</div>\n',styles:['.sky-key-info,.sky-key-info-horizontal .sky-key-info-label,.sky-key-info-horizontal .sky-key-info-value{display:inline-block}.sky-key-info-horizontal .sky-key-info-label:before{content:" ";display:inline-block}']})],e)}(),E=function(){function e(){}return e=y([t.NgModule({declarations:[W,S,P],imports:[n.CommonModule],exports:[W,S,P]})],e)}(),M=function(){function e(){}return Object.defineProperty(e.prototype,"labelType",{get:function(){return this._labelType||"info"},set:function(e){this._labelType=e,this.updateIcon()},enumerable:!0,configurable:!0}),e.prototype.updateIcon=function(){var e=v.getIconsForType(this.labelType);this.icon=e.defaultThemeIcon,this.baseIcon=e.modernThemeBaseIcon,this.topIcon=e.modernThemeTopIcon},y([t.Input()],e.prototype,"labelType",null),e=y([t.Component({selector:"sky-label",template:'<span\n class="sky-label"\n [ngClass]="\'sky-label-\' + labelType"\n>\n <span\n class="sky-label-icon-theme-default"\n >\n <sky-icon\n [icon]="icon"\n ></sky-icon>\n </span>\n <span\n class="sky-label-icon-theme-modern"\n >\n <sky-icon-stack\n size="xs"\n [baseIcon]="baseIcon"\n [topIcon]="topIcon"\n >\n </sky-icon-stack>\n </span>\n <span class="sky-label-text">\n <ng-content></ng-content>\n </span>\n</span>\n',styles:[".sky-label{color:#212327;display:inline;border-radius:10rem;font-weight:400;line-height:2.2;margin:0 3px;padding:.3em .6em;white-space:nowrap}.sky-label-success{background-color:#b7da9b}.sky-label-info{background-color:#81d4f7}.sky-label-warning{background-color:#ffd597}.sky-label-danger{background-color:#f7a08f}.sky-label-text{display:inline-block;padding-left:5px}.sky-label-icon-theme-modern{display:none}.sky-theme-modern .sky-label,:host-context(.sky-theme-modern) .sky-label{align-items:center;display:inline-flex;line-height:1}.sky-theme-modern .sky-label.sky-label-info,:host-context(.sky-theme-modern) .sky-label.sky-label-info{background-color:#c1e8fb}.sky-theme-modern .sky-label.sky-label-info,.sky-theme-modern .sky-label.sky-label-success,:host-context(.sky-theme-modern) .sky-label.sky-label-info,:host-context(.sky-theme-modern) .sky-label.sky-label-success{padding:4px 15px 4px 6px}.sky-theme-modern .sky-label.sky-label-danger,.sky-theme-modern .sky-label.sky-label-warning,:host-context(.sky-theme-modern) .sky-label.sky-label-danger,:host-context(.sky-theme-modern) .sky-label.sky-label-warning{padding:4px 15px 4px 9px}.sky-theme-modern .sky-label-icon-theme-default,:host-context(.sky-theme-modern) .sky-label-icon-theme-default{display:none}.sky-theme-modern .sky-label-icon-theme-modern,:host-context(.sky-theme-modern) .sky-label-icon-theme-modern{display:block}.sky-theme-modern .sky-label-info .sky-label-icon-theme-modern,:host-context(.sky-theme-modern) .sky-label-info .sky-label-icon-theme-modern{color:#00b4f1}.sky-theme-modern .sky-label-success .sky-label-icon-theme-modern,:host-context(.sky-theme-modern) .sky-label-success .sky-label-icon-theme-modern{color:#72bf44}.sky-theme-modern .sky-label-warning .sky-label-icon-theme-modern,:host-context(.sky-theme-modern) .sky-label-warning .sky-label-icon-theme-modern{color:#fbb034}.sky-theme-modern .sky-label-danger .sky-label-icon-theme-modern,:host-context(.sky-theme-modern) .sky-label-danger .sky-label-icon-theme-modern{color:#ef4044}"]})],e)}(),O=function(){function e(){}return e=y([t.NgModule({declarations:[M],imports:[n.CommonModule,g],exports:[M]})],e)}(),B=function(){function e(e,t){this.changeDetector=e,this.resources=t}return Object.defineProperty(e.prototype,"indicatorType",{get:function(){return this._indicatorType||"warning"},set:function(e){this._indicatorType=e,this.updateIcon()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"descriptionType",{get:function(){return this._descriptionType},set:function(e){this._descriptionType=e,this.updateDescriptionComputed()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"customDescription",{get:function(){return this._customDescription},set:function(e){this._customDescription=e,this.updateDescriptionComputed()},enumerable:!0,configurable:!0}),e.prototype.updateIcon=function(){var e=v.getIconsForType(this.indicatorType);this.icon=e.defaultThemeIcon,this.baseIcon=e.modernThemeBaseIcon,this.topIcon=e.modernThemeTopIcon},e.prototype.updateDescriptionComputed=function(){var e=this;if(this.descriptionType)switch(this.descriptionType){case"none":this.descriptionComputed="";break;case"custom":this.descriptionComputed=this.customDescription;break;default:this.resources.getString("skyux_status_indicator_sr_"+this.descriptionType.replace(/-/g,"_")).subscribe((function(t){e.descriptionComputed=t,e.changeDetector.markForCheck()}))}else this.descriptionComputed=void 0},e.ctorParameters=function(){return[{type:t.ChangeDetectorRef},{type:o.SkyLibResourcesService}]},y([t.Input()],e.prototype,"indicatorType",null),y([t.Input()],e.prototype,"descriptionType",null),y([t.Input()],e.prototype,"customDescription",null),e=y([t.Component({selector:"sky-status-indicator",template:'<div *ngIf="descriptionType"\n class="sky-status-indicator"\n>\n <div\n aria-hidden="true"\n class="sky-margin-inline-xs sky-status-indicator-icon"\n [ngClass]="\'sky-status-indicator-icon-\' + indicatorType"\n >\n <span\n class="sky-status-indicator-icon-default"\n >\n <sky-icon\n [icon]="icon"\n ></sky-icon>\n </span>\n <span\n class="sky-status-indicator-icon-modern"\n >\n <sky-icon-stack\n size="xs"\n [baseIcon]="baseIcon"\n [topIcon]="topIcon"\n >\n </sky-icon-stack>\n </span>\n </div>\n <div\n class="sky-status-indicator-message-wrapper"\n >\n <span *ngIf="descriptionComputed"\n class="sky-screen-reader-only"\n >\n {{ descriptionComputed }}\n </span>\n <span\n class="sky-status-indicator-message"\n >\n <ng-content></ng-content>\n </span>\n </div>\n</div>\n',changeDetection:t.ChangeDetectionStrategy.OnPush,styles:[".sky-status-indicator{align-items:baseline;display:flex}.sky-status-indicator-icon{flex-shrink:1}.sky-status-indicator-icon-modern{display:none}.sky-status-indicator-icon-info{color:#00b4f1}.sky-status-indicator-icon-success{color:#72bf44}.sky-status-indicator-icon-warning{color:#fbb034}.sky-status-indicator-icon-danger{color:#ef4044}.sky-theme-modern .sky-status-indicator-icon-default,:host-context(.sky-theme-modern) .sky-status-indicator-icon-default{display:none}.sky-theme-modern .sky-status-indicator-icon-modern,:host-context(.sky-theme-modern) .sky-status-indicator-icon-modern{display:inline}"]})],e)}(),F=function(){function e(){}return e=y([t.NgModule({declarations:[B],imports:[n.CommonModule,o.SkyI18nModule,g,p],exports:[B]})],e)}(),N=function(){function e(e,t){this.el=e,this.observerService=t,this.existingHighlight=!1}var n;return n=e,e.prototype.ngOnChanges=function(e){e.skyHighlight&&!e.skyHighlight.firstChange&&this.highlight()},e.prototype.ngAfterViewInit=function(){var e=this;this.observer=this.observerService.create((function(t){e.highlight()})),this.observeDom(),this.skyHighlight&&this.highlight()},e.prototype.ngOnDestroy=function(){this.observer&&this.observer.disconnect()},e.prototype.readyForHighlight=function(e){return e&&this.el.nativeElement},e.prototype.highlight=function(){this.observer&&this.observer.disconnect();var e=this.skyHighlight;if(this.existingHighlight&&n.removeHighlight(this.el),this.readyForHighlight(e)){var t=this.el.nativeElement;n.markTextNodes(t,e),this.existingHighlight=!0}this.observeDom()},e.prototype.observeDom=function(){if(this.observer){this.observer.observe(this.el.nativeElement,{attributes:!1,childList:!0,characterData:!0})}},e.cleanRegex=function(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")},e.getRegexMatch=function(e,t){var n=e.nodeValue,o=this.cleanRegex(t);return new RegExp(o,"gi").exec(n)},e.markNode=function(e,t){var o=n.getRegexMatch(e,t);if(o&&o.length>0){var s=o.index,i=e.splitText(s);i.splitText(t.length);var r=i.cloneNode(!0),a=document.createElement("mark");return a.className="sky-highlight-mark",a.appendChild(r),i.parentNode.replaceChild(a,i),1}return 0},e.markTextNodes=function(e,t){if(3===e.nodeType)return n.markNode(e,t);if(1===e.nodeType&&e.childNodes)for(var o=0;o<e.childNodes.length;o++){var s=e.childNodes[o];o+=n.markTextNodes(s,t)}return 0},e.removeHighlight=function(e){var t=e.nativeElement.querySelectorAll("mark.sky-highlight-mark");if(t)for(var n=0;n<t.length;n++){var o=t[n],s=o.parentNode;s.replaceChild(o.firstChild,o),s.normalize()}},e.ctorParameters=function(){return[{type:t.ElementRef},{type:i.MutationObserverService}]},y([t.Input()],e.prototype,"skyHighlight",void 0),e=n=y([t.Directive({selector:"[skyHighlight]"})],e)}(),A=function(){function e(){}return e=y([t.NgModule({declarations:[N],exports:[N],providers:[i.MutationObserverService]})],e)}(),R=function(){function e(e,n){this.elementRef=e,this.resourcesService=n,this.dismiss=new t.EventEmitter,this.tokenFocus=new t.EventEmitter}return Object.defineProperty(e.prototype,"disabled",{get:function(){return!!this._disabled},set:function(e){this._disabled=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ariaLabel",{get:function(){return this._ariaLabel||this.getString("skyux_tokens_dismiss_button_title")},set:function(e){this._ariaLabel=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"dismissible",{get:function(){return!1!==this._dismissible},set:function(e){this._dismissible=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"focusable",{get:function(){return!1!==this._focusable},set:function(e){this._focusable=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"tabIndex",{get:function(){return this.focusable?0:-1},enumerable:!0,configurable:!0}),e.prototype.dismissToken=function(e){e&&e.stopPropagation(),this.dismiss.emit()},e.prototype.focusElement=function(){this.elementRef.nativeElement.querySelector(".sky-token").focus()},e.prototype.getString=function(e){return this.resourcesService.getStringForLocale({locale:"en-US"},e)},e.ctorParameters=function(){return[{type:t.ElementRef},{type:o.SkyLibResourcesService}]},y([t.Input()],e.prototype,"disabled",null),y([t.Input()],e.prototype,"ariaLabel",null),y([t.Input()],e.prototype,"dismissible",null),y([t.Input()],e.prototype,"focusable",null),y([t.Output()],e.prototype,"dismiss",void 0),y([t.Output()],e.prototype,"tokenFocus",void 0),e=y([t.Component({selector:"sky-token",template:'<div\n class="sky-token sky-btn sky-btn-default"\n role="button"\n [attr.aria-disabled]="disabled"\n [attr.tabindex]="tabIndex"\n [ngClass]="{\n \'sky-btn-disabled\': disabled,\n \'sky-token-dismissable\': dismissible,\n \'sky-token-active\': tokenActive && !closeActive\n }"\n (document:mouseup)="tokenActive = false;"\n (focus)="tokenFocus.emit()"\n (mousedown)="tokenActive = true;"\n >\n <ng-content>\n </ng-content>\n <button *ngIf="dismissible"\n class="sky-btn sky-token-btn-close"\n type="button"\n [attr.aria-label]="ariaLabel"\n [attr.tabindex]="tabIndex"\n [attr.title]="ariaLabel"\n [disabled]="disabled"\n [ngClass]="{\n \'sky-token-btn-close-active\': closeActive\n }"\n (click)="dismissToken($event)"\n (document:mouseup)="closeActive = false;"\n (mousedown)="closeActive = true;"\n >\n <sky-icon\n class="sky-token-btn-close-icon-default"\n icon="times"\n >\n </sky-icon>\n <sky-icon\n class="sky-token-btn-close-icon-modern"\n icon="close"\n iconType="skyux"\n >\n </sky-icon>\n </button>\n</div>\n',changeDetection:t.ChangeDetectionStrategy.OnPush,styles:[".sky-token{background-color:#c1e8fb;border:1px solid #00b4f1;overflow:hidden;padding:2px 8px;display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sky-token:focus,.sky-token:hover{background-color:#91d6f8;border-color:#008ebe;cursor:pointer}.sky-token:focus{box-shadow:0 0 8px rgba(0,180,241,.6);border:1px solid #00b4f1;outline:0}.sky-btn-disabled{cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sky-token-btn-close{background:0 0;padding:0;border:0;margin-left:2px;opacity:.9}.sky-token-btn-close:focus,.sky-token-btn-close:hover{opacity:1}.sky-token-btn-close-icon-modern{display:none}.sky-theme-modern .sky-token,:host-context(.sky-theme-modern) .sky-token{align-items:center;display:inline-flex;padding:1px 5px;font-size:14px}.sky-theme-modern .sky-token.sky-btn-disabled,:host-context(.sky-theme-modern) .sky-token.sky-btn-disabled{color:#212327}.sky-theme-modern .sky-token:not(.sky-btn-disabled),:host-context(.sky-theme-modern) .sky-token:not(.sky-btn-disabled){border:none;box-shadow:inset 0 0 0 1px #81d4f7}.sky-theme-modern .sky-token.sky-token-dismissable,:host-context(.sky-theme-modern) .sky-token.sky-token-dismissable{padding-right:1px}.sky-theme-modern .sky-token:hover:not(:active),:host-context(.sky-theme-modern) .sky-token:hover:not(:active){border:none;box-shadow:inset 0 0 0 1px #1870b8}.sky-theme-modern .sky-token.sky-token-active,:host-context(.sky-theme-modern) .sky-token.sky-token-active{border:none;box-shadow:inset 0 0 0 2px #1870b8}.sky-theme-modern .sky-token:focus:not(:active),:host-context(.sky-theme-modern) .sky-token:focus:not(:active){border:none;box-shadow:inset 0 0 0 2px #1870b8,0 1px 3px 0 rgba(0,0,0,.3)}.sky-theme-modern .sky-token:focus,.sky-theme-modern .sky-token:hover,:host-context(.sky-theme-modern) .sky-token:focus,:host-context(.sky-theme-modern) .sky-token:hover{background-color:#c1e8fb}.sky-theme-modern .sky-token-btn-close,:host-context(.sky-theme-modern) .sky-token-btn-close{align-items:center;border-radius:5px;display:flex;height:20px;margin-left:5px;width:20px}.sky-theme-modern .sky-token-btn-close:hover,:host-context(.sky-theme-modern) .sky-token-btn-close:hover{border:none;box-shadow:inset 0 0 0 1px transparent}.sky-theme-modern .sky-token-btn-close.sky-token-btn-close-active,:host-context(.sky-theme-modern) .sky-token-btn-close.sky-token-btn-close-active{border:none;box-shadow:inset 0 0 0 2px #1870b8}.sky-theme-modern .sky-token-btn-close:focus,:host-context(.sky-theme-modern) .sky-token-btn-close:focus{outline:0}.sky-theme-modern .sky-token-btn-close:focus:not(:active),:host-context(.sky-theme-modern) .sky-token-btn-close:focus:not(:active){border:none;box-shadow:inset 0 0 0 2px #1870b8,0 1px 3px 0 rgba(0,0,0,.3)}.sky-theme-modern .sky-token-btn-close-icon-default,:host-context(.sky-theme-modern) .sky-token-btn-close-icon-default{display:none}.sky-theme-modern .sky-token-btn-close-icon-modern,:host-context(.sky-theme-modern) .sky-token-btn-close-icon-modern{display:inline-block;width:100%}.sky-theme-modern.sky-theme-mode-dark .sky-token,:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-token{background-color:#c1e8fb}.sky-theme-modern.sky-theme-mode-dark .sky-token,.sky-theme-modern.sky-theme-mode-dark .sky-token-btn-close,:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-token,:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-token-btn-close{color:#212327}"]})],e)}();(u=e.SkyTokensMessageType||(e.SkyTokensMessageType={}))[u.FocusLastToken=0]="FocusLastToken",u[u.FocusActiveToken=1]="FocusActiveToken",u[u.FocusPreviousToken=2]="FocusPreviousToken",u[u.FocusNextToken=3]="FocusNextToken",u[u.RemoveActiveToken=4]="RemoveActiveToken";var D=function(){function n(e){var n=this;this.changeDetector=e,this.focusIndexOverRange=new t.EventEmitter,this.focusIndexUnderRange=new t.EventEmitter,this.tokenSelected=new t.EventEmitter,this.tokensChange=new t.EventEmitter,this.ngUnsubscribe=new c.Subject,this.trackTokenFn=function(e,t){return n.trackWith?t.value[n.trackWith]:t}}return Object.defineProperty(n.prototype,"disabled",{get:function(){return!!this._disabled},set:function(e){this._disabled=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"dismissible",{get:function(){return!1!==this._dismissible},set:function(e){this._dismissible=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"displayWith",{get:function(){return this._displayWith||"name"},set:function(e){this._displayWith=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"focusable",{get:function(){return!1!==this._focusable},set:function(e){this._focusable=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tokens",{get:function(){return this._tokens||[]},set:function(e){this._tokens=e,this.tokensChange.emit(this._tokens)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"messageStream",{get:function(){return this._messageStream},set:function(e){this._messageStream=e,this.initMessageStream()},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"activeIndex",{get:function(){return this._activeIndex||0},set:function(e){e>=this.tokens.length&&(e=this.tokens.length-1,this.focusIndexOverRange.emit()),e<0&&(e=0,this.focusIndexUnderRange.emit()),this._activeIndex=e},enumerable:!0,configurable:!0}),n.prototype.ngOnDestroy=function(){this.ngUnsubscribe.next(),this.ngUnsubscribe.complete()},n.prototype.onTokenClick=function(e){this.disabled||this.notifyTokenSelected(e)},n.prototype.onTokenKeyDown=function(t){if(!this.disabled)switch(t.key){case"Left":case"ArrowLeft":this.messageStream.next({type:e.SkyTokensMessageType.FocusPreviousToken}),t.preventDefault();break;case"Right":case"ArrowRight":this.messageStream.next({type:e.SkyTokensMessageType.FocusNextToken}),t.preventDefault()}},n.prototype.selectToken=function(e){this.disabled||this.notifyTokenSelected(e)},n.prototype.removeToken=function(e){this.tokens=this.tokens.filter((function(t){return t!==e})),this.changeDetector.detectChanges()},n.prototype.focusPreviousToken=function(){this.activeIndex--,this.focusActiveToken()},n.prototype.focusNextToken=function(){this.activeIndex++,this.focusActiveToken()},n.prototype.focusLastToken=function(){this.activeIndex=this.tokenComponents.length-1,this.focusActiveToken()},n.prototype.focusActiveToken=function(){var e=this,t=this.tokenComponents.find((function(t,n){return e.activeIndex===n}));t&&t.focusElement()},n.prototype.removeActiveToken=function(){var e=this.tokens[this.activeIndex];e&&this.removeToken(e)},n.prototype.initMessageStream=function(){var t=this;this.messageStreamSub&&this.messageStreamSub.unsubscribe(),this.messageStream&&(this.messageStreamSub=this.messageStream.pipe(l.takeUntil(this.ngUnsubscribe)).subscribe((function(n){switch(n.type){case e.SkyTokensMessageType.FocusLastToken:t.focusLastToken();break;case e.SkyTokensMessageType.FocusActiveToken:t.focusActiveToken();break;case e.SkyTokensMessageType.FocusPreviousToken:t.focusPreviousToken();break;case e.SkyTokensMessageType.FocusNextToken:t.focusNextToken();break;case e.SkyTokensMessageType.RemoveActiveToken:t.removeActiveToken()}})))},n.prototype.notifyTokenSelected=function(e){this.tokenSelected.emit({token:e})},n.ctorParameters=function(){return[{type:t.ChangeDetectorRef}]},y([t.Input()],n.prototype,"disabled",null),y([t.Input()],n.prototype,"dismissible",null),y([t.Input()],n.prototype,"displayWith",null),y([t.Input()],n.prototype,"trackWith",void 0),y([t.Input()],n.prototype,"focusable",null),y([t.Input()],n.prototype,"tokens",null),y([t.Input()],n.prototype,"messageStream",null),y([t.Output()],n.prototype,"focusIndexOverRange",void 0),y([t.Output()],n.prototype,"focusIndexUnderRange",void 0),y([t.Output()],n.prototype,"tokenSelected",void 0),y([t.Output()],n.prototype,"tokensChange",void 0),y([t.ViewChildren(R)],n.prototype,"tokenComponents",void 0),n=y([t.Component({selector:"sky-tokens",template:'<div *ngIf="tokens"\n class="sky-tokens"\n [@blockAnimationOnLoad]\n [attr.role]="(tokens && tokens.length) ? \'list\' : null"\n>\n <sky-token *ngFor="let token of tokens; let i = index; trackBy: trackTokenFn"\n role="listitem"\n [@.disabled]="!trackWith"\n [@dismiss]\n [disabled]="disabled"\n [dismissible]="dismissible"\n [focusable]="focusable"\n (dismiss)="removeToken(token)"\n (click)="onTokenClick(token)"\n (keydown)="onTokenKeyDown($event)"\n (keyup.enter)="selectToken(token);$event.preventDefault();"\n (tokenFocus)="activeIndex = i"\n >\n {{ token.value[displayWith] }}\n </sky-token>\n <div\n class="sky-tokens-content"\n >\n <ng-content></ng-content>\n </div>\n</div>\n',changeDetection:t.ChangeDetectionStrategy.OnPush,animations:[a.trigger("blockAnimationOnLoad",[a.transition(":enter",[])]),a.trigger("dismiss",[a.transition(":enter",[a.style({opacity:0,width:0}),a.animate("150ms ease-in",a.style({opacity:1,width:"*"}))]),a.transition(":leave",[a.animate("150ms ease-in",a.style({opacity:0,width:0}))])])],styles:['@charset "UTF-8";.sky-tokens{display:flex;flex-wrap:wrap;align-items:baseline;margin:-2px}.sky-tokens .sky-tokens-content,.sky-tokens ::ng-deep sky-token{flex:0 0 auto;display:inline-flex;padding:2px}.sky-tokens .sky-tokens-content{flex-grow:1;flex-basis:0px}.sky-tokens .sky-tokens-content:before{content:"​"}']})],n)}(),L=function(){function e(){}return e=y([t.NgModule({declarations:[R,D],imports:[r.BrowserAnimationsModule,n.CommonModule,o.SkyI18nModule,g,p],exports:[R,D]})],e)}(),j=function(){function e(e){this.rendererFactory=e,this.renderer=this.rendererFactory.createRenderer(void 0,void 0)}var n;return n=e,e.prototype.ngOnDestroy=function(){this.clearListeners()},e.prototype.setWaitBounds=function(e){this.renderer.setStyle(e.nativeElement.parentElement,"position","relative")},e.prototype.removeWaitBounds=function(e){this.renderer.removeStyle(e.nativeElement.parentElement,"position")},e.prototype.setBusyState=function(e,t,o,s,i){var r=this;void 0===s&&(s=!1);var a=t?document.body:e.nativeElement.parentElement;if(!s)if(o)if(this.renderer.setAttribute(a,"aria-busy","true"),(t||a.contains(document.activeElement))&&this.clearDocumentFocus(),t){n.isPageWaitActive=!0;var c=this.renderer.listen(document.body,"keydown",(function(e){e.key&&"tab"===e.key.toLowerCase()&&(e.target.blur(),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),r.clearDocumentFocus())}));n.busyElements[i]={listener:c,busyEl:void 0}}else{c=this.renderer.listen(a,"focusin",(function(e){if(!s)if(e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),n.isPageWaitActive)r.clearDocumentFocus();else{var t=e.target;t.blur(),r.focusNextElement(t,r.isShift(e),a)}}));n.busyElements[i]={listener:c,busyEl:a}}else this.renderer.removeAttribute(a,"aria-busy"),t&&(n.isPageWaitActive=!1),i in n.busyElements&&(n.busyElements[i].listener(),delete n.busyElements[i])},e.prototype.focusNextElement=function(e,t,n){for(var o=this.getFocussableElements(),s=t?-1:1,i=o.indexOf(e),r=i+s;o[r]&&this.isElementBusyOrHidden(o[r]);)r+=s;if(o[r]&&!this.isElementBusyOrHidden(o[r]))o[r].focus();else{for(r=s>0?0:o.length-1;r!==i&&o[r]&&this.isElementBusyOrHidden(o[r]);)r+=s;o[r]&&!this.isElementBusyOrHidden(o[r])?o[r].focus():this.clearDocumentFocus()}this.focussableElements=void 0},e.prototype.isShift=function(e){var t=this,n=this.getFocussableElements().filter((function(e){return!t.isElementHidden(e)})),o=n.indexOf(e.relatedTarget),s=n.indexOf(e.target);return o===s+1||0===o&&s===n.length-1||o>s||!e.relatedTarget},e.prototype.isElementHidden=function(e){var t=window.getComputedStyle(e);return"none"===t.display||"hidden"===t.visibility},e.prototype.isElementBusyOrHidden=function(e){var t,o;if(this.isElementHidden(e))return!0;try{for(var s=d(Object.keys(n.busyElements)),i=s.next();!i.done;i=s.next()){var r=i.value,a=n.busyElements[r].busyEl;if(a&&a.contains(e))return!0}}catch(e){t={error:e}}finally{try{i&&!i.done&&(o=s.return)&&o.call(s)}finally{if(t)throw t.error}}return!1},e.prototype.clearDocumentFocus=function(){document.activeElement&&document.activeElement.blur&&document.activeElement.blur(),document.body.focus()},e.prototype.getFocussableElements=function(){if(this.focussableElements)return this.focussableElements;return this.focussableElements=Array.prototype.filter.call(document.body.querySelectorAll("a[href], area[href], input:not([disabled]):not([tabindex='-1']), button:not([disabled]):not([tabindex='-1']), select:not([disabled]):not([tabindex='-1']), textarea:not([disabled]):not([tabindex='-1']), iframe, object, embed, *[tabindex]:not([tabindex='-1']), *[contenteditable=true]"),(function(e){return e.offsetWidth>0||e.offsetHeight>0||e===document.activeElement})),this.focussableElements},e.prototype.clearListeners=function(){var e,t;n.isPageWaitActive=!1;try{for(var o=d(Object.keys(n.busyElements)),s=o.next();!s.done;s=o.next()){var i=s.value;n.busyElements[i].listener(),delete n.busyElements[i]}}catch(t){e={error:t}}finally{try{s&&!s.done&&(t=o.return)&&t.call(o)}finally{if(e)throw e.error}}},e.isPageWaitActive=!1,e.busyElements={},e.ctorParameters=function(){return[{type:t.RendererFactory2}]},e=n=y([t.Injectable()],e)}(),z=0,H=function(){function e(e,t,n){this.elRef=e,this.adapterService=t,this.resourceService=n,this.ariaLabelStream=new c.BehaviorSubject(""),this.id="sky-wait-"+ ++z}var n,s;return Object.defineProperty(e.prototype,"isWaiting",{get:function(){return this._isWaiting},set:function(e){e&&!this._isFullPage?this.adapterService.setWaitBounds(this.elRef):e||this._isFullPage||this.adapterService.removeWaitBounds(this.elRef),this.adapterService.setBusyState(this.elRef,this.isFullPage,e,this.isNonBlocking,this.id),this._isWaiting=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isFullPage",{get:function(){return this._isFullPage},set:function(e){e?this.adapterService.removeWaitBounds(this.elRef):!e&&this._isWaiting&&this.adapterService.setWaitBounds(this.elRef),this._isFullPage=e},enumerable:!0,configurable:!0}),e.prototype.ngOnInit=function(){this.publishAriaLabel()},e.prototype.publishAriaLabel=function(){var e=this;if(this.ariaLabel)this.ariaLabelStream.next(this.ariaLabel);else if(this.resourceService){var t="skyux_wait"+(this.isFullPage?"_page":"")+(this.isNonBlocking?"":"_blocking")+"_aria_alt_text";this.resourceService.getString(t).subscribe((function(t){e.ariaLabelStream.next(t)}))}},e.ctorParameters=function(){return[{type:t.ElementRef},{type:j},{type:o.SkyLibResourcesService,decorators:[{type:t.Optional}]}]},y([t.Input()],e.prototype,"ariaLabel",void 0),y([t.Input()],e.prototype,"isWaiting",null),y([t.Input()],e.prototype,"isFullPage",null),y([t.Input()],e.prototype,"isNonBlocking",void 0),e=y([t.Component({selector:"sky-wait",template:'<div\n class="sky-wait-container"\n>\n <div *ngIf="isWaiting"\n class="sky-wait-mask"\n [attr.aria-label]="ariaLabelStream | async"\n [ngClass]="{\n \'sky-wait-mask-loading-fixed\': isFullPage,\n \'sky-wait-mask-loading-non-blocking\': isNonBlocking,\n \'sky-wait-mask-loading-blocking\': !isNonBlocking\n }"\n >\n <div\n class="sky-wait"\n >\n <div\n class="sky-wait-double-bounce1"\n >\n </div>\n <div\n class="sky-wait-double-bounce2"\n >\n </div>\n </div>\n </div>\n</div>\n\n',providers:[j],styles:[".sky-wait-mask-loading-blocking{margin:auto;position:absolute;top:0;right:0;left:0;bottom:0;background-color:rgba(255,255,255,.7);z-index:1000}.sky-wait-mask-loading-fixed{position:fixed}.sky-wait{width:50px;height:50px;margin-top:-25px;margin-left:-25px;position:absolute;top:50%;left:50%}.sky-wait-mask-loading-non-blocking{bottom:0}.sky-wait-mask-loading-non-blocking .sky-wait{top:auto;right:auto;bottom:0;left:0;margin-left:auto;margin-right:auto}.sky-wait-double-bounce1,.sky-wait-double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#72bf44;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:2s ease-in-out infinite sk-bounce;animation:2s ease-in-out infinite sk-bounce}.sky-wait-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-bounce{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes sk-bounce{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.sky-wait-container.sky-wait-active{position:relative}"]}),(n=2,s=t.Optional(),function(e,t){s(e,t,n)})],e)}(),q=function(){function e(){}return e.prototype.addPageWaitEl=function(){document.body.appendChild(document.createElement("sky-wait-page"))},e.prototype.removePageWaitEl=function(){document.body.removeChild(document.querySelector("sky-wait-page"))},e=y([t.Injectable()],e)}(),U=function(){function e(){}return y([t.Input()],e.prototype,"hasBlockingWait",void 0),y([t.Input()],e.prototype,"hasNonBlockingWait",void 0),e=y([t.Component({selector:"sky-wait-page",template:'<div\n class="sky-wait-page"\n>\n <sky-wait\n [isFullPage]="true"\n [isNonBlocking]="true"\n [isWaiting]="hasNonBlockingWait"\n >\n </sky-wait>\n <sky-wait\n [isFullPage]="true"\n [isWaiting]="hasBlockingWait"\n >\n </sky-wait>\n</div>\n',styles:[".sky-wait-page ::ng-deep .sky-wait-mask-loading-fixed{z-index:2000}"]})],e)}(),$=function(){function e(e,t,n,o){this.resolver=e,this.appRef=t,this.waitAdapter=n,this.windowSvc=o}var n;return n=e,e.prototype.beginBlockingPageWait=function(){this.beginPageWait(!0)},e.prototype.beginNonBlockingPageWait=function(){this.beginPageWait(!1)},e.prototype.endBlockingPageWait=function(){this.endPageWait(!0)},e.prototype.endNonBlockingPageWait=function(){this.endPageWait(!1)},e.prototype.clearAllPageWaits=function(){this.clearPageWait(!0),this.clearPageWait(!1)},e.prototype.dispose=function(){n.waitComponent&&(n.waitComponent=void 0,n.pageWaitBlockingCount=0,n.pageWaitNonBlockingCount=0,this.waitAdapter.removePageWaitEl())},e.prototype.blockingWrap=function(e){var t=this;return c.defer((function(){return t.beginBlockingPageWait(),e.pipe(l.finalize((function(){return t.endBlockingPageWait()})))}))},e.prototype.nonBlockingWrap=function(e){var t=this;return c.defer((function(){return t.beginNonBlockingPageWait(),e.pipe(l.finalize((function(){return t.endNonBlockingPageWait()})))}))},e.prototype.setWaitComponentProperties=function(e){e?(n.waitComponent.hasBlockingWait=!0,n.pageWaitBlockingCount++):(n.waitComponent.hasNonBlockingWait=!0,n.pageWaitNonBlockingCount++)},e.prototype.beginPageWait=function(e){var t=this;n.waitComponent?this.setWaitComponentProperties(e):this.windowSvc.nativeWindow.setTimeout((function(){if(!n.waitComponent){var o=t.resolver.resolveComponentFactory(U);t.waitAdapter.addPageWaitEl();var s=t.appRef.bootstrap(o);n.waitComponent=s.instance}t.setWaitComponentProperties(e)}))},e.prototype.endPageWait=function(e){this.windowSvc.nativeWindow.setTimeout((function(){n.waitComponent&&(e?(n.pageWaitBlockingCount>0&&n.pageWaitBlockingCount--,n.pageWaitBlockingCount<1&&(n.waitComponent.hasBlockingWait=!1)):(n.pageWaitNonBlockingCount>0&&n.pageWaitNonBlockingCount--,n.pageWaitNonBlockingCount<1&&(n.waitComponent.hasNonBlockingWait=!1)))}))},e.prototype.clearPageWait=function(e){n.waitComponent&&(e?(n.pageWaitBlockingCount=0,n.waitComponent.hasBlockingWait=!1):(n.pageWaitNonBlockingCount=0,n.waitComponent.hasNonBlockingWait=!1))},e.pageWaitBlockingCount=0,e.pageWaitNonBlockingCount=0,e.ctorParameters=function(){return[{type:t.ComponentFactoryResolver},{type:t.ApplicationRef},{type:q},{type:i.SkyAppWindowRef}]},e=n=y([t.Injectable()],e)}(),K=function(){function e(){}return e=y([t.NgModule({declarations:[H,U],imports:[n.CommonModule,o.SkyI18nModule,p],exports:[H,U],providers:[$,q,i.SkyAppWindowRef],entryComponents:[U]})],e)}();e.SkyAlertModule=w,e.SkyChevronModule=I,e.SkyHelpInlineModule=_,e.SkyIconModule=g,e.SkyKeyInfoModule=E,e.SkyLabelModule=O,e.SkyStatusIndicatorModule=F,e.SkyTextHighlightModule=A,e.SkyTokensModule=L,e.SkyWaitModule=K,e.SkyWaitService=$,e.ɵa=x,e.ɵb=b,e.ɵc=f,e.ɵd=h,e.ɵe=m,e.ɵf=p,e.ɵg=k,e.ɵh=T,e.ɵi=C,e.ɵj=W,e.ɵk=S,e.ɵl=P,e.ɵm=M,e.ɵn=B,e.ɵo=N,e.ɵp=R,e.ɵq=D,e.ɵr=H,e.ɵs=j,e.ɵt=U,e.ɵu=q,Object.defineProperty(e,"__esModule",{value:!0})}));
//# sourceMappingURL=skyux-indicators.umd.min.js.map

@@ -0,1 +1,5 @@

# 4.9.0 (2021-03-18)
- Updated the icon component to support line and solid variants for the SKY UX icon font. [#157](https://github.com/blackbaud/skyux-indicators/pull/157)
# 4.8.0 (2021-03-17)

@@ -2,0 +6,0 @@

import { __decorate } from "tslib";
import { Pipe } from '@angular/core';
import { SkyIconResolverService } from './icon-resolver.service';
/**

@@ -7,4 +8,14 @@ * @internal

let SkyIconClassListPipe = class SkyIconClassListPipe {
transform(icon, iconType, size, fixedWidth) {
const classList = iconType === 'skyux' ? ['sky-i-' + icon] : ['fa', 'fa-' + icon];
constructor(resolver) {
this.resolver = resolver;
}
transform(icon, iconType, size, fixedWidth, variant) {
let classList;
if (iconType === 'skyux') {
const resolvedIcon = this.resolver.resolveIcon(icon, variant);
classList = ['sky-i-' + resolvedIcon];
}
else {
classList = ['fa', 'fa-' + icon];
}
if (size) {

@@ -19,2 +30,5 @@ classList.push('fa-' + size);

};
SkyIconClassListPipe.ctorParameters = () => [
{ type: SkyIconResolverService }
];
SkyIconClassListPipe = __decorate([

@@ -26,2 +40,2 @@ Pipe({

export { SkyIconClassListPipe };
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1jbGFzcy1saXN0LnBpcGUuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2t5dXgvaW5kaWNhdG9ycy8iLCJzb3VyY2VzIjpbIm1vZHVsZXMvaWNvbi9pY29uLWNsYXNzLWxpc3QucGlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUNMLElBQUksRUFFTCxNQUFNLGVBQWUsQ0FBQztBQUV2Qjs7R0FFRztBQUlILElBQWEsb0JBQW9CLEdBQWpDLE1BQWEsb0JBQW9CO0lBRXhCLFNBQVMsQ0FDZCxJQUFZLEVBQ1osUUFBaUIsRUFDakIsSUFBYSxFQUNiLFVBQW9CO1FBRXBCLE1BQU0sU0FBUyxHQUFHLFFBQVEsS0FBSyxPQUFPLENBQUMsQ0FBQyxDQUFDLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLElBQUksRUFBRSxLQUFLLEdBQUcsSUFBSSxDQUFDLENBQUM7UUFFbEYsSUFBSSxJQUFJLEVBQUU7WUFDUixTQUFTLENBQUMsSUFBSSxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUMsQ0FBQztTQUM5QjtRQUVELElBQUksVUFBVSxFQUFFO1lBQ2QsU0FBUyxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQztTQUN6QjtRQUVELE9BQU8sU0FBUyxDQUFDO0lBQ25CLENBQUM7Q0FFRixDQUFBO0FBckJZLG9CQUFvQjtJQUhoQyxJQUFJLENBQUM7UUFDSixJQUFJLEVBQUUsa0JBQWtCO0tBQ3pCLENBQUM7R0FDVyxvQkFBb0IsQ0FxQmhDO1NBckJZLG9CQUFvQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIFBpcGUsXG4gIFBpcGVUcmFuc2Zvcm1cbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbi8qKlxuICogQGludGVybmFsXG4gKi9cbkBQaXBlKHtcbiAgbmFtZTogJ3NreUljb25DbGFzc0xpc3QnXG59KVxuZXhwb3J0IGNsYXNzIFNreUljb25DbGFzc0xpc3RQaXBlIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybSB7XG5cbiAgcHVibGljIHRyYW5zZm9ybShcbiAgICBpY29uOiBzdHJpbmcsXG4gICAgaWNvblR5cGU/OiBzdHJpbmcsXG4gICAgc2l6ZT86IHN0cmluZyxcbiAgICBmaXhlZFdpZHRoPzogYm9vbGVhblxuICApOiBzdHJpbmdbXSB7XG4gICAgY29uc3QgY2xhc3NMaXN0ID0gaWNvblR5cGUgPT09ICdza3l1eCcgPyBbJ3NreS1pLScgKyBpY29uXSA6IFsnZmEnLCAnZmEtJyArIGljb25dO1xuXG4gICAgaWYgKHNpemUpIHtcbiAgICAgIGNsYXNzTGlzdC5wdXNoKCdmYS0nICsgc2l6ZSk7XG4gICAgfVxuXG4gICAgaWYgKGZpeGVkV2lkdGgpIHtcbiAgICAgIGNsYXNzTGlzdC5wdXNoKCdmYS1mdycpO1xuICAgIH1cblxuICAgIHJldHVybiBjbGFzc0xpc3Q7XG4gIH1cblxufVxuIl19
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1jbGFzcy1saXN0LnBpcGUuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2t5dXgvaW5kaWNhdG9ycy8iLCJzb3VyY2VzIjpbIm1vZHVsZXMvaWNvbi9pY29uLWNsYXNzLWxpc3QucGlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUNMLElBQUksRUFFTCxNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQ0wsc0JBQXNCLEVBQ3ZCLE1BQU0seUJBQXlCLENBQUM7QUFNakM7O0dBRUc7QUFJSCxJQUFhLG9CQUFvQixHQUFqQyxNQUFhLG9CQUFvQjtJQUUvQixZQUFvQixRQUFnQztRQUFoQyxhQUFRLEdBQVIsUUFBUSxDQUF3QjtJQUFJLENBQUM7SUFFbEQsU0FBUyxDQUNkLElBQVksRUFDWixRQUFpQixFQUNqQixJQUFhLEVBQ2IsVUFBb0IsRUFDcEIsT0FBd0I7UUFFeEIsSUFBSSxTQUFtQixDQUFDO1FBRXhCLElBQUksUUFBUSxLQUFLLE9BQU8sRUFBRTtZQUN4QixNQUFNLFlBQVksR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLFdBQVcsQ0FBQyxJQUFJLEVBQUUsT0FBTyxDQUFDLENBQUM7WUFDOUQsU0FBUyxHQUFHLENBQUMsUUFBUSxHQUFHLFlBQVksQ0FBQyxDQUFDO1NBQ3ZDO2FBQU07WUFDTCxTQUFTLEdBQUcsQ0FBQyxJQUFJLEVBQUUsS0FBSyxHQUFHLElBQUksQ0FBQyxDQUFDO1NBQ2xDO1FBRUQsSUFBSSxJQUFJLEVBQUU7WUFDUixTQUFTLENBQUMsSUFBSSxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUMsQ0FBQztTQUM5QjtRQUVELElBQUksVUFBVSxFQUFFO1lBQ2QsU0FBUyxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQztTQUN6QjtRQUVELE9BQU8sU0FBUyxDQUFDO0lBQ25CLENBQUM7Q0FFRixDQUFBOztZQTdCK0Isc0JBQXNCOztBQUZ6QyxvQkFBb0I7SUFIaEMsSUFBSSxDQUFDO1FBQ0osSUFBSSxFQUFFLGtCQUFrQjtLQUN6QixDQUFDO0dBQ1csb0JBQW9CLENBK0JoQztTQS9CWSxvQkFBb0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBQaXBlLFxuICBQaXBlVHJhbnNmb3JtXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQge1xuICBTa3lJY29uUmVzb2x2ZXJTZXJ2aWNlXG59IGZyb20gJy4vaWNvbi1yZXNvbHZlci5zZXJ2aWNlJztcblxuaW1wb3J0IHtcbiAgU2t5SWNvblZhcmlhbnRcbn0gZnJvbSAnLi9pY29uLXZhcmlhbnQnO1xuXG4vKipcbiAqIEBpbnRlcm5hbFxuICovXG5AUGlwZSh7XG4gIG5hbWU6ICdza3lJY29uQ2xhc3NMaXN0J1xufSlcbmV4cG9ydCBjbGFzcyBTa3lJY29uQ2xhc3NMaXN0UGlwZSBpbXBsZW1lbnRzIFBpcGVUcmFuc2Zvcm0ge1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVzb2x2ZXI6IFNreUljb25SZXNvbHZlclNlcnZpY2UpIHsgfVxuXG4gIHB1YmxpYyB0cmFuc2Zvcm0oXG4gICAgaWNvbjogc3RyaW5nLFxuICAgIGljb25UeXBlPzogc3RyaW5nLFxuICAgIHNpemU/OiBzdHJpbmcsXG4gICAgZml4ZWRXaWR0aD86IGJvb2xlYW4sXG4gICAgdmFyaWFudD86IFNreUljb25WYXJpYW50XG4gICk6IHN0cmluZ1tdIHtcbiAgICBsZXQgY2xhc3NMaXN0OiBzdHJpbmdbXTtcblxuICAgIGlmIChpY29uVHlwZSA9PT0gJ3NreXV4Jykge1xuICAgICAgY29uc3QgcmVzb2x2ZWRJY29uID0gdGhpcy5yZXNvbHZlci5yZXNvbHZlSWNvbihpY29uLCB2YXJpYW50KTtcbiAgICAgIGNsYXNzTGlzdCA9IFsnc2t5LWktJyArIHJlc29sdmVkSWNvbl07XG4gICAgfSBlbHNlIHtcbiAgICAgIGNsYXNzTGlzdCA9IFsnZmEnLCAnZmEtJyArIGljb25dO1xuICAgIH1cblxuICAgIGlmIChzaXplKSB7XG4gICAgICBjbGFzc0xpc3QucHVzaCgnZmEtJyArIHNpemUpO1xuICAgIH1cblxuICAgIGlmIChmaXhlZFdpZHRoKSB7XG4gICAgICBjbGFzc0xpc3QucHVzaCgnZmEtZncnKTtcbiAgICB9XG5cbiAgICByZXR1cm4gY2xhc3NMaXN0O1xuICB9XG5cbn1cbiJdfQ==

@@ -25,6 +25,9 @@ import { __decorate } from "tslib";

], SkyIconComponent.prototype, "fixedWidth", void 0);
__decorate([
Input()
], SkyIconComponent.prototype, "variant", void 0);
SkyIconComponent = __decorate([
Component({
selector: 'sky-icon',
template: "<i *ngIf=\"icon\"\n aria-hidden=\"true\"\n class=\"sky-icon\"\n [ngClass]=\"icon | skyIconClassList:iconType:size:fixedWidth\"\n>\n</i>\n",
template: "<i *ngIf=\"icon\"\n aria-hidden=\"true\"\n class=\"sky-icon\"\n [ngClass]=\"icon | skyIconClassList:iconType:size:fixedWidth:variant\"\n>\n</i>\n",
changeDetection: ChangeDetectionStrategy.OnPush,

@@ -35,2 +38,2 @@ styles: [":host{display:inline-block}i{display:inherit}"]

export { SkyIconComponent };
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2t5dXgvaW5kaWNhdG9ycy8iLCJzb3VyY2VzIjpbIm1vZHVsZXMvaWNvbi9pY29uLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsS0FBSyxFQUNOLE1BQU0sZUFBZSxDQUFDO0FBUXZCLElBQWEsZ0JBQWdCLEdBQTdCLE1BQWEsZ0JBQWdCO0lBQTdCO1FBV0U7Ozs7V0FJRztRQUVJLGFBQVEsR0FBRyxJQUFJLENBQUM7SUFjekIsQ0FBQztDQUFBLENBQUE7QUF0QkM7SUFEQyxLQUFLLEVBQUU7OENBQ1k7QUFRcEI7SUFEQyxLQUFLLEVBQUU7a0RBQ2U7QUFPdkI7SUFEQyxLQUFLLEVBQUU7OENBQ1k7QUFNcEI7SUFEQyxLQUFLLEVBQUU7b0RBQ21CO0FBOUJoQixnQkFBZ0I7SUFONUIsU0FBUyxDQUFDO1FBQ1QsUUFBUSxFQUFFLFVBQVU7UUFDcEIsd0pBQW9DO1FBRXBDLGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNOztLQUNoRCxDQUFDO0dBQ1csZ0JBQWdCLENBK0I1QjtTQS9CWSxnQkFBZ0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBJbnB1dFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnc2t5LWljb24nLFxuICB0ZW1wbGF0ZVVybDogJy4vaWNvbi5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2ljb24uY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2hcbn0pXG5leHBvcnQgY2xhc3MgU2t5SWNvbkNvbXBvbmVudCB7XG5cbiAgLyoqXG4gICAqIFNwZWNpZmllcyB0aGUgbmFtZSBvZlxuICAgKiBbdGhlIEZvbnQgQXdlc29tZSBpY29uXShodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9pY29ucz9kPWdhbGxlcnkpIHRvXG4gICAqIGRpc3BsYXkuIERvIG5vdCBzcGVjaWZ5IHRoZSBgZmEgZmEtYCBjbGFzc2VzLlxuICAgKiBAcmVxdWlyZWRcbiAgICovXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBpY29uOiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIFNwZWNpZmllcyB0aGUgdHlwZSBvZiBpY29uIHRvIGRpc3BsYXkuIFNwZWNpZnlpbmcgYGZhYCB3aWxsIGRpc3BsYXkgYSBGb250IEF3ZXNvbWUgaWNvbixcbiAgICogd2hpbGUgc3BlY2lmeWluZyBgc2t5dXhgIHdpbGwgZGlzcGxheSBhbiBpY29uIGZyb20gdGhlIGN1c3RvbSBTS1kgVVggaWNvbiBmb250LiBOb3RlIHRoYXRcbiAgICogdGhlIGN1c3RvbSBTS1kgVVggaWNvbiBmb250IGlzIGN1cnJlbnRseSBpbiBiZXRhLlxuICAgKi9cbiAgQElucHV0KClcbiAgcHVibGljIGljb25UeXBlID0gJ2ZhJztcblxuICAvKipcbiAgICogU3BlY2lmaWVzIHRoZSBzaXplIG9mIHRoZSBpY29uIHVzaW5nXG4gICAqIFtGb250IEF3ZXNvbWUgc2l6ZXNdKGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2hvdy10by11c2Uvb24tdGhlLXdlYi9zdHlsaW5nL3NpemluZy1pY29ucykuXG4gICAqL1xuICBASW5wdXQoKVxuICBwdWJsaWMgc2l6ZTogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBJbmRpY2F0ZXMgd2hldGhlciB0aGUgaWNvbiBoYXMgYSBmaXhlZCB3aWR0aC5cbiAgICovXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBmaXhlZFdpZHRoOiBib29sZWFuO1xufVxuIl19
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2t5dXgvaW5kaWNhdG9ycy8iLCJzb3VyY2VzIjpbIm1vZHVsZXMvaWNvbi9pY29uLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsS0FBSyxFQUNOLE1BQU0sZUFBZSxDQUFDO0FBWXZCLElBQWEsZ0JBQWdCLEdBQTdCLE1BQWEsZ0JBQWdCO0lBQTdCO1FBV0U7Ozs7V0FJRztRQUVJLGFBQVEsR0FBRyxJQUFJLENBQUM7SUFxQnpCLENBQUM7Q0FBQSxDQUFBO0FBN0JDO0lBREMsS0FBSyxFQUFFOzhDQUNZO0FBUXBCO0lBREMsS0FBSyxFQUFFO2tEQUNlO0FBT3ZCO0lBREMsS0FBSyxFQUFFOzhDQUNZO0FBTXBCO0lBREMsS0FBSyxFQUFFO29EQUNtQjtBQU8zQjtJQURDLEtBQUssRUFBRTtpREFDdUI7QUFyQ3BCLGdCQUFnQjtJQU41QixTQUFTLENBQUM7UUFDVCxRQUFRLEVBQUUsVUFBVTtRQUNwQixnS0FBb0M7UUFFcEMsZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07O0tBQ2hELENBQUM7R0FDVyxnQkFBZ0IsQ0FzQzVCO1NBdENZLGdCQUFnQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIElucHV0XG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQge1xuICBTa3lJY29uVmFyaWFudFxufSBmcm9tICcuL2ljb24tdmFyaWFudCc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3NreS1pY29uJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ljb24uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9pY29uLmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoXG59KVxuZXhwb3J0IGNsYXNzIFNreUljb25Db21wb25lbnQge1xuXG4gIC8qKlxuICAgKiBTcGVjaWZpZXMgdGhlIG5hbWUgb2ZcbiAgICogW3RoZSBGb250IEF3ZXNvbWUgaWNvbl0oaHR0cHM6Ly9mb250YXdlc29tZS5jb20vaWNvbnM/ZD1nYWxsZXJ5KSB0b1xuICAgKiBkaXNwbGF5LiBEbyBub3Qgc3BlY2lmeSB0aGUgYGZhIGZhLWAgY2xhc3Nlcy5cbiAgICogQHJlcXVpcmVkXG4gICAqL1xuICBASW5wdXQoKVxuICBwdWJsaWMgaWNvbjogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBTcGVjaWZpZXMgdGhlIHR5cGUgb2YgaWNvbiB0byBkaXNwbGF5LiBTcGVjaWZ5aW5nIGBmYWAgd2lsbCBkaXNwbGF5IGEgRm9udCBBd2Vzb21lIGljb24sXG4gICAqIHdoaWxlIHNwZWNpZnlpbmcgYHNreXV4YCB3aWxsIGRpc3BsYXkgYW4gaWNvbiBmcm9tIHRoZSBjdXN0b20gU0tZIFVYIGljb24gZm9udC4gTm90ZSB0aGF0XG4gICAqIHRoZSBjdXN0b20gU0tZIFVYIGljb24gZm9udCBpcyBjdXJyZW50bHkgaW4gYmV0YS5cbiAgICovXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBpY29uVHlwZSA9ICdmYSc7XG5cbiAgLyoqXG4gICAqIFNwZWNpZmllcyB0aGUgc2l6ZSBvZiB0aGUgaWNvbiB1c2luZ1xuICAgKiBbRm9udCBBd2Vzb21lIHNpemVzXShodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9ob3ctdG8tdXNlL29uLXRoZS13ZWIvc3R5bGluZy9zaXppbmctaWNvbnMpLlxuICAgKi9cbiAgQElucHV0KClcbiAgcHVibGljIHNpemU6IHN0cmluZztcblxuICAvKipcbiAgICogSW5kaWNhdGVzIHdoZXRoZXIgdGhlIGljb24gaGFzIGEgZml4ZWQgd2lkdGguXG4gICAqL1xuICBASW5wdXQoKVxuICBwdWJsaWMgZml4ZWRXaWR0aDogYm9vbGVhbjtcblxuICAvKipcbiAgICogU3BlY2lmaWVzIHRoZSBpY29uIHZhcmlhbnQgKGBsaW5lYCBvciBgc29saWRgKS4gSWYgdGhlIHZhcmlhbnQgZG9lc24ndCBleGlzdCBmb3IgdGhlXG4gICAqIHNwZWNpZmllZCBpY29uLCB0aGUgbm9ybWFsIGljb24gaXMgZGlzcGxheWVkLlxuICAgKi9cbiAgQElucHV0KClcbiAgcHVibGljIHZhcmlhbnQ6IFNreUljb25WYXJpYW50O1xufVxuIl19

@@ -7,2 +7,4 @@ import { __decorate } from "tslib";

import { SkyIconClassListPipe } from './icon-class-list.pipe';
import { SkyIconResolverService } from './icon-resolver.service';
import { SkyThemeIconManifestModule } from '@skyux/theme';
let SkyIconModule = class SkyIconModule {

@@ -18,3 +20,4 @@ };

imports: [
CommonModule
CommonModule,
SkyThemeIconManifestModule
],

@@ -24,2 +27,5 @@ exports: [

SkyIconStackComponent
],
providers: [
SkyIconResolverService
]

@@ -29,2 +35,2 @@ })

export { SkyIconModule };
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi5tb2R1bGUuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2t5dXgvaW5kaWNhdG9ycy8iLCJzb3VyY2VzIjpbIm1vZHVsZXMvaWNvbi9pY29uLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUNMLFFBQVEsRUFDVCxNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQ0wsWUFBWSxFQUNiLE1BQU0saUJBQWlCLENBQUM7QUFFekIsT0FBTyxFQUNMLGdCQUFnQixFQUNqQixNQUFNLGtCQUFrQixDQUFDO0FBRTFCLE9BQU8sRUFDTCxxQkFBcUIsRUFDdEIsTUFBTSx3QkFBd0IsQ0FBQztBQUVoQyxPQUFPLEVBQ0wsb0JBQW9CLEVBQ3JCLE1BQU0sd0JBQXdCLENBQUM7QUFnQmhDLElBQWEsYUFBYSxHQUExQixNQUFhLGFBQWE7Q0FBSSxDQUFBO0FBQWpCLGFBQWE7SUFkekIsUUFBUSxDQUFDO1FBQ1IsWUFBWSxFQUFFO1lBQ1osb0JBQW9CO1lBQ3BCLGdCQUFnQjtZQUNoQixxQkFBcUI7U0FDdEI7UUFDRCxPQUFPLEVBQUU7WUFDUCxZQUFZO1NBQ2I7UUFDRCxPQUFPLEVBQUU7WUFDUCxnQkFBZ0I7WUFDaEIscUJBQXFCO1NBQ3RCO0tBQ0YsQ0FBQztHQUNXLGFBQWEsQ0FBSTtTQUFqQixhQUFhIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgTmdNb2R1bGVcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7XG4gIENvbW1vbk1vZHVsZVxufSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuXG5pbXBvcnQge1xuICBTa3lJY29uQ29tcG9uZW50XG59IGZyb20gJy4vaWNvbi5jb21wb25lbnQnO1xuXG5pbXBvcnQge1xuICBTa3lJY29uU3RhY2tDb21wb25lbnRcbn0gZnJvbSAnLi9pY29uLXN0YWNrLmNvbXBvbmVudCc7XG5cbmltcG9ydCB7XG4gIFNreUljb25DbGFzc0xpc3RQaXBlXG59IGZyb20gJy4vaWNvbi1jbGFzcy1saXN0LnBpcGUnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBTa3lJY29uQ2xhc3NMaXN0UGlwZSxcbiAgICBTa3lJY29uQ29tcG9uZW50LFxuICAgIFNreUljb25TdGFja0NvbXBvbmVudFxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBTa3lJY29uQ29tcG9uZW50LFxuICAgIFNreUljb25TdGFja0NvbXBvbmVudFxuICBdXG59KVxuZXhwb3J0IGNsYXNzIFNreUljb25Nb2R1bGUgeyB9XG4iXX0=
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi5tb2R1bGUuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2t5dXgvaW5kaWNhdG9ycy8iLCJzb3VyY2VzIjpbIm1vZHVsZXMvaWNvbi9pY29uLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUNMLFFBQVEsRUFDVCxNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQ0wsWUFBWSxFQUNiLE1BQU0saUJBQWlCLENBQUM7QUFFekIsT0FBTyxFQUNMLGdCQUFnQixFQUNqQixNQUFNLGtCQUFrQixDQUFDO0FBRTFCLE9BQU8sRUFDTCxxQkFBcUIsRUFDdEIsTUFBTSx3QkFBd0IsQ0FBQztBQUVoQyxPQUFPLEVBQ0wsb0JBQW9CLEVBQ3JCLE1BQU0sd0JBQXdCLENBQUM7QUFFaEMsT0FBTyxFQUNMLHNCQUFzQixFQUN2QixNQUFNLHlCQUF5QixDQUFDO0FBRWpDLE9BQU8sRUFDTCwwQkFBMEIsRUFDM0IsTUFBTSxjQUFjLENBQUM7QUFvQnRCLElBQWEsYUFBYSxHQUExQixNQUFhLGFBQWE7Q0FBSSxDQUFBO0FBQWpCLGFBQWE7SUFsQnpCLFFBQVEsQ0FBQztRQUNSLFlBQVksRUFBRTtZQUNaLG9CQUFvQjtZQUNwQixnQkFBZ0I7WUFDaEIscUJBQXFCO1NBQ3RCO1FBQ0QsT0FBTyxFQUFFO1lBQ1AsWUFBWTtZQUNaLDBCQUEwQjtTQUMzQjtRQUNELE9BQU8sRUFBRTtZQUNQLGdCQUFnQjtZQUNoQixxQkFBcUI7U0FDdEI7UUFDRCxTQUFTLEVBQUU7WUFDVCxzQkFBc0I7U0FDdkI7S0FDRixDQUFDO0dBQ1csYUFBYSxDQUFJO1NBQWpCLGFBQWEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBOZ01vZHVsZVxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHtcbiAgQ29tbW9uTW9kdWxlXG59IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5cbmltcG9ydCB7XG4gIFNreUljb25Db21wb25lbnRcbn0gZnJvbSAnLi9pY29uLmNvbXBvbmVudCc7XG5cbmltcG9ydCB7XG4gIFNreUljb25TdGFja0NvbXBvbmVudFxufSBmcm9tICcuL2ljb24tc3RhY2suY29tcG9uZW50JztcblxuaW1wb3J0IHtcbiAgU2t5SWNvbkNsYXNzTGlzdFBpcGVcbn0gZnJvbSAnLi9pY29uLWNsYXNzLWxpc3QucGlwZSc7XG5cbmltcG9ydCB7XG4gIFNreUljb25SZXNvbHZlclNlcnZpY2Vcbn0gZnJvbSAnLi9pY29uLXJlc29sdmVyLnNlcnZpY2UnO1xuXG5pbXBvcnQge1xuICBTa3lUaGVtZUljb25NYW5pZmVzdE1vZHVsZVxufSBmcm9tICdAc2t5dXgvdGhlbWUnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBTa3lJY29uQ2xhc3NMaXN0UGlwZSxcbiAgICBTa3lJY29uQ29tcG9uZW50LFxuICAgIFNreUljb25TdGFja0NvbXBvbmVudFxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIFNreVRoZW1lSWNvbk1hbmlmZXN0TW9kdWxlXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBTa3lJY29uQ29tcG9uZW50LFxuICAgIFNreUljb25TdGFja0NvbXBvbmVudFxuICBdLFxuICBwcm92aWRlcnM6IFtcbiAgICBTa3lJY29uUmVzb2x2ZXJTZXJ2aWNlXG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgU2t5SWNvbk1vZHVsZSB7IH1cbiJdfQ==

@@ -6,21 +6,22 @@ /**

export { SkyAlertComponent as ɵa } from './modules/alert/alert.component';
export { SkyChevronComponent as ɵg } from './modules/chevron/chevron.component';
export { SkyHelpInlineComponent as ɵh } from './modules/help-inline/help-inline.component';
export { SkyChevronComponent as ɵh } from './modules/chevron/chevron.component';
export { SkyHelpInlineComponent as ɵi } from './modules/help-inline/help-inline.component';
export { SkyIconClassListPipe as ɵb } from './modules/icon/icon-class-list.pipe';
export { SkyIconStackComponent as ɵd } from './modules/icon/icon-stack.component';
export { SkyIconComponent as ɵc } from './modules/icon/icon.component';
export { SkyKeyInfoLabelComponent as ɵj } from './modules/key-info/key-info-label.component';
export { SkyKeyInfoValueComponent as ɵk } from './modules/key-info/key-info-value.component';
export { SkyKeyInfoComponent as ɵi } from './modules/key-info/key-info.component';
export { SkyLabelComponent as ɵl } from './modules/label/label.component';
export { SkyIndicatorsResourcesModule as ɵe } from './modules/shared/indicators-resources.module';
export { SkyStatusIndicatorComponent as ɵm } from './modules/status-indicator/status-indicator.component';
export { SkyTextHighlightDirective as ɵn } from './modules/text-highlight/text-highlight.directive';
export { SkyTokenComponent as ɵo } from './modules/tokens/token.component';
export { SkyTokensComponent as ɵp } from './modules/tokens/tokens.component';
export { SkyWaitAdapterService as ɵr } from './modules/wait/wait-adapter.service';
export { SkyWaitPageAdapterService as ɵt } from './modules/wait/wait-page-adapter.service';
export { SkyWaitPageComponent as ɵs } from './modules/wait/wait-page.component';
export { SkyWaitComponent as ɵq } from './modules/wait/wait.component';
export { SkyIndicatorsResourcesProvider as ɵf } from './plugin-resources/indicators-resources-provider';
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2t5dXgtaW5kaWNhdG9ycy5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0Bza3l1eC9pbmRpY2F0b3JzLyIsInNvdXJjZXMiOlsic2t5dXgtaW5kaWNhdG9ycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDO0FBRTdCLE9BQU8sRUFBQyxpQkFBaUIsSUFBSSxFQUFFLEVBQUMsTUFBTSxpQ0FBaUMsQ0FBQztBQUN4RSxPQUFPLEVBQUMsbUJBQW1CLElBQUksRUFBRSxFQUFDLE1BQU0scUNBQXFDLENBQUM7QUFDOUUsT0FBTyxFQUFDLHNCQUFzQixJQUFJLEVBQUUsRUFBQyxNQUFNLDZDQUE2QyxDQUFDO0FBQ3pGLE9BQU8sRUFBQyxvQkFBb0IsSUFBSSxFQUFFLEVBQUMsTUFBTSxxQ0FBcUMsQ0FBQztBQUMvRSxPQUFPLEVBQUMscUJBQXFCLElBQUksRUFBRSxFQUFDLE1BQU0scUNBQXFDLENBQUM7QUFDaEYsT0FBTyxFQUFDLGdCQUFnQixJQUFJLEVBQUUsRUFBQyxNQUFNLCtCQUErQixDQUFDO0FBQ3JFLE9BQU8sRUFBQyx3QkFBd0IsSUFBSSxFQUFFLEVBQUMsTUFBTSw2Q0FBNkMsQ0FBQztBQUMzRixPQUFPLEVBQUMsd0JBQXdCLElBQUksRUFBRSxFQUFDLE1BQU0sNkNBQTZDLENBQUM7QUFDM0YsT0FBTyxFQUFDLG1CQUFtQixJQUFJLEVBQUUsRUFBQyxNQUFNLHVDQUF1QyxDQUFDO0FBQ2hGLE9BQU8sRUFBQyxpQkFBaUIsSUFBSSxFQUFFLEVBQUMsTUFBTSxpQ0FBaUMsQ0FBQztBQUN4RSxPQUFPLEVBQUMsNEJBQTRCLElBQUksRUFBRSxFQUFDLE1BQU0sOENBQThDLENBQUM7QUFDaEcsT0FBTyxFQUFDLDJCQUEyQixJQUFJLEVBQUUsRUFBQyxNQUFNLHVEQUF1RCxDQUFDO0FBQ3hHLE9BQU8sRUFBQyx5QkFBeUIsSUFBSSxFQUFFLEVBQUMsTUFBTSxtREFBbUQsQ0FBQztBQUNsRyxPQUFPLEVBQUMsaUJBQWlCLElBQUksRUFBRSxFQUFDLE1BQU0sa0NBQWtDLENBQUM7QUFDekUsT0FBTyxFQUFDLGtCQUFrQixJQUFJLEVBQUUsRUFBQyxNQUFNLG1DQUFtQyxDQUFDO0FBQzNFLE9BQU8sRUFBQyxxQkFBcUIsSUFBSSxFQUFFLEVBQUMsTUFBTSxxQ0FBcUMsQ0FBQztBQUNoRixPQUFPLEVBQUMseUJBQXlCLElBQUksRUFBRSxFQUFDLE1BQU0sMENBQTBDLENBQUM7QUFDekYsT0FBTyxFQUFDLG9CQUFvQixJQUFJLEVBQUUsRUFBQyxNQUFNLG9DQUFvQyxDQUFDO0FBQzlFLE9BQU8sRUFBQyxnQkFBZ0IsSUFBSSxFQUFFLEVBQUMsTUFBTSwrQkFBK0IsQ0FBQztBQUNyRSxPQUFPLEVBQUMsOEJBQThCLElBQUksRUFBRSxFQUFDLE1BQU0sa0RBQWtELENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljX2FwaSc7XG5cbmV4cG9ydCB7U2t5QWxlcnRDb21wb25lbnQgYXMgybVhfSBmcm9tICcuL21vZHVsZXMvYWxlcnQvYWxlcnQuY29tcG9uZW50JztcbmV4cG9ydCB7U2t5Q2hldnJvbkNvbXBvbmVudCBhcyDJtWd9IGZyb20gJy4vbW9kdWxlcy9jaGV2cm9uL2NoZXZyb24uY29tcG9uZW50JztcbmV4cG9ydCB7U2t5SGVscElubGluZUNvbXBvbmVudCBhcyDJtWh9IGZyb20gJy4vbW9kdWxlcy9oZWxwLWlubGluZS9oZWxwLWlubGluZS5jb21wb25lbnQnO1xuZXhwb3J0IHtTa3lJY29uQ2xhc3NMaXN0UGlwZSBhcyDJtWJ9IGZyb20gJy4vbW9kdWxlcy9pY29uL2ljb24tY2xhc3MtbGlzdC5waXBlJztcbmV4cG9ydCB7U2t5SWNvblN0YWNrQ29tcG9uZW50IGFzIMm1ZH0gZnJvbSAnLi9tb2R1bGVzL2ljb24vaWNvbi1zdGFjay5jb21wb25lbnQnO1xuZXhwb3J0IHtTa3lJY29uQ29tcG9uZW50IGFzIMm1Y30gZnJvbSAnLi9tb2R1bGVzL2ljb24vaWNvbi5jb21wb25lbnQnO1xuZXhwb3J0IHtTa3lLZXlJbmZvTGFiZWxDb21wb25lbnQgYXMgybVqfSBmcm9tICcuL21vZHVsZXMva2V5LWluZm8va2V5LWluZm8tbGFiZWwuY29tcG9uZW50JztcbmV4cG9ydCB7U2t5S2V5SW5mb1ZhbHVlQ29tcG9uZW50IGFzIMm1a30gZnJvbSAnLi9tb2R1bGVzL2tleS1pbmZvL2tleS1pbmZvLXZhbHVlLmNvbXBvbmVudCc7XG5leHBvcnQge1NreUtleUluZm9Db21wb25lbnQgYXMgybVpfSBmcm9tICcuL21vZHVsZXMva2V5LWluZm8va2V5LWluZm8uY29tcG9uZW50JztcbmV4cG9ydCB7U2t5TGFiZWxDb21wb25lbnQgYXMgybVsfSBmcm9tICcuL21vZHVsZXMvbGFiZWwvbGFiZWwuY29tcG9uZW50JztcbmV4cG9ydCB7U2t5SW5kaWNhdG9yc1Jlc291cmNlc01vZHVsZSBhcyDJtWV9IGZyb20gJy4vbW9kdWxlcy9zaGFyZWQvaW5kaWNhdG9ycy1yZXNvdXJjZXMubW9kdWxlJztcbmV4cG9ydCB7U2t5U3RhdHVzSW5kaWNhdG9yQ29tcG9uZW50IGFzIMm1bX0gZnJvbSAnLi9tb2R1bGVzL3N0YXR1cy1pbmRpY2F0b3Ivc3RhdHVzLWluZGljYXRvci5jb21wb25lbnQnO1xuZXhwb3J0IHtTa3lUZXh0SGlnaGxpZ2h0RGlyZWN0aXZlIGFzIMm1bn0gZnJvbSAnLi9tb2R1bGVzL3RleHQtaGlnaGxpZ2h0L3RleHQtaGlnaGxpZ2h0LmRpcmVjdGl2ZSc7XG5leHBvcnQge1NreVRva2VuQ29tcG9uZW50IGFzIMm1b30gZnJvbSAnLi9tb2R1bGVzL3Rva2Vucy90b2tlbi5jb21wb25lbnQnO1xuZXhwb3J0IHtTa3lUb2tlbnNDb21wb25lbnQgYXMgybVwfSBmcm9tICcuL21vZHVsZXMvdG9rZW5zL3Rva2Vucy5jb21wb25lbnQnO1xuZXhwb3J0IHtTa3lXYWl0QWRhcHRlclNlcnZpY2UgYXMgybVyfSBmcm9tICcuL21vZHVsZXMvd2FpdC93YWl0LWFkYXB0ZXIuc2VydmljZSc7XG5leHBvcnQge1NreVdhaXRQYWdlQWRhcHRlclNlcnZpY2UgYXMgybV0fSBmcm9tICcuL21vZHVsZXMvd2FpdC93YWl0LXBhZ2UtYWRhcHRlci5zZXJ2aWNlJztcbmV4cG9ydCB7U2t5V2FpdFBhZ2VDb21wb25lbnQgYXMgybVzfSBmcm9tICcuL21vZHVsZXMvd2FpdC93YWl0LXBhZ2UuY29tcG9uZW50JztcbmV4cG9ydCB7U2t5V2FpdENvbXBvbmVudCBhcyDJtXF9IGZyb20gJy4vbW9kdWxlcy93YWl0L3dhaXQuY29tcG9uZW50JztcbmV4cG9ydCB7U2t5SW5kaWNhdG9yc1Jlc291cmNlc1Byb3ZpZGVyIGFzIMm1Zn0gZnJvbSAnLi9wbHVnaW4tcmVzb3VyY2VzL2luZGljYXRvcnMtcmVzb3VyY2VzLXByb3ZpZGVyJzsiXX0=
export { SkyIconResolverService as ɵc } from './modules/icon/icon-resolver.service';
export { SkyIconStackComponent as ɵe } from './modules/icon/icon-stack.component';
export { SkyIconComponent as ɵd } from './modules/icon/icon.component';
export { SkyKeyInfoLabelComponent as ɵk } from './modules/key-info/key-info-label.component';
export { SkyKeyInfoValueComponent as ɵl } from './modules/key-info/key-info-value.component';
export { SkyKeyInfoComponent as ɵj } from './modules/key-info/key-info.component';
export { SkyLabelComponent as ɵm } from './modules/label/label.component';
export { SkyIndicatorsResourcesModule as ɵf } from './modules/shared/indicators-resources.module';
export { SkyStatusIndicatorComponent as ɵn } from './modules/status-indicator/status-indicator.component';
export { SkyTextHighlightDirective as ɵo } from './modules/text-highlight/text-highlight.directive';
export { SkyTokenComponent as ɵp } from './modules/tokens/token.component';
export { SkyTokensComponent as ɵq } from './modules/tokens/tokens.component';
export { SkyWaitAdapterService as ɵs } from './modules/wait/wait-adapter.service';
export { SkyWaitPageAdapterService as ɵu } from './modules/wait/wait-page-adapter.service';
export { SkyWaitPageComponent as ɵt } from './modules/wait/wait-page.component';
export { SkyWaitComponent as ɵr } from './modules/wait/wait.component';
export { SkyIndicatorsResourcesProvider as ɵg } from './plugin-resources/indicators-resources-provider';
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2t5dXgtaW5kaWNhdG9ycy5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0Bza3l1eC9pbmRpY2F0b3JzLyIsInNvdXJjZXMiOlsic2t5dXgtaW5kaWNhdG9ycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDO0FBRTdCLE9BQU8sRUFBQyxpQkFBaUIsSUFBSSxFQUFFLEVBQUMsTUFBTSxpQ0FBaUMsQ0FBQztBQUN4RSxPQUFPLEVBQUMsbUJBQW1CLElBQUksRUFBRSxFQUFDLE1BQU0scUNBQXFDLENBQUM7QUFDOUUsT0FBTyxFQUFDLHNCQUFzQixJQUFJLEVBQUUsRUFBQyxNQUFNLDZDQUE2QyxDQUFDO0FBQ3pGLE9BQU8sRUFBQyxvQkFBb0IsSUFBSSxFQUFFLEVBQUMsTUFBTSxxQ0FBcUMsQ0FBQztBQUMvRSxPQUFPLEVBQUMsc0JBQXNCLElBQUksRUFBRSxFQUFDLE1BQU0sc0NBQXNDLENBQUM7QUFDbEYsT0FBTyxFQUFDLHFCQUFxQixJQUFJLEVBQUUsRUFBQyxNQUFNLHFDQUFxQyxDQUFDO0FBQ2hGLE9BQU8sRUFBQyxnQkFBZ0IsSUFBSSxFQUFFLEVBQUMsTUFBTSwrQkFBK0IsQ0FBQztBQUNyRSxPQUFPLEVBQUMsd0JBQXdCLElBQUksRUFBRSxFQUFDLE1BQU0sNkNBQTZDLENBQUM7QUFDM0YsT0FBTyxFQUFDLHdCQUF3QixJQUFJLEVBQUUsRUFBQyxNQUFNLDZDQUE2QyxDQUFDO0FBQzNGLE9BQU8sRUFBQyxtQkFBbUIsSUFBSSxFQUFFLEVBQUMsTUFBTSx1Q0FBdUMsQ0FBQztBQUNoRixPQUFPLEVBQUMsaUJBQWlCLElBQUksRUFBRSxFQUFDLE1BQU0saUNBQWlDLENBQUM7QUFDeEUsT0FBTyxFQUFDLDRCQUE0QixJQUFJLEVBQUUsRUFBQyxNQUFNLDhDQUE4QyxDQUFDO0FBQ2hHLE9BQU8sRUFBQywyQkFBMkIsSUFBSSxFQUFFLEVBQUMsTUFBTSx1REFBdUQsQ0FBQztBQUN4RyxPQUFPLEVBQUMseUJBQXlCLElBQUksRUFBRSxFQUFDLE1BQU0sbURBQW1ELENBQUM7QUFDbEcsT0FBTyxFQUFDLGlCQUFpQixJQUFJLEVBQUUsRUFBQyxNQUFNLGtDQUFrQyxDQUFDO0FBQ3pFLE9BQU8sRUFBQyxrQkFBa0IsSUFBSSxFQUFFLEVBQUMsTUFBTSxtQ0FBbUMsQ0FBQztBQUMzRSxPQUFPLEVBQUMscUJBQXFCLElBQUksRUFBRSxFQUFDLE1BQU0scUNBQXFDLENBQUM7QUFDaEYsT0FBTyxFQUFDLHlCQUF5QixJQUFJLEVBQUUsRUFBQyxNQUFNLDBDQUEwQyxDQUFDO0FBQ3pGLE9BQU8sRUFBQyxvQkFBb0IsSUFBSSxFQUFFLEVBQUMsTUFBTSxvQ0FBb0MsQ0FBQztBQUM5RSxPQUFPLEVBQUMsZ0JBQWdCLElBQUksRUFBRSxFQUFDLE1BQU0sK0JBQStCLENBQUM7QUFDckUsT0FBTyxFQUFDLDhCQUE4QixJQUFJLEVBQUUsRUFBQyxNQUFNLGtEQUFrRCxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpY19hcGknO1xuXG5leHBvcnQge1NreUFsZXJ0Q29tcG9uZW50IGFzIMm1YX0gZnJvbSAnLi9tb2R1bGVzL2FsZXJ0L2FsZXJ0LmNvbXBvbmVudCc7XG5leHBvcnQge1NreUNoZXZyb25Db21wb25lbnQgYXMgybVofSBmcm9tICcuL21vZHVsZXMvY2hldnJvbi9jaGV2cm9uLmNvbXBvbmVudCc7XG5leHBvcnQge1NreUhlbHBJbmxpbmVDb21wb25lbnQgYXMgybVpfSBmcm9tICcuL21vZHVsZXMvaGVscC1pbmxpbmUvaGVscC1pbmxpbmUuY29tcG9uZW50JztcbmV4cG9ydCB7U2t5SWNvbkNsYXNzTGlzdFBpcGUgYXMgybVifSBmcm9tICcuL21vZHVsZXMvaWNvbi9pY29uLWNsYXNzLWxpc3QucGlwZSc7XG5leHBvcnQge1NreUljb25SZXNvbHZlclNlcnZpY2UgYXMgybVjfSBmcm9tICcuL21vZHVsZXMvaWNvbi9pY29uLXJlc29sdmVyLnNlcnZpY2UnO1xuZXhwb3J0IHtTa3lJY29uU3RhY2tDb21wb25lbnQgYXMgybVlfSBmcm9tICcuL21vZHVsZXMvaWNvbi9pY29uLXN0YWNrLmNvbXBvbmVudCc7XG5leHBvcnQge1NreUljb25Db21wb25lbnQgYXMgybVkfSBmcm9tICcuL21vZHVsZXMvaWNvbi9pY29uLmNvbXBvbmVudCc7XG5leHBvcnQge1NreUtleUluZm9MYWJlbENvbXBvbmVudCBhcyDJtWt9IGZyb20gJy4vbW9kdWxlcy9rZXktaW5mby9rZXktaW5mby1sYWJlbC5jb21wb25lbnQnO1xuZXhwb3J0IHtTa3lLZXlJbmZvVmFsdWVDb21wb25lbnQgYXMgybVsfSBmcm9tICcuL21vZHVsZXMva2V5LWluZm8va2V5LWluZm8tdmFsdWUuY29tcG9uZW50JztcbmV4cG9ydCB7U2t5S2V5SW5mb0NvbXBvbmVudCBhcyDJtWp9IGZyb20gJy4vbW9kdWxlcy9rZXktaW5mby9rZXktaW5mby5jb21wb25lbnQnO1xuZXhwb3J0IHtTa3lMYWJlbENvbXBvbmVudCBhcyDJtW19IGZyb20gJy4vbW9kdWxlcy9sYWJlbC9sYWJlbC5jb21wb25lbnQnO1xuZXhwb3J0IHtTa3lJbmRpY2F0b3JzUmVzb3VyY2VzTW9kdWxlIGFzIMm1Zn0gZnJvbSAnLi9tb2R1bGVzL3NoYXJlZC9pbmRpY2F0b3JzLXJlc291cmNlcy5tb2R1bGUnO1xuZXhwb3J0IHtTa3lTdGF0dXNJbmRpY2F0b3JDb21wb25lbnQgYXMgybVufSBmcm9tICcuL21vZHVsZXMvc3RhdHVzLWluZGljYXRvci9zdGF0dXMtaW5kaWNhdG9yLmNvbXBvbmVudCc7XG5leHBvcnQge1NreVRleHRIaWdobGlnaHREaXJlY3RpdmUgYXMgybVvfSBmcm9tICcuL21vZHVsZXMvdGV4dC1oaWdobGlnaHQvdGV4dC1oaWdobGlnaHQuZGlyZWN0aXZlJztcbmV4cG9ydCB7U2t5VG9rZW5Db21wb25lbnQgYXMgybVwfSBmcm9tICcuL21vZHVsZXMvdG9rZW5zL3Rva2VuLmNvbXBvbmVudCc7XG5leHBvcnQge1NreVRva2Vuc0NvbXBvbmVudCBhcyDJtXF9IGZyb20gJy4vbW9kdWxlcy90b2tlbnMvdG9rZW5zLmNvbXBvbmVudCc7XG5leHBvcnQge1NreVdhaXRBZGFwdGVyU2VydmljZSBhcyDJtXN9IGZyb20gJy4vbW9kdWxlcy93YWl0L3dhaXQtYWRhcHRlci5zZXJ2aWNlJztcbmV4cG9ydCB7U2t5V2FpdFBhZ2VBZGFwdGVyU2VydmljZSBhcyDJtXV9IGZyb20gJy4vbW9kdWxlcy93YWl0L3dhaXQtcGFnZS1hZGFwdGVyLnNlcnZpY2UnO1xuZXhwb3J0IHtTa3lXYWl0UGFnZUNvbXBvbmVudCBhcyDJtXR9IGZyb20gJy4vbW9kdWxlcy93YWl0L3dhaXQtcGFnZS5jb21wb25lbnQnO1xuZXhwb3J0IHtTa3lXYWl0Q29tcG9uZW50IGFzIMm1cn0gZnJvbSAnLi9tb2R1bGVzL3dhaXQvd2FpdC5jb21wb25lbnQnO1xuZXhwb3J0IHtTa3lJbmRpY2F0b3JzUmVzb3VyY2VzUHJvdmlkZXIgYXMgybVnfSBmcm9tICcuL3BsdWdpbi1yZXNvdXJjZXMvaW5kaWNhdG9ycy1yZXNvdXJjZXMtcHJvdmlkZXInOyJdfQ==
import { __decorate } from "tslib";
import { Pipe } from '@angular/core';
import { SkyIconResolverService } from './icon-resolver.service';
/**

@@ -7,6 +8,14 @@ * @internal

var SkyIconClassListPipe = /** @class */ (function () {
function SkyIconClassListPipe() {
function SkyIconClassListPipe(resolver) {
this.resolver = resolver;
}
SkyIconClassListPipe.prototype.transform = function (icon, iconType, size, fixedWidth) {
var classList = iconType === 'skyux' ? ['sky-i-' + icon] : ['fa', 'fa-' + icon];
SkyIconClassListPipe.prototype.transform = function (icon, iconType, size, fixedWidth, variant) {
var classList;
if (iconType === 'skyux') {
var resolvedIcon = this.resolver.resolveIcon(icon, variant);
classList = ['sky-i-' + resolvedIcon];
}
else {
classList = ['fa', 'fa-' + icon];
}
if (size) {

@@ -20,2 +29,5 @@ classList.push('fa-' + size);

};
SkyIconClassListPipe.ctorParameters = function () { return [
{ type: SkyIconResolverService }
]; };
SkyIconClassListPipe = __decorate([

@@ -29,2 +41,2 @@ Pipe({

export { SkyIconClassListPipe };
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1jbGFzcy1saXN0LnBpcGUuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2t5dXgvaW5kaWNhdG9ycy8iLCJzb3VyY2VzIjpbIm1vZHVsZXMvaWNvbi9pY29uLWNsYXNzLWxpc3QucGlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUNMLElBQUksRUFFTCxNQUFNLGVBQWUsQ0FBQztBQUV2Qjs7R0FFRztBQUlIO0lBQUE7SUFxQkEsQ0FBQztJQW5CUSx3Q0FBUyxHQUFoQixVQUNFLElBQVksRUFDWixRQUFpQixFQUNqQixJQUFhLEVBQ2IsVUFBb0I7UUFFcEIsSUFBTSxTQUFTLEdBQUcsUUFBUSxLQUFLLE9BQU8sQ0FBQyxDQUFDLENBQUMsQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsSUFBSSxFQUFFLEtBQUssR0FBRyxJQUFJLENBQUMsQ0FBQztRQUVsRixJQUFJLElBQUksRUFBRTtZQUNSLFNBQVMsQ0FBQyxJQUFJLENBQUMsS0FBSyxHQUFHLElBQUksQ0FBQyxDQUFDO1NBQzlCO1FBRUQsSUFBSSxVQUFVLEVBQUU7WUFDZCxTQUFTLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDO1NBQ3pCO1FBRUQsT0FBTyxTQUFTLENBQUM7SUFDbkIsQ0FBQztJQW5CVSxvQkFBb0I7UUFIaEMsSUFBSSxDQUFDO1lBQ0osSUFBSSxFQUFFLGtCQUFrQjtTQUN6QixDQUFDO09BQ1csb0JBQW9CLENBcUJoQztJQUFELDJCQUFDO0NBQUEsQUFyQkQsSUFxQkM7U0FyQlksb0JBQW9CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgUGlwZSxcbiAgUGlwZVRyYW5zZm9ybVxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuLyoqXG4gKiBAaW50ZXJuYWxcbiAqL1xuQFBpcGUoe1xuICBuYW1lOiAnc2t5SWNvbkNsYXNzTGlzdCdcbn0pXG5leHBvcnQgY2xhc3MgU2t5SWNvbkNsYXNzTGlzdFBpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcblxuICBwdWJsaWMgdHJhbnNmb3JtKFxuICAgIGljb246IHN0cmluZyxcbiAgICBpY29uVHlwZT86IHN0cmluZyxcbiAgICBzaXplPzogc3RyaW5nLFxuICAgIGZpeGVkV2lkdGg/OiBib29sZWFuXG4gICk6IHN0cmluZ1tdIHtcbiAgICBjb25zdCBjbGFzc0xpc3QgPSBpY29uVHlwZSA9PT0gJ3NreXV4JyA/IFsnc2t5LWktJyArIGljb25dIDogWydmYScsICdmYS0nICsgaWNvbl07XG5cbiAgICBpZiAoc2l6ZSkge1xuICAgICAgY2xhc3NMaXN0LnB1c2goJ2ZhLScgKyBzaXplKTtcbiAgICB9XG5cbiAgICBpZiAoZml4ZWRXaWR0aCkge1xuICAgICAgY2xhc3NMaXN0LnB1c2goJ2ZhLWZ3Jyk7XG4gICAgfVxuXG4gICAgcmV0dXJuIGNsYXNzTGlzdDtcbiAgfVxuXG59XG4iXX0=
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1jbGFzcy1saXN0LnBpcGUuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2t5dXgvaW5kaWNhdG9ycy8iLCJzb3VyY2VzIjpbIm1vZHVsZXMvaWNvbi9pY29uLWNsYXNzLWxpc3QucGlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUNMLElBQUksRUFFTCxNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQ0wsc0JBQXNCLEVBQ3ZCLE1BQU0seUJBQXlCLENBQUM7QUFNakM7O0dBRUc7QUFJSDtJQUVFLDhCQUFvQixRQUFnQztRQUFoQyxhQUFRLEdBQVIsUUFBUSxDQUF3QjtJQUFJLENBQUM7SUFFbEQsd0NBQVMsR0FBaEIsVUFDRSxJQUFZLEVBQ1osUUFBaUIsRUFDakIsSUFBYSxFQUNiLFVBQW9CLEVBQ3BCLE9BQXdCO1FBRXhCLElBQUksU0FBbUIsQ0FBQztRQUV4QixJQUFJLFFBQVEsS0FBSyxPQUFPLEVBQUU7WUFDeEIsSUFBTSxZQUFZLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxXQUFXLENBQUMsSUFBSSxFQUFFLE9BQU8sQ0FBQyxDQUFDO1lBQzlELFNBQVMsR0FBRyxDQUFDLFFBQVEsR0FBRyxZQUFZLENBQUMsQ0FBQztTQUN2QzthQUFNO1lBQ0wsU0FBUyxHQUFHLENBQUMsSUFBSSxFQUFFLEtBQUssR0FBRyxJQUFJLENBQUMsQ0FBQztTQUNsQztRQUVELElBQUksSUFBSSxFQUFFO1lBQ1IsU0FBUyxDQUFDLElBQUksQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDLENBQUM7U0FDOUI7UUFFRCxJQUFJLFVBQVUsRUFBRTtZQUNkLFNBQVMsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUM7U0FDekI7UUFFRCxPQUFPLFNBQVMsQ0FBQztJQUNuQixDQUFDOztnQkEzQjZCLHNCQUFzQjs7SUFGekMsb0JBQW9CO1FBSGhDLElBQUksQ0FBQztZQUNKLElBQUksRUFBRSxrQkFBa0I7U0FDekIsQ0FBQztPQUNXLG9CQUFvQixDQStCaEM7SUFBRCwyQkFBQztDQUFBLEFBL0JELElBK0JDO1NBL0JZLG9CQUFvQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIFBpcGUsXG4gIFBpcGVUcmFuc2Zvcm1cbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7XG4gIFNreUljb25SZXNvbHZlclNlcnZpY2Vcbn0gZnJvbSAnLi9pY29uLXJlc29sdmVyLnNlcnZpY2UnO1xuXG5pbXBvcnQge1xuICBTa3lJY29uVmFyaWFudFxufSBmcm9tICcuL2ljb24tdmFyaWFudCc7XG5cbi8qKlxuICogQGludGVybmFsXG4gKi9cbkBQaXBlKHtcbiAgbmFtZTogJ3NreUljb25DbGFzc0xpc3QnXG59KVxuZXhwb3J0IGNsYXNzIFNreUljb25DbGFzc0xpc3RQaXBlIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybSB7XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSByZXNvbHZlcjogU2t5SWNvblJlc29sdmVyU2VydmljZSkgeyB9XG5cbiAgcHVibGljIHRyYW5zZm9ybShcbiAgICBpY29uOiBzdHJpbmcsXG4gICAgaWNvblR5cGU/OiBzdHJpbmcsXG4gICAgc2l6ZT86IHN0cmluZyxcbiAgICBmaXhlZFdpZHRoPzogYm9vbGVhbixcbiAgICB2YXJpYW50PzogU2t5SWNvblZhcmlhbnRcbiAgKTogc3RyaW5nW10ge1xuICAgIGxldCBjbGFzc0xpc3Q6IHN0cmluZ1tdO1xuXG4gICAgaWYgKGljb25UeXBlID09PSAnc2t5dXgnKSB7XG4gICAgICBjb25zdCByZXNvbHZlZEljb24gPSB0aGlzLnJlc29sdmVyLnJlc29sdmVJY29uKGljb24sIHZhcmlhbnQpO1xuICAgICAgY2xhc3NMaXN0ID0gWydza3ktaS0nICsgcmVzb2x2ZWRJY29uXTtcbiAgICB9IGVsc2Uge1xuICAgICAgY2xhc3NMaXN0ID0gWydmYScsICdmYS0nICsgaWNvbl07XG4gICAgfVxuXG4gICAgaWYgKHNpemUpIHtcbiAgICAgIGNsYXNzTGlzdC5wdXNoKCdmYS0nICsgc2l6ZSk7XG4gICAgfVxuXG4gICAgaWYgKGZpeGVkV2lkdGgpIHtcbiAgICAgIGNsYXNzTGlzdC5wdXNoKCdmYS1mdycpO1xuICAgIH1cblxuICAgIHJldHVybiBjbGFzc0xpc3Q7XG4gIH1cblxufVxuIl19

@@ -24,6 +24,9 @@ import { __decorate } from "tslib";

], SkyIconComponent.prototype, "fixedWidth", void 0);
__decorate([
Input()
], SkyIconComponent.prototype, "variant", void 0);
SkyIconComponent = __decorate([
Component({
selector: 'sky-icon',
template: "<i *ngIf=\"icon\"\n aria-hidden=\"true\"\n class=\"sky-icon\"\n [ngClass]=\"icon | skyIconClassList:iconType:size:fixedWidth\"\n>\n</i>\n",
template: "<i *ngIf=\"icon\"\n aria-hidden=\"true\"\n class=\"sky-icon\"\n [ngClass]=\"icon | skyIconClassList:iconType:size:fixedWidth:variant\"\n>\n</i>\n",
changeDetection: ChangeDetectionStrategy.OnPush,

@@ -36,2 +39,2 @@ styles: [":host{display:inline-block}i{display:inherit}"]

export { SkyIconComponent };
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2t5dXgvaW5kaWNhdG9ycy8iLCJzb3VyY2VzIjpbIm1vZHVsZXMvaWNvbi9pY29uLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsS0FBSyxFQUNOLE1BQU0sZUFBZSxDQUFDO0FBUXZCO0lBQUE7UUFXRTs7OztXQUlHO1FBRUksYUFBUSxHQUFHLElBQUksQ0FBQztJQWN6QixDQUFDO0lBdEJDO1FBREMsS0FBSyxFQUFFO2tEQUNZO0lBUXBCO1FBREMsS0FBSyxFQUFFO3NEQUNlO0lBT3ZCO1FBREMsS0FBSyxFQUFFO2tEQUNZO0lBTXBCO1FBREMsS0FBSyxFQUFFO3dEQUNtQjtJQTlCaEIsZ0JBQWdCO1FBTjVCLFNBQVMsQ0FBQztZQUNULFFBQVEsRUFBRSxVQUFVO1lBQ3BCLHdKQUFvQztZQUVwQyxlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTs7U0FDaEQsQ0FBQztPQUNXLGdCQUFnQixDQStCNUI7SUFBRCx1QkFBQztDQUFBLEFBL0JELElBK0JDO1NBL0JZLGdCQUFnQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIElucHV0XG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdza3ktaWNvbicsXG4gIHRlbXBsYXRlVXJsOiAnLi9pY29uLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vaWNvbi5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaFxufSlcbmV4cG9ydCBjbGFzcyBTa3lJY29uQ29tcG9uZW50IHtcblxuICAvKipcbiAgICogU3BlY2lmaWVzIHRoZSBuYW1lIG9mXG4gICAqIFt0aGUgRm9udCBBd2Vzb21lIGljb25dKGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2ljb25zP2Q9Z2FsbGVyeSkgdG9cbiAgICogZGlzcGxheS4gRG8gbm90IHNwZWNpZnkgdGhlIGBmYSBmYS1gIGNsYXNzZXMuXG4gICAqIEByZXF1aXJlZFxuICAgKi9cbiAgQElucHV0KClcbiAgcHVibGljIGljb246IHN0cmluZztcblxuICAvKipcbiAgICogU3BlY2lmaWVzIHRoZSB0eXBlIG9mIGljb24gdG8gZGlzcGxheS4gU3BlY2lmeWluZyBgZmFgIHdpbGwgZGlzcGxheSBhIEZvbnQgQXdlc29tZSBpY29uLFxuICAgKiB3aGlsZSBzcGVjaWZ5aW5nIGBza3l1eGAgd2lsbCBkaXNwbGF5IGFuIGljb24gZnJvbSB0aGUgY3VzdG9tIFNLWSBVWCBpY29uIGZvbnQuIE5vdGUgdGhhdFxuICAgKiB0aGUgY3VzdG9tIFNLWSBVWCBpY29uIGZvbnQgaXMgY3VycmVudGx5IGluIGJldGEuXG4gICAqL1xuICBASW5wdXQoKVxuICBwdWJsaWMgaWNvblR5cGUgPSAnZmEnO1xuXG4gIC8qKlxuICAgKiBTcGVjaWZpZXMgdGhlIHNpemUgb2YgdGhlIGljb24gdXNpbmdcbiAgICogW0ZvbnQgQXdlc29tZSBzaXplc10oaHR0cHM6Ly9mb250YXdlc29tZS5jb20vaG93LXRvLXVzZS9vbi10aGUtd2ViL3N0eWxpbmcvc2l6aW5nLWljb25zKS5cbiAgICovXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBzaXplOiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIEluZGljYXRlcyB3aGV0aGVyIHRoZSBpY29uIGhhcyBhIGZpeGVkIHdpZHRoLlxuICAgKi9cbiAgQElucHV0KClcbiAgcHVibGljIGZpeGVkV2lkdGg6IGJvb2xlYW47XG59XG4iXX0=
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2t5dXgvaW5kaWNhdG9ycy8iLCJzb3VyY2VzIjpbIm1vZHVsZXMvaWNvbi9pY29uLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsS0FBSyxFQUNOLE1BQU0sZUFBZSxDQUFDO0FBWXZCO0lBQUE7UUFXRTs7OztXQUlHO1FBRUksYUFBUSxHQUFHLElBQUksQ0FBQztJQXFCekIsQ0FBQztJQTdCQztRQURDLEtBQUssRUFBRTtrREFDWTtJQVFwQjtRQURDLEtBQUssRUFBRTtzREFDZTtJQU92QjtRQURDLEtBQUssRUFBRTtrREFDWTtJQU1wQjtRQURDLEtBQUssRUFBRTt3REFDbUI7SUFPM0I7UUFEQyxLQUFLLEVBQUU7cURBQ3VCO0lBckNwQixnQkFBZ0I7UUFONUIsU0FBUyxDQUFDO1lBQ1QsUUFBUSxFQUFFLFVBQVU7WUFDcEIsZ0tBQW9DO1lBRXBDLGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNOztTQUNoRCxDQUFDO09BQ1csZ0JBQWdCLENBc0M1QjtJQUFELHVCQUFDO0NBQUEsQUF0Q0QsSUFzQ0M7U0F0Q1ksZ0JBQWdCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbiAgSW5wdXRcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7XG4gIFNreUljb25WYXJpYW50XG59IGZyb20gJy4vaWNvbi12YXJpYW50JztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnc2t5LWljb24nLFxuICB0ZW1wbGF0ZVVybDogJy4vaWNvbi5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2ljb24uY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2hcbn0pXG5leHBvcnQgY2xhc3MgU2t5SWNvbkNvbXBvbmVudCB7XG5cbiAgLyoqXG4gICAqIFNwZWNpZmllcyB0aGUgbmFtZSBvZlxuICAgKiBbdGhlIEZvbnQgQXdlc29tZSBpY29uXShodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9pY29ucz9kPWdhbGxlcnkpIHRvXG4gICAqIGRpc3BsYXkuIERvIG5vdCBzcGVjaWZ5IHRoZSBgZmEgZmEtYCBjbGFzc2VzLlxuICAgKiBAcmVxdWlyZWRcbiAgICovXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBpY29uOiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIFNwZWNpZmllcyB0aGUgdHlwZSBvZiBpY29uIHRvIGRpc3BsYXkuIFNwZWNpZnlpbmcgYGZhYCB3aWxsIGRpc3BsYXkgYSBGb250IEF3ZXNvbWUgaWNvbixcbiAgICogd2hpbGUgc3BlY2lmeWluZyBgc2t5dXhgIHdpbGwgZGlzcGxheSBhbiBpY29uIGZyb20gdGhlIGN1c3RvbSBTS1kgVVggaWNvbiBmb250LiBOb3RlIHRoYXRcbiAgICogdGhlIGN1c3RvbSBTS1kgVVggaWNvbiBmb250IGlzIGN1cnJlbnRseSBpbiBiZXRhLlxuICAgKi9cbiAgQElucHV0KClcbiAgcHVibGljIGljb25UeXBlID0gJ2ZhJztcblxuICAvKipcbiAgICogU3BlY2lmaWVzIHRoZSBzaXplIG9mIHRoZSBpY29uIHVzaW5nXG4gICAqIFtGb250IEF3ZXNvbWUgc2l6ZXNdKGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2hvdy10by11c2Uvb24tdGhlLXdlYi9zdHlsaW5nL3NpemluZy1pY29ucykuXG4gICAqL1xuICBASW5wdXQoKVxuICBwdWJsaWMgc2l6ZTogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBJbmRpY2F0ZXMgd2hldGhlciB0aGUgaWNvbiBoYXMgYSBmaXhlZCB3aWR0aC5cbiAgICovXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBmaXhlZFdpZHRoOiBib29sZWFuO1xuXG4gIC8qKlxuICAgKiBTcGVjaWZpZXMgdGhlIGljb24gdmFyaWFudCAoYGxpbmVgIG9yIGBzb2xpZGApLiBJZiB0aGUgdmFyaWFudCBkb2Vzbid0IGV4aXN0IGZvciB0aGVcbiAgICogc3BlY2lmaWVkIGljb24sIHRoZSBub3JtYWwgaWNvbiBpcyBkaXNwbGF5ZWQuXG4gICAqL1xuICBASW5wdXQoKVxuICBwdWJsaWMgdmFyaWFudDogU2t5SWNvblZhcmlhbnQ7XG59XG4iXX0=

@@ -7,2 +7,4 @@ import { __decorate } from "tslib";

import { SkyIconClassListPipe } from './icon-class-list.pipe';
import { SkyIconResolverService } from './icon-resolver.service';
import { SkyThemeIconManifestModule } from '@skyux/theme';
var SkyIconModule = /** @class */ (function () {

@@ -19,3 +21,4 @@ function SkyIconModule() {

imports: [
CommonModule
CommonModule,
SkyThemeIconManifestModule
],

@@ -25,2 +28,5 @@ exports: [

SkyIconStackComponent
],
providers: [
SkyIconResolverService
]

@@ -32,2 +38,2 @@ })

export { SkyIconModule };
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi5tb2R1bGUuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2t5dXgvaW5kaWNhdG9ycy8iLCJzb3VyY2VzIjpbIm1vZHVsZXMvaWNvbi9pY29uLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUNMLFFBQVEsRUFDVCxNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQ0wsWUFBWSxFQUNiLE1BQU0saUJBQWlCLENBQUM7QUFFekIsT0FBTyxFQUNMLGdCQUFnQixFQUNqQixNQUFNLGtCQUFrQixDQUFDO0FBRTFCLE9BQU8sRUFDTCxxQkFBcUIsRUFDdEIsTUFBTSx3QkFBd0IsQ0FBQztBQUVoQyxPQUFPLEVBQ0wsb0JBQW9CLEVBQ3JCLE1BQU0sd0JBQXdCLENBQUM7QUFnQmhDO0lBQUE7SUFBNkIsQ0FBQztJQUFqQixhQUFhO1FBZHpCLFFBQVEsQ0FBQztZQUNSLFlBQVksRUFBRTtnQkFDWixvQkFBb0I7Z0JBQ3BCLGdCQUFnQjtnQkFDaEIscUJBQXFCO2FBQ3RCO1lBQ0QsT0FBTyxFQUFFO2dCQUNQLFlBQVk7YUFDYjtZQUNELE9BQU8sRUFBRTtnQkFDUCxnQkFBZ0I7Z0JBQ2hCLHFCQUFxQjthQUN0QjtTQUNGLENBQUM7T0FDVyxhQUFhLENBQUk7SUFBRCxvQkFBQztDQUFBLEFBQTlCLElBQThCO1NBQWpCLGFBQWEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBOZ01vZHVsZVxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHtcbiAgQ29tbW9uTW9kdWxlXG59IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5cbmltcG9ydCB7XG4gIFNreUljb25Db21wb25lbnRcbn0gZnJvbSAnLi9pY29uLmNvbXBvbmVudCc7XG5cbmltcG9ydCB7XG4gIFNreUljb25TdGFja0NvbXBvbmVudFxufSBmcm9tICcuL2ljb24tc3RhY2suY29tcG9uZW50JztcblxuaW1wb3J0IHtcbiAgU2t5SWNvbkNsYXNzTGlzdFBpcGVcbn0gZnJvbSAnLi9pY29uLWNsYXNzLWxpc3QucGlwZSc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIFNreUljb25DbGFzc0xpc3RQaXBlLFxuICAgIFNreUljb25Db21wb25lbnQsXG4gICAgU2t5SWNvblN0YWNrQ29tcG9uZW50XG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGVcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIFNreUljb25Db21wb25lbnQsXG4gICAgU2t5SWNvblN0YWNrQ29tcG9uZW50XG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgU2t5SWNvbk1vZHVsZSB7IH1cbiJdfQ==
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi5tb2R1bGUuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2t5dXgvaW5kaWNhdG9ycy8iLCJzb3VyY2VzIjpbIm1vZHVsZXMvaWNvbi9pY29uLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUNMLFFBQVEsRUFDVCxNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQ0wsWUFBWSxFQUNiLE1BQU0saUJBQWlCLENBQUM7QUFFekIsT0FBTyxFQUNMLGdCQUFnQixFQUNqQixNQUFNLGtCQUFrQixDQUFDO0FBRTFCLE9BQU8sRUFDTCxxQkFBcUIsRUFDdEIsTUFBTSx3QkFBd0IsQ0FBQztBQUVoQyxPQUFPLEVBQ0wsb0JBQW9CLEVBQ3JCLE1BQU0sd0JBQXdCLENBQUM7QUFFaEMsT0FBTyxFQUNMLHNCQUFzQixFQUN2QixNQUFNLHlCQUF5QixDQUFDO0FBRWpDLE9BQU8sRUFDTCwwQkFBMEIsRUFDM0IsTUFBTSxjQUFjLENBQUM7QUFvQnRCO0lBQUE7SUFBNkIsQ0FBQztJQUFqQixhQUFhO1FBbEJ6QixRQUFRLENBQUM7WUFDUixZQUFZLEVBQUU7Z0JBQ1osb0JBQW9CO2dCQUNwQixnQkFBZ0I7Z0JBQ2hCLHFCQUFxQjthQUN0QjtZQUNELE9BQU8sRUFBRTtnQkFDUCxZQUFZO2dCQUNaLDBCQUEwQjthQUMzQjtZQUNELE9BQU8sRUFBRTtnQkFDUCxnQkFBZ0I7Z0JBQ2hCLHFCQUFxQjthQUN0QjtZQUNELFNBQVMsRUFBRTtnQkFDVCxzQkFBc0I7YUFDdkI7U0FDRixDQUFDO09BQ1csYUFBYSxDQUFJO0lBQUQsb0JBQUM7Q0FBQSxBQUE5QixJQUE4QjtTQUFqQixhQUFhIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgTmdNb2R1bGVcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7XG4gIENvbW1vbk1vZHVsZVxufSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuXG5pbXBvcnQge1xuICBTa3lJY29uQ29tcG9uZW50XG59IGZyb20gJy4vaWNvbi5jb21wb25lbnQnO1xuXG5pbXBvcnQge1xuICBTa3lJY29uU3RhY2tDb21wb25lbnRcbn0gZnJvbSAnLi9pY29uLXN0YWNrLmNvbXBvbmVudCc7XG5cbmltcG9ydCB7XG4gIFNreUljb25DbGFzc0xpc3RQaXBlXG59IGZyb20gJy4vaWNvbi1jbGFzcy1saXN0LnBpcGUnO1xuXG5pbXBvcnQge1xuICBTa3lJY29uUmVzb2x2ZXJTZXJ2aWNlXG59IGZyb20gJy4vaWNvbi1yZXNvbHZlci5zZXJ2aWNlJztcblxuaW1wb3J0IHtcbiAgU2t5VGhlbWVJY29uTWFuaWZlc3RNb2R1bGVcbn0gZnJvbSAnQHNreXV4L3RoZW1lJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgU2t5SWNvbkNsYXNzTGlzdFBpcGUsXG4gICAgU2t5SWNvbkNvbXBvbmVudCxcbiAgICBTa3lJY29uU3RhY2tDb21wb25lbnRcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBTa3lUaGVtZUljb25NYW5pZmVzdE1vZHVsZVxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgU2t5SWNvbkNvbXBvbmVudCxcbiAgICBTa3lJY29uU3RhY2tDb21wb25lbnRcbiAgXSxcbiAgcHJvdmlkZXJzOiBbXG4gICAgU2t5SWNvblJlc29sdmVyU2VydmljZVxuICBdXG59KVxuZXhwb3J0IGNsYXNzIFNreUljb25Nb2R1bGUgeyB9XG4iXX0=

@@ -6,21 +6,22 @@ /**

export { SkyAlertComponent as ɵa } from './modules/alert/alert.component';
export { SkyChevronComponent as ɵg } from './modules/chevron/chevron.component';
export { SkyHelpInlineComponent as ɵh } from './modules/help-inline/help-inline.component';
export { SkyChevronComponent as ɵh } from './modules/chevron/chevron.component';
export { SkyHelpInlineComponent as ɵi } from './modules/help-inline/help-inline.component';
export { SkyIconClassListPipe as ɵb } from './modules/icon/icon-class-list.pipe';
export { SkyIconStackComponent as ɵd } from './modules/icon/icon-stack.component';
export { SkyIconComponent as ɵc } from './modules/icon/icon.component';
export { SkyKeyInfoLabelComponent as ɵj } from './modules/key-info/key-info-label.component';
export { SkyKeyInfoValueComponent as ɵk } from './modules/key-info/key-info-value.component';
export { SkyKeyInfoComponent as ɵi } from './modules/key-info/key-info.component';
export { SkyLabelComponent as ɵl } from './modules/label/label.component';
export { SkyIndicatorsResourcesModule as ɵe } from './modules/shared/indicators-resources.module';
export { SkyStatusIndicatorComponent as ɵm } from './modules/status-indicator/status-indicator.component';
export { SkyTextHighlightDirective as ɵn } from './modules/text-highlight/text-highlight.directive';
export { SkyTokenComponent as ɵo } from './modules/tokens/token.component';
export { SkyTokensComponent as ɵp } from './modules/tokens/tokens.component';
export { SkyWaitAdapterService as ɵr } from './modules/wait/wait-adapter.service';
export { SkyWaitPageAdapterService as ɵt } from './modules/wait/wait-page-adapter.service';
export { SkyWaitPageComponent as ɵs } from './modules/wait/wait-page.component';
export { SkyWaitComponent as ɵq } from './modules/wait/wait.component';
export { SkyIndicatorsResourcesProvider as ɵf } from './plugin-resources/indicators-resources-provider';
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2t5dXgtaW5kaWNhdG9ycy5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0Bza3l1eC9pbmRpY2F0b3JzLyIsInNvdXJjZXMiOlsic2t5dXgtaW5kaWNhdG9ycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDO0FBRTdCLE9BQU8sRUFBQyxpQkFBaUIsSUFBSSxFQUFFLEVBQUMsTUFBTSxpQ0FBaUMsQ0FBQztBQUN4RSxPQUFPLEVBQUMsbUJBQW1CLElBQUksRUFBRSxFQUFDLE1BQU0scUNBQXFDLENBQUM7QUFDOUUsT0FBTyxFQUFDLHNCQUFzQixJQUFJLEVBQUUsRUFBQyxNQUFNLDZDQUE2QyxDQUFDO0FBQ3pGLE9BQU8sRUFBQyxvQkFBb0IsSUFBSSxFQUFFLEVBQUMsTUFBTSxxQ0FBcUMsQ0FBQztBQUMvRSxPQUFPLEVBQUMscUJBQXFCLElBQUksRUFBRSxFQUFDLE1BQU0scUNBQXFDLENBQUM7QUFDaEYsT0FBTyxFQUFDLGdCQUFnQixJQUFJLEVBQUUsRUFBQyxNQUFNLCtCQUErQixDQUFDO0FBQ3JFLE9BQU8sRUFBQyx3QkFBd0IsSUFBSSxFQUFFLEVBQUMsTUFBTSw2Q0FBNkMsQ0FBQztBQUMzRixPQUFPLEVBQUMsd0JBQXdCLElBQUksRUFBRSxFQUFDLE1BQU0sNkNBQTZDLENBQUM7QUFDM0YsT0FBTyxFQUFDLG1CQUFtQixJQUFJLEVBQUUsRUFBQyxNQUFNLHVDQUF1QyxDQUFDO0FBQ2hGLE9BQU8sRUFBQyxpQkFBaUIsSUFBSSxFQUFFLEVBQUMsTUFBTSxpQ0FBaUMsQ0FBQztBQUN4RSxPQUFPLEVBQUMsNEJBQTRCLElBQUksRUFBRSxFQUFDLE1BQU0sOENBQThDLENBQUM7QUFDaEcsT0FBTyxFQUFDLDJCQUEyQixJQUFJLEVBQUUsRUFBQyxNQUFNLHVEQUF1RCxDQUFDO0FBQ3hHLE9BQU8sRUFBQyx5QkFBeUIsSUFBSSxFQUFFLEVBQUMsTUFBTSxtREFBbUQsQ0FBQztBQUNsRyxPQUFPLEVBQUMsaUJBQWlCLElBQUksRUFBRSxFQUFDLE1BQU0sa0NBQWtDLENBQUM7QUFDekUsT0FBTyxFQUFDLGtCQUFrQixJQUFJLEVBQUUsRUFBQyxNQUFNLG1DQUFtQyxDQUFDO0FBQzNFLE9BQU8sRUFBQyxxQkFBcUIsSUFBSSxFQUFFLEVBQUMsTUFBTSxxQ0FBcUMsQ0FBQztBQUNoRixPQUFPLEVBQUMseUJBQXlCLElBQUksRUFBRSxFQUFDLE1BQU0sMENBQTBDLENBQUM7QUFDekYsT0FBTyxFQUFDLG9CQUFvQixJQUFJLEVBQUUsRUFBQyxNQUFNLG9DQUFvQyxDQUFDO0FBQzlFLE9BQU8sRUFBQyxnQkFBZ0IsSUFBSSxFQUFFLEVBQUMsTUFBTSwrQkFBK0IsQ0FBQztBQUNyRSxPQUFPLEVBQUMsOEJBQThCLElBQUksRUFBRSxFQUFDLE1BQU0sa0RBQWtELENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljX2FwaSc7XG5cbmV4cG9ydCB7U2t5QWxlcnRDb21wb25lbnQgYXMgybVhfSBmcm9tICcuL21vZHVsZXMvYWxlcnQvYWxlcnQuY29tcG9uZW50JztcbmV4cG9ydCB7U2t5Q2hldnJvbkNvbXBvbmVudCBhcyDJtWd9IGZyb20gJy4vbW9kdWxlcy9jaGV2cm9uL2NoZXZyb24uY29tcG9uZW50JztcbmV4cG9ydCB7U2t5SGVscElubGluZUNvbXBvbmVudCBhcyDJtWh9IGZyb20gJy4vbW9kdWxlcy9oZWxwLWlubGluZS9oZWxwLWlubGluZS5jb21wb25lbnQnO1xuZXhwb3J0IHtTa3lJY29uQ2xhc3NMaXN0UGlwZSBhcyDJtWJ9IGZyb20gJy4vbW9kdWxlcy9pY29uL2ljb24tY2xhc3MtbGlzdC5waXBlJztcbmV4cG9ydCB7U2t5SWNvblN0YWNrQ29tcG9uZW50IGFzIMm1ZH0gZnJvbSAnLi9tb2R1bGVzL2ljb24vaWNvbi1zdGFjay5jb21wb25lbnQnO1xuZXhwb3J0IHtTa3lJY29uQ29tcG9uZW50IGFzIMm1Y30gZnJvbSAnLi9tb2R1bGVzL2ljb24vaWNvbi5jb21wb25lbnQnO1xuZXhwb3J0IHtTa3lLZXlJbmZvTGFiZWxDb21wb25lbnQgYXMgybVqfSBmcm9tICcuL21vZHVsZXMva2V5LWluZm8va2V5LWluZm8tbGFiZWwuY29tcG9uZW50JztcbmV4cG9ydCB7U2t5S2V5SW5mb1ZhbHVlQ29tcG9uZW50IGFzIMm1a30gZnJvbSAnLi9tb2R1bGVzL2tleS1pbmZvL2tleS1pbmZvLXZhbHVlLmNvbXBvbmVudCc7XG5leHBvcnQge1NreUtleUluZm9Db21wb25lbnQgYXMgybVpfSBmcm9tICcuL21vZHVsZXMva2V5LWluZm8va2V5LWluZm8uY29tcG9uZW50JztcbmV4cG9ydCB7U2t5TGFiZWxDb21wb25lbnQgYXMgybVsfSBmcm9tICcuL21vZHVsZXMvbGFiZWwvbGFiZWwuY29tcG9uZW50JztcbmV4cG9ydCB7U2t5SW5kaWNhdG9yc1Jlc291cmNlc01vZHVsZSBhcyDJtWV9IGZyb20gJy4vbW9kdWxlcy9zaGFyZWQvaW5kaWNhdG9ycy1yZXNvdXJjZXMubW9kdWxlJztcbmV4cG9ydCB7U2t5U3RhdHVzSW5kaWNhdG9yQ29tcG9uZW50IGFzIMm1bX0gZnJvbSAnLi9tb2R1bGVzL3N0YXR1cy1pbmRpY2F0b3Ivc3RhdHVzLWluZGljYXRvci5jb21wb25lbnQnO1xuZXhwb3J0IHtTa3lUZXh0SGlnaGxpZ2h0RGlyZWN0aXZlIGFzIMm1bn0gZnJvbSAnLi9tb2R1bGVzL3RleHQtaGlnaGxpZ2h0L3RleHQtaGlnaGxpZ2h0LmRpcmVjdGl2ZSc7XG5leHBvcnQge1NreVRva2VuQ29tcG9uZW50IGFzIMm1b30gZnJvbSAnLi9tb2R1bGVzL3Rva2Vucy90b2tlbi5jb21wb25lbnQnO1xuZXhwb3J0IHtTa3lUb2tlbnNDb21wb25lbnQgYXMgybVwfSBmcm9tICcuL21vZHVsZXMvdG9rZW5zL3Rva2Vucy5jb21wb25lbnQnO1xuZXhwb3J0IHtTa3lXYWl0QWRhcHRlclNlcnZpY2UgYXMgybVyfSBmcm9tICcuL21vZHVsZXMvd2FpdC93YWl0LWFkYXB0ZXIuc2VydmljZSc7XG5leHBvcnQge1NreVdhaXRQYWdlQWRhcHRlclNlcnZpY2UgYXMgybV0fSBmcm9tICcuL21vZHVsZXMvd2FpdC93YWl0LXBhZ2UtYWRhcHRlci5zZXJ2aWNlJztcbmV4cG9ydCB7U2t5V2FpdFBhZ2VDb21wb25lbnQgYXMgybVzfSBmcm9tICcuL21vZHVsZXMvd2FpdC93YWl0LXBhZ2UuY29tcG9uZW50JztcbmV4cG9ydCB7U2t5V2FpdENvbXBvbmVudCBhcyDJtXF9IGZyb20gJy4vbW9kdWxlcy93YWl0L3dhaXQuY29tcG9uZW50JztcbmV4cG9ydCB7U2t5SW5kaWNhdG9yc1Jlc291cmNlc1Byb3ZpZGVyIGFzIMm1Zn0gZnJvbSAnLi9wbHVnaW4tcmVzb3VyY2VzL2luZGljYXRvcnMtcmVzb3VyY2VzLXByb3ZpZGVyJzsiXX0=
export { SkyIconResolverService as ɵc } from './modules/icon/icon-resolver.service';
export { SkyIconStackComponent as ɵe } from './modules/icon/icon-stack.component';
export { SkyIconComponent as ɵd } from './modules/icon/icon.component';
export { SkyKeyInfoLabelComponent as ɵk } from './modules/key-info/key-info-label.component';
export { SkyKeyInfoValueComponent as ɵl } from './modules/key-info/key-info-value.component';
export { SkyKeyInfoComponent as ɵj } from './modules/key-info/key-info.component';
export { SkyLabelComponent as ɵm } from './modules/label/label.component';
export { SkyIndicatorsResourcesModule as ɵf } from './modules/shared/indicators-resources.module';
export { SkyStatusIndicatorComponent as ɵn } from './modules/status-indicator/status-indicator.component';
export { SkyTextHighlightDirective as ɵo } from './modules/text-highlight/text-highlight.directive';
export { SkyTokenComponent as ɵp } from './modules/tokens/token.component';
export { SkyTokensComponent as ɵq } from './modules/tokens/tokens.component';
export { SkyWaitAdapterService as ɵs } from './modules/wait/wait-adapter.service';
export { SkyWaitPageAdapterService as ɵu } from './modules/wait/wait-page-adapter.service';
export { SkyWaitPageComponent as ɵt } from './modules/wait/wait-page.component';
export { SkyWaitComponent as ɵr } from './modules/wait/wait.component';
export { SkyIndicatorsResourcesProvider as ɵg } from './plugin-resources/indicators-resources-provider';
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2t5dXgtaW5kaWNhdG9ycy5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0Bza3l1eC9pbmRpY2F0b3JzLyIsInNvdXJjZXMiOlsic2t5dXgtaW5kaWNhdG9ycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDO0FBRTdCLE9BQU8sRUFBQyxpQkFBaUIsSUFBSSxFQUFFLEVBQUMsTUFBTSxpQ0FBaUMsQ0FBQztBQUN4RSxPQUFPLEVBQUMsbUJBQW1CLElBQUksRUFBRSxFQUFDLE1BQU0scUNBQXFDLENBQUM7QUFDOUUsT0FBTyxFQUFDLHNCQUFzQixJQUFJLEVBQUUsRUFBQyxNQUFNLDZDQUE2QyxDQUFDO0FBQ3pGLE9BQU8sRUFBQyxvQkFBb0IsSUFBSSxFQUFFLEVBQUMsTUFBTSxxQ0FBcUMsQ0FBQztBQUMvRSxPQUFPLEVBQUMsc0JBQXNCLElBQUksRUFBRSxFQUFDLE1BQU0sc0NBQXNDLENBQUM7QUFDbEYsT0FBTyxFQUFDLHFCQUFxQixJQUFJLEVBQUUsRUFBQyxNQUFNLHFDQUFxQyxDQUFDO0FBQ2hGLE9BQU8sRUFBQyxnQkFBZ0IsSUFBSSxFQUFFLEVBQUMsTUFBTSwrQkFBK0IsQ0FBQztBQUNyRSxPQUFPLEVBQUMsd0JBQXdCLElBQUksRUFBRSxFQUFDLE1BQU0sNkNBQTZDLENBQUM7QUFDM0YsT0FBTyxFQUFDLHdCQUF3QixJQUFJLEVBQUUsRUFBQyxNQUFNLDZDQUE2QyxDQUFDO0FBQzNGLE9BQU8sRUFBQyxtQkFBbUIsSUFBSSxFQUFFLEVBQUMsTUFBTSx1Q0FBdUMsQ0FBQztBQUNoRixPQUFPLEVBQUMsaUJBQWlCLElBQUksRUFBRSxFQUFDLE1BQU0saUNBQWlDLENBQUM7QUFDeEUsT0FBTyxFQUFDLDRCQUE0QixJQUFJLEVBQUUsRUFBQyxNQUFNLDhDQUE4QyxDQUFDO0FBQ2hHLE9BQU8sRUFBQywyQkFBMkIsSUFBSSxFQUFFLEVBQUMsTUFBTSx1REFBdUQsQ0FBQztBQUN4RyxPQUFPLEVBQUMseUJBQXlCLElBQUksRUFBRSxFQUFDLE1BQU0sbURBQW1ELENBQUM7QUFDbEcsT0FBTyxFQUFDLGlCQUFpQixJQUFJLEVBQUUsRUFBQyxNQUFNLGtDQUFrQyxDQUFDO0FBQ3pFLE9BQU8sRUFBQyxrQkFBa0IsSUFBSSxFQUFFLEVBQUMsTUFBTSxtQ0FBbUMsQ0FBQztBQUMzRSxPQUFPLEVBQUMscUJBQXFCLElBQUksRUFBRSxFQUFDLE1BQU0scUNBQXFDLENBQUM7QUFDaEYsT0FBTyxFQUFDLHlCQUF5QixJQUFJLEVBQUUsRUFBQyxNQUFNLDBDQUEwQyxDQUFDO0FBQ3pGLE9BQU8sRUFBQyxvQkFBb0IsSUFBSSxFQUFFLEVBQUMsTUFBTSxvQ0FBb0MsQ0FBQztBQUM5RSxPQUFPLEVBQUMsZ0JBQWdCLElBQUksRUFBRSxFQUFDLE1BQU0sK0JBQStCLENBQUM7QUFDckUsT0FBTyxFQUFDLDhCQUE4QixJQUFJLEVBQUUsRUFBQyxNQUFNLGtEQUFrRCxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpY19hcGknO1xuXG5leHBvcnQge1NreUFsZXJ0Q29tcG9uZW50IGFzIMm1YX0gZnJvbSAnLi9tb2R1bGVzL2FsZXJ0L2FsZXJ0LmNvbXBvbmVudCc7XG5leHBvcnQge1NreUNoZXZyb25Db21wb25lbnQgYXMgybVofSBmcm9tICcuL21vZHVsZXMvY2hldnJvbi9jaGV2cm9uLmNvbXBvbmVudCc7XG5leHBvcnQge1NreUhlbHBJbmxpbmVDb21wb25lbnQgYXMgybVpfSBmcm9tICcuL21vZHVsZXMvaGVscC1pbmxpbmUvaGVscC1pbmxpbmUuY29tcG9uZW50JztcbmV4cG9ydCB7U2t5SWNvbkNsYXNzTGlzdFBpcGUgYXMgybVifSBmcm9tICcuL21vZHVsZXMvaWNvbi9pY29uLWNsYXNzLWxpc3QucGlwZSc7XG5leHBvcnQge1NreUljb25SZXNvbHZlclNlcnZpY2UgYXMgybVjfSBmcm9tICcuL21vZHVsZXMvaWNvbi9pY29uLXJlc29sdmVyLnNlcnZpY2UnO1xuZXhwb3J0IHtTa3lJY29uU3RhY2tDb21wb25lbnQgYXMgybVlfSBmcm9tICcuL21vZHVsZXMvaWNvbi9pY29uLXN0YWNrLmNvbXBvbmVudCc7XG5leHBvcnQge1NreUljb25Db21wb25lbnQgYXMgybVkfSBmcm9tICcuL21vZHVsZXMvaWNvbi9pY29uLmNvbXBvbmVudCc7XG5leHBvcnQge1NreUtleUluZm9MYWJlbENvbXBvbmVudCBhcyDJtWt9IGZyb20gJy4vbW9kdWxlcy9rZXktaW5mby9rZXktaW5mby1sYWJlbC5jb21wb25lbnQnO1xuZXhwb3J0IHtTa3lLZXlJbmZvVmFsdWVDb21wb25lbnQgYXMgybVsfSBmcm9tICcuL21vZHVsZXMva2V5LWluZm8va2V5LWluZm8tdmFsdWUuY29tcG9uZW50JztcbmV4cG9ydCB7U2t5S2V5SW5mb0NvbXBvbmVudCBhcyDJtWp9IGZyb20gJy4vbW9kdWxlcy9rZXktaW5mby9rZXktaW5mby5jb21wb25lbnQnO1xuZXhwb3J0IHtTa3lMYWJlbENvbXBvbmVudCBhcyDJtW19IGZyb20gJy4vbW9kdWxlcy9sYWJlbC9sYWJlbC5jb21wb25lbnQnO1xuZXhwb3J0IHtTa3lJbmRpY2F0b3JzUmVzb3VyY2VzTW9kdWxlIGFzIMm1Zn0gZnJvbSAnLi9tb2R1bGVzL3NoYXJlZC9pbmRpY2F0b3JzLXJlc291cmNlcy5tb2R1bGUnO1xuZXhwb3J0IHtTa3lTdGF0dXNJbmRpY2F0b3JDb21wb25lbnQgYXMgybVufSBmcm9tICcuL21vZHVsZXMvc3RhdHVzLWluZGljYXRvci9zdGF0dXMtaW5kaWNhdG9yLmNvbXBvbmVudCc7XG5leHBvcnQge1NreVRleHRIaWdobGlnaHREaXJlY3RpdmUgYXMgybVvfSBmcm9tICcuL21vZHVsZXMvdGV4dC1oaWdobGlnaHQvdGV4dC1oaWdobGlnaHQuZGlyZWN0aXZlJztcbmV4cG9ydCB7U2t5VG9rZW5Db21wb25lbnQgYXMgybVwfSBmcm9tICcuL21vZHVsZXMvdG9rZW5zL3Rva2VuLmNvbXBvbmVudCc7XG5leHBvcnQge1NreVRva2Vuc0NvbXBvbmVudCBhcyDJtXF9IGZyb20gJy4vbW9kdWxlcy90b2tlbnMvdG9rZW5zLmNvbXBvbmVudCc7XG5leHBvcnQge1NreVdhaXRBZGFwdGVyU2VydmljZSBhcyDJtXN9IGZyb20gJy4vbW9kdWxlcy93YWl0L3dhaXQtYWRhcHRlci5zZXJ2aWNlJztcbmV4cG9ydCB7U2t5V2FpdFBhZ2VBZGFwdGVyU2VydmljZSBhcyDJtXV9IGZyb20gJy4vbW9kdWxlcy93YWl0L3dhaXQtcGFnZS1hZGFwdGVyLnNlcnZpY2UnO1xuZXhwb3J0IHtTa3lXYWl0UGFnZUNvbXBvbmVudCBhcyDJtXR9IGZyb20gJy4vbW9kdWxlcy93YWl0L3dhaXQtcGFnZS5jb21wb25lbnQnO1xuZXhwb3J0IHtTa3lXYWl0Q29tcG9uZW50IGFzIMm1cn0gZnJvbSAnLi9tb2R1bGVzL3dhaXQvd2FpdC5jb21wb25lbnQnO1xuZXhwb3J0IHtTa3lJbmRpY2F0b3JzUmVzb3VyY2VzUHJvdmlkZXIgYXMgybVnfSBmcm9tICcuL3BsdWdpbi1yZXNvdXJjZXMvaW5kaWNhdG9ycy1yZXNvdXJjZXMtcHJvdmlkZXInOyJdfQ==
import { PipeTransform } from '@angular/core';
import { SkyIconResolverService } from './icon-resolver.service';
import { SkyIconVariant } from './icon-variant';
/**

@@ -6,3 +8,5 @@ * @internal

export declare class SkyIconClassListPipe implements PipeTransform {
transform(icon: string, iconType?: string, size?: string, fixedWidth?: boolean): string[];
private resolver;
constructor(resolver: SkyIconResolverService);
transform(icon: string, iconType?: string, size?: string, fixedWidth?: boolean, variant?: SkyIconVariant): string[];
}

@@ -0,1 +1,2 @@

import { SkyIconVariant } from './icon-variant';
export declare class SkyIconComponent {

@@ -24,2 +25,7 @@ /**

fixedWidth: boolean;
/**
* Specifies the icon variant (`line` or `solid`). If the variant doesn't exist for the
* specified icon, the normal icon is displayed.
*/
variant: SkyIconVariant;
}
{
"name": "@skyux/indicators",
"version": "4.8.0",
"version": "4.9.0",
"description": "SKY UX Indicators",

@@ -21,3 +21,3 @@ "keywords": [],

"@skyux/i18n": "^4.0.0",
"@skyux/theme": "^4.0.0"
"@skyux/theme": "^4.15.2"
},

@@ -24,0 +24,0 @@ "main": "bundles/skyux-indicators.umd.js",

@@ -6,20 +6,21 @@ /**

export { SkyAlertComponent as ɵa } from './modules/alert/alert.component';
export { SkyChevronComponent as ɵg } from './modules/chevron/chevron.component';
export { SkyHelpInlineComponent as ɵh } from './modules/help-inline/help-inline.component';
export { SkyChevronComponent as ɵh } from './modules/chevron/chevron.component';
export { SkyHelpInlineComponent as ɵi } from './modules/help-inline/help-inline.component';
export { SkyIconClassListPipe as ɵb } from './modules/icon/icon-class-list.pipe';
export { SkyIconStackComponent as ɵd } from './modules/icon/icon-stack.component';
export { SkyIconComponent as ɵc } from './modules/icon/icon.component';
export { SkyKeyInfoLabelComponent as ɵj } from './modules/key-info/key-info-label.component';
export { SkyKeyInfoValueComponent as ɵk } from './modules/key-info/key-info-value.component';
export { SkyKeyInfoComponent as ɵi } from './modules/key-info/key-info.component';
export { SkyLabelComponent as ɵl } from './modules/label/label.component';
export { SkyIndicatorsResourcesModule as ɵe } from './modules/shared/indicators-resources.module';
export { SkyStatusIndicatorComponent as ɵm } from './modules/status-indicator/status-indicator.component';
export { SkyTextHighlightDirective as ɵn } from './modules/text-highlight/text-highlight.directive';
export { SkyTokenComponent as ɵo } from './modules/tokens/token.component';
export { SkyTokensComponent as ɵp } from './modules/tokens/tokens.component';
export { SkyWaitAdapterService as ɵr } from './modules/wait/wait-adapter.service';
export { SkyWaitPageAdapterService as ɵt } from './modules/wait/wait-page-adapter.service';
export { SkyWaitPageComponent as ɵs } from './modules/wait/wait-page.component';
export { SkyWaitComponent as ɵq } from './modules/wait/wait.component';
export { SkyIndicatorsResourcesProvider as ɵf } from './plugin-resources/indicators-resources-provider';
export { SkyIconResolverService as ɵc } from './modules/icon/icon-resolver.service';
export { SkyIconStackComponent as ɵe } from './modules/icon/icon-stack.component';
export { SkyIconComponent as ɵd } from './modules/icon/icon.component';
export { SkyKeyInfoLabelComponent as ɵk } from './modules/key-info/key-info-label.component';
export { SkyKeyInfoValueComponent as ɵl } from './modules/key-info/key-info-value.component';
export { SkyKeyInfoComponent as ɵj } from './modules/key-info/key-info.component';
export { SkyLabelComponent as ɵm } from './modules/label/label.component';
export { SkyIndicatorsResourcesModule as ɵf } from './modules/shared/indicators-resources.module';
export { SkyStatusIndicatorComponent as ɵn } from './modules/status-indicator/status-indicator.component';
export { SkyTextHighlightDirective as ɵo } from './modules/text-highlight/text-highlight.directive';
export { SkyTokenComponent as ɵp } from './modules/tokens/token.component';
export { SkyTokensComponent as ɵq } from './modules/tokens/tokens.component';
export { SkyWaitAdapterService as ɵs } from './modules/wait/wait-adapter.service';
export { SkyWaitPageAdapterService as ɵu } from './modules/wait/wait-page-adapter.service';
export { SkyWaitPageComponent as ɵt } from './modules/wait/wait-page.component';
export { SkyWaitComponent as ɵr } from './modules/wait/wait.component';
export { SkyIndicatorsResourcesProvider as ɵg } from './plugin-resources/indicators-resources-provider';

@@ -1,1 +0,1 @@

{"__symbolic":"module","version":4,"metadata":{"SkyAlertModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":24,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"ɵa"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":29,"character":4},{"__symbolic":"reference","module":"@skyux/i18n","name":"SkyI18nModule","line":30,"character":4},{"__symbolic":"reference","name":"SkyIconModule"},{"__symbolic":"reference","name":"ɵe"}],"exports":[{"__symbolic":"reference","name":"ɵa"}]}]}],"members":{}},"SkyChevronModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":24,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"ɵg"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":29,"character":4},{"__symbolic":"reference","module":"@skyux/i18n","name":"SkyI18nModule","line":30,"character":4},{"__symbolic":"reference","name":"ɵe"},{"__symbolic":"reference","module":"@skyux/theme","name":"SkyThemeModule","line":32,"character":4}],"exports":[{"__symbolic":"reference","name":"ɵg"}]}]}],"members":{}},"SkyHelpInlineModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":24,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"ɵh"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":29,"character":4},{"__symbolic":"reference","module":"@skyux/i18n","name":"SkyI18nModule","line":30,"character":4},{"__symbolic":"reference","name":"SkyIconModule"},{"__symbolic":"reference","name":"ɵe"}],"exports":[{"__symbolic":"reference","name":"ɵh"}]}]}],"members":{}},"SkyIconStackItem":{"__symbolic":"interface"},"SkyIconModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":20,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"ɵb"},{"__symbolic":"reference","name":"ɵc"},{"__symbolic":"reference","name":"ɵd"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":27,"character":4}],"exports":[{"__symbolic":"reference","name":"ɵc"},{"__symbolic":"reference","name":"ɵd"}]}]}],"members":{}},"SkyKeyInfoModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":20,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"ɵi"},{"__symbolic":"reference","name":"ɵj"},{"__symbolic":"reference","name":"ɵk"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":27,"character":4}],"exports":[{"__symbolic":"reference","name":"ɵi"},{"__symbolic":"reference","name":"ɵj"},{"__symbolic":"reference","name":"ɵk"}]}]}],"members":{}},"SkyLabelType":{"__symbolic":"interface"},"SkyLabelModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":16,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"ɵl"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":21,"character":4},{"__symbolic":"reference","name":"SkyIconModule"}],"exports":[{"__symbolic":"reference","name":"ɵl"}]}]}],"members":{}},"SkyStatusIndicatorModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":24,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"ɵm"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":29,"character":4},{"__symbolic":"reference","module":"@skyux/i18n","name":"SkyI18nModule","line":30,"character":4},{"__symbolic":"reference","name":"SkyIconModule"},{"__symbolic":"reference","name":"ɵe"}],"exports":[{"__symbolic":"reference","name":"ɵm"}]}]}],"members":{}},"SkyTextHighlightModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":12,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"ɵn"}],"exports":[{"__symbolic":"reference","name":"ɵn"}],"providers":[{"__symbolic":"reference","module":"@skyux/core","name":"MutationObserverService","line":20,"character":4}]}]}],"members":{}},"SkyTokensModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":32,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"ɵo"},{"__symbolic":"reference","name":"ɵp"}],"imports":[{"__symbolic":"reference","module":"@angular/platform-browser/animations","name":"BrowserAnimationsModule","line":38,"character":4},{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":39,"character":4},{"__symbolic":"reference","module":"@skyux/i18n","name":"SkyI18nModule","line":40,"character":4},{"__symbolic":"reference","name":"SkyIconModule"},{"__symbolic":"reference","name":"ɵe"}],"exports":[{"__symbolic":"reference","name":"ɵo"},{"__symbolic":"reference","name":"ɵp"}]}]}],"members":{}},"SkyToken":{"__symbolic":"interface"},"SkyTokenSelectedEventArgs":{"__symbolic":"interface"},"SkyTokensMessage":{"__symbolic":"interface"},"SkyTokensMessageType":{"FocusLastToken":0,"FocusActiveToken":1,"FocusPreviousToken":2,"FocusNextToken":3,"RemoveActiveToken":4},"SkyWaitModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":36,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"ɵq"},{"__symbolic":"reference","name":"ɵs"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":42,"character":4},{"__symbolic":"reference","module":"@skyux/i18n","name":"SkyI18nModule","line":43,"character":4},{"__symbolic":"reference","name":"ɵe"}],"exports":[{"__symbolic":"reference","name":"ɵq"},{"__symbolic":"reference","name":"ɵs"}],"providers":[{"__symbolic":"reference","name":"SkyWaitService"},{"__symbolic":"reference","name":"ɵt"},{"__symbolic":"reference","module":"@skyux/core","name":"SkyAppWindowRef","line":53,"character":4}],"entryComponents":[{"__symbolic":"reference","name":"ɵs"}]}]}],"members":{}},"SkyWaitService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":30,"character":1}}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ComponentFactoryResolver","line":38,"character":22},{"__symbolic":"reference","module":"@angular/core","name":"ApplicationRef","line":39,"character":20},{"__symbolic":"reference","name":"ɵt"},{"__symbolic":"reference","module":"@skyux/core","name":"SkyAppWindowRef","line":41,"character":23}]}],"beginBlockingPageWait":[{"__symbolic":"method"}],"beginNonBlockingPageWait":[{"__symbolic":"method"}],"endBlockingPageWait":[{"__symbolic":"method"}],"endNonBlockingPageWait":[{"__symbolic":"method"}],"clearAllPageWaits":[{"__symbolic":"method"}],"dispose":[{"__symbolic":"method"}],"blockingWrap":[{"__symbolic":"method"}],"nonBlockingWrap":[{"__symbolic":"method"}],"setWaitComponentProperties":[{"__symbolic":"method"}],"beginPageWait":[{"__symbolic":"method"}],"endPageWait":[{"__symbolic":"method"}],"clearPageWait":[{"__symbolic":"method"}]},"statics":{"waitComponent":{"__symbolic":"error","message":"Variable not initialized","line":33,"character":17},"pageWaitBlockingCount":0,"pageWaitNonBlockingCount":0}},"ɵa":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":22,"character":1},"arguments":[{"selector":"sky-alert","template":"<div\n class=\"sky-box sky-elevation-1 sky-alert sky-rounded-corners\"\n role=\"alert\"\n [hidden]=\"closed\"\n [ngClass]=\"{\n 'sky-alert-info': alertType === 'info',\n 'sky-alert-success': alertType === 'success',\n 'sky-alert-warning': alertType === 'warning',\n 'sky-alert-danger': alertType === 'danger',\n 'sky-alert-closeable': closeable\n }\"\n>\n <div\n aria-hidden=\"true\"\n class=\"sky-alert-icon-theme-modern\"\n >\n <sky-icon-stack\n [baseIcon]=\"alertBaseIcon\"\n [topIcon]=\"alertTopIcon\"\n >\n </sky-icon-stack>\n </div>\n <div\n class=\"sky-alert-content\"\n >\n <ng-content></ng-content>\n </div>\n <button\n class=\"sky-alert-close\"\n type=\"button\"\n [attr.aria-label]=\"'skyux_alert_close' | skyLibResources\"\n [hidden]=\"!closeable\"\n (click)=\"close()\"\n >\n <span\n aria-hidden=\"true\"\n >\n <sky-icon\n class=\"sky-alert-close-icon-theme-default\"\n icon=\"close\"\n >\n </sky-icon>\n <sky-icon\n class=\"sky-alert-close-icon-theme-modern\"\n icon=\"close\"\n iconType=\"skyux\"\n size=\"2x\"\n >\n </sky-icon>\n </span>\n </button>\n</div>\n","styles":["@charset \"UTF-8\";.sky-alert{padding:0 10px;margin-bottom:20px;border-left:30px solid;color:#212327;display:flex;flex-direction:row;align-items:center}.sky-alert .sky-alert-content{padding-top:10px;padding-bottom:10px;width:100%}.sky-alert .sky-alert-content ::ng-deep a{color:rgba(33,35,39,.8);text-decoration:underline}.sky-alert .sky-alert-content ::ng-deep a:hover{color:#212327}.sky-alert button{margin-left:auto;width:32px;height:32px}.sky-alert.sky-alert-info{background-color:#81d4f7;border-color:#00b4f1}.sky-alert.sky-alert-info:before{content:\"\";font-family:FontAwesome;margin-left:-31px;margin-right:20px;color:#fff}.sky-alert.sky-alert-success{background-color:#b7da9b;border-color:#72bf44}.sky-alert.sky-alert-success:before{content:\"\";font-family:FontAwesome;margin-left:-32px;margin-right:19px;color:#fff}.sky-alert.sky-alert-warning{background-color:#ffd597;border-color:#fbb034}.sky-alert.sky-alert-warning:before{content:\"\";font-family:FontAwesome;margin-left:-32px;margin-right:19px;color:#fff}.sky-alert.sky-alert-danger{background-color:#f7a08f;border-color:#ef4044}.sky-alert.sky-alert-danger:before{content:\"\";font-family:FontAwesome;margin-left:-32px;margin-right:19px;color:#fff}.sky-alert-close{cursor:pointer;font-weight:700;line-height:1;margin:0;padding:0;color:#212327;opacity:.8;border:none;background-color:transparent;display:none}.sky-alert-close:hover{opacity:1}.sky-alert-closeable .sky-alert-close{display:block}.sky-alert-close-icon-theme-modern,.sky-alert-icon-theme-modern{display:none}.sky-theme-modern .sky-alert,:host-context(.sky-theme-modern) .sky-alert{border-left-width:7px}.sky-theme-modern .sky-alert .sky-alert-content,:host-context(.sky-theme-modern) .sky-alert .sky-alert-content{padding:15px}.sky-theme-modern .sky-alert.sky-alert-info,:host-context(.sky-theme-modern) .sky-alert.sky-alert-info{background-color:#c1e8fb}.sky-theme-modern .sky-alert-danger:before,.sky-theme-modern .sky-alert-info:before,.sky-theme-modern .sky-alert-success:before,.sky-theme-modern .sky-alert-warning:before,:host-context(.sky-theme-modern) .sky-alert-danger:before,:host-context(.sky-theme-modern) .sky-alert-info:before,:host-context(.sky-theme-modern) .sky-alert-success:before,:host-context(.sky-theme-modern) .sky-alert-warning:before{display:none}.sky-theme-modern .sky-alert-info .sky-alert-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-info .sky-alert-icon-theme-modern{color:#00b4f1}.sky-theme-modern .sky-alert-success .sky-alert-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-success .sky-alert-icon-theme-modern{color:#72bf44}.sky-theme-modern .sky-alert-warning .sky-alert-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-warning .sky-alert-icon-theme-modern{color:#fbb034}.sky-theme-modern .sky-alert-danger .sky-alert-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-danger .sky-alert-icon-theme-modern{color:#ef4044}.sky-theme-modern .sky-alert-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-icon-theme-modern{display:block}.sky-theme-modern .sky-alert-close-icon-theme-default,:host-context(.sky-theme-modern) .sky-alert-close-icon-theme-default{display:none}.sky-theme-modern .sky-alert-close-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-close-icon-theme-modern{display:inline}"]}]}],"members":{"alertType":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":33,"character":3}}]}],"closeable":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":47,"character":3}}]}],"closed":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":54,"character":3}}]}],"closedChange":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":60,"character":3}}]}],"ngOnInit":[{"__symbolic":"method"}],"close":[{"__symbolic":"method"}],"updateAlertIcon":[{"__symbolic":"method"}]}},"ɵb":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Pipe","line":8,"character":1},"arguments":[{"name":"skyIconClassList"}]}],"members":{"transform":[{"__symbolic":"method"}]}},"ɵc":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":6,"character":1},"arguments":[{"selector":"sky-icon","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":10,"character":19},"member":"OnPush"},"template":"<i *ngIf=\"icon\"\n aria-hidden=\"true\"\n class=\"sky-icon\"\n [ngClass]=\"icon | skyIconClassList:iconType:size:fixedWidth\"\n>\n</i>\n","styles":[":host{display:inline-block}i{display:inherit}"]}]}],"members":{"icon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":20,"character":3}}]}],"iconType":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":28,"character":3}}]}],"size":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":35,"character":3}}]}],"fixedWidth":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":41,"character":3}}]}]}},"ɵd":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":9,"character":1},"arguments":[{"selector":"sky-icon-stack","template":"<span\n aria-hidden=\"true\"\n class=\"sky-icon-stack fa-stack\"\n [ngClass]=\"size ? 'fa-' + size + ' sky-icon-stack-size-' + size : ''\"\n>\n <i *ngIf=\"baseIcon\"\n class=\"sky-icon fa-stack-2x\"\n [ngClass]=\"baseIcon.icon | skyIconClassList:baseIcon.iconType\"\n ></i>\n <i *ngIf=\"topIcon\"\n class=\"sky-icon fa-stack-1x fa-inverse sky-icon-inverse\"\n [ngClass]=\"topIcon.icon | skyIconClassList:topIcon.iconType\"\n ></i>\n</span>\n","styles":[":host{display:inline-block;vertical-align:bottom}.sky-icon-stack-size-xs.fa-stack{width:1.25em;height:1.25em;line-height:1.25em}.sky-icon-stack-size-xs .fa-stack-2x{font-size:1.25em}.sky-icon-stack-size-xs .fa-stack-1x{font-size:.625em}.fa-stack-1x.sky-i-check:before{position:relative;top:1px}.fa-stack-1x.sky-i-exclamation:before{position:relative;top:2px;left:-.5px}.sky-theme-modern.sky-theme-mode-dark .sky-icon-inverse,:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-icon-inverse{color:#121212}"]}]}],"members":{"size":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":20,"character":3}}]}],"baseIcon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":26,"character":3}}]}],"topIcon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":32,"character":3}}]}]}},"ɵe":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":12,"character":1},"arguments":[{"providers":[{"provide":{"__symbolic":"reference","module":"@skyux/i18n","name":"SKY_LIB_RESOURCES_PROVIDERS","line":14,"character":13},"useClass":{"__symbolic":"reference","name":"ɵf"},"multi":true}]}]}],"members":{}},"ɵf":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":11,"character":1}}],"members":{"getString":[{"__symbolic":"method"}]}},"ɵg":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":7,"character":1},"arguments":[{"selector":"sky-chevron","template":"<button\n class=\"sky-chevron\"\n type=\"button\"\n [attr.aria-label]=\"(direction === 'down' ? 'skyux_chevron_expand' : 'skyux_chevron_collapse') | skyLibResources\"\n [disabled]=\"disabled\"\n [ngClass]=\"['sky-chevron-' + direction]\"\n [skyThemeClass]=\"{\n 'sky-btn sky-btn-icon-borderless' : 'modern'\n }\"\n (click)=\"chevronClick($event)\"\n>\n <i\n aria-hidden=\"true\"\n class=\"sky-chevron-part sky-chevron-left\"\n >\n </i>\n <i\n aria-hidden=\"true\"\n class=\"sky-chevron-part sky-chevron-right\"\n >\n </i>\n</button>\n","styles":["button{background:#add8e6}.sky-chevron{border:none;background-color:transparent;flex-shrink:0;height:24px;margin:0;overflow:hidden;width:24px;cursor:pointer;position:relative;vertical-align:top}.sky-chevron:hover .sky-chevron-part{border-color:#979ba2}.sky-chevron-part{border-color:#cdcfd2;border-style:solid;border-width:3px 0 0;display:inline-block;height:10px;position:absolute;top:10px;transition:transform 250ms,left 250ms;vertical-align:top;width:10px}.sky-chevron-up .sky-chevron-left{left:7px;transform:rotate(-45deg)}.sky-chevron-up .sky-chevron-right{left:7px;transform:rotate(45deg)}.sky-chevron-down .sky-chevron-left{left:2px;transform:rotate(45deg)}.sky-chevron-down .sky-chevron-right{left:12px;transform:rotate(-45deg)}.sky-theme-modern .sky-chevron,:host-context(.sky-theme-modern) .sky-chevron{height:26px;width:26px}.sky-theme-modern .sky-chevron-part,:host-context(.sky-theme-modern) .sky-chevron-part{background:#686c73;border:none;height:2px;width:11px;top:13px}.sky-theme-modern .sky-chevron-left,:host-context(.sky-theme-modern) .sky-chevron-left{border-radius:1px 0 0 1px;left:4px}.sky-theme-modern .sky-chevron-right,:host-context(.sky-theme-modern) .sky-chevron-right{border-radius:0 1px 1px 0;left:10.5px}"]}]}],"members":{"directionChange":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":14,"character":3}}]}],"direction":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":17,"character":3}}]}],"disabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":20,"character":3}}]}],"chevronClick":[{"__symbolic":"method"}]}},"ɵh":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":6,"character":1},"arguments":[{"selector":"sky-help-inline","template":"<button\n class=\"sky-help-inline\"\n type=\"button\"\n [attr.aria-label]=\"'skyux_help_inline_button_title' | skyLibResources\"\n (click)=\"onClick()\"\n>\n <sky-icon\n icon=\"info-circle\"\n >\n </sky-icon>\n</button>\n","styles":[".sky-help-inline{color:#0974a1;font-size:15px;background-color:transparent;border:none;display:inline-block}.sky-help-inline:hover{color:#065171;transition:color 150ms;cursor:pointer}"]}]}],"members":{"actionClick":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":16,"character":3}}]}],"onClick":[{"__symbolic":"method"}]}},"ɵi":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":5,"character":1},"arguments":[{"selector":"sky-key-info","template":"<div\n class=\"sky-key-info\"\n [ngClass]=\"{\n 'sky-key-info-horizontal': layout === 'horizontal'\n }\"\n>\n <div\n class=\"sky-key-info-value sky-headline\"\n >\n <ng-content\n select=\"sky-key-info-value\"\n >\n </ng-content>\n </div>\n <div\n class=\"sky-key-info-label sky-field-label sky-font-data-label\"\n >\n <ng-content\n select=\"sky-key-info-label\"\n >\n </ng-content>\n </div>\n</div>\n","styles":[".sky-key-info,.sky-key-info-horizontal .sky-key-info-label,.sky-key-info-horizontal .sky-key-info-value{display:inline-block}.sky-key-info-horizontal .sky-key-info-label:before{content:\" \";display:inline-block}"]}]}],"members":{"layout":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":17,"character":3}}]}]}},"ɵj":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":8,"character":1},"arguments":[{"selector":"sky-key-info-label","template":"<ng-content></ng-content>"}]}],"members":{}},"ɵk":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":8,"character":1},"arguments":[{"selector":"sky-key-info-value","template":"<ng-content></ng-content>"}]}],"members":{}},"ɵl":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":17,"character":1},"arguments":[{"selector":"sky-label","template":"<span\n class=\"sky-label\"\n [ngClass]=\"'sky-label-' + labelType\"\n>\n <span\n class=\"sky-label-icon-theme-default\"\n >\n <sky-icon\n [icon]=\"icon\"\n ></sky-icon>\n </span>\n <span\n class=\"sky-label-icon-theme-modern\"\n >\n <sky-icon-stack\n size=\"xs\"\n [baseIcon]=\"baseIcon\"\n [topIcon]=\"topIcon\"\n >\n </sky-icon-stack>\n </span>\n <span class=\"sky-label-text\">\n <ng-content></ng-content>\n </span>\n</span>\n","styles":[".sky-label{color:#212327;display:inline;border-radius:10rem;font-weight:400;line-height:2.2;margin:0 3px;padding:.3em .6em;white-space:nowrap}.sky-label-success{background-color:#b7da9b}.sky-label-info{background-color:#81d4f7}.sky-label-warning{background-color:#ffd597}.sky-label-danger{background-color:#f7a08f}.sky-label-text{display:inline-block;padding-left:5px}.sky-label-icon-theme-modern{display:none}.sky-theme-modern .sky-label,:host-context(.sky-theme-modern) .sky-label{align-items:center;display:inline-flex;line-height:1}.sky-theme-modern .sky-label.sky-label-info,:host-context(.sky-theme-modern) .sky-label.sky-label-info{background-color:#c1e8fb}.sky-theme-modern .sky-label.sky-label-info,.sky-theme-modern .sky-label.sky-label-success,:host-context(.sky-theme-modern) .sky-label.sky-label-info,:host-context(.sky-theme-modern) .sky-label.sky-label-success{padding:4px 15px 4px 6px}.sky-theme-modern .sky-label.sky-label-danger,.sky-theme-modern .sky-label.sky-label-warning,:host-context(.sky-theme-modern) .sky-label.sky-label-danger,:host-context(.sky-theme-modern) .sky-label.sky-label-warning{padding:4px 15px 4px 9px}.sky-theme-modern .sky-label-icon-theme-default,:host-context(.sky-theme-modern) .sky-label-icon-theme-default{display:none}.sky-theme-modern .sky-label-icon-theme-modern,:host-context(.sky-theme-modern) .sky-label-icon-theme-modern{display:block}.sky-theme-modern .sky-label-info .sky-label-icon-theme-modern,:host-context(.sky-theme-modern) .sky-label-info .sky-label-icon-theme-modern{color:#00b4f1}.sky-theme-modern .sky-label-success .sky-label-icon-theme-modern,:host-context(.sky-theme-modern) .sky-label-success .sky-label-icon-theme-modern{color:#72bf44}.sky-theme-modern .sky-label-warning .sky-label-icon-theme-modern,:host-context(.sky-theme-modern) .sky-label-warning .sky-label-icon-theme-modern{color:#fbb034}.sky-theme-modern .sky-label-danger .sky-label-icon-theme-modern,:host-context(.sky-theme-modern) .sky-label-danger .sky-label-icon-theme-modern{color:#ef4044}"]}]}],"members":{"labelType":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":28,"character":3}}]}],"updateIcon":[{"__symbolic":"method"}]}},"ɵm":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":29,"character":1},"arguments":[{"selector":"sky-status-indicator","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":33,"character":19},"member":"OnPush"},"template":"<div *ngIf=\"descriptionType\"\n class=\"sky-status-indicator\"\n>\n <div\n aria-hidden=\"true\"\n class=\"sky-margin-inline-xs sky-status-indicator-icon\"\n [ngClass]=\"'sky-status-indicator-icon-' + indicatorType\"\n >\n <span\n class=\"sky-status-indicator-icon-default\"\n >\n <sky-icon\n [icon]=\"icon\"\n ></sky-icon>\n </span>\n <span\n class=\"sky-status-indicator-icon-modern\"\n >\n <sky-icon-stack\n size=\"xs\"\n [baseIcon]=\"baseIcon\"\n [topIcon]=\"topIcon\"\n >\n </sky-icon-stack>\n </span>\n </div>\n <div\n class=\"sky-status-indicator-message-wrapper\"\n >\n <span *ngIf=\"descriptionComputed\"\n class=\"sky-screen-reader-only\"\n >\n {{ descriptionComputed }}\n </span>\n <span\n class=\"sky-status-indicator-message\"\n >\n <ng-content></ng-content>\n </span>\n </div>\n</div>\n","styles":[".sky-status-indicator{align-items:baseline;display:flex}.sky-status-indicator-icon{flex-shrink:1}.sky-status-indicator-icon-modern{display:none}.sky-status-indicator-icon-info{color:#00b4f1}.sky-status-indicator-icon-success{color:#72bf44}.sky-status-indicator-icon-warning{color:#fbb034}.sky-status-indicator-icon-danger{color:#ef4044}.sky-theme-modern .sky-status-indicator-icon-default,:host-context(.sky-theme-modern) .sky-status-indicator-icon-default{display:none}.sky-theme-modern .sky-status-indicator-icon-modern,:host-context(.sky-theme-modern) .sky-status-indicator-icon-modern{display:inline}"]}]}],"members":{"indicatorType":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":41,"character":3}}]}],"descriptionType":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":57,"character":3}}]}],"customDescription":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":71,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef","line":96,"character":28},{"__symbolic":"reference","module":"@skyux/i18n","name":"SkyLibResourcesService","line":97,"character":23}]}],"updateIcon":[{"__symbolic":"method"}],"updateDescriptionComputed":[{"__symbolic":"method"}]}},"ɵn":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":24,"character":1},"arguments":[{"selector":"[skyHighlight]"}]}],"members":{"skyHighlight":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":32,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":40,"character":16},{"__symbolic":"reference","module":"@skyux/core","name":"MutationObserverService","line":41,"character":29}]}],"ngOnChanges":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"readyForHighlight":[{"__symbolic":"method"}],"highlight":[{"__symbolic":"method"}],"observeDom":[{"__symbolic":"method"}]},"statics":{"cleanRegex":{"__symbolic":"function","parameters":["regex"],"value":{"__symbolic":"call","expression":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"regex"},"member":"replace"},"arguments":[{"__symbolic":"error","message":"Expression form not supported","line":102,"character":25,"module":"./modules/text-highlight/text-highlight.directive"},"\\$&"]}}}},"ɵo":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":13,"character":1},"arguments":[{"selector":"sky-token","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":17,"character":19},"member":"OnPush"},"template":"<div\n class=\"sky-token sky-btn sky-btn-default\"\n role=\"button\"\n [attr.aria-disabled]=\"disabled\"\n [attr.tabindex]=\"tabIndex\"\n [ngClass]=\"{\n 'sky-btn-disabled': disabled,\n 'sky-token-dismissable': dismissible,\n 'sky-token-active': tokenActive && !closeActive\n }\"\n (document:mouseup)=\"tokenActive = false;\"\n (focus)=\"tokenFocus.emit()\"\n (mousedown)=\"tokenActive = true;\"\n >\n <ng-content>\n </ng-content>\n <button *ngIf=\"dismissible\"\n class=\"sky-btn sky-token-btn-close\"\n type=\"button\"\n [attr.aria-label]=\"ariaLabel\"\n [attr.tabindex]=\"tabIndex\"\n [attr.title]=\"ariaLabel\"\n [disabled]=\"disabled\"\n [ngClass]=\"{\n 'sky-token-btn-close-active': closeActive\n }\"\n (click)=\"dismissToken($event)\"\n (document:mouseup)=\"closeActive = false;\"\n (mousedown)=\"closeActive = true;\"\n >\n <sky-icon\n class=\"sky-token-btn-close-icon-default\"\n icon=\"times\"\n >\n </sky-icon>\n <sky-icon\n class=\"sky-token-btn-close-icon-modern\"\n icon=\"close\"\n iconType=\"skyux\"\n >\n </sky-icon>\n </button>\n</div>\n","styles":[".sky-token{background-color:#c1e8fb;border:1px solid #00b4f1;overflow:hidden;padding:2px 8px;display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sky-token:focus,.sky-token:hover{background-color:#91d6f8;border-color:#008ebe;cursor:pointer}.sky-token:focus{box-shadow:0 0 8px rgba(0,180,241,.6);border:1px solid #00b4f1;outline:0}.sky-btn-disabled{cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sky-token-btn-close{background:0 0;padding:0;border:0;margin-left:2px;opacity:.9}.sky-token-btn-close:focus,.sky-token-btn-close:hover{opacity:1}.sky-token-btn-close-icon-modern{display:none}.sky-theme-modern .sky-token,:host-context(.sky-theme-modern) .sky-token{align-items:center;display:inline-flex;padding:1px 5px;font-size:14px}.sky-theme-modern .sky-token.sky-btn-disabled,:host-context(.sky-theme-modern) .sky-token.sky-btn-disabled{color:#212327}.sky-theme-modern .sky-token:not(.sky-btn-disabled),:host-context(.sky-theme-modern) .sky-token:not(.sky-btn-disabled){border:none;box-shadow:inset 0 0 0 1px #81d4f7}.sky-theme-modern .sky-token.sky-token-dismissable,:host-context(.sky-theme-modern) .sky-token.sky-token-dismissable{padding-right:1px}.sky-theme-modern .sky-token:hover:not(:active),:host-context(.sky-theme-modern) .sky-token:hover:not(:active){border:none;box-shadow:inset 0 0 0 1px #1870b8}.sky-theme-modern .sky-token.sky-token-active,:host-context(.sky-theme-modern) .sky-token.sky-token-active{border:none;box-shadow:inset 0 0 0 2px #1870b8}.sky-theme-modern .sky-token:focus:not(:active),:host-context(.sky-theme-modern) .sky-token:focus:not(:active){border:none;box-shadow:inset 0 0 0 2px #1870b8,0 1px 3px 0 rgba(0,0,0,.3)}.sky-theme-modern .sky-token:focus,.sky-theme-modern .sky-token:hover,:host-context(.sky-theme-modern) .sky-token:focus,:host-context(.sky-theme-modern) .sky-token:hover{background-color:#c1e8fb}.sky-theme-modern .sky-token-btn-close,:host-context(.sky-theme-modern) .sky-token-btn-close{align-items:center;border-radius:5px;display:flex;height:20px;margin-left:5px;width:20px}.sky-theme-modern .sky-token-btn-close:hover,:host-context(.sky-theme-modern) .sky-token-btn-close:hover{border:none;box-shadow:inset 0 0 0 1px transparent}.sky-theme-modern .sky-token-btn-close.sky-token-btn-close-active,:host-context(.sky-theme-modern) .sky-token-btn-close.sky-token-btn-close-active{border:none;box-shadow:inset 0 0 0 2px #1870b8}.sky-theme-modern .sky-token-btn-close:focus,:host-context(.sky-theme-modern) .sky-token-btn-close:focus{outline:0}.sky-theme-modern .sky-token-btn-close:focus:not(:active),:host-context(.sky-theme-modern) .sky-token-btn-close:focus:not(:active){border:none;box-shadow:inset 0 0 0 2px #1870b8,0 1px 3px 0 rgba(0,0,0,.3)}.sky-theme-modern .sky-token-btn-close-icon-default,:host-context(.sky-theme-modern) .sky-token-btn-close-icon-default{display:none}.sky-theme-modern .sky-token-btn-close-icon-modern,:host-context(.sky-theme-modern) .sky-token-btn-close-icon-modern{display:inline-block;width:100%}.sky-theme-modern.sky-theme-mode-dark .sky-token,:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-token{background-color:#c1e8fb}.sky-theme-modern.sky-theme-mode-dark .sky-token,.sky-theme-modern.sky-theme-mode-dark .sky-token-btn-close,:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-token,:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-token-btn-close{color:#212327}"]}]}],"members":{"disabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":27,"character":3}}]}],"ariaLabel":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":41,"character":3}}]}],"dismissible":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":55,"character":3}}]}],"focusable":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":69,"character":3}}]}],"dismiss":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":81,"character":3}}]}],"tokenFocus":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":87,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":113,"character":24},{"__symbolic":"reference","module":"@skyux/i18n","name":"SkyLibResourcesService","line":114,"character":30}]}],"dismissToken":[{"__symbolic":"method"}],"focusElement":[{"__symbolic":"method"}],"getString":[{"__symbolic":"method"}]}},"ɵp":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":48,"character":1},"arguments":[{"selector":"sky-tokens","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":52,"character":19},"member":"OnPush"},"animations":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"trigger","line":54,"character":4},"arguments":["blockAnimationOnLoad",[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"transition","line":55,"character":6},"arguments":[":enter",[]]}]]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"trigger","line":57,"character":4},"arguments":["dismiss",[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"transition","line":58,"character":6},"arguments":[":enter",[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"style","line":61,"character":10},"arguments":[{"opacity":0,"width":0}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"animate","line":65,"character":10},"arguments":["150ms ease-in",{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"style","line":67,"character":12},"arguments":[{"opacity":1,"width":"*"}]}]}]]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"transition","line":74,"character":6},"arguments":[":leave",[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"animate","line":77,"character":10},"arguments":["150ms ease-in",{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"style","line":79,"character":12},"arguments":[{"opacity":0,"width":0}]}]}]]}]]}],"template":"<div *ngIf=\"tokens\"\n class=\"sky-tokens\"\n [@blockAnimationOnLoad]\n [attr.role]=\"(tokens && tokens.length) ? 'list' : null\"\n>\n <sky-token *ngFor=\"let token of tokens; let i = index; trackBy: trackTokenFn\"\n role=\"listitem\"\n [@.disabled]=\"!trackWith\"\n [@dismiss]\n [disabled]=\"disabled\"\n [dismissible]=\"dismissible\"\n [focusable]=\"focusable\"\n (dismiss)=\"removeToken(token)\"\n (click)=\"onTokenClick(token)\"\n (keydown)=\"onTokenKeyDown($event)\"\n (keyup.enter)=\"selectToken(token);$event.preventDefault();\"\n (tokenFocus)=\"activeIndex = i\"\n >\n {{ token.value[displayWith] }}\n </sky-token>\n <div\n class=\"sky-tokens-content\"\n >\n <ng-content></ng-content>\n </div>\n</div>\n","styles":["@charset \"UTF-8\";.sky-tokens{display:flex;flex-wrap:wrap;align-items:baseline;margin:-2px}.sky-tokens .sky-tokens-content,.sky-tokens ::ng-deep sky-token{flex:0 0 auto;display:inline-flex;padding:2px}.sky-tokens .sky-tokens-content{flex-grow:1;flex-basis:0px}.sky-tokens .sky-tokens-content:before{content:\"​\"}"]}]}],"members":{"disabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":97,"character":3}}]}],"dismissible":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":111,"character":3}}]}],"displayWith":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":124,"character":3}}]}],"trackWith":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":137,"character":3}}]}],"focusable":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":146,"character":3}}]}],"tokens":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":158,"character":3}}]}],"messageStream":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":172,"character":3}}]}],"focusIndexOverRange":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":186,"character":3}}]}],"focusIndexUnderRange":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":193,"character":3}}]}],"tokenSelected":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":199,"character":3}}]}],"tokensChange":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":206,"character":3}}]}],"tokenComponents":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChildren","line":234,"character":3},"arguments":[{"__symbolic":"reference","name":"ɵo"}]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef","line":249,"character":28}]}],"ngOnDestroy":[{"__symbolic":"method"}],"onTokenClick":[{"__symbolic":"method"}],"onTokenKeyDown":[{"__symbolic":"method"}],"selectToken":[{"__symbolic":"method"}],"removeToken":[{"__symbolic":"method"}],"focusPreviousToken":[{"__symbolic":"method"}],"focusNextToken":[{"__symbolic":"method"}],"focusLastToken":[{"__symbolic":"method"}],"focusActiveToken":[{"__symbolic":"method"}],"removeActiveToken":[{"__symbolic":"method"}],"initMessageStream":[{"__symbolic":"method"}],"notifyTokenSelected":[{"__symbolic":"method"}]}},"ɵq":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":22,"character":1},"arguments":[{"selector":"sky-wait","providers":[{"__symbolic":"reference","name":"ɵr"}],"template":"<div\n class=\"sky-wait-container\"\n>\n <div *ngIf=\"isWaiting\"\n class=\"sky-wait-mask\"\n [attr.aria-label]=\"ariaLabelStream | async\"\n [ngClass]=\"{\n 'sky-wait-mask-loading-fixed': isFullPage,\n 'sky-wait-mask-loading-non-blocking': isNonBlocking,\n 'sky-wait-mask-loading-blocking': !isNonBlocking\n }\"\n >\n <div\n class=\"sky-wait\"\n >\n <div\n class=\"sky-wait-double-bounce1\"\n >\n </div>\n <div\n class=\"sky-wait-double-bounce2\"\n >\n </div>\n </div>\n </div>\n</div>\n\n","styles":[".sky-wait-mask-loading-blocking{margin:auto;position:absolute;top:0;right:0;left:0;bottom:0;background-color:rgba(255,255,255,.7);z-index:1000}.sky-wait-mask-loading-fixed{position:fixed}.sky-wait{width:50px;height:50px;margin-top:-25px;margin-left:-25px;position:absolute;top:50%;left:50%}.sky-wait-mask-loading-non-blocking{bottom:0}.sky-wait-mask-loading-non-blocking .sky-wait{top:auto;right:auto;bottom:0;left:0;margin-left:auto;margin-right:auto}.sky-wait-double-bounce1,.sky-wait-double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#72bf44;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:2s ease-in-out infinite sk-bounce;animation:2s ease-in-out infinite sk-bounce}.sky-wait-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-bounce{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes sk-bounce{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.sky-wait-container.sky-wait-active{position:relative}"]}]}],"members":{"ariaLabel":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":35,"character":3}}]}],"isWaiting":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":41,"character":3}}]}],"isFullPage":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":71,"character":3}}]}],"isNonBlocking":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":91,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":103,"character":5}}]],"parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":101,"character":19},{"__symbolic":"reference","name":"ɵr"},{"__symbolic":"reference","module":"@skyux/i18n","name":"SkyLibResourcesService","line":103,"character":41}]}],"ngOnInit":[{"__symbolic":"method"}],"publishAriaLabel":[{"__symbolic":"method"}]}},"ɵr":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":14,"character":1}}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"RendererFactory2","line":24,"character":29}]}],"ngOnDestroy":[{"__symbolic":"method"}],"setWaitBounds":[{"__symbolic":"method"}],"removeWaitBounds":[{"__symbolic":"method"}],"setBusyState":[{"__symbolic":"method"}],"focusNextElement":[{"__symbolic":"method"}],"isShift":[{"__symbolic":"method"}],"isElementHidden":[{"__symbolic":"method"}],"isElementBusyOrHidden":[{"__symbolic":"method"}],"clearDocumentFocus":[{"__symbolic":"method"}],"getFocussableElements":[{"__symbolic":"method"}],"clearListeners":[{"__symbolic":"method"}]},"statics":{"isPageWaitActive":false,"busyElements":{}}},"ɵs":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":8,"character":1},"arguments":[{"selector":"sky-wait-page","template":"<div\n class=\"sky-wait-page\"\n>\n <sky-wait\n [isFullPage]=\"true\"\n [isNonBlocking]=\"true\"\n [isWaiting]=\"hasNonBlockingWait\"\n >\n </sky-wait>\n <sky-wait\n [isFullPage]=\"true\"\n [isWaiting]=\"hasBlockingWait\"\n >\n </sky-wait>\n</div>\n","styles":[".sky-wait-page ::ng-deep .sky-wait-mask-loading-fixed{z-index:2000}"]}]}],"members":{"hasBlockingWait":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":14,"character":3}}]}],"hasNonBlockingWait":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":17,"character":3}}]}]}},"ɵt":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":7,"character":1}}],"members":{"addPageWaitEl":[{"__symbolic":"method"}],"removePageWaitEl":[{"__symbolic":"method"}]}}},"origins":{"SkyAlertModule":"./modules/alert/alert.module","SkyChevronModule":"./modules/chevron/chevron.module","SkyHelpInlineModule":"./modules/help-inline/help-inline.module","SkyIconStackItem":"./modules/icon/icon-stack-item","SkyIconModule":"./modules/icon/icon.module","SkyKeyInfoModule":"./modules/key-info/key-info.module","SkyLabelType":"./modules/label/label-type","SkyLabelModule":"./modules/label/label.module","SkyStatusIndicatorModule":"./modules/status-indicator/status-indicator.module","SkyTextHighlightModule":"./modules/text-highlight/text-highlight.module","SkyTokensModule":"./modules/tokens/tokens.module","SkyToken":"./modules/tokens/types/token","SkyTokenSelectedEventArgs":"./modules/tokens/types/token-selected-event-args","SkyTokensMessage":"./modules/tokens/types/tokens-message","SkyTokensMessageType":"./modules/tokens/types/tokens-message-type","SkyWaitModule":"./modules/wait/wait.module","SkyWaitService":"./modules/wait/wait.service","ɵa":"./modules/alert/alert.component","ɵb":"./modules/icon/icon-class-list.pipe","ɵc":"./modules/icon/icon.component","ɵd":"./modules/icon/icon-stack.component","ɵe":"./modules/shared/indicators-resources.module","ɵf":"./plugin-resources/indicators-resources-provider","ɵg":"./modules/chevron/chevron.component","ɵh":"./modules/help-inline/help-inline.component","ɵi":"./modules/key-info/key-info.component","ɵj":"./modules/key-info/key-info-label.component","ɵk":"./modules/key-info/key-info-value.component","ɵl":"./modules/label/label.component","ɵm":"./modules/status-indicator/status-indicator.component","ɵn":"./modules/text-highlight/text-highlight.directive","ɵo":"./modules/tokens/token.component","ɵp":"./modules/tokens/tokens.component","ɵq":"./modules/wait/wait.component","ɵr":"./modules/wait/wait-adapter.service","ɵs":"./modules/wait/wait-page.component","ɵt":"./modules/wait/wait-page-adapter.service"},"importAs":"@skyux/indicators"}
{"__symbolic":"module","version":4,"metadata":{"SkyAlertModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":24,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"ɵa"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":29,"character":4},{"__symbolic":"reference","module":"@skyux/i18n","name":"SkyI18nModule","line":30,"character":4},{"__symbolic":"reference","name":"SkyIconModule"},{"__symbolic":"reference","name":"ɵf"}],"exports":[{"__symbolic":"reference","name":"ɵa"}]}]}],"members":{}},"SkyChevronModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":24,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"ɵh"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":29,"character":4},{"__symbolic":"reference","module":"@skyux/i18n","name":"SkyI18nModule","line":30,"character":4},{"__symbolic":"reference","name":"ɵf"},{"__symbolic":"reference","module":"@skyux/theme","name":"SkyThemeModule","line":32,"character":4}],"exports":[{"__symbolic":"reference","name":"ɵh"}]}]}],"members":{}},"SkyHelpInlineModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":24,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"ɵi"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":29,"character":4},{"__symbolic":"reference","module":"@skyux/i18n","name":"SkyI18nModule","line":30,"character":4},{"__symbolic":"reference","name":"SkyIconModule"},{"__symbolic":"reference","name":"ɵf"}],"exports":[{"__symbolic":"reference","name":"ɵi"}]}]}],"members":{}},"SkyIconStackItem":{"__symbolic":"interface"},"SkyIconModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":28,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"ɵb"},{"__symbolic":"reference","name":"ɵd"},{"__symbolic":"reference","name":"ɵe"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":35,"character":4},{"__symbolic":"reference","module":"@skyux/theme","name":"SkyThemeIconManifestModule","line":36,"character":4}],"exports":[{"__symbolic":"reference","name":"ɵd"},{"__symbolic":"reference","name":"ɵe"}],"providers":[{"__symbolic":"reference","name":"ɵc"}]}]}],"members":{}},"SkyKeyInfoModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":20,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"ɵj"},{"__symbolic":"reference","name":"ɵk"},{"__symbolic":"reference","name":"ɵl"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":27,"character":4}],"exports":[{"__symbolic":"reference","name":"ɵj"},{"__symbolic":"reference","name":"ɵk"},{"__symbolic":"reference","name":"ɵl"}]}]}],"members":{}},"SkyLabelType":{"__symbolic":"interface"},"SkyLabelModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":16,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"ɵm"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":21,"character":4},{"__symbolic":"reference","name":"SkyIconModule"}],"exports":[{"__symbolic":"reference","name":"ɵm"}]}]}],"members":{}},"SkyStatusIndicatorModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":24,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"ɵn"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":29,"character":4},{"__symbolic":"reference","module":"@skyux/i18n","name":"SkyI18nModule","line":30,"character":4},{"__symbolic":"reference","name":"SkyIconModule"},{"__symbolic":"reference","name":"ɵf"}],"exports":[{"__symbolic":"reference","name":"ɵn"}]}]}],"members":{}},"SkyTextHighlightModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":12,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"ɵo"}],"exports":[{"__symbolic":"reference","name":"ɵo"}],"providers":[{"__symbolic":"reference","module":"@skyux/core","name":"MutationObserverService","line":20,"character":4}]}]}],"members":{}},"SkyTokensModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":32,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"ɵp"},{"__symbolic":"reference","name":"ɵq"}],"imports":[{"__symbolic":"reference","module":"@angular/platform-browser/animations","name":"BrowserAnimationsModule","line":38,"character":4},{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":39,"character":4},{"__symbolic":"reference","module":"@skyux/i18n","name":"SkyI18nModule","line":40,"character":4},{"__symbolic":"reference","name":"SkyIconModule"},{"__symbolic":"reference","name":"ɵf"}],"exports":[{"__symbolic":"reference","name":"ɵp"},{"__symbolic":"reference","name":"ɵq"}]}]}],"members":{}},"SkyToken":{"__symbolic":"interface"},"SkyTokenSelectedEventArgs":{"__symbolic":"interface"},"SkyTokensMessage":{"__symbolic":"interface"},"SkyTokensMessageType":{"FocusLastToken":0,"FocusActiveToken":1,"FocusPreviousToken":2,"FocusNextToken":3,"RemoveActiveToken":4},"SkyWaitModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":36,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"ɵr"},{"__symbolic":"reference","name":"ɵt"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":42,"character":4},{"__symbolic":"reference","module":"@skyux/i18n","name":"SkyI18nModule","line":43,"character":4},{"__symbolic":"reference","name":"ɵf"}],"exports":[{"__symbolic":"reference","name":"ɵr"},{"__symbolic":"reference","name":"ɵt"}],"providers":[{"__symbolic":"reference","name":"SkyWaitService"},{"__symbolic":"reference","name":"ɵu"},{"__symbolic":"reference","module":"@skyux/core","name":"SkyAppWindowRef","line":53,"character":4}],"entryComponents":[{"__symbolic":"reference","name":"ɵt"}]}]}],"members":{}},"SkyWaitService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":30,"character":1}}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ComponentFactoryResolver","line":38,"character":22},{"__symbolic":"reference","module":"@angular/core","name":"ApplicationRef","line":39,"character":20},{"__symbolic":"reference","name":"ɵu"},{"__symbolic":"reference","module":"@skyux/core","name":"SkyAppWindowRef","line":41,"character":23}]}],"beginBlockingPageWait":[{"__symbolic":"method"}],"beginNonBlockingPageWait":[{"__symbolic":"method"}],"endBlockingPageWait":[{"__symbolic":"method"}],"endNonBlockingPageWait":[{"__symbolic":"method"}],"clearAllPageWaits":[{"__symbolic":"method"}],"dispose":[{"__symbolic":"method"}],"blockingWrap":[{"__symbolic":"method"}],"nonBlockingWrap":[{"__symbolic":"method"}],"setWaitComponentProperties":[{"__symbolic":"method"}],"beginPageWait":[{"__symbolic":"method"}],"endPageWait":[{"__symbolic":"method"}],"clearPageWait":[{"__symbolic":"method"}]},"statics":{"waitComponent":{"__symbolic":"error","message":"Variable not initialized","line":33,"character":17},"pageWaitBlockingCount":0,"pageWaitNonBlockingCount":0}},"ɵa":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":22,"character":1},"arguments":[{"selector":"sky-alert","template":"<div\n class=\"sky-box sky-elevation-1 sky-alert sky-rounded-corners\"\n role=\"alert\"\n [hidden]=\"closed\"\n [ngClass]=\"{\n 'sky-alert-info': alertType === 'info',\n 'sky-alert-success': alertType === 'success',\n 'sky-alert-warning': alertType === 'warning',\n 'sky-alert-danger': alertType === 'danger',\n 'sky-alert-closeable': closeable\n }\"\n>\n <div\n aria-hidden=\"true\"\n class=\"sky-alert-icon-theme-modern\"\n >\n <sky-icon-stack\n [baseIcon]=\"alertBaseIcon\"\n [topIcon]=\"alertTopIcon\"\n >\n </sky-icon-stack>\n </div>\n <div\n class=\"sky-alert-content\"\n >\n <ng-content></ng-content>\n </div>\n <button\n class=\"sky-alert-close\"\n type=\"button\"\n [attr.aria-label]=\"'skyux_alert_close' | skyLibResources\"\n [hidden]=\"!closeable\"\n (click)=\"close()\"\n >\n <span\n aria-hidden=\"true\"\n >\n <sky-icon\n class=\"sky-alert-close-icon-theme-default\"\n icon=\"close\"\n >\n </sky-icon>\n <sky-icon\n class=\"sky-alert-close-icon-theme-modern\"\n icon=\"close\"\n iconType=\"skyux\"\n size=\"2x\"\n >\n </sky-icon>\n </span>\n </button>\n</div>\n","styles":["@charset \"UTF-8\";.sky-alert{padding:0 10px;margin-bottom:20px;border-left:30px solid;color:#212327;display:flex;flex-direction:row;align-items:center}.sky-alert .sky-alert-content{padding-top:10px;padding-bottom:10px;width:100%}.sky-alert .sky-alert-content ::ng-deep a{color:rgba(33,35,39,.8);text-decoration:underline}.sky-alert .sky-alert-content ::ng-deep a:hover{color:#212327}.sky-alert button{margin-left:auto;width:32px;height:32px}.sky-alert.sky-alert-info{background-color:#81d4f7;border-color:#00b4f1}.sky-alert.sky-alert-info:before{content:\"\";font-family:FontAwesome;margin-left:-31px;margin-right:20px;color:#fff}.sky-alert.sky-alert-success{background-color:#b7da9b;border-color:#72bf44}.sky-alert.sky-alert-success:before{content:\"\";font-family:FontAwesome;margin-left:-32px;margin-right:19px;color:#fff}.sky-alert.sky-alert-warning{background-color:#ffd597;border-color:#fbb034}.sky-alert.sky-alert-warning:before{content:\"\";font-family:FontAwesome;margin-left:-32px;margin-right:19px;color:#fff}.sky-alert.sky-alert-danger{background-color:#f7a08f;border-color:#ef4044}.sky-alert.sky-alert-danger:before{content:\"\";font-family:FontAwesome;margin-left:-32px;margin-right:19px;color:#fff}.sky-alert-close{cursor:pointer;font-weight:700;line-height:1;margin:0;padding:0;color:#212327;opacity:.8;border:none;background-color:transparent;display:none}.sky-alert-close:hover{opacity:1}.sky-alert-closeable .sky-alert-close{display:block}.sky-alert-close-icon-theme-modern,.sky-alert-icon-theme-modern{display:none}.sky-theme-modern .sky-alert,:host-context(.sky-theme-modern) .sky-alert{border-left-width:7px}.sky-theme-modern .sky-alert .sky-alert-content,:host-context(.sky-theme-modern) .sky-alert .sky-alert-content{padding:15px}.sky-theme-modern .sky-alert.sky-alert-info,:host-context(.sky-theme-modern) .sky-alert.sky-alert-info{background-color:#c1e8fb}.sky-theme-modern .sky-alert-danger:before,.sky-theme-modern .sky-alert-info:before,.sky-theme-modern .sky-alert-success:before,.sky-theme-modern .sky-alert-warning:before,:host-context(.sky-theme-modern) .sky-alert-danger:before,:host-context(.sky-theme-modern) .sky-alert-info:before,:host-context(.sky-theme-modern) .sky-alert-success:before,:host-context(.sky-theme-modern) .sky-alert-warning:before{display:none}.sky-theme-modern .sky-alert-info .sky-alert-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-info .sky-alert-icon-theme-modern{color:#00b4f1}.sky-theme-modern .sky-alert-success .sky-alert-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-success .sky-alert-icon-theme-modern{color:#72bf44}.sky-theme-modern .sky-alert-warning .sky-alert-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-warning .sky-alert-icon-theme-modern{color:#fbb034}.sky-theme-modern .sky-alert-danger .sky-alert-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-danger .sky-alert-icon-theme-modern{color:#ef4044}.sky-theme-modern .sky-alert-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-icon-theme-modern{display:block}.sky-theme-modern .sky-alert-close-icon-theme-default,:host-context(.sky-theme-modern) .sky-alert-close-icon-theme-default{display:none}.sky-theme-modern .sky-alert-close-icon-theme-modern,:host-context(.sky-theme-modern) .sky-alert-close-icon-theme-modern{display:inline}"]}]}],"members":{"alertType":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":33,"character":3}}]}],"closeable":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":47,"character":3}}]}],"closed":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":54,"character":3}}]}],"closedChange":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":60,"character":3}}]}],"ngOnInit":[{"__symbolic":"method"}],"close":[{"__symbolic":"method"}],"updateAlertIcon":[{"__symbolic":"method"}]}},"ɵb":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Pipe","line":16,"character":1},"arguments":[{"name":"skyIconClassList"}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"ɵc"}]}],"transform":[{"__symbolic":"method"}]}},"ɵc":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":13,"character":1}}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@skyux/theme","name":"SkyThemeIconManifestService","line":18,"character":27}]}],"resolveIcon":[{"__symbolic":"method"}]}},"ɵd":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":10,"character":1},"arguments":[{"selector":"sky-icon","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":14,"character":19},"member":"OnPush"},"template":"<i *ngIf=\"icon\"\n aria-hidden=\"true\"\n class=\"sky-icon\"\n [ngClass]=\"icon | skyIconClassList:iconType:size:fixedWidth:variant\"\n>\n</i>\n","styles":[":host{display:inline-block}i{display:inherit}"]}]}],"members":{"icon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":24,"character":3}}]}],"iconType":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":32,"character":3}}]}],"size":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":39,"character":3}}]}],"fixedWidth":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":45,"character":3}}]}],"variant":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":52,"character":3}}]}]}},"ɵe":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":9,"character":1},"arguments":[{"selector":"sky-icon-stack","template":"<span\n aria-hidden=\"true\"\n class=\"sky-icon-stack fa-stack\"\n [ngClass]=\"size ? 'fa-' + size + ' sky-icon-stack-size-' + size : ''\"\n>\n <i *ngIf=\"baseIcon\"\n class=\"sky-icon fa-stack-2x\"\n [ngClass]=\"baseIcon.icon | skyIconClassList:baseIcon.iconType\"\n ></i>\n <i *ngIf=\"topIcon\"\n class=\"sky-icon fa-stack-1x fa-inverse sky-icon-inverse\"\n [ngClass]=\"topIcon.icon | skyIconClassList:topIcon.iconType\"\n ></i>\n</span>\n","styles":[":host{display:inline-block;vertical-align:bottom}.sky-icon-stack-size-xs.fa-stack{width:1.25em;height:1.25em;line-height:1.25em}.sky-icon-stack-size-xs .fa-stack-2x{font-size:1.25em}.sky-icon-stack-size-xs .fa-stack-1x{font-size:.625em}.fa-stack-1x.sky-i-check:before{position:relative;top:1px}.fa-stack-1x.sky-i-exclamation:before{position:relative;top:2px;left:-.5px}.sky-theme-modern.sky-theme-mode-dark .sky-icon-inverse,:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-icon-inverse{color:#121212}"]}]}],"members":{"size":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":20,"character":3}}]}],"baseIcon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":26,"character":3}}]}],"topIcon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":32,"character":3}}]}]}},"ɵf":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":12,"character":1},"arguments":[{"providers":[{"provide":{"__symbolic":"reference","module":"@skyux/i18n","name":"SKY_LIB_RESOURCES_PROVIDERS","line":14,"character":13},"useClass":{"__symbolic":"reference","name":"ɵg"},"multi":true}]}]}],"members":{}},"ɵg":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":11,"character":1}}],"members":{"getString":[{"__symbolic":"method"}]}},"ɵh":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":7,"character":1},"arguments":[{"selector":"sky-chevron","template":"<button\n class=\"sky-chevron\"\n type=\"button\"\n [attr.aria-label]=\"(direction === 'down' ? 'skyux_chevron_expand' : 'skyux_chevron_collapse') | skyLibResources\"\n [disabled]=\"disabled\"\n [ngClass]=\"['sky-chevron-' + direction]\"\n [skyThemeClass]=\"{\n 'sky-btn sky-btn-icon-borderless' : 'modern'\n }\"\n (click)=\"chevronClick($event)\"\n>\n <i\n aria-hidden=\"true\"\n class=\"sky-chevron-part sky-chevron-left\"\n >\n </i>\n <i\n aria-hidden=\"true\"\n class=\"sky-chevron-part sky-chevron-right\"\n >\n </i>\n</button>\n","styles":["button{background:#add8e6}.sky-chevron{border:none;background-color:transparent;flex-shrink:0;height:24px;margin:0;overflow:hidden;width:24px;cursor:pointer;position:relative;vertical-align:top}.sky-chevron:hover .sky-chevron-part{border-color:#979ba2}.sky-chevron-part{border-color:#cdcfd2;border-style:solid;border-width:3px 0 0;display:inline-block;height:10px;position:absolute;top:10px;transition:transform 250ms,left 250ms;vertical-align:top;width:10px}.sky-chevron-up .sky-chevron-left{left:7px;transform:rotate(-45deg)}.sky-chevron-up .sky-chevron-right{left:7px;transform:rotate(45deg)}.sky-chevron-down .sky-chevron-left{left:2px;transform:rotate(45deg)}.sky-chevron-down .sky-chevron-right{left:12px;transform:rotate(-45deg)}.sky-theme-modern .sky-chevron,:host-context(.sky-theme-modern) .sky-chevron{height:26px;width:26px}.sky-theme-modern .sky-chevron-part,:host-context(.sky-theme-modern) .sky-chevron-part{background:#686c73;border:none;height:2px;width:11px;top:13px}.sky-theme-modern .sky-chevron-left,:host-context(.sky-theme-modern) .sky-chevron-left{border-radius:1px 0 0 1px;left:4px}.sky-theme-modern .sky-chevron-right,:host-context(.sky-theme-modern) .sky-chevron-right{border-radius:0 1px 1px 0;left:10.5px}"]}]}],"members":{"directionChange":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":14,"character":3}}]}],"direction":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":17,"character":3}}]}],"disabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":20,"character":3}}]}],"chevronClick":[{"__symbolic":"method"}]}},"ɵi":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":6,"character":1},"arguments":[{"selector":"sky-help-inline","template":"<button\n class=\"sky-help-inline\"\n type=\"button\"\n [attr.aria-label]=\"'skyux_help_inline_button_title' | skyLibResources\"\n (click)=\"onClick()\"\n>\n <sky-icon\n icon=\"info-circle\"\n >\n </sky-icon>\n</button>\n","styles":[".sky-help-inline{color:#0974a1;font-size:15px;background-color:transparent;border:none;display:inline-block}.sky-help-inline:hover{color:#065171;transition:color 150ms;cursor:pointer}"]}]}],"members":{"actionClick":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":16,"character":3}}]}],"onClick":[{"__symbolic":"method"}]}},"ɵj":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":5,"character":1},"arguments":[{"selector":"sky-key-info","template":"<div\n class=\"sky-key-info\"\n [ngClass]=\"{\n 'sky-key-info-horizontal': layout === 'horizontal'\n }\"\n>\n <div\n class=\"sky-key-info-value sky-headline\"\n >\n <ng-content\n select=\"sky-key-info-value\"\n >\n </ng-content>\n </div>\n <div\n class=\"sky-key-info-label sky-field-label sky-font-data-label\"\n >\n <ng-content\n select=\"sky-key-info-label\"\n >\n </ng-content>\n </div>\n</div>\n","styles":[".sky-key-info,.sky-key-info-horizontal .sky-key-info-label,.sky-key-info-horizontal .sky-key-info-value{display:inline-block}.sky-key-info-horizontal .sky-key-info-label:before{content:\" \";display:inline-block}"]}]}],"members":{"layout":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":17,"character":3}}]}]}},"ɵk":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":8,"character":1},"arguments":[{"selector":"sky-key-info-label","template":"<ng-content></ng-content>"}]}],"members":{}},"ɵl":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":8,"character":1},"arguments":[{"selector":"sky-key-info-value","template":"<ng-content></ng-content>"}]}],"members":{}},"ɵm":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":17,"character":1},"arguments":[{"selector":"sky-label","template":"<span\n class=\"sky-label\"\n [ngClass]=\"'sky-label-' + labelType\"\n>\n <span\n class=\"sky-label-icon-theme-default\"\n >\n <sky-icon\n [icon]=\"icon\"\n ></sky-icon>\n </span>\n <span\n class=\"sky-label-icon-theme-modern\"\n >\n <sky-icon-stack\n size=\"xs\"\n [baseIcon]=\"baseIcon\"\n [topIcon]=\"topIcon\"\n >\n </sky-icon-stack>\n </span>\n <span class=\"sky-label-text\">\n <ng-content></ng-content>\n </span>\n</span>\n","styles":[".sky-label{color:#212327;display:inline;border-radius:10rem;font-weight:400;line-height:2.2;margin:0 3px;padding:.3em .6em;white-space:nowrap}.sky-label-success{background-color:#b7da9b}.sky-label-info{background-color:#81d4f7}.sky-label-warning{background-color:#ffd597}.sky-label-danger{background-color:#f7a08f}.sky-label-text{display:inline-block;padding-left:5px}.sky-label-icon-theme-modern{display:none}.sky-theme-modern .sky-label,:host-context(.sky-theme-modern) .sky-label{align-items:center;display:inline-flex;line-height:1}.sky-theme-modern .sky-label.sky-label-info,:host-context(.sky-theme-modern) .sky-label.sky-label-info{background-color:#c1e8fb}.sky-theme-modern .sky-label.sky-label-info,.sky-theme-modern .sky-label.sky-label-success,:host-context(.sky-theme-modern) .sky-label.sky-label-info,:host-context(.sky-theme-modern) .sky-label.sky-label-success{padding:4px 15px 4px 6px}.sky-theme-modern .sky-label.sky-label-danger,.sky-theme-modern .sky-label.sky-label-warning,:host-context(.sky-theme-modern) .sky-label.sky-label-danger,:host-context(.sky-theme-modern) .sky-label.sky-label-warning{padding:4px 15px 4px 9px}.sky-theme-modern .sky-label-icon-theme-default,:host-context(.sky-theme-modern) .sky-label-icon-theme-default{display:none}.sky-theme-modern .sky-label-icon-theme-modern,:host-context(.sky-theme-modern) .sky-label-icon-theme-modern{display:block}.sky-theme-modern .sky-label-info .sky-label-icon-theme-modern,:host-context(.sky-theme-modern) .sky-label-info .sky-label-icon-theme-modern{color:#00b4f1}.sky-theme-modern .sky-label-success .sky-label-icon-theme-modern,:host-context(.sky-theme-modern) .sky-label-success .sky-label-icon-theme-modern{color:#72bf44}.sky-theme-modern .sky-label-warning .sky-label-icon-theme-modern,:host-context(.sky-theme-modern) .sky-label-warning .sky-label-icon-theme-modern{color:#fbb034}.sky-theme-modern .sky-label-danger .sky-label-icon-theme-modern,:host-context(.sky-theme-modern) .sky-label-danger .sky-label-icon-theme-modern{color:#ef4044}"]}]}],"members":{"labelType":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":28,"character":3}}]}],"updateIcon":[{"__symbolic":"method"}]}},"ɵn":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":29,"character":1},"arguments":[{"selector":"sky-status-indicator","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":33,"character":19},"member":"OnPush"},"template":"<div *ngIf=\"descriptionType\"\n class=\"sky-status-indicator\"\n>\n <div\n aria-hidden=\"true\"\n class=\"sky-margin-inline-xs sky-status-indicator-icon\"\n [ngClass]=\"'sky-status-indicator-icon-' + indicatorType\"\n >\n <span\n class=\"sky-status-indicator-icon-default\"\n >\n <sky-icon\n [icon]=\"icon\"\n ></sky-icon>\n </span>\n <span\n class=\"sky-status-indicator-icon-modern\"\n >\n <sky-icon-stack\n size=\"xs\"\n [baseIcon]=\"baseIcon\"\n [topIcon]=\"topIcon\"\n >\n </sky-icon-stack>\n </span>\n </div>\n <div\n class=\"sky-status-indicator-message-wrapper\"\n >\n <span *ngIf=\"descriptionComputed\"\n class=\"sky-screen-reader-only\"\n >\n {{ descriptionComputed }}\n </span>\n <span\n class=\"sky-status-indicator-message\"\n >\n <ng-content></ng-content>\n </span>\n </div>\n</div>\n","styles":[".sky-status-indicator{align-items:baseline;display:flex}.sky-status-indicator-icon{flex-shrink:1}.sky-status-indicator-icon-modern{display:none}.sky-status-indicator-icon-info{color:#00b4f1}.sky-status-indicator-icon-success{color:#72bf44}.sky-status-indicator-icon-warning{color:#fbb034}.sky-status-indicator-icon-danger{color:#ef4044}.sky-theme-modern .sky-status-indicator-icon-default,:host-context(.sky-theme-modern) .sky-status-indicator-icon-default{display:none}.sky-theme-modern .sky-status-indicator-icon-modern,:host-context(.sky-theme-modern) .sky-status-indicator-icon-modern{display:inline}"]}]}],"members":{"indicatorType":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":41,"character":3}}]}],"descriptionType":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":57,"character":3}}]}],"customDescription":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":71,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef","line":96,"character":28},{"__symbolic":"reference","module":"@skyux/i18n","name":"SkyLibResourcesService","line":97,"character":23}]}],"updateIcon":[{"__symbolic":"method"}],"updateDescriptionComputed":[{"__symbolic":"method"}]}},"ɵo":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":24,"character":1},"arguments":[{"selector":"[skyHighlight]"}]}],"members":{"skyHighlight":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":32,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":40,"character":16},{"__symbolic":"reference","module":"@skyux/core","name":"MutationObserverService","line":41,"character":29}]}],"ngOnChanges":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"readyForHighlight":[{"__symbolic":"method"}],"highlight":[{"__symbolic":"method"}],"observeDom":[{"__symbolic":"method"}]},"statics":{"cleanRegex":{"__symbolic":"function","parameters":["regex"],"value":{"__symbolic":"call","expression":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"regex"},"member":"replace"},"arguments":[{"__symbolic":"error","message":"Expression form not supported","line":102,"character":25,"module":"./modules/text-highlight/text-highlight.directive"},"\\$&"]}}}},"ɵp":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":13,"character":1},"arguments":[{"selector":"sky-token","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":17,"character":19},"member":"OnPush"},"template":"<div\n class=\"sky-token sky-btn sky-btn-default\"\n role=\"button\"\n [attr.aria-disabled]=\"disabled\"\n [attr.tabindex]=\"tabIndex\"\n [ngClass]=\"{\n 'sky-btn-disabled': disabled,\n 'sky-token-dismissable': dismissible,\n 'sky-token-active': tokenActive && !closeActive\n }\"\n (document:mouseup)=\"tokenActive = false;\"\n (focus)=\"tokenFocus.emit()\"\n (mousedown)=\"tokenActive = true;\"\n >\n <ng-content>\n </ng-content>\n <button *ngIf=\"dismissible\"\n class=\"sky-btn sky-token-btn-close\"\n type=\"button\"\n [attr.aria-label]=\"ariaLabel\"\n [attr.tabindex]=\"tabIndex\"\n [attr.title]=\"ariaLabel\"\n [disabled]=\"disabled\"\n [ngClass]=\"{\n 'sky-token-btn-close-active': closeActive\n }\"\n (click)=\"dismissToken($event)\"\n (document:mouseup)=\"closeActive = false;\"\n (mousedown)=\"closeActive = true;\"\n >\n <sky-icon\n class=\"sky-token-btn-close-icon-default\"\n icon=\"times\"\n >\n </sky-icon>\n <sky-icon\n class=\"sky-token-btn-close-icon-modern\"\n icon=\"close\"\n iconType=\"skyux\"\n >\n </sky-icon>\n </button>\n</div>\n","styles":[".sky-token{background-color:#c1e8fb;border:1px solid #00b4f1;overflow:hidden;padding:2px 8px;display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sky-token:focus,.sky-token:hover{background-color:#91d6f8;border-color:#008ebe;cursor:pointer}.sky-token:focus{box-shadow:0 0 8px rgba(0,180,241,.6);border:1px solid #00b4f1;outline:0}.sky-btn-disabled{cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sky-token-btn-close{background:0 0;padding:0;border:0;margin-left:2px;opacity:.9}.sky-token-btn-close:focus,.sky-token-btn-close:hover{opacity:1}.sky-token-btn-close-icon-modern{display:none}.sky-theme-modern .sky-token,:host-context(.sky-theme-modern) .sky-token{align-items:center;display:inline-flex;padding:1px 5px;font-size:14px}.sky-theme-modern .sky-token.sky-btn-disabled,:host-context(.sky-theme-modern) .sky-token.sky-btn-disabled{color:#212327}.sky-theme-modern .sky-token:not(.sky-btn-disabled),:host-context(.sky-theme-modern) .sky-token:not(.sky-btn-disabled){border:none;box-shadow:inset 0 0 0 1px #81d4f7}.sky-theme-modern .sky-token.sky-token-dismissable,:host-context(.sky-theme-modern) .sky-token.sky-token-dismissable{padding-right:1px}.sky-theme-modern .sky-token:hover:not(:active),:host-context(.sky-theme-modern) .sky-token:hover:not(:active){border:none;box-shadow:inset 0 0 0 1px #1870b8}.sky-theme-modern .sky-token.sky-token-active,:host-context(.sky-theme-modern) .sky-token.sky-token-active{border:none;box-shadow:inset 0 0 0 2px #1870b8}.sky-theme-modern .sky-token:focus:not(:active),:host-context(.sky-theme-modern) .sky-token:focus:not(:active){border:none;box-shadow:inset 0 0 0 2px #1870b8,0 1px 3px 0 rgba(0,0,0,.3)}.sky-theme-modern .sky-token:focus,.sky-theme-modern .sky-token:hover,:host-context(.sky-theme-modern) .sky-token:focus,:host-context(.sky-theme-modern) .sky-token:hover{background-color:#c1e8fb}.sky-theme-modern .sky-token-btn-close,:host-context(.sky-theme-modern) .sky-token-btn-close{align-items:center;border-radius:5px;display:flex;height:20px;margin-left:5px;width:20px}.sky-theme-modern .sky-token-btn-close:hover,:host-context(.sky-theme-modern) .sky-token-btn-close:hover{border:none;box-shadow:inset 0 0 0 1px transparent}.sky-theme-modern .sky-token-btn-close.sky-token-btn-close-active,:host-context(.sky-theme-modern) .sky-token-btn-close.sky-token-btn-close-active{border:none;box-shadow:inset 0 0 0 2px #1870b8}.sky-theme-modern .sky-token-btn-close:focus,:host-context(.sky-theme-modern) .sky-token-btn-close:focus{outline:0}.sky-theme-modern .sky-token-btn-close:focus:not(:active),:host-context(.sky-theme-modern) .sky-token-btn-close:focus:not(:active){border:none;box-shadow:inset 0 0 0 2px #1870b8,0 1px 3px 0 rgba(0,0,0,.3)}.sky-theme-modern .sky-token-btn-close-icon-default,:host-context(.sky-theme-modern) .sky-token-btn-close-icon-default{display:none}.sky-theme-modern .sky-token-btn-close-icon-modern,:host-context(.sky-theme-modern) .sky-token-btn-close-icon-modern{display:inline-block;width:100%}.sky-theme-modern.sky-theme-mode-dark .sky-token,:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-token{background-color:#c1e8fb}.sky-theme-modern.sky-theme-mode-dark .sky-token,.sky-theme-modern.sky-theme-mode-dark .sky-token-btn-close,:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-token,:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-token-btn-close{color:#212327}"]}]}],"members":{"disabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":27,"character":3}}]}],"ariaLabel":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":41,"character":3}}]}],"dismissible":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":55,"character":3}}]}],"focusable":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":69,"character":3}}]}],"dismiss":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":81,"character":3}}]}],"tokenFocus":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":87,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":113,"character":24},{"__symbolic":"reference","module":"@skyux/i18n","name":"SkyLibResourcesService","line":114,"character":30}]}],"dismissToken":[{"__symbolic":"method"}],"focusElement":[{"__symbolic":"method"}],"getString":[{"__symbolic":"method"}]}},"ɵq":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":48,"character":1},"arguments":[{"selector":"sky-tokens","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":52,"character":19},"member":"OnPush"},"animations":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"trigger","line":54,"character":4},"arguments":["blockAnimationOnLoad",[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"transition","line":55,"character":6},"arguments":[":enter",[]]}]]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"trigger","line":57,"character":4},"arguments":["dismiss",[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"transition","line":58,"character":6},"arguments":[":enter",[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"style","line":61,"character":10},"arguments":[{"opacity":0,"width":0}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"animate","line":65,"character":10},"arguments":["150ms ease-in",{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"style","line":67,"character":12},"arguments":[{"opacity":1,"width":"*"}]}]}]]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"transition","line":74,"character":6},"arguments":[":leave",[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"animate","line":77,"character":10},"arguments":["150ms ease-in",{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/animations","name":"style","line":79,"character":12},"arguments":[{"opacity":0,"width":0}]}]}]]}]]}],"template":"<div *ngIf=\"tokens\"\n class=\"sky-tokens\"\n [@blockAnimationOnLoad]\n [attr.role]=\"(tokens && tokens.length) ? 'list' : null\"\n>\n <sky-token *ngFor=\"let token of tokens; let i = index; trackBy: trackTokenFn\"\n role=\"listitem\"\n [@.disabled]=\"!trackWith\"\n [@dismiss]\n [disabled]=\"disabled\"\n [dismissible]=\"dismissible\"\n [focusable]=\"focusable\"\n (dismiss)=\"removeToken(token)\"\n (click)=\"onTokenClick(token)\"\n (keydown)=\"onTokenKeyDown($event)\"\n (keyup.enter)=\"selectToken(token);$event.preventDefault();\"\n (tokenFocus)=\"activeIndex = i\"\n >\n {{ token.value[displayWith] }}\n </sky-token>\n <div\n class=\"sky-tokens-content\"\n >\n <ng-content></ng-content>\n </div>\n</div>\n","styles":["@charset \"UTF-8\";.sky-tokens{display:flex;flex-wrap:wrap;align-items:baseline;margin:-2px}.sky-tokens .sky-tokens-content,.sky-tokens ::ng-deep sky-token{flex:0 0 auto;display:inline-flex;padding:2px}.sky-tokens .sky-tokens-content{flex-grow:1;flex-basis:0px}.sky-tokens .sky-tokens-content:before{content:\"​\"}"]}]}],"members":{"disabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":97,"character":3}}]}],"dismissible":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":111,"character":3}}]}],"displayWith":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":124,"character":3}}]}],"trackWith":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":137,"character":3}}]}],"focusable":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":146,"character":3}}]}],"tokens":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":158,"character":3}}]}],"messageStream":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":172,"character":3}}]}],"focusIndexOverRange":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":186,"character":3}}]}],"focusIndexUnderRange":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":193,"character":3}}]}],"tokenSelected":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":199,"character":3}}]}],"tokensChange":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":206,"character":3}}]}],"tokenComponents":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChildren","line":234,"character":3},"arguments":[{"__symbolic":"reference","name":"ɵp"}]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef","line":249,"character":28}]}],"ngOnDestroy":[{"__symbolic":"method"}],"onTokenClick":[{"__symbolic":"method"}],"onTokenKeyDown":[{"__symbolic":"method"}],"selectToken":[{"__symbolic":"method"}],"removeToken":[{"__symbolic":"method"}],"focusPreviousToken":[{"__symbolic":"method"}],"focusNextToken":[{"__symbolic":"method"}],"focusLastToken":[{"__symbolic":"method"}],"focusActiveToken":[{"__symbolic":"method"}],"removeActiveToken":[{"__symbolic":"method"}],"initMessageStream":[{"__symbolic":"method"}],"notifyTokenSelected":[{"__symbolic":"method"}]}},"ɵr":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":22,"character":1},"arguments":[{"selector":"sky-wait","providers":[{"__symbolic":"reference","name":"ɵs"}],"template":"<div\n class=\"sky-wait-container\"\n>\n <div *ngIf=\"isWaiting\"\n class=\"sky-wait-mask\"\n [attr.aria-label]=\"ariaLabelStream | async\"\n [ngClass]=\"{\n 'sky-wait-mask-loading-fixed': isFullPage,\n 'sky-wait-mask-loading-non-blocking': isNonBlocking,\n 'sky-wait-mask-loading-blocking': !isNonBlocking\n }\"\n >\n <div\n class=\"sky-wait\"\n >\n <div\n class=\"sky-wait-double-bounce1\"\n >\n </div>\n <div\n class=\"sky-wait-double-bounce2\"\n >\n </div>\n </div>\n </div>\n</div>\n\n","styles":[".sky-wait-mask-loading-blocking{margin:auto;position:absolute;top:0;right:0;left:0;bottom:0;background-color:rgba(255,255,255,.7);z-index:1000}.sky-wait-mask-loading-fixed{position:fixed}.sky-wait{width:50px;height:50px;margin-top:-25px;margin-left:-25px;position:absolute;top:50%;left:50%}.sky-wait-mask-loading-non-blocking{bottom:0}.sky-wait-mask-loading-non-blocking .sky-wait{top:auto;right:auto;bottom:0;left:0;margin-left:auto;margin-right:auto}.sky-wait-double-bounce1,.sky-wait-double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#72bf44;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:2s ease-in-out infinite sk-bounce;animation:2s ease-in-out infinite sk-bounce}.sky-wait-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-bounce{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes sk-bounce{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.sky-wait-container.sky-wait-active{position:relative}"]}]}],"members":{"ariaLabel":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":35,"character":3}}]}],"isWaiting":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":41,"character":3}}]}],"isFullPage":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":71,"character":3}}]}],"isNonBlocking":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":91,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":103,"character":5}}]],"parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":101,"character":19},{"__symbolic":"reference","name":"ɵs"},{"__symbolic":"reference","module":"@skyux/i18n","name":"SkyLibResourcesService","line":103,"character":41}]}],"ngOnInit":[{"__symbolic":"method"}],"publishAriaLabel":[{"__symbolic":"method"}]}},"ɵs":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":14,"character":1}}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"RendererFactory2","line":24,"character":29}]}],"ngOnDestroy":[{"__symbolic":"method"}],"setWaitBounds":[{"__symbolic":"method"}],"removeWaitBounds":[{"__symbolic":"method"}],"setBusyState":[{"__symbolic":"method"}],"focusNextElement":[{"__symbolic":"method"}],"isShift":[{"__symbolic":"method"}],"isElementHidden":[{"__symbolic":"method"}],"isElementBusyOrHidden":[{"__symbolic":"method"}],"clearDocumentFocus":[{"__symbolic":"method"}],"getFocussableElements":[{"__symbolic":"method"}],"clearListeners":[{"__symbolic":"method"}]},"statics":{"isPageWaitActive":false,"busyElements":{}}},"ɵt":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":8,"character":1},"arguments":[{"selector":"sky-wait-page","template":"<div\n class=\"sky-wait-page\"\n>\n <sky-wait\n [isFullPage]=\"true\"\n [isNonBlocking]=\"true\"\n [isWaiting]=\"hasNonBlockingWait\"\n >\n </sky-wait>\n <sky-wait\n [isFullPage]=\"true\"\n [isWaiting]=\"hasBlockingWait\"\n >\n </sky-wait>\n</div>\n","styles":[".sky-wait-page ::ng-deep .sky-wait-mask-loading-fixed{z-index:2000}"]}]}],"members":{"hasBlockingWait":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":14,"character":3}}]}],"hasNonBlockingWait":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":17,"character":3}}]}]}},"ɵu":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":7,"character":1}}],"members":{"addPageWaitEl":[{"__symbolic":"method"}],"removePageWaitEl":[{"__symbolic":"method"}]}}},"origins":{"SkyAlertModule":"./modules/alert/alert.module","SkyChevronModule":"./modules/chevron/chevron.module","SkyHelpInlineModule":"./modules/help-inline/help-inline.module","SkyIconStackItem":"./modules/icon/icon-stack-item","SkyIconModule":"./modules/icon/icon.module","SkyKeyInfoModule":"./modules/key-info/key-info.module","SkyLabelType":"./modules/label/label-type","SkyLabelModule":"./modules/label/label.module","SkyStatusIndicatorModule":"./modules/status-indicator/status-indicator.module","SkyTextHighlightModule":"./modules/text-highlight/text-highlight.module","SkyTokensModule":"./modules/tokens/tokens.module","SkyToken":"./modules/tokens/types/token","SkyTokenSelectedEventArgs":"./modules/tokens/types/token-selected-event-args","SkyTokensMessage":"./modules/tokens/types/tokens-message","SkyTokensMessageType":"./modules/tokens/types/tokens-message-type","SkyWaitModule":"./modules/wait/wait.module","SkyWaitService":"./modules/wait/wait.service","ɵa":"./modules/alert/alert.component","ɵb":"./modules/icon/icon-class-list.pipe","ɵc":"./modules/icon/icon-resolver.service","ɵd":"./modules/icon/icon.component","ɵe":"./modules/icon/icon-stack.component","ɵf":"./modules/shared/indicators-resources.module","ɵg":"./plugin-resources/indicators-resources-provider","ɵh":"./modules/chevron/chevron.component","ɵi":"./modules/help-inline/help-inline.component","ɵj":"./modules/key-info/key-info.component","ɵk":"./modules/key-info/key-info-label.component","ɵl":"./modules/key-info/key-info-value.component","ɵm":"./modules/label/label.component","ɵn":"./modules/status-indicator/status-indicator.component","ɵo":"./modules/text-highlight/text-highlight.directive","ɵp":"./modules/tokens/token.component","ɵq":"./modules/tokens/tokens.component","ɵr":"./modules/wait/wait.component","ɵs":"./modules/wait/wait-adapter.service","ɵt":"./modules/wait/wait-page.component","ɵu":"./modules/wait/wait-page-adapter.service"},"importAs":"@skyux/indicators"}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc