@skyux/indicators
Advanced tools
Comparing version 4.9.2 to 4.10.0
@@ -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 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 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=y([t.Injectable()],e)}(),p=function(){function e(){}return e=y([t.NgModule({providers:[{provide:o.SKY_LIB_RESOURCES_PROVIDERS,useClass:u,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 <ng-container *skyThemeIf="\'default\'">\n <ng-container *ngTemplateOutlet="icon"></ng-container>\n </ng-container>\n <ng-container *skyThemeIf="\'modern\'">\n <span\n class="chevron-glyph-container"\n >\n <ng-container *ngTemplateOutlet="icon"></ng-container>\n </span>\n </ng-container>\n</button>\n\n<ng-template #icon>\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</ng-template>\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 .chevron-glyph-container,:host-context(.sky-theme-modern) .chevron-glyph-container{transform:scale(.68);display:inline-block;position:absolute;top:3.5px;left:4px}.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.sky-key-info-horizontal .sky-key-info-label,.sky-key-info.sky-key-info-horizontal .sky-key-info-value{display:inline-block}.sky-key-info.sky-key-info-horizontal .sky-key-info-label{padding:0 0 0 5px}.sky-theme-modern .sky-key-info.sky-key-info-horizontal .sky-key-info-label,:host-context(.sky-theme-modern) .sky-key-info.sky-key-info-horizontal .sky-key-info-label{padding:0 0 0 5px}"]})],e)}(),E=function(){function e(){}return e=y([t.NgModule({declarations:[W,S,P],imports:[n.CommonModule],exports:[W,S,P]})],e)}(),O=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)}(),M=function(){function e(){}return e=y([t.NgModule({declarations:[O],imports:[n.CommonModule,g],exports:[O]})],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)}();(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 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=M,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=u,e.ɵh=T,e.ɵi=C,e.ɵj=W,e.ɵk=S,e.ɵl=P,e.ɵm=O,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})})); | ||
***************************************************************************** */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 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=y([t.Injectable()],e)}(),p=function(){function e(){}return e=y([t.NgModule({providers:[{provide:o.SKY_LIB_RESOURCES_PROVIDERS,useClass:u,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 <ng-container *skyThemeIf="\'default\'">\n <ng-container *ngTemplateOutlet="icon"></ng-container>\n </ng-container>\n <ng-container *skyThemeIf="\'modern\'">\n <span\n class="chevron-glyph-container"\n >\n <ng-container *ngTemplateOutlet="icon"></ng-container>\n </span>\n </ng-container>\n</button>\n\n<ng-template #icon>\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</ng-template>\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 .chevron-glyph-container,:host-context(.sky-theme-modern) .chevron-glyph-container{transform:scale(.68);display:inline-block;position:absolute;top:3.5px;left:4px}.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 *skyThemeIf="\'default\'"\n icon="info-circle"\n >\n </sky-icon>\n <sky-icon-stack *skyThemeIf="\'modern\'"\n size="xs"\n [baseIcon]="{\n icon: \'circle-solid\',\n iconType: \'skyux\'\n }"\n [topIcon]="{\n icon: \'help-i\',\n iconType: \'skyux\'\n }"\n >\n </sky-icon-stack>\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}.sky-theme-modern .sky-help-inline ::ng-deep .fa-stack-2x,:host-context(.sky-theme-modern) .sky-help-inline ::ng-deep .fa-stack-2x{font-size:16px}.sky-theme-modern .sky-help-inline ::ng-deep .fa-stack-1x,:host-context(.sky-theme-modern) .sky-help-inline ::ng-deep .fa-stack-1x{font-size:10px}"]})],e)}(),_=function(){function e(){}return e=y([t.NgModule({declarations:[C],imports:[n.CommonModule,o.SkyI18nModule,g,p,s.SkyThemeModule],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.sky-key-info-horizontal .sky-key-info-label,.sky-key-info.sky-key-info-horizontal .sky-key-info-value{display:inline-block}.sky-key-info.sky-key-info-horizontal .sky-key-info-label{padding:0 0 0 5px}.sky-theme-modern .sky-key-info.sky-key-info-horizontal .sky-key-info-label,:host-context(.sky-theme-modern) .sky-key-info.sky-key-info-horizontal .sky-key-info-label{padding:0 0 0 5px}"]})],e)}(),E=function(){function e(){}return e=y([t.NgModule({declarations:[W,S,P],imports:[n.CommonModule],exports:[W,S,P]})],e)}(),O=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)}(),M=function(){function e(){}return e=y([t.NgModule({declarations:[O],imports:[n.CommonModule,g],exports:[O]})],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)}();(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 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=M,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=u,e.ɵh=T,e.ɵi=C,e.ɵj=W,e.ɵk=S,e.ɵl=P,e.ɵm=O,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.10.0 (2021-06-09) | ||
- Added modern theme styles to the inline help component. [#173](https://github.com/blackbaud/skyux-indicators/pull/173) | ||
# 4.9.2 (2021-04-13) | ||
@@ -2,0 +6,0 @@ |
@@ -20,7 +20,7 @@ import { __decorate } from "tslib"; | ||
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}"] | ||
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 *skyThemeIf=\"'default'\"\n icon=\"info-circle\"\n >\n </sky-icon>\n <sky-icon-stack *skyThemeIf=\"'modern'\"\n size=\"xs\"\n [baseIcon]=\"{\n icon: 'circle-solid',\n iconType: 'skyux'\n }\"\n [topIcon]=\"{\n icon: 'help-i',\n iconType: 'skyux'\n }\"\n >\n </sky-icon-stack>\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}.sky-theme-modern .sky-help-inline ::ng-deep .fa-stack-2x,:host-context(.sky-theme-modern) .sky-help-inline ::ng-deep .fa-stack-2x{font-size:16px}.sky-theme-modern .sky-help-inline ::ng-deep .fa-stack-1x,:host-context(.sky-theme-modern) .sky-help-inline ::ng-deep .fa-stack-1x{font-size:10px}"] | ||
}) | ||
], SkyHelpInlineComponent); | ||
export { SkyHelpInlineComponent }; | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVscC1pbmxpbmUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNreXV4L2luZGljYXRvcnMvIiwic291cmNlcyI6WyJtb2R1bGVzL2hlbHAtaW5saW5lL2hlbHAtaW5saW5lLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUNMLFNBQVMsRUFDVCxZQUFZLEVBQ1osTUFBTSxFQUNQLE1BQU0sZUFBZSxDQUFDO0FBT3ZCLElBQWEsc0JBQXNCLEdBQW5DLE1BQWEsc0JBQXNCO0lBQW5DO1FBRUU7O1dBRUc7UUFFSSxnQkFBVyxHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7SUFLL0MsQ0FBQztJQUhRLE9BQU87UUFDWixJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksRUFBRSxDQUFDO0lBQzFCLENBQUM7Q0FDRixDQUFBO0FBTEM7SUFEQyxNQUFNLEVBQUU7MkRBQ29DO0FBTmxDLHNCQUFzQjtJQUxsQyxTQUFTLENBQUM7UUFDVCxRQUFRLEVBQUUsaUJBQWlCO1FBQzNCLG1QQUEyQzs7S0FFNUMsQ0FBQztHQUNXLHNCQUFzQixDQVdsQztTQVhZLHNCQUFzQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENvbXBvbmVudCxcbiAgRXZlbnRFbWl0dGVyLFxuICBPdXRwdXRcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3NreS1oZWxwLWlubGluZScsXG4gIHRlbXBsYXRlVXJsOiAnLi9oZWxwLWlubGluZS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2hlbHAtaW5saW5lLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgU2t5SGVscElubGluZUNvbXBvbmVudCB7XG5cbiAgLyoqXG4gICAqIEZpcmVzIHdoZW4gdGhlIHVzZXIgY2xpY2tzIHRoZSBoZWxwIGlubGluZSBidXR0b24uXG4gICAqL1xuICBAT3V0cHV0KClcbiAgcHVibGljIGFjdGlvbkNsaWNrID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG5cbiAgcHVibGljIG9uQ2xpY2soKTogdm9pZCB7XG4gICAgdGhpcy5hY3Rpb25DbGljay5lbWl0KCk7XG4gIH1cbn1cbiJdfQ== | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVscC1pbmxpbmUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNreXV4L2luZGljYXRvcnMvIiwic291cmNlcyI6WyJtb2R1bGVzL2hlbHAtaW5saW5lL2hlbHAtaW5saW5lLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUNMLFNBQVMsRUFDVCxZQUFZLEVBQ1osTUFBTSxFQUNQLE1BQU0sZUFBZSxDQUFDO0FBT3ZCLElBQWEsc0JBQXNCLEdBQW5DLE1BQWEsc0JBQXNCO0lBQW5DO1FBRUU7O1dBRUc7UUFFSSxnQkFBVyxHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7SUFLL0MsQ0FBQztJQUhRLE9BQU87UUFDWixJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksRUFBRSxDQUFDO0lBQzFCLENBQUM7Q0FDRixDQUFBO0FBTEM7SUFEQyxNQUFNLEVBQUU7MkRBQ29DO0FBTmxDLHNCQUFzQjtJQUxsQyxTQUFTLENBQUM7UUFDVCxRQUFRLEVBQUUsaUJBQWlCO1FBQzNCLG1nQkFBMkM7O0tBRTVDLENBQUM7R0FDVyxzQkFBc0IsQ0FXbEM7U0FYWSxzQkFBc0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDb21wb25lbnQsXG4gIEV2ZW50RW1pdHRlcixcbiAgT3V0cHV0XG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdza3ktaGVscC1pbmxpbmUnLFxuICB0ZW1wbGF0ZVVybDogJy4vaGVscC1pbmxpbmUuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9oZWxwLWlubGluZS5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIFNreUhlbHBJbmxpbmVDb21wb25lbnQge1xuXG4gIC8qKlxuICAgKiBGaXJlcyB3aGVuIHRoZSB1c2VyIGNsaWNrcyB0aGUgaGVscCBpbmxpbmUgYnV0dG9uLlxuICAgKi9cbiAgQE91dHB1dCgpXG4gIHB1YmxpYyBhY3Rpb25DbGljayA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuXG4gIHB1YmxpYyBvbkNsaWNrKCk6IHZvaWQge1xuICAgIHRoaXMuYWN0aW9uQ2xpY2suZW1pdCgpO1xuICB9XG59XG4iXX0= |
@@ -5,2 +5,3 @@ import { __decorate } from "tslib"; | ||
import { SkyI18nModule } from '@skyux/i18n'; | ||
import { SkyThemeModule } from '@skyux/theme'; | ||
import { SkyIconModule } from '../icon/icon.module'; | ||
@@ -20,3 +21,4 @@ import { SkyIndicatorsResourcesModule } from '../shared/indicators-resources.module'; | ||
SkyIconModule, | ||
SkyIndicatorsResourcesModule | ||
SkyIndicatorsResourcesModule, | ||
SkyThemeModule | ||
], | ||
@@ -29,2 +31,2 @@ exports: [ | ||
export { SkyHelpInlineModule }; | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVscC1pbmxpbmUubW9kdWxlLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNreXV4L2luZGljYXRvcnMvIiwic291cmNlcyI6WyJtb2R1bGVzL2hlbHAtaW5saW5lL2hlbHAtaW5saW5lLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUNMLFFBQVEsRUFDVCxNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQ0wsWUFBWSxFQUNiLE1BQU0saUJBQWlCLENBQUM7QUFFekIsT0FBTyxFQUNMLGFBQWEsRUFDZCxNQUFNLGFBQWEsQ0FBQztBQUVyQixPQUFPLEVBQ0wsYUFBYSxFQUNkLE1BQU0scUJBQXFCLENBQUM7QUFFN0IsT0FBTyxFQUNMLDRCQUE0QixFQUM3QixNQUFNLHVDQUF1QyxDQUFDO0FBRS9DLE9BQU8sRUFDTCxzQkFBc0IsRUFDdkIsTUFBTSx5QkFBeUIsQ0FBQztBQWdCakMsSUFBYSxtQkFBbUIsR0FBaEMsTUFBYSxtQkFBbUI7Q0FBSSxDQUFBO0FBQXZCLG1CQUFtQjtJQWQvQixRQUFRLENBQUM7UUFDUixZQUFZLEVBQUU7WUFDWixzQkFBc0I7U0FDdkI7UUFDRCxPQUFPLEVBQUU7WUFDUCxZQUFZO1lBQ1osYUFBYTtZQUNiLGFBQWE7WUFDYiw0QkFBNEI7U0FDN0I7UUFDRCxPQUFPLEVBQUU7WUFDUCxzQkFBc0I7U0FDdkI7S0FDRixDQUFDO0dBQ1csbUJBQW1CLENBQUk7U0FBdkIsbUJBQW1CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgTmdNb2R1bGVcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7XG4gIENvbW1vbk1vZHVsZVxufSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuXG5pbXBvcnQge1xuICBTa3lJMThuTW9kdWxlXG59IGZyb20gJ0Bza3l1eC9pMThuJztcblxuaW1wb3J0IHtcbiAgU2t5SWNvbk1vZHVsZVxufSBmcm9tICcuLi9pY29uL2ljb24ubW9kdWxlJztcblxuaW1wb3J0IHtcbiAgU2t5SW5kaWNhdG9yc1Jlc291cmNlc01vZHVsZVxufSBmcm9tICcuLi9zaGFyZWQvaW5kaWNhdG9ycy1yZXNvdXJjZXMubW9kdWxlJztcblxuaW1wb3J0IHtcbiAgU2t5SGVscElubGluZUNvbXBvbmVudFxufSBmcm9tICcuL2hlbHAtaW5saW5lLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIFNreUhlbHBJbmxpbmVDb21wb25lbnRcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBTa3lJMThuTW9kdWxlLFxuICAgIFNreUljb25Nb2R1bGUsXG4gICAgU2t5SW5kaWNhdG9yc1Jlc291cmNlc01vZHVsZVxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgU2t5SGVscElubGluZUNvbXBvbmVudFxuICBdXG59KVxuZXhwb3J0IGNsYXNzIFNreUhlbHBJbmxpbmVNb2R1bGUgeyB9XG4iXX0= | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVscC1pbmxpbmUubW9kdWxlLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNreXV4L2luZGljYXRvcnMvIiwic291cmNlcyI6WyJtb2R1bGVzL2hlbHAtaW5saW5lL2hlbHAtaW5saW5lLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUNMLFFBQVEsRUFDVCxNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQ0wsWUFBWSxFQUNiLE1BQU0saUJBQWlCLENBQUM7QUFFekIsT0FBTyxFQUNMLGFBQWEsRUFDZCxNQUFNLGFBQWEsQ0FBQztBQUVyQixPQUFPLEVBQ0wsY0FBYyxFQUNmLE1BQU0sY0FBYyxDQUFDO0FBRXRCLE9BQU8sRUFDTCxhQUFhLEVBQ2QsTUFBTSxxQkFBcUIsQ0FBQztBQUU3QixPQUFPLEVBQ0wsNEJBQTRCLEVBQzdCLE1BQU0sdUNBQXVDLENBQUM7QUFFL0MsT0FBTyxFQUNMLHNCQUFzQixFQUN2QixNQUFNLHlCQUF5QixDQUFDO0FBaUJqQyxJQUFhLG1CQUFtQixHQUFoQyxNQUFhLG1CQUFtQjtDQUFJLENBQUE7QUFBdkIsbUJBQW1CO0lBZi9CLFFBQVEsQ0FBQztRQUNSLFlBQVksRUFBRTtZQUNaLHNCQUFzQjtTQUN2QjtRQUNELE9BQU8sRUFBRTtZQUNQLFlBQVk7WUFDWixhQUFhO1lBQ2IsYUFBYTtZQUNiLDRCQUE0QjtZQUM1QixjQUFjO1NBQ2Y7UUFDRCxPQUFPLEVBQUU7WUFDUCxzQkFBc0I7U0FDdkI7S0FDRixDQUFDO0dBQ1csbUJBQW1CLENBQUk7U0FBdkIsbUJBQW1CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgTmdNb2R1bGVcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7XG4gIENvbW1vbk1vZHVsZVxufSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuXG5pbXBvcnQge1xuICBTa3lJMThuTW9kdWxlXG59IGZyb20gJ0Bza3l1eC9pMThuJztcblxuaW1wb3J0IHtcbiAgU2t5VGhlbWVNb2R1bGVcbn0gZnJvbSAnQHNreXV4L3RoZW1lJztcblxuaW1wb3J0IHtcbiAgU2t5SWNvbk1vZHVsZVxufSBmcm9tICcuLi9pY29uL2ljb24ubW9kdWxlJztcblxuaW1wb3J0IHtcbiAgU2t5SW5kaWNhdG9yc1Jlc291cmNlc01vZHVsZVxufSBmcm9tICcuLi9zaGFyZWQvaW5kaWNhdG9ycy1yZXNvdXJjZXMubW9kdWxlJztcblxuaW1wb3J0IHtcbiAgU2t5SGVscElubGluZUNvbXBvbmVudFxufSBmcm9tICcuL2hlbHAtaW5saW5lLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIFNreUhlbHBJbmxpbmVDb21wb25lbnRcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBTa3lJMThuTW9kdWxlLFxuICAgIFNreUljb25Nb2R1bGUsXG4gICAgU2t5SW5kaWNhdG9yc1Jlc291cmNlc01vZHVsZSxcbiAgICBTa3lUaGVtZU1vZHVsZVxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgU2t5SGVscElubGluZUNvbXBvbmVudFxuICBdXG59KVxuZXhwb3J0IGNsYXNzIFNreUhlbHBJbmxpbmVNb2R1bGUgeyB9XG4iXX0= |
@@ -95,2 +95,2 @@ import { __decorate, __param } from "tslib"; | ||
export { SkyWaitComponent }; | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2FpdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2t5dXgvaW5kaWNhdG9ycy8iLCJzb3VyY2VzIjpbIm1vZHVsZXMvd2FpdC93YWl0LmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUNMLFNBQVMsRUFDVCxVQUFVLEVBQ1YsS0FBSyxFQUNMLE1BQU0sRUFDTixRQUFRLEVBQ1QsTUFBTSxlQUFlLENBQUM7QUFFdkIsT0FBTyxFQUNMLHNCQUFzQixFQUN2QixNQUFNLGFBQWEsQ0FBQztBQUVyQixPQUFPLEVBQ0wsZUFBZSxFQUNoQixNQUFNLE1BQU0sQ0FBQztBQUVkLE9BQU8sRUFDTCxxQkFBcUIsRUFDdEIsTUFBTSx3QkFBd0IsQ0FBQztBQUVoQyxJQUFJLE1BQU0sR0FBRyxDQUFDLENBQUM7QUFRZixJQUFhLGdCQUFnQixHQUE3QixNQUFhLGdCQUFnQjtJQXdFM0IsWUFDVSxLQUFpQixFQUNqQixjQUFxQyxFQUN6QixlQUF1QztRQUZuRCxVQUFLLEdBQUwsS0FBSyxDQUFZO1FBQ2pCLG1CQUFjLEdBQWQsY0FBYyxDQUF1QjtRQUN6QixvQkFBZSxHQUFmLGVBQWUsQ0FBd0I7UUFUdEQsb0JBQWUsR0FBRyxJQUFJLGVBQWUsQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUVqRCxPQUFFLEdBQUcsWUFBWSxFQUFFLE1BQU0sRUFBRSxDQUFDO0lBUWhDLENBQUM7SUFsRUw7O09BRUc7SUFFSCxJQUFXLFNBQVMsQ0FBQyxLQUFjO1FBQ2pDLElBQUksS0FBSyxJQUFJLENBQUMsSUFBSSxDQUFDLFdBQVcsRUFBRTtZQUM5QixJQUFJLENBQUMsY0FBYyxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7U0FDL0M7YUFBTSxJQUFJLENBQUMsS0FBSyxJQUFJLENBQUMsSUFBSSxDQUFDLFdBQVcsRUFBRTtZQUN0QyxJQUFJLENBQUMsY0FBYyxDQUFDLGdCQUFnQixDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztTQUNsRDtRQUVELElBQUksQ0FBQyxjQUFjLENBQUMsWUFBWSxDQUM5QixJQUFJLENBQUMsS0FBSyxFQUNWLElBQUksQ0FBQyxVQUFVLEVBQ2YsS0FBSyxFQUNMLElBQUksQ0FBQyxhQUFhLEVBQ2xCLElBQUksQ0FBQyxFQUFFLENBQ1IsQ0FBQztRQUVGLElBQUksQ0FBQyxVQUFVLEdBQUcsS0FBSyxDQUFDO0lBQzFCLENBQUM7SUFFRCxJQUFXLFNBQVM7UUFDbEIsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDO0lBQ3pCLENBQUM7SUFFRDs7Ozs7O09BTUc7SUFFSCxJQUFXLFVBQVUsQ0FBQyxLQUFjO1FBQ2xDLElBQUksS0FBSyxFQUFFO1lBQ1QsSUFBSSxDQUFDLGNBQWMsQ0FBQyxnQkFBZ0IsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7U0FDbEQ7YUFBTSxJQUFJLENBQUMsS0FBSyxJQUFJLElBQUksQ0FBQyxVQUFVLEVBQUU7WUFDcEMsSUFBSSxDQUFDLGNBQWMsQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO1NBQy9DO1FBRUQsSUFBSSxDQUFDLFdBQVcsR0FBRyxLQUFLLENBQUM7SUFDM0IsQ0FBQztJQUVELElBQVcsVUFBVTtRQUNuQixPQUFPLElBQUksQ0FBQyxXQUFXLENBQUM7SUFDMUIsQ0FBQztJQXNCTSxRQUFRO1FBQ2IsSUFBSSxDQUFDLGdCQUFnQixFQUFFLENBQUM7SUFDMUIsQ0FBQztJQUVPLGdCQUFnQjtRQUN0QixJQUFJLElBQUksQ0FBQyxTQUFTLEVBQUU7WUFDbEIsSUFBSSxDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDO1lBQzFDLE9BQU87U0FDUjtRQUVELElBQUksSUFBSSxDQUFDLGVBQWUsRUFBRTtZQUN4QixNQUFNLElBQUksR0FBRyxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQyxDQUFDLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUM7WUFDOUMsTUFBTSxRQUFRLEdBQUcsQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsV0FBVyxDQUFDO1lBQ3pELE1BQU0sR0FBRyxHQUFHLGFBQWEsSUFBSSxHQUFHLFFBQVEsZ0JBQWdCLENBQUM7WUFDekQsSUFBSSxDQUFDLGVBQWUsQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLENBQUMsU0FBUyxDQUFDLENBQUMsS0FBYSxFQUFFLEVBQUU7Z0JBQzlELElBQUksQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO1lBQ25DLENBQUMsQ0FBQyxDQUFDO1NBQ0o7SUFDSCxDQUFDO0NBQ0YsQ0FBQTs7WUF4QmtCLFVBQVU7WUFDRCxxQkFBcUI7WUFDUixzQkFBc0IsdUJBQTFELFFBQVE7O0FBbkVYO0lBREMsS0FBSyxFQUFFO21EQUNpQjtBQU16QjtJQURDLEtBQUssRUFBRTtpREFpQlA7QUFjRDtJQURDLEtBQUssRUFBRTtrREFTUDtBQVlEO0lBREMsS0FBSyxFQUFFO3VEQUNzQjtBQWhFbkIsZ0JBQWdCO0lBTjVCLFNBQVMsQ0FBQztRQUNULFFBQVEsRUFBRSxVQUFVO1FBQ3BCLG1sQkFBb0M7UUFFcEMsU0FBUyxFQUFFLENBQUMscUJBQXFCLENBQUM7O0tBQ25DLENBQUM7SUE0RUcsV0FBQSxRQUFRLEVBQUUsQ0FBQTtHQTNFRixnQkFBZ0IsQ0FpRzVCO1NBakdZLGdCQUFnQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENvbXBvbmVudCxcbiAgRWxlbWVudFJlZixcbiAgSW5wdXQsXG4gIE9uSW5pdCxcbiAgT3B0aW9uYWxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7XG4gIFNreUxpYlJlc291cmNlc1NlcnZpY2Vcbn0gZnJvbSAnQHNreXV4L2kxOG4nO1xuXG5pbXBvcnQge1xuICBCZWhhdmlvclN1YmplY3Rcbn0gZnJvbSAncnhqcyc7XG5cbmltcG9ydCB7XG4gIFNreVdhaXRBZGFwdGVyU2VydmljZVxufSBmcm9tICcuL3dhaXQtYWRhcHRlci5zZXJ2aWNlJztcblxubGV0IG5leHRJZCA9IDA7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3NreS13YWl0JyxcbiAgdGVtcGxhdGVVcmw6ICcuL3dhaXQuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi93YWl0LmNvbXBvbmVudC5zY3NzJ10sXG4gIHByb3ZpZGVyczogW1NreVdhaXRBZGFwdGVyU2VydmljZV1cbn0pXG5leHBvcnQgY2xhc3MgU2t5V2FpdENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgLyoqXG4gICAqIFNwZWNpZmllcyBhbiBBUklBIGxhYmVsIGZvciB0aGUgd2FpdCBpY29uIHdoaWxlIGFuIGVsZW1lbnQgb3IgcGFnZSBsb2Fkcy5cbiAgICogVGhpcyBzZXRzIHRoZSBpY29uJ3MgYGFyaWEtbGFiZWxgIGF0dHJpYnV0ZVxuICAgKiBbdG8gc3VwcG9ydCBhY2Nlc3NpYmlsaXR5XShodHRwczovL2RldmVsb3Blci5ibGFja2JhdWQuY29tL3NreXV4L2xlYXJuL2FjY2Vzc2liaWxpdHkpLlxuICAgKi9cbiAgQElucHV0KClcbiAgcHVibGljIGFyaWFMYWJlbDogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBXaGVuIHNldCB0byBgdHJ1ZWAsIHdhaXQgaW5kaWNhdGlvbiBhcHBlYXJzIG9uIHRoZSBwYXJlbnQgZWxlbWVudCBvZiB0aGUgYHNreS13YWl0YCBjb21wb25lbnQuXG4gICAqL1xuICBASW5wdXQoKVxuICBwdWJsaWMgc2V0IGlzV2FpdGluZyh2YWx1ZTogYm9vbGVhbikge1xuICAgIGlmICh2YWx1ZSAmJiAhdGhpcy5faXNGdWxsUGFnZSkge1xuICAgICAgdGhpcy5hZGFwdGVyU2VydmljZS5zZXRXYWl0Qm91bmRzKHRoaXMuZWxSZWYpO1xuICAgIH0gZWxzZSBpZiAoIXZhbHVlICYmICF0aGlzLl9pc0Z1bGxQYWdlKSB7XG4gICAgICB0aGlzLmFkYXB0ZXJTZXJ2aWNlLnJlbW92ZVdhaXRCb3VuZHModGhpcy5lbFJlZik7XG4gICAgfVxuXG4gICAgdGhpcy5hZGFwdGVyU2VydmljZS5zZXRCdXN5U3RhdGUoXG4gICAgICB0aGlzLmVsUmVmLFxuICAgICAgdGhpcy5pc0Z1bGxQYWdlLFxuICAgICAgdmFsdWUsXG4gICAgICB0aGlzLmlzTm9uQmxvY2tpbmcsXG4gICAgICB0aGlzLmlkXG4gICAgKTtcblxuICAgIHRoaXMuX2lzV2FpdGluZyA9IHZhbHVlO1xuICB9XG5cbiAgcHVibGljIGdldCBpc1dhaXRpbmcoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuX2lzV2FpdGluZztcbiAgfVxuXG4gIC8qKlxuICAgKiBXaGVuIHNldCB0byBgdHJ1ZWAsIHdhaXQgaW5kaWNhdGlvbiBhcHBlYXJzIG9uIHRoZSBwYWdlIGxldmVsIGluc3RlYWQgb2YgdGhlXG4gICAqIHBhcmVudCBlbGVtZW50IGxldmVsLiBXZSByZWNvbW1lbmQgdGhhdCB5b3UgdXNlIHRoZSBgYmVnaW5CbG9ja2luZ1BhZ2VXYWl0YCBvclxuICAgKiBgYmVnaW5Ob25CbG9ja2luZ1BhZ2VXYWl0YCBmdW5jdGlvbnMgb2YgdGhlIGBTa3lXYWl0U2VydmljZWAgaW5zdGVhZCBvZiBzZXR0aW5nIHRoaXNcbiAgICogb24gdGhlIGNvbXBvbmVudCBsZXZlbC5cbiAgICogQGRlZmF1bHQgZmFsc2VcbiAgICovXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBzZXQgaXNGdWxsUGFnZSh2YWx1ZTogYm9vbGVhbikge1xuICAgIGlmICh2YWx1ZSkge1xuICAgICAgdGhpcy5hZGFwdGVyU2VydmljZS5yZW1vdmVXYWl0Qm91bmRzKHRoaXMuZWxSZWYpO1xuICAgIH0gZWxzZSBpZiAoIXZhbHVlICYmIHRoaXMuX2lzV2FpdGluZykge1xuICAgICAgdGhpcy5hZGFwdGVyU2VydmljZS5zZXRXYWl0Qm91bmRzKHRoaXMuZWxSZWYpO1xuICAgIH1cblxuICAgIHRoaXMuX2lzRnVsbFBhZ2UgPSB2YWx1ZTtcbiAgfVxuXG4gIHB1YmxpYyBnZXQgaXNGdWxsUGFnZSgpOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy5faXNGdWxsUGFnZTtcbiAgfVxuXG4gIC8qKlxuICAgKiBXaGVuIHNldCB0byBgdHJ1ZWAsIHdhaXQgaW5kaWNhdGlvbiBhcHBlYXJzIGluIHRoZSBib3R0b20gbGVmdCBjb3JuZXIgb2YgdGhlIGVsZW1lbnRcbiAgICogaW5zdGVhZCBvZiBoaWRpbmcgdGhlIGVudGlyZSBwYXJlbnQgZWxlbWVudC5cbiAgICogQGRlZmF1bHQgZmFsc2VcbiAgICovXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBpc05vbkJsb2NraW5nOiBib29sZWFuO1xuXG4gIHB1YmxpYyBhcmlhTGFiZWxTdHJlYW0gPSBuZXcgQmVoYXZpb3JTdWJqZWN0PHN0cmluZz4oJycpO1xuXG4gIHByaXZhdGUgaWQgPSBgc2t5LXdhaXQtJHsrK25leHRJZH1gO1xuICBwcml2YXRlIF9pc0Z1bGxQYWdlOiBib29sZWFuO1xuICBwcml2YXRlIF9pc1dhaXRpbmc6IGJvb2xlYW47XG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSBlbFJlZjogRWxlbWVudFJlZixcbiAgICBwcml2YXRlIGFkYXB0ZXJTZXJ2aWNlOiBTa3lXYWl0QWRhcHRlclNlcnZpY2UsXG4gICAgQE9wdGlvbmFsKCkgcHJpdmF0ZSByZXNvdXJjZVNlcnZpY2U6IFNreUxpYlJlc291cmNlc1NlcnZpY2VcbiAgKSB7IH1cblxuICBwdWJsaWMgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5wdWJsaXNoQXJpYUxhYmVsKCk7XG4gIH1cblxuICBwcml2YXRlIHB1Ymxpc2hBcmlhTGFiZWwoKTogdm9pZCB7XG4gICAgaWYgKHRoaXMuYXJpYUxhYmVsKSB7XG4gICAgICB0aGlzLmFyaWFMYWJlbFN0cmVhbS5uZXh0KHRoaXMuYXJpYUxhYmVsKTtcbiAgICAgIHJldHVybjtcbiAgICB9XG5cbiAgICBpZiAodGhpcy5yZXNvdXJjZVNlcnZpY2UpIHtcbiAgICAgIGNvbnN0IHR5cGUgPSAodGhpcy5pc0Z1bGxQYWdlKSA/ICdfcGFnZScgOiAnJztcbiAgICAgIGNvbnN0IGJsb2NraW5nID0gKHRoaXMuaXNOb25CbG9ja2luZykgPyAnJyA6ICdfYmxvY2tpbmcnO1xuICAgICAgY29uc3Qga2V5ID0gYHNreXV4X3dhaXQke3R5cGV9JHtibG9ja2luZ31fYXJpYV9hbHRfdGV4dGA7XG4gICAgICB0aGlzLnJlc291cmNlU2VydmljZS5nZXRTdHJpbmcoa2V5KS5zdWJzY3JpYmUoKHZhbHVlOiBzdHJpbmcpID0+IHtcbiAgICAgICAgdGhpcy5hcmlhTGFiZWxTdHJlYW0ubmV4dCh2YWx1ZSk7XG4gICAgICB9KTtcbiAgICB9XG4gIH1cbn1cbiJdfQ== | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2FpdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2t5dXgvaW5kaWNhdG9ycy8iLCJzb3VyY2VzIjpbIm1vZHVsZXMvd2FpdC93YWl0LmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUNMLFNBQVMsRUFDVCxVQUFVLEVBQ1YsS0FBSyxFQUNMLE1BQU0sRUFDTixRQUFRLEVBQ1QsTUFBTSxlQUFlLENBQUM7QUFFdkIsT0FBTyxFQUNMLHNCQUFzQixFQUN2QixNQUFNLGFBQWEsQ0FBQztBQUVyQixPQUFPLEVBQ0wsZUFBZSxFQUNoQixNQUFNLE1BQU0sQ0FBQztBQUVkLE9BQU8sRUFDTCxxQkFBcUIsRUFDdEIsTUFBTSx3QkFBd0IsQ0FBQztBQUVoQyxJQUFJLE1BQU0sR0FBRyxDQUFDLENBQUM7QUFRZixJQUFhLGdCQUFnQixHQUE3QixNQUFhLGdCQUFnQjtJQTJFM0IsWUFDVSxLQUFpQixFQUNqQixjQUFxQyxFQUN6QixlQUF1QztRQUZuRCxVQUFLLEdBQUwsS0FBSyxDQUFZO1FBQ2pCLG1CQUFjLEdBQWQsY0FBYyxDQUF1QjtRQUN6QixvQkFBZSxHQUFmLGVBQWUsQ0FBd0I7UUFUdEQsb0JBQWUsR0FBRyxJQUFJLGVBQWUsQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUVqRCxPQUFFLEdBQUcsWUFBWSxFQUFFLE1BQU0sRUFBRSxDQUFDO0lBUWhDLENBQUM7SUFsRUw7O09BRUc7SUFFSCxJQUFXLFNBQVMsQ0FBQyxLQUFjO1FBQ2pDLElBQUksS0FBSyxJQUFJLENBQUMsSUFBSSxDQUFDLFdBQVcsRUFBRTtZQUM5QixJQUFJLENBQUMsY0FBYyxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7U0FDL0M7YUFBTSxJQUFJLENBQUMsS0FBSyxJQUFJLENBQUMsSUFBSSxDQUFDLFdBQVcsRUFBRTtZQUN0QyxJQUFJLENBQUMsY0FBYyxDQUFDLGdCQUFnQixDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztTQUNsRDtRQUVELElBQUksQ0FBQyxjQUFjLENBQUMsWUFBWSxDQUM5QixJQUFJLENBQUMsS0FBSyxFQUNWLElBQUksQ0FBQyxVQUFVLEVBQ2YsS0FBSyxFQUNMLElBQUksQ0FBQyxhQUFhLEVBQ2xCLElBQUksQ0FBQyxFQUFFLENBQ1IsQ0FBQztRQUVGLElBQUksQ0FBQyxVQUFVLEdBQUcsS0FBSyxDQUFDO0lBQzFCLENBQUM7SUFFRCxJQUFXLFNBQVM7UUFDbEIsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDO0lBQ3pCLENBQUM7SUFFRDs7Ozs7O09BTUc7SUFFSCxJQUFXLFVBQVUsQ0FBQyxLQUFjO1FBQ2xDLElBQUksS0FBSyxFQUFFO1lBQ1QsSUFBSSxDQUFDLGNBQWMsQ0FBQyxnQkFBZ0IsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7U0FDbEQ7YUFBTSxJQUFJLENBQUMsS0FBSyxJQUFJLElBQUksQ0FBQyxVQUFVLEVBQUU7WUFDcEMsSUFBSSxDQUFDLGNBQWMsQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO1NBQy9DO1FBRUQsSUFBSSxDQUFDLFdBQVcsR0FBRyxLQUFLLENBQUM7SUFDM0IsQ0FBQztJQUVELElBQVcsVUFBVTtRQUNuQixPQUFPLElBQUksQ0FBQyxXQUFXLENBQUM7SUFDMUIsQ0FBQztJQXNCTSxRQUFRO1FBQ2IsSUFBSSxDQUFDLGdCQUFnQixFQUFFLENBQUM7SUFDMUIsQ0FBQztJQUVPLGdCQUFnQjtRQUN0QixJQUFJLElBQUksQ0FBQyxTQUFTLEVBQUU7WUFDbEIsSUFBSSxDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDO1lBQzFDLE9BQU87U0FDUjtRQUVELElBQUksSUFBSSxDQUFDLGVBQWUsRUFBRTtZQUN4QixNQUFNLElBQUksR0FBRyxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQyxDQUFDLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUM7WUFDOUMsTUFBTSxRQUFRLEdBQUcsQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsV0FBVyxDQUFDO1lBQ3pELE1BQU0sR0FBRyxHQUFHLGFBQWEsSUFBSSxHQUFHLFFBQVEsZ0JBQWdCLENBQUM7WUFDekQsSUFBSSxDQUFDLGVBQWUsQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLENBQUMsU0FBUyxDQUFDLENBQUMsS0FBYSxFQUFFLEVBQUU7Z0JBQzlELElBQUksQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO1lBQ25DLENBQUMsQ0FBQyxDQUFDO1NBQ0o7SUFDSCxDQUFDO0NBQ0YsQ0FBQTs7WUF4QmtCLFVBQVU7WUFDRCxxQkFBcUI7WUFDUixzQkFBc0IsdUJBQTFELFFBQVE7O0FBbkVYO0lBREMsS0FBSyxFQUFFO21EQUNpQjtBQU16QjtJQURDLEtBQUssRUFBRTtpREFpQlA7QUFjRDtJQURDLEtBQUssRUFBRTtrREFTUDtBQVlEO0lBREMsS0FBSyxFQUFFO3VEQUNzQjtBQW5FbkIsZ0JBQWdCO0lBTjVCLFNBQVMsQ0FBQztRQUNULFFBQVEsRUFBRSxVQUFVO1FBQ3BCLG1sQkFBb0M7UUFFcEMsU0FBUyxFQUFFLENBQUMscUJBQXFCLENBQUM7O0tBQ25DLENBQUM7SUErRUcsV0FBQSxRQUFRLEVBQUUsQ0FBQTtHQTlFRixnQkFBZ0IsQ0FvRzVCO1NBcEdZLGdCQUFnQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENvbXBvbmVudCxcbiAgRWxlbWVudFJlZixcbiAgSW5wdXQsXG4gIE9uSW5pdCxcbiAgT3B0aW9uYWxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7XG4gIFNreUxpYlJlc291cmNlc1NlcnZpY2Vcbn0gZnJvbSAnQHNreXV4L2kxOG4nO1xuXG5pbXBvcnQge1xuICBCZWhhdmlvclN1YmplY3Rcbn0gZnJvbSAncnhqcyc7XG5cbmltcG9ydCB7XG4gIFNreVdhaXRBZGFwdGVyU2VydmljZVxufSBmcm9tICcuL3dhaXQtYWRhcHRlci5zZXJ2aWNlJztcblxubGV0IG5leHRJZCA9IDA7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3NreS13YWl0JyxcbiAgdGVtcGxhdGVVcmw6ICcuL3dhaXQuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi93YWl0LmNvbXBvbmVudC5zY3NzJ10sXG4gIHByb3ZpZGVyczogW1NreVdhaXRBZGFwdGVyU2VydmljZV1cbn0pXG5leHBvcnQgY2xhc3MgU2t5V2FpdENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgLyoqXG4gICAqIFNwZWNpZmllcyBhbiBBUklBIGxhYmVsIGZvciB0aGUgd2FpdCBpY29uIHdoaWxlIGFuIGVsZW1lbnQgb3IgcGFnZSBsb2Fkcy5cbiAgICogVGhpcyBzZXRzIHRoZSBpY29uJ3MgYGFyaWEtbGFiZWxgIGF0dHJpYnV0ZVxuICAgKiBbdG8gc3VwcG9ydCBhY2Nlc3NpYmlsaXR5XShodHRwczovL2RldmVsb3Blci5ibGFja2JhdWQuY29tL3NreXV4L2xlYXJuL2FjY2Vzc2liaWxpdHkpLlxuICAgKiBUaGUgZGVmYXVsdCB2YWx1ZSB2YXJpZXMgYmFzZWQgb24gd2hldGhlciB0aGUgd2FpdCBpcyBmb3IgYW4gZWxlbWVudCBvciBhIHBhZ2VcbiAgICogYW5kIHdoZXRoZXIgaXQgaXMgYSBibG9ja2luZyB3YWl0LiBGb3IgZXhhbXBsZSwgdGhlIGRlZmF1bHQgZm9yIGEgcGFnZS1ibG9ja2luZ1xuICAgKiB3YWl0IGlzIFwiUGFnZSBsb2FkaW5nLiBQbGVhc2Ugd2FpdC5cIlxuICAgKi9cbiAgQElucHV0KClcbiAgcHVibGljIGFyaWFMYWJlbDogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBXaGVuIHNldCB0byBgdHJ1ZWAsIHdhaXQgaW5kaWNhdGlvbiBhcHBlYXJzIG9uIHRoZSBwYXJlbnQgZWxlbWVudCBvZiB0aGUgYHNreS13YWl0YCBjb21wb25lbnQuXG4gICAqL1xuICBASW5wdXQoKVxuICBwdWJsaWMgc2V0IGlzV2FpdGluZyh2YWx1ZTogYm9vbGVhbikge1xuICAgIGlmICh2YWx1ZSAmJiAhdGhpcy5faXNGdWxsUGFnZSkge1xuICAgICAgdGhpcy5hZGFwdGVyU2VydmljZS5zZXRXYWl0Qm91bmRzKHRoaXMuZWxSZWYpO1xuICAgIH0gZWxzZSBpZiAoIXZhbHVlICYmICF0aGlzLl9pc0Z1bGxQYWdlKSB7XG4gICAgICB0aGlzLmFkYXB0ZXJTZXJ2aWNlLnJlbW92ZVdhaXRCb3VuZHModGhpcy5lbFJlZik7XG4gICAgfVxuXG4gICAgdGhpcy5hZGFwdGVyU2VydmljZS5zZXRCdXN5U3RhdGUoXG4gICAgICB0aGlzLmVsUmVmLFxuICAgICAgdGhpcy5pc0Z1bGxQYWdlLFxuICAgICAgdmFsdWUsXG4gICAgICB0aGlzLmlzTm9uQmxvY2tpbmcsXG4gICAgICB0aGlzLmlkXG4gICAgKTtcblxuICAgIHRoaXMuX2lzV2FpdGluZyA9IHZhbHVlO1xuICB9XG5cbiAgcHVibGljIGdldCBpc1dhaXRpbmcoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuX2lzV2FpdGluZztcbiAgfVxuXG4gIC8qKlxuICAgKiBXaGVuIHNldCB0byBgdHJ1ZWAsIHdhaXQgaW5kaWNhdGlvbiBhcHBlYXJzIG9uIHRoZSBwYWdlIGxldmVsIGluc3RlYWQgb2YgdGhlXG4gICAqIHBhcmVudCBlbGVtZW50IGxldmVsLiBXZSByZWNvbW1lbmQgdGhhdCB5b3UgdXNlIHRoZSBgYmVnaW5CbG9ja2luZ1BhZ2VXYWl0YCBvclxuICAgKiBgYmVnaW5Ob25CbG9ja2luZ1BhZ2VXYWl0YCBmdW5jdGlvbnMgb2YgdGhlIGBTa3lXYWl0U2VydmljZWAgaW5zdGVhZCBvZiBzZXR0aW5nIHRoaXNcbiAgICogb24gdGhlIGNvbXBvbmVudCBsZXZlbC5cbiAgICogQGRlZmF1bHQgZmFsc2VcbiAgICovXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBzZXQgaXNGdWxsUGFnZSh2YWx1ZTogYm9vbGVhbikge1xuICAgIGlmICh2YWx1ZSkge1xuICAgICAgdGhpcy5hZGFwdGVyU2VydmljZS5yZW1vdmVXYWl0Qm91bmRzKHRoaXMuZWxSZWYpO1xuICAgIH0gZWxzZSBpZiAoIXZhbHVlICYmIHRoaXMuX2lzV2FpdGluZykge1xuICAgICAgdGhpcy5hZGFwdGVyU2VydmljZS5zZXRXYWl0Qm91bmRzKHRoaXMuZWxSZWYpO1xuICAgIH1cblxuICAgIHRoaXMuX2lzRnVsbFBhZ2UgPSB2YWx1ZTtcbiAgfVxuXG4gIHB1YmxpYyBnZXQgaXNGdWxsUGFnZSgpOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy5faXNGdWxsUGFnZTtcbiAgfVxuXG4gIC8qKlxuICAgKiBXaGVuIHNldCB0byBgdHJ1ZWAsIHdhaXQgaW5kaWNhdGlvbiBhcHBlYXJzIGluIHRoZSBib3R0b20gbGVmdCBjb3JuZXIgb2YgdGhlIGVsZW1lbnRcbiAgICogaW5zdGVhZCBvZiBoaWRpbmcgdGhlIGVudGlyZSBwYXJlbnQgZWxlbWVudC5cbiAgICogQGRlZmF1bHQgZmFsc2VcbiAgICovXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBpc05vbkJsb2NraW5nOiBib29sZWFuO1xuXG4gIHB1YmxpYyBhcmlhTGFiZWxTdHJlYW0gPSBuZXcgQmVoYXZpb3JTdWJqZWN0PHN0cmluZz4oJycpO1xuXG4gIHByaXZhdGUgaWQgPSBgc2t5LXdhaXQtJHsrK25leHRJZH1gO1xuICBwcml2YXRlIF9pc0Z1bGxQYWdlOiBib29sZWFuO1xuICBwcml2YXRlIF9pc1dhaXRpbmc6IGJvb2xlYW47XG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSBlbFJlZjogRWxlbWVudFJlZixcbiAgICBwcml2YXRlIGFkYXB0ZXJTZXJ2aWNlOiBTa3lXYWl0QWRhcHRlclNlcnZpY2UsXG4gICAgQE9wdGlvbmFsKCkgcHJpdmF0ZSByZXNvdXJjZVNlcnZpY2U6IFNreUxpYlJlc291cmNlc1NlcnZpY2VcbiAgKSB7IH1cblxuICBwdWJsaWMgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5wdWJsaXNoQXJpYUxhYmVsKCk7XG4gIH1cblxuICBwcml2YXRlIHB1Ymxpc2hBcmlhTGFiZWwoKTogdm9pZCB7XG4gICAgaWYgKHRoaXMuYXJpYUxhYmVsKSB7XG4gICAgICB0aGlzLmFyaWFMYWJlbFN0cmVhbS5uZXh0KHRoaXMuYXJpYUxhYmVsKTtcbiAgICAgIHJldHVybjtcbiAgICB9XG5cbiAgICBpZiAodGhpcy5yZXNvdXJjZVNlcnZpY2UpIHtcbiAgICAgIGNvbnN0IHR5cGUgPSAodGhpcy5pc0Z1bGxQYWdlKSA/ICdfcGFnZScgOiAnJztcbiAgICAgIGNvbnN0IGJsb2NraW5nID0gKHRoaXMuaXNOb25CbG9ja2luZykgPyAnJyA6ICdfYmxvY2tpbmcnO1xuICAgICAgY29uc3Qga2V5ID0gYHNreXV4X3dhaXQke3R5cGV9JHtibG9ja2luZ31fYXJpYV9hbHRfdGV4dGA7XG4gICAgICB0aGlzLnJlc291cmNlU2VydmljZS5nZXRTdHJpbmcoa2V5KS5zdWJzY3JpYmUoKHZhbHVlOiBzdHJpbmcpID0+IHtcbiAgICAgICAgdGhpcy5hcmlhTGFiZWxTdHJlYW0ubmV4dCh2YWx1ZSk7XG4gICAgICB9KTtcbiAgICB9XG4gIH1cbn1cbiJdfQ== |
@@ -19,4 +19,4 @@ import { __decorate } from "tslib"; | ||
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}"] | ||
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 *skyThemeIf=\"'default'\"\n icon=\"info-circle\"\n >\n </sky-icon>\n <sky-icon-stack *skyThemeIf=\"'modern'\"\n size=\"xs\"\n [baseIcon]=\"{\n icon: 'circle-solid',\n iconType: 'skyux'\n }\"\n [topIcon]=\"{\n icon: 'help-i',\n iconType: 'skyux'\n }\"\n >\n </sky-icon-stack>\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}.sky-theme-modern .sky-help-inline ::ng-deep .fa-stack-2x,:host-context(.sky-theme-modern) .sky-help-inline ::ng-deep .fa-stack-2x{font-size:16px}.sky-theme-modern .sky-help-inline ::ng-deep .fa-stack-1x,:host-context(.sky-theme-modern) .sky-help-inline ::ng-deep .fa-stack-1x{font-size:10px}"] | ||
}) | ||
@@ -27,2 +27,2 @@ ], SkyHelpInlineComponent); | ||
export { SkyHelpInlineComponent }; | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVscC1pbmxpbmUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNreXV4L2luZGljYXRvcnMvIiwic291cmNlcyI6WyJtb2R1bGVzL2hlbHAtaW5saW5lL2hlbHAtaW5saW5lLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUNMLFNBQVMsRUFDVCxZQUFZLEVBQ1osTUFBTSxFQUNQLE1BQU0sZUFBZSxDQUFDO0FBT3ZCO0lBQUE7UUFFRTs7V0FFRztRQUVJLGdCQUFXLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztJQUsvQyxDQUFDO0lBSFEsd0NBQU8sR0FBZDtRQUNFLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDMUIsQ0FBQztJQUpEO1FBREMsTUFBTSxFQUFFOytEQUNvQztJQU5sQyxzQkFBc0I7UUFMbEMsU0FBUyxDQUFDO1lBQ1QsUUFBUSxFQUFFLGlCQUFpQjtZQUMzQixtUEFBMkM7O1NBRTVDLENBQUM7T0FDVyxzQkFBc0IsQ0FXbEM7SUFBRCw2QkFBQztDQUFBLEFBWEQsSUFXQztTQVhZLHNCQUFzQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENvbXBvbmVudCxcbiAgRXZlbnRFbWl0dGVyLFxuICBPdXRwdXRcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3NreS1oZWxwLWlubGluZScsXG4gIHRlbXBsYXRlVXJsOiAnLi9oZWxwLWlubGluZS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2hlbHAtaW5saW5lLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgU2t5SGVscElubGluZUNvbXBvbmVudCB7XG5cbiAgLyoqXG4gICAqIEZpcmVzIHdoZW4gdGhlIHVzZXIgY2xpY2tzIHRoZSBoZWxwIGlubGluZSBidXR0b24uXG4gICAqL1xuICBAT3V0cHV0KClcbiAgcHVibGljIGFjdGlvbkNsaWNrID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG5cbiAgcHVibGljIG9uQ2xpY2soKTogdm9pZCB7XG4gICAgdGhpcy5hY3Rpb25DbGljay5lbWl0KCk7XG4gIH1cbn1cbiJdfQ== | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVscC1pbmxpbmUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNreXV4L2luZGljYXRvcnMvIiwic291cmNlcyI6WyJtb2R1bGVzL2hlbHAtaW5saW5lL2hlbHAtaW5saW5lLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUNMLFNBQVMsRUFDVCxZQUFZLEVBQ1osTUFBTSxFQUNQLE1BQU0sZUFBZSxDQUFDO0FBT3ZCO0lBQUE7UUFFRTs7V0FFRztRQUVJLGdCQUFXLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztJQUsvQyxDQUFDO0lBSFEsd0NBQU8sR0FBZDtRQUNFLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDMUIsQ0FBQztJQUpEO1FBREMsTUFBTSxFQUFFOytEQUNvQztJQU5sQyxzQkFBc0I7UUFMbEMsU0FBUyxDQUFDO1lBQ1QsUUFBUSxFQUFFLGlCQUFpQjtZQUMzQixtZ0JBQTJDOztTQUU1QyxDQUFDO09BQ1csc0JBQXNCLENBV2xDO0lBQUQsNkJBQUM7Q0FBQSxBQVhELElBV0M7U0FYWSxzQkFBc0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDb21wb25lbnQsXG4gIEV2ZW50RW1pdHRlcixcbiAgT3V0cHV0XG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdza3ktaGVscC1pbmxpbmUnLFxuICB0ZW1wbGF0ZVVybDogJy4vaGVscC1pbmxpbmUuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9oZWxwLWlubGluZS5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIFNreUhlbHBJbmxpbmVDb21wb25lbnQge1xuXG4gIC8qKlxuICAgKiBGaXJlcyB3aGVuIHRoZSB1c2VyIGNsaWNrcyB0aGUgaGVscCBpbmxpbmUgYnV0dG9uLlxuICAgKi9cbiAgQE91dHB1dCgpXG4gIHB1YmxpYyBhY3Rpb25DbGljayA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuXG4gIHB1YmxpYyBvbkNsaWNrKCk6IHZvaWQge1xuICAgIHRoaXMuYWN0aW9uQ2xpY2suZW1pdCgpO1xuICB9XG59XG4iXX0= |
@@ -5,2 +5,3 @@ import { __decorate } from "tslib"; | ||
import { SkyI18nModule } from '@skyux/i18n'; | ||
import { SkyThemeModule } from '@skyux/theme'; | ||
import { SkyIconModule } from '../icon/icon.module'; | ||
@@ -21,3 +22,4 @@ import { SkyIndicatorsResourcesModule } from '../shared/indicators-resources.module'; | ||
SkyIconModule, | ||
SkyIndicatorsResourcesModule | ||
SkyIndicatorsResourcesModule, | ||
SkyThemeModule | ||
], | ||
@@ -32,2 +34,2 @@ exports: [ | ||
export { SkyHelpInlineModule }; | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVscC1pbmxpbmUubW9kdWxlLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNreXV4L2luZGljYXRvcnMvIiwic291cmNlcyI6WyJtb2R1bGVzL2hlbHAtaW5saW5lL2hlbHAtaW5saW5lLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUNMLFFBQVEsRUFDVCxNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQ0wsWUFBWSxFQUNiLE1BQU0saUJBQWlCLENBQUM7QUFFekIsT0FBTyxFQUNMLGFBQWEsRUFDZCxNQUFNLGFBQWEsQ0FBQztBQUVyQixPQUFPLEVBQ0wsYUFBYSxFQUNkLE1BQU0scUJBQXFCLENBQUM7QUFFN0IsT0FBTyxFQUNMLDRCQUE0QixFQUM3QixNQUFNLHVDQUF1QyxDQUFDO0FBRS9DLE9BQU8sRUFDTCxzQkFBc0IsRUFDdkIsTUFBTSx5QkFBeUIsQ0FBQztBQWdCakM7SUFBQTtJQUFtQyxDQUFDO0lBQXZCLG1CQUFtQjtRQWQvQixRQUFRLENBQUM7WUFDUixZQUFZLEVBQUU7Z0JBQ1osc0JBQXNCO2FBQ3ZCO1lBQ0QsT0FBTyxFQUFFO2dCQUNQLFlBQVk7Z0JBQ1osYUFBYTtnQkFDYixhQUFhO2dCQUNiLDRCQUE0QjthQUM3QjtZQUNELE9BQU8sRUFBRTtnQkFDUCxzQkFBc0I7YUFDdkI7U0FDRixDQUFDO09BQ1csbUJBQW1CLENBQUk7SUFBRCwwQkFBQztDQUFBLEFBQXBDLElBQW9DO1NBQXZCLG1CQUFtQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIE5nTW9kdWxlXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQge1xuICBDb21tb25Nb2R1bGVcbn0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcblxuaW1wb3J0IHtcbiAgU2t5STE4bk1vZHVsZVxufSBmcm9tICdAc2t5dXgvaTE4bic7XG5cbmltcG9ydCB7XG4gIFNreUljb25Nb2R1bGVcbn0gZnJvbSAnLi4vaWNvbi9pY29uLm1vZHVsZSc7XG5cbmltcG9ydCB7XG4gIFNreUluZGljYXRvcnNSZXNvdXJjZXNNb2R1bGVcbn0gZnJvbSAnLi4vc2hhcmVkL2luZGljYXRvcnMtcmVzb3VyY2VzLm1vZHVsZSc7XG5cbmltcG9ydCB7XG4gIFNreUhlbHBJbmxpbmVDb21wb25lbnRcbn0gZnJvbSAnLi9oZWxwLWlubGluZS5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBTa3lIZWxwSW5saW5lQ29tcG9uZW50XG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgU2t5STE4bk1vZHVsZSxcbiAgICBTa3lJY29uTW9kdWxlLFxuICAgIFNreUluZGljYXRvcnNSZXNvdXJjZXNNb2R1bGVcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIFNreUhlbHBJbmxpbmVDb21wb25lbnRcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBTa3lIZWxwSW5saW5lTW9kdWxlIHsgfVxuIl19 | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVscC1pbmxpbmUubW9kdWxlLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNreXV4L2luZGljYXRvcnMvIiwic291cmNlcyI6WyJtb2R1bGVzL2hlbHAtaW5saW5lL2hlbHAtaW5saW5lLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUNMLFFBQVEsRUFDVCxNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQ0wsWUFBWSxFQUNiLE1BQU0saUJBQWlCLENBQUM7QUFFekIsT0FBTyxFQUNMLGFBQWEsRUFDZCxNQUFNLGFBQWEsQ0FBQztBQUVyQixPQUFPLEVBQ0wsY0FBYyxFQUNmLE1BQU0sY0FBYyxDQUFDO0FBRXRCLE9BQU8sRUFDTCxhQUFhLEVBQ2QsTUFBTSxxQkFBcUIsQ0FBQztBQUU3QixPQUFPLEVBQ0wsNEJBQTRCLEVBQzdCLE1BQU0sdUNBQXVDLENBQUM7QUFFL0MsT0FBTyxFQUNMLHNCQUFzQixFQUN2QixNQUFNLHlCQUF5QixDQUFDO0FBaUJqQztJQUFBO0lBQW1DLENBQUM7SUFBdkIsbUJBQW1CO1FBZi9CLFFBQVEsQ0FBQztZQUNSLFlBQVksRUFBRTtnQkFDWixzQkFBc0I7YUFDdkI7WUFDRCxPQUFPLEVBQUU7Z0JBQ1AsWUFBWTtnQkFDWixhQUFhO2dCQUNiLGFBQWE7Z0JBQ2IsNEJBQTRCO2dCQUM1QixjQUFjO2FBQ2Y7WUFDRCxPQUFPLEVBQUU7Z0JBQ1Asc0JBQXNCO2FBQ3ZCO1NBQ0YsQ0FBQztPQUNXLG1CQUFtQixDQUFJO0lBQUQsMEJBQUM7Q0FBQSxBQUFwQyxJQUFvQztTQUF2QixtQkFBbUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBOZ01vZHVsZVxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHtcbiAgQ29tbW9uTW9kdWxlXG59IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5cbmltcG9ydCB7XG4gIFNreUkxOG5Nb2R1bGVcbn0gZnJvbSAnQHNreXV4L2kxOG4nO1xuXG5pbXBvcnQge1xuICBTa3lUaGVtZU1vZHVsZVxufSBmcm9tICdAc2t5dXgvdGhlbWUnO1xuXG5pbXBvcnQge1xuICBTa3lJY29uTW9kdWxlXG59IGZyb20gJy4uL2ljb24vaWNvbi5tb2R1bGUnO1xuXG5pbXBvcnQge1xuICBTa3lJbmRpY2F0b3JzUmVzb3VyY2VzTW9kdWxlXG59IGZyb20gJy4uL3NoYXJlZC9pbmRpY2F0b3JzLXJlc291cmNlcy5tb2R1bGUnO1xuXG5pbXBvcnQge1xuICBTa3lIZWxwSW5saW5lQ29tcG9uZW50XG59IGZyb20gJy4vaGVscC1pbmxpbmUuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgU2t5SGVscElubGluZUNvbXBvbmVudFxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIFNreUkxOG5Nb2R1bGUsXG4gICAgU2t5SWNvbk1vZHVsZSxcbiAgICBTa3lJbmRpY2F0b3JzUmVzb3VyY2VzTW9kdWxlLFxuICAgIFNreVRoZW1lTW9kdWxlXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBTa3lIZWxwSW5saW5lQ29tcG9uZW50XG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgU2t5SGVscElubGluZU1vZHVsZSB7IH1cbiJdfQ== |
@@ -105,2 +105,2 @@ import { __decorate, __param } from "tslib"; | ||
export { SkyWaitComponent }; | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2FpdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2t5dXgvaW5kaWNhdG9ycy8iLCJzb3VyY2VzIjpbIm1vZHVsZXMvd2FpdC93YWl0LmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUNMLFNBQVMsRUFDVCxVQUFVLEVBQ1YsS0FBSyxFQUNMLE1BQU0sRUFDTixRQUFRLEVBQ1QsTUFBTSxlQUFlLENBQUM7QUFFdkIsT0FBTyxFQUNMLHNCQUFzQixFQUN2QixNQUFNLGFBQWEsQ0FBQztBQUVyQixPQUFPLEVBQ0wsZUFBZSxFQUNoQixNQUFNLE1BQU0sQ0FBQztBQUVkLE9BQU8sRUFDTCxxQkFBcUIsRUFDdEIsTUFBTSx3QkFBd0IsQ0FBQztBQUVoQyxJQUFJLE1BQU0sR0FBRyxDQUFDLENBQUM7QUFRZjtJQXdFRSwwQkFDVSxLQUFpQixFQUNqQixjQUFxQyxFQUN6QixlQUF1QztRQUZuRCxVQUFLLEdBQUwsS0FBSyxDQUFZO1FBQ2pCLG1CQUFjLEdBQWQsY0FBYyxDQUF1QjtRQUN6QixvQkFBZSxHQUFmLGVBQWUsQ0FBd0I7UUFUdEQsb0JBQWUsR0FBRyxJQUFJLGVBQWUsQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUVqRCxPQUFFLEdBQUcsY0FBWSxFQUFFLE1BQVEsQ0FBQztJQVFoQyxDQUFDO0lBOURMLHNCQUFXLHVDQUFTO2FBa0JwQjtZQUNFLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQztRQUN6QixDQUFDO1FBeEJEOztXQUVHO2FBRUgsVUFBcUIsS0FBYztZQUNqQyxJQUFJLEtBQUssSUFBSSxDQUFDLElBQUksQ0FBQyxXQUFXLEVBQUU7Z0JBQzlCLElBQUksQ0FBQyxjQUFjLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQzthQUMvQztpQkFBTSxJQUFJLENBQUMsS0FBSyxJQUFJLENBQUMsSUFBSSxDQUFDLFdBQVcsRUFBRTtnQkFDdEMsSUFBSSxDQUFDLGNBQWMsQ0FBQyxnQkFBZ0IsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7YUFDbEQ7WUFFRCxJQUFJLENBQUMsY0FBYyxDQUFDLFlBQVksQ0FDOUIsSUFBSSxDQUFDLEtBQUssRUFDVixJQUFJLENBQUMsVUFBVSxFQUNmLEtBQUssRUFDTCxJQUFJLENBQUMsYUFBYSxFQUNsQixJQUFJLENBQUMsRUFBRSxDQUNSLENBQUM7WUFFRixJQUFJLENBQUMsVUFBVSxHQUFHLEtBQUssQ0FBQztRQUMxQixDQUFDOzs7T0FBQTtJQWNELHNCQUFXLHdDQUFVO2FBVXJCO1lBQ0UsT0FBTyxJQUFJLENBQUMsV0FBVyxDQUFDO1FBQzFCLENBQUM7UUFwQkQ7Ozs7OztXQU1HO2FBRUgsVUFBc0IsS0FBYztZQUNsQyxJQUFJLEtBQUssRUFBRTtnQkFDVCxJQUFJLENBQUMsY0FBYyxDQUFDLGdCQUFnQixDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQzthQUNsRDtpQkFBTSxJQUFJLENBQUMsS0FBSyxJQUFJLElBQUksQ0FBQyxVQUFVLEVBQUU7Z0JBQ3BDLElBQUksQ0FBQyxjQUFjLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQzthQUMvQztZQUVELElBQUksQ0FBQyxXQUFXLEdBQUcsS0FBSyxDQUFDO1FBQzNCLENBQUM7OztPQUFBO0lBMEJNLG1DQUFRLEdBQWY7UUFDRSxJQUFJLENBQUMsZ0JBQWdCLEVBQUUsQ0FBQztJQUMxQixDQUFDO0lBRU8sMkNBQWdCLEdBQXhCO1FBQUEsaUJBY0M7UUFiQyxJQUFJLElBQUksQ0FBQyxTQUFTLEVBQUU7WUFDbEIsSUFBSSxDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDO1lBQzFDLE9BQU87U0FDUjtRQUVELElBQUksSUFBSSxDQUFDLGVBQWUsRUFBRTtZQUN4QixJQUFNLElBQUksR0FBRyxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQyxDQUFDLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUM7WUFDOUMsSUFBTSxRQUFRLEdBQUcsQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsV0FBVyxDQUFDO1lBQ3pELElBQU0sR0FBRyxHQUFHLGVBQWEsSUFBSSxHQUFHLFFBQVEsbUJBQWdCLENBQUM7WUFDekQsSUFBSSxDQUFDLGVBQWUsQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLENBQUMsU0FBUyxDQUFDLFVBQUMsS0FBYTtnQkFDMUQsS0FBSSxDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7WUFDbkMsQ0FBQyxDQUFDLENBQUM7U0FDSjtJQUNILENBQUM7O2dCQXZCZ0IsVUFBVTtnQkFDRCxxQkFBcUI7Z0JBQ1Isc0JBQXNCLHVCQUExRCxRQUFROztJQW5FWDtRQURDLEtBQUssRUFBRTt1REFDaUI7SUFNekI7UUFEQyxLQUFLLEVBQUU7cURBaUJQO0lBY0Q7UUFEQyxLQUFLLEVBQUU7c0RBU1A7SUFZRDtRQURDLEtBQUssRUFBRTsyREFDc0I7SUFoRW5CLGdCQUFnQjtRQU41QixTQUFTLENBQUM7WUFDVCxRQUFRLEVBQUUsVUFBVTtZQUNwQixtbEJBQW9DO1lBRXBDLFNBQVMsRUFBRSxDQUFDLHFCQUFxQixDQUFDOztTQUNuQyxDQUFDO1FBNEVHLFdBQUEsUUFBUSxFQUFFLENBQUE7T0EzRUYsZ0JBQWdCLENBaUc1QjtJQUFELHVCQUFDO0NBQUEsQUFqR0QsSUFpR0M7U0FqR1ksZ0JBQWdCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ29tcG9uZW50LFxuICBFbGVtZW50UmVmLFxuICBJbnB1dCxcbiAgT25Jbml0LFxuICBPcHRpb25hbFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHtcbiAgU2t5TGliUmVzb3VyY2VzU2VydmljZVxufSBmcm9tICdAc2t5dXgvaTE4bic7XG5cbmltcG9ydCB7XG4gIEJlaGF2aW9yU3ViamVjdFxufSBmcm9tICdyeGpzJztcblxuaW1wb3J0IHtcbiAgU2t5V2FpdEFkYXB0ZXJTZXJ2aWNlXG59IGZyb20gJy4vd2FpdC1hZGFwdGVyLnNlcnZpY2UnO1xuXG5sZXQgbmV4dElkID0gMDtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnc2t5LXdhaXQnLFxuICB0ZW1wbGF0ZVVybDogJy4vd2FpdC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3dhaXQuY29tcG9uZW50LnNjc3MnXSxcbiAgcHJvdmlkZXJzOiBbU2t5V2FpdEFkYXB0ZXJTZXJ2aWNlXVxufSlcbmV4cG9ydCBjbGFzcyBTa3lXYWl0Q29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcblxuICAvKipcbiAgICogU3BlY2lmaWVzIGFuIEFSSUEgbGFiZWwgZm9yIHRoZSB3YWl0IGljb24gd2hpbGUgYW4gZWxlbWVudCBvciBwYWdlIGxvYWRzLlxuICAgKiBUaGlzIHNldHMgdGhlIGljb24ncyBgYXJpYS1sYWJlbGAgYXR0cmlidXRlXG4gICAqIFt0byBzdXBwb3J0IGFjY2Vzc2liaWxpdHldKGh0dHBzOi8vZGV2ZWxvcGVyLmJsYWNrYmF1ZC5jb20vc2t5dXgvbGVhcm4vYWNjZXNzaWJpbGl0eSkuXG4gICAqL1xuICBASW5wdXQoKVxuICBwdWJsaWMgYXJpYUxhYmVsOiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIFdoZW4gc2V0IHRvIGB0cnVlYCwgd2FpdCBpbmRpY2F0aW9uIGFwcGVhcnMgb24gdGhlIHBhcmVudCBlbGVtZW50IG9mIHRoZSBgc2t5LXdhaXRgIGNvbXBvbmVudC5cbiAgICovXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBzZXQgaXNXYWl0aW5nKHZhbHVlOiBib29sZWFuKSB7XG4gICAgaWYgKHZhbHVlICYmICF0aGlzLl9pc0Z1bGxQYWdlKSB7XG4gICAgICB0aGlzLmFkYXB0ZXJTZXJ2aWNlLnNldFdhaXRCb3VuZHModGhpcy5lbFJlZik7XG4gICAgfSBlbHNlIGlmICghdmFsdWUgJiYgIXRoaXMuX2lzRnVsbFBhZ2UpIHtcbiAgICAgIHRoaXMuYWRhcHRlclNlcnZpY2UucmVtb3ZlV2FpdEJvdW5kcyh0aGlzLmVsUmVmKTtcbiAgICB9XG5cbiAgICB0aGlzLmFkYXB0ZXJTZXJ2aWNlLnNldEJ1c3lTdGF0ZShcbiAgICAgIHRoaXMuZWxSZWYsXG4gICAgICB0aGlzLmlzRnVsbFBhZ2UsXG4gICAgICB2YWx1ZSxcbiAgICAgIHRoaXMuaXNOb25CbG9ja2luZyxcbiAgICAgIHRoaXMuaWRcbiAgICApO1xuXG4gICAgdGhpcy5faXNXYWl0aW5nID0gdmFsdWU7XG4gIH1cblxuICBwdWJsaWMgZ2V0IGlzV2FpdGluZygpOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy5faXNXYWl0aW5nO1xuICB9XG5cbiAgLyoqXG4gICAqIFdoZW4gc2V0IHRvIGB0cnVlYCwgd2FpdCBpbmRpY2F0aW9uIGFwcGVhcnMgb24gdGhlIHBhZ2UgbGV2ZWwgaW5zdGVhZCBvZiB0aGVcbiAgICogcGFyZW50IGVsZW1lbnQgbGV2ZWwuIFdlIHJlY29tbWVuZCB0aGF0IHlvdSB1c2UgdGhlIGBiZWdpbkJsb2NraW5nUGFnZVdhaXRgIG9yXG4gICAqIGBiZWdpbk5vbkJsb2NraW5nUGFnZVdhaXRgIGZ1bmN0aW9ucyBvZiB0aGUgYFNreVdhaXRTZXJ2aWNlYCBpbnN0ZWFkIG9mIHNldHRpbmcgdGhpc1xuICAgKiBvbiB0aGUgY29tcG9uZW50IGxldmVsLlxuICAgKiBAZGVmYXVsdCBmYWxzZVxuICAgKi9cbiAgQElucHV0KClcbiAgcHVibGljIHNldCBpc0Z1bGxQYWdlKHZhbHVlOiBib29sZWFuKSB7XG4gICAgaWYgKHZhbHVlKSB7XG4gICAgICB0aGlzLmFkYXB0ZXJTZXJ2aWNlLnJlbW92ZVdhaXRCb3VuZHModGhpcy5lbFJlZik7XG4gICAgfSBlbHNlIGlmICghdmFsdWUgJiYgdGhpcy5faXNXYWl0aW5nKSB7XG4gICAgICB0aGlzLmFkYXB0ZXJTZXJ2aWNlLnNldFdhaXRCb3VuZHModGhpcy5lbFJlZik7XG4gICAgfVxuXG4gICAgdGhpcy5faXNGdWxsUGFnZSA9IHZhbHVlO1xuICB9XG5cbiAgcHVibGljIGdldCBpc0Z1bGxQYWdlKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0aGlzLl9pc0Z1bGxQYWdlO1xuICB9XG5cbiAgLyoqXG4gICAqIFdoZW4gc2V0IHRvIGB0cnVlYCwgd2FpdCBpbmRpY2F0aW9uIGFwcGVhcnMgaW4gdGhlIGJvdHRvbSBsZWZ0IGNvcm5lciBvZiB0aGUgZWxlbWVudFxuICAgKiBpbnN0ZWFkIG9mIGhpZGluZyB0aGUgZW50aXJlIHBhcmVudCBlbGVtZW50LlxuICAgKiBAZGVmYXVsdCBmYWxzZVxuICAgKi9cbiAgQElucHV0KClcbiAgcHVibGljIGlzTm9uQmxvY2tpbmc6IGJvb2xlYW47XG5cbiAgcHVibGljIGFyaWFMYWJlbFN0cmVhbSA9IG5ldyBCZWhhdmlvclN1YmplY3Q8c3RyaW5nPignJyk7XG5cbiAgcHJpdmF0ZSBpZCA9IGBza3ktd2FpdC0keysrbmV4dElkfWA7XG4gIHByaXZhdGUgX2lzRnVsbFBhZ2U6IGJvb2xlYW47XG4gIHByaXZhdGUgX2lzV2FpdGluZzogYm9vbGVhbjtcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwcml2YXRlIGVsUmVmOiBFbGVtZW50UmVmLFxuICAgIHByaXZhdGUgYWRhcHRlclNlcnZpY2U6IFNreVdhaXRBZGFwdGVyU2VydmljZSxcbiAgICBAT3B0aW9uYWwoKSBwcml2YXRlIHJlc291cmNlU2VydmljZTogU2t5TGliUmVzb3VyY2VzU2VydmljZVxuICApIHsgfVxuXG4gIHB1YmxpYyBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICB0aGlzLnB1Ymxpc2hBcmlhTGFiZWwoKTtcbiAgfVxuXG4gIHByaXZhdGUgcHVibGlzaEFyaWFMYWJlbCgpOiB2b2lkIHtcbiAgICBpZiAodGhpcy5hcmlhTGFiZWwpIHtcbiAgICAgIHRoaXMuYXJpYUxhYmVsU3RyZWFtLm5leHQodGhpcy5hcmlhTGFiZWwpO1xuICAgICAgcmV0dXJuO1xuICAgIH1cblxuICAgIGlmICh0aGlzLnJlc291cmNlU2VydmljZSkge1xuICAgICAgY29uc3QgdHlwZSA9ICh0aGlzLmlzRnVsbFBhZ2UpID8gJ19wYWdlJyA6ICcnO1xuICAgICAgY29uc3QgYmxvY2tpbmcgPSAodGhpcy5pc05vbkJsb2NraW5nKSA/ICcnIDogJ19ibG9ja2luZyc7XG4gICAgICBjb25zdCBrZXkgPSBgc2t5dXhfd2FpdCR7dHlwZX0ke2Jsb2NraW5nfV9hcmlhX2FsdF90ZXh0YDtcbiAgICAgIHRoaXMucmVzb3VyY2VTZXJ2aWNlLmdldFN0cmluZyhrZXkpLnN1YnNjcmliZSgodmFsdWU6IHN0cmluZykgPT4ge1xuICAgICAgICB0aGlzLmFyaWFMYWJlbFN0cmVhbS5uZXh0KHZhbHVlKTtcbiAgICAgIH0pO1xuICAgIH1cbiAgfVxufVxuIl19 | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2FpdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2t5dXgvaW5kaWNhdG9ycy8iLCJzb3VyY2VzIjpbIm1vZHVsZXMvd2FpdC93YWl0LmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUNMLFNBQVMsRUFDVCxVQUFVLEVBQ1YsS0FBSyxFQUNMLE1BQU0sRUFDTixRQUFRLEVBQ1QsTUFBTSxlQUFlLENBQUM7QUFFdkIsT0FBTyxFQUNMLHNCQUFzQixFQUN2QixNQUFNLGFBQWEsQ0FBQztBQUVyQixPQUFPLEVBQ0wsZUFBZSxFQUNoQixNQUFNLE1BQU0sQ0FBQztBQUVkLE9BQU8sRUFDTCxxQkFBcUIsRUFDdEIsTUFBTSx3QkFBd0IsQ0FBQztBQUVoQyxJQUFJLE1BQU0sR0FBRyxDQUFDLENBQUM7QUFRZjtJQTJFRSwwQkFDVSxLQUFpQixFQUNqQixjQUFxQyxFQUN6QixlQUF1QztRQUZuRCxVQUFLLEdBQUwsS0FBSyxDQUFZO1FBQ2pCLG1CQUFjLEdBQWQsY0FBYyxDQUF1QjtRQUN6QixvQkFBZSxHQUFmLGVBQWUsQ0FBd0I7UUFUdEQsb0JBQWUsR0FBRyxJQUFJLGVBQWUsQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUVqRCxPQUFFLEdBQUcsY0FBWSxFQUFFLE1BQVEsQ0FBQztJQVFoQyxDQUFDO0lBOURMLHNCQUFXLHVDQUFTO2FBa0JwQjtZQUNFLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQztRQUN6QixDQUFDO1FBeEJEOztXQUVHO2FBRUgsVUFBcUIsS0FBYztZQUNqQyxJQUFJLEtBQUssSUFBSSxDQUFDLElBQUksQ0FBQyxXQUFXLEVBQUU7Z0JBQzlCLElBQUksQ0FBQyxjQUFjLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQzthQUMvQztpQkFBTSxJQUFJLENBQUMsS0FBSyxJQUFJLENBQUMsSUFBSSxDQUFDLFdBQVcsRUFBRTtnQkFDdEMsSUFBSSxDQUFDLGNBQWMsQ0FBQyxnQkFBZ0IsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7YUFDbEQ7WUFFRCxJQUFJLENBQUMsY0FBYyxDQUFDLFlBQVksQ0FDOUIsSUFBSSxDQUFDLEtBQUssRUFDVixJQUFJLENBQUMsVUFBVSxFQUNmLEtBQUssRUFDTCxJQUFJLENBQUMsYUFBYSxFQUNsQixJQUFJLENBQUMsRUFBRSxDQUNSLENBQUM7WUFFRixJQUFJLENBQUMsVUFBVSxHQUFHLEtBQUssQ0FBQztRQUMxQixDQUFDOzs7T0FBQTtJQWNELHNCQUFXLHdDQUFVO2FBVXJCO1lBQ0UsT0FBTyxJQUFJLENBQUMsV0FBVyxDQUFDO1FBQzFCLENBQUM7UUFwQkQ7Ozs7OztXQU1HO2FBRUgsVUFBc0IsS0FBYztZQUNsQyxJQUFJLEtBQUssRUFBRTtnQkFDVCxJQUFJLENBQUMsY0FBYyxDQUFDLGdCQUFnQixDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQzthQUNsRDtpQkFBTSxJQUFJLENBQUMsS0FBSyxJQUFJLElBQUksQ0FBQyxVQUFVLEVBQUU7Z0JBQ3BDLElBQUksQ0FBQyxjQUFjLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQzthQUMvQztZQUVELElBQUksQ0FBQyxXQUFXLEdBQUcsS0FBSyxDQUFDO1FBQzNCLENBQUM7OztPQUFBO0lBMEJNLG1DQUFRLEdBQWY7UUFDRSxJQUFJLENBQUMsZ0JBQWdCLEVBQUUsQ0FBQztJQUMxQixDQUFDO0lBRU8sMkNBQWdCLEdBQXhCO1FBQUEsaUJBY0M7UUFiQyxJQUFJLElBQUksQ0FBQyxTQUFTLEVBQUU7WUFDbEIsSUFBSSxDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDO1lBQzFDLE9BQU87U0FDUjtRQUVELElBQUksSUFBSSxDQUFDLGVBQWUsRUFBRTtZQUN4QixJQUFNLElBQUksR0FBRyxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQyxDQUFDLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUM7WUFDOUMsSUFBTSxRQUFRLEdBQUcsQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsV0FBVyxDQUFDO1lBQ3pELElBQU0sR0FBRyxHQUFHLGVBQWEsSUFBSSxHQUFHLFFBQVEsbUJBQWdCLENBQUM7WUFDekQsSUFBSSxDQUFDLGVBQWUsQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLENBQUMsU0FBUyxDQUFDLFVBQUMsS0FBYTtnQkFDMUQsS0FBSSxDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7WUFDbkMsQ0FBQyxDQUFDLENBQUM7U0FDSjtJQUNILENBQUM7O2dCQXZCZ0IsVUFBVTtnQkFDRCxxQkFBcUI7Z0JBQ1Isc0JBQXNCLHVCQUExRCxRQUFROztJQW5FWDtRQURDLEtBQUssRUFBRTt1REFDaUI7SUFNekI7UUFEQyxLQUFLLEVBQUU7cURBaUJQO0lBY0Q7UUFEQyxLQUFLLEVBQUU7c0RBU1A7SUFZRDtRQURDLEtBQUssRUFBRTsyREFDc0I7SUFuRW5CLGdCQUFnQjtRQU41QixTQUFTLENBQUM7WUFDVCxRQUFRLEVBQUUsVUFBVTtZQUNwQixtbEJBQW9DO1lBRXBDLFNBQVMsRUFBRSxDQUFDLHFCQUFxQixDQUFDOztTQUNuQyxDQUFDO1FBK0VHLFdBQUEsUUFBUSxFQUFFLENBQUE7T0E5RUYsZ0JBQWdCLENBb0c1QjtJQUFELHVCQUFDO0NBQUEsQUFwR0QsSUFvR0M7U0FwR1ksZ0JBQWdCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ29tcG9uZW50LFxuICBFbGVtZW50UmVmLFxuICBJbnB1dCxcbiAgT25Jbml0LFxuICBPcHRpb25hbFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHtcbiAgU2t5TGliUmVzb3VyY2VzU2VydmljZVxufSBmcm9tICdAc2t5dXgvaTE4bic7XG5cbmltcG9ydCB7XG4gIEJlaGF2aW9yU3ViamVjdFxufSBmcm9tICdyeGpzJztcblxuaW1wb3J0IHtcbiAgU2t5V2FpdEFkYXB0ZXJTZXJ2aWNlXG59IGZyb20gJy4vd2FpdC1hZGFwdGVyLnNlcnZpY2UnO1xuXG5sZXQgbmV4dElkID0gMDtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnc2t5LXdhaXQnLFxuICB0ZW1wbGF0ZVVybDogJy4vd2FpdC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3dhaXQuY29tcG9uZW50LnNjc3MnXSxcbiAgcHJvdmlkZXJzOiBbU2t5V2FpdEFkYXB0ZXJTZXJ2aWNlXVxufSlcbmV4cG9ydCBjbGFzcyBTa3lXYWl0Q29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcblxuICAvKipcbiAgICogU3BlY2lmaWVzIGFuIEFSSUEgbGFiZWwgZm9yIHRoZSB3YWl0IGljb24gd2hpbGUgYW4gZWxlbWVudCBvciBwYWdlIGxvYWRzLlxuICAgKiBUaGlzIHNldHMgdGhlIGljb24ncyBgYXJpYS1sYWJlbGAgYXR0cmlidXRlXG4gICAqIFt0byBzdXBwb3J0IGFjY2Vzc2liaWxpdHldKGh0dHBzOi8vZGV2ZWxvcGVyLmJsYWNrYmF1ZC5jb20vc2t5dXgvbGVhcm4vYWNjZXNzaWJpbGl0eSkuXG4gICAqIFRoZSBkZWZhdWx0IHZhbHVlIHZhcmllcyBiYXNlZCBvbiB3aGV0aGVyIHRoZSB3YWl0IGlzIGZvciBhbiBlbGVtZW50IG9yIGEgcGFnZVxuICAgKiBhbmQgd2hldGhlciBpdCBpcyBhIGJsb2NraW5nIHdhaXQuIEZvciBleGFtcGxlLCB0aGUgZGVmYXVsdCBmb3IgYSBwYWdlLWJsb2NraW5nXG4gICAqIHdhaXQgaXMgXCJQYWdlIGxvYWRpbmcuIFBsZWFzZSB3YWl0LlwiXG4gICAqL1xuICBASW5wdXQoKVxuICBwdWJsaWMgYXJpYUxhYmVsOiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIFdoZW4gc2V0IHRvIGB0cnVlYCwgd2FpdCBpbmRpY2F0aW9uIGFwcGVhcnMgb24gdGhlIHBhcmVudCBlbGVtZW50IG9mIHRoZSBgc2t5LXdhaXRgIGNvbXBvbmVudC5cbiAgICovXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBzZXQgaXNXYWl0aW5nKHZhbHVlOiBib29sZWFuKSB7XG4gICAgaWYgKHZhbHVlICYmICF0aGlzLl9pc0Z1bGxQYWdlKSB7XG4gICAgICB0aGlzLmFkYXB0ZXJTZXJ2aWNlLnNldFdhaXRCb3VuZHModGhpcy5lbFJlZik7XG4gICAgfSBlbHNlIGlmICghdmFsdWUgJiYgIXRoaXMuX2lzRnVsbFBhZ2UpIHtcbiAgICAgIHRoaXMuYWRhcHRlclNlcnZpY2UucmVtb3ZlV2FpdEJvdW5kcyh0aGlzLmVsUmVmKTtcbiAgICB9XG5cbiAgICB0aGlzLmFkYXB0ZXJTZXJ2aWNlLnNldEJ1c3lTdGF0ZShcbiAgICAgIHRoaXMuZWxSZWYsXG4gICAgICB0aGlzLmlzRnVsbFBhZ2UsXG4gICAgICB2YWx1ZSxcbiAgICAgIHRoaXMuaXNOb25CbG9ja2luZyxcbiAgICAgIHRoaXMuaWRcbiAgICApO1xuXG4gICAgdGhpcy5faXNXYWl0aW5nID0gdmFsdWU7XG4gIH1cblxuICBwdWJsaWMgZ2V0IGlzV2FpdGluZygpOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy5faXNXYWl0aW5nO1xuICB9XG5cbiAgLyoqXG4gICAqIFdoZW4gc2V0IHRvIGB0cnVlYCwgd2FpdCBpbmRpY2F0aW9uIGFwcGVhcnMgb24gdGhlIHBhZ2UgbGV2ZWwgaW5zdGVhZCBvZiB0aGVcbiAgICogcGFyZW50IGVsZW1lbnQgbGV2ZWwuIFdlIHJlY29tbWVuZCB0aGF0IHlvdSB1c2UgdGhlIGBiZWdpbkJsb2NraW5nUGFnZVdhaXRgIG9yXG4gICAqIGBiZWdpbk5vbkJsb2NraW5nUGFnZVdhaXRgIGZ1bmN0aW9ucyBvZiB0aGUgYFNreVdhaXRTZXJ2aWNlYCBpbnN0ZWFkIG9mIHNldHRpbmcgdGhpc1xuICAgKiBvbiB0aGUgY29tcG9uZW50IGxldmVsLlxuICAgKiBAZGVmYXVsdCBmYWxzZVxuICAgKi9cbiAgQElucHV0KClcbiAgcHVibGljIHNldCBpc0Z1bGxQYWdlKHZhbHVlOiBib29sZWFuKSB7XG4gICAgaWYgKHZhbHVlKSB7XG4gICAgICB0aGlzLmFkYXB0ZXJTZXJ2aWNlLnJlbW92ZVdhaXRCb3VuZHModGhpcy5lbFJlZik7XG4gICAgfSBlbHNlIGlmICghdmFsdWUgJiYgdGhpcy5faXNXYWl0aW5nKSB7XG4gICAgICB0aGlzLmFkYXB0ZXJTZXJ2aWNlLnNldFdhaXRCb3VuZHModGhpcy5lbFJlZik7XG4gICAgfVxuXG4gICAgdGhpcy5faXNGdWxsUGFnZSA9IHZhbHVlO1xuICB9XG5cbiAgcHVibGljIGdldCBpc0Z1bGxQYWdlKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0aGlzLl9pc0Z1bGxQYWdlO1xuICB9XG5cbiAgLyoqXG4gICAqIFdoZW4gc2V0IHRvIGB0cnVlYCwgd2FpdCBpbmRpY2F0aW9uIGFwcGVhcnMgaW4gdGhlIGJvdHRvbSBsZWZ0IGNvcm5lciBvZiB0aGUgZWxlbWVudFxuICAgKiBpbnN0ZWFkIG9mIGhpZGluZyB0aGUgZW50aXJlIHBhcmVudCBlbGVtZW50LlxuICAgKiBAZGVmYXVsdCBmYWxzZVxuICAgKi9cbiAgQElucHV0KClcbiAgcHVibGljIGlzTm9uQmxvY2tpbmc6IGJvb2xlYW47XG5cbiAgcHVibGljIGFyaWFMYWJlbFN0cmVhbSA9IG5ldyBCZWhhdmlvclN1YmplY3Q8c3RyaW5nPignJyk7XG5cbiAgcHJpdmF0ZSBpZCA9IGBza3ktd2FpdC0keysrbmV4dElkfWA7XG4gIHByaXZhdGUgX2lzRnVsbFBhZ2U6IGJvb2xlYW47XG4gIHByaXZhdGUgX2lzV2FpdGluZzogYm9vbGVhbjtcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwcml2YXRlIGVsUmVmOiBFbGVtZW50UmVmLFxuICAgIHByaXZhdGUgYWRhcHRlclNlcnZpY2U6IFNreVdhaXRBZGFwdGVyU2VydmljZSxcbiAgICBAT3B0aW9uYWwoKSBwcml2YXRlIHJlc291cmNlU2VydmljZTogU2t5TGliUmVzb3VyY2VzU2VydmljZVxuICApIHsgfVxuXG4gIHB1YmxpYyBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICB0aGlzLnB1Ymxpc2hBcmlhTGFiZWwoKTtcbiAgfVxuXG4gIHByaXZhdGUgcHVibGlzaEFyaWFMYWJlbCgpOiB2b2lkIHtcbiAgICBpZiAodGhpcy5hcmlhTGFiZWwpIHtcbiAgICAgIHRoaXMuYXJpYUxhYmVsU3RyZWFtLm5leHQodGhpcy5hcmlhTGFiZWwpO1xuICAgICAgcmV0dXJuO1xuICAgIH1cblxuICAgIGlmICh0aGlzLnJlc291cmNlU2VydmljZSkge1xuICAgICAgY29uc3QgdHlwZSA9ICh0aGlzLmlzRnVsbFBhZ2UpID8gJ19wYWdlJyA6ICcnO1xuICAgICAgY29uc3QgYmxvY2tpbmcgPSAodGhpcy5pc05vbkJsb2NraW5nKSA/ICcnIDogJ19ibG9ja2luZyc7XG4gICAgICBjb25zdCBrZXkgPSBgc2t5dXhfd2FpdCR7dHlwZX0ke2Jsb2NraW5nfV9hcmlhX2FsdF90ZXh0YDtcbiAgICAgIHRoaXMucmVzb3VyY2VTZXJ2aWNlLmdldFN0cmluZyhrZXkpLnN1YnNjcmliZSgodmFsdWU6IHN0cmluZykgPT4ge1xuICAgICAgICB0aGlzLmFyaWFMYWJlbFN0cmVhbS5uZXh0KHZhbHVlKTtcbiAgICAgIH0pO1xuICAgIH1cbiAgfVxufVxuIl19 |
@@ -13,2 +13,5 @@ import { ElementRef, OnInit } from '@angular/core'; | ||
* [to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility). | ||
* The default value varies based on whether the wait is for an element or a page | ||
* and whether it is a blocking wait. For example, the default for a page-blocking | ||
* wait is "Page loading. Please wait." | ||
*/ | ||
@@ -15,0 +18,0 @@ ariaLabel: string; |
{ | ||
"name": "@skyux/indicators", | ||
"version": "4.9.2", | ||
"version": "4.10.0", | ||
"description": "SKY UX Indicators", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
@@ -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":"ɵ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 <ng-container *skyThemeIf=\"'default'\">\n <ng-container *ngTemplateOutlet=\"icon\"></ng-container>\n </ng-container>\n <ng-container *skyThemeIf=\"'modern'\">\n <span\n class=\"chevron-glyph-container\"\n >\n <ng-container *ngTemplateOutlet=\"icon\"></ng-container>\n </span>\n </ng-container>\n</button>\n\n<ng-template #icon>\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</ng-template>\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 .chevron-glyph-container,:host-context(.sky-theme-modern) .chevron-glyph-container{transform:scale(.68);display:inline-block;position:absolute;top:3.5px;left:4px}.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.sky-key-info-horizontal .sky-key-info-label,.sky-key-info.sky-key-info-horizontal .sky-key-info-value{display:inline-block}.sky-key-info.sky-key-info-horizontal .sky-key-info-label{padding:0 0 0 5px}.sky-theme-modern .sky-key-info.sky-key-info-horizontal .sky-key-info-label,:host-context(.sky-theme-modern) .sky-key-info.sky-key-info-horizontal .sky-key-info-label{padding:0 0 0 5px}"]}]}],"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"} | ||
{"__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":28,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"ɵi"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":33,"character":4},{"__symbolic":"reference","module":"@skyux/i18n","name":"SkyI18nModule","line":34,"character":4},{"__symbolic":"reference","name":"SkyIconModule"},{"__symbolic":"reference","name":"ɵf"},{"__symbolic":"reference","module":"@skyux/theme","name":"SkyThemeModule","line":37,"character":4}],"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 <ng-container *skyThemeIf=\"'default'\">\n <ng-container *ngTemplateOutlet=\"icon\"></ng-container>\n </ng-container>\n <ng-container *skyThemeIf=\"'modern'\">\n <span\n class=\"chevron-glyph-container\"\n >\n <ng-container *ngTemplateOutlet=\"icon\"></ng-container>\n </span>\n </ng-container>\n</button>\n\n<ng-template #icon>\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</ng-template>\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 .chevron-glyph-container,:host-context(.sky-theme-modern) .chevron-glyph-container{transform:scale(.68);display:inline-block;position:absolute;top:3.5px;left:4px}.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 *skyThemeIf=\"'default'\"\n icon=\"info-circle\"\n >\n </sky-icon>\n <sky-icon-stack *skyThemeIf=\"'modern'\"\n size=\"xs\"\n [baseIcon]=\"{\n icon: 'circle-solid',\n iconType: 'skyux'\n }\"\n [topIcon]=\"{\n icon: 'help-i',\n iconType: 'skyux'\n }\"\n >\n </sky-icon-stack>\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}.sky-theme-modern .sky-help-inline ::ng-deep .fa-stack-2x,:host-context(.sky-theme-modern) .sky-help-inline ::ng-deep .fa-stack-2x{font-size:16px}.sky-theme-modern .sky-help-inline ::ng-deep .fa-stack-1x,:host-context(.sky-theme-modern) .sky-help-inline ::ng-deep .fa-stack-1x{font-size:10px}"]}]}],"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.sky-key-info-horizontal .sky-key-info-label,.sky-key-info.sky-key-info-horizontal .sky-key-info-value{display:inline-block}.sky-key-info.sky-key-info-horizontal .sky-key-info-label{padding:0 0 0 5px}.sky-theme-modern .sky-key-info.sky-key-info-horizontal .sky-key-info-label,:host-context(.sky-theme-modern) .sky-key-info.sky-key-info-horizontal .sky-key-info-label{padding:0 0 0 5px}"]}]}],"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":38,"character":3}}]}],"isWaiting":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":44,"character":3}}]}],"isFullPage":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":74,"character":3}}]}],"isNonBlocking":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":94,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":106,"character":5}}]],"parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":104,"character":19},{"__symbolic":"reference","name":"ɵs"},{"__symbolic":"reference","module":"@skyux/i18n","name":"SkyLibResourcesService","line":106,"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
2340980
11626